-
Global information
- Generated on Sun May 8 16:59:08 2022
- Log file: /home/postgres/pg_data/data/pg_log/postgresql-2022-05-08_180000.log
- Parsed 7,722 log entries in 7s
- Log start from 2022-05-08 18:00:00 to 2022-05-08 18:58:51
-
Overview
Global Stats
- 522 Number of unique normalized queries
- 2,735 Number of queries
- 57m7s Total query duration
- 2022-05-08 18:00:00 First query
- 2022-05-08 18:58:51 Last query
- 11 queries/s at 2022-05-08 18:27:53 Query peak
- 57m7s Total query duration
- 0ms Prepare/parse total duration
- 4s191ms Bind total duration
- 57m3s Execute total duration
- 0 Number of events
- 0 Number of unique normalized events
- 0 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
- 156 Number temporary file
- 10.07 MiB Max size of temporary file
- 6.58 MiB Average size of temporary file
- 0 Total number of sessions
- 0 sessions at Session peak
- 0ms Total duration of sessions
- 0ms Average duration of sessions
- 2,735 Average queries per session
- 57m7s 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
- 11 queries/s Query Peak
- 2022-05-08 18:27:53 Date
SELECT Traffic
Key values
- 9 queries/s Query Peak
- 2022-05-08 18:27:53 Date
INSERT/UPDATE/DELETE Traffic
Key values
- 9 queries/s Query Peak
- 2022-05-08 18:56:15 Date
Queries duration
Key values
- 57m7s 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) May 08 18 2,735 50ms 32s519ms 1s251ms 1m46s 2m23s 2m43s Day Hour SELECT COPY TO Average Duration Latency Percentile(90) Latency Percentile(95) Latency Percentile(99) May 08 18 1,149 15 166ms 3s411ms 5s162ms 19s984ms Day Hour INSERT UPDATE DELETE COPY FROM Average Duration Latency Percentile(90) Latency Percentile(95) Latency Percentile(99) May 08 18 661 32 0 78 1s164ms 980ms 46s829ms 50s772ms Day Hour Prepare Bind Bind/Prepare Percentage of prepare May 08 18 0 1,835 1,835.00 0.00% Day Hour Count Average / Second May 08 18 0 0.00/s Day Hour Count Average Duration Average idle time May 08 18 0 0ms 0ms -
Connections
Established Connections
Key values
- 0 connections Connection Peak
- Date
Connections per database
Key values
- unknown Main Database
- 0 connections Total
Connections per user
Key values
- unknown Main User
- 0 connections Total
-
Sessions
Simultaneous sessions
Key values
- 0 sessions Session Peak
- Date
Histogram of session times
Key values
- duration
Sessions per database
Key values
- unknown Main Database
- 0 sessions Total
Sessions per user
Key values
- unknown Main User
- 0 sessions Total
Sessions per host
Key values
- unknown Main Host
- 0 sessions Total
-
Checkpoints / Restartpoints
Checkpoints Buffers
Key values
- 0 buffers Checkpoint Peak
- Date
- seconds Highest write time
- seconds Sync time
Checkpoint write buffers (5 minutes period)
NO DATASET
Checkpoints Wal files
Key values
- 0 files Wal files usage Peak
- Date
Checkpoint Wal files usage (5 minutes period)
NO DATASET
Checkpoints distance
Key values
- 0 Mo Distance Peak
- Date
Checkpoints Activity
↑ Back to the top of the Checkpoint Activity tableDay Hour Written buffers Write time Sync time Total time May 08 18 0 0s 0s 0s Day Hour Added Removed Recycled Synced files Longest sync Average sync May 08 18 0 0 0 0 0s 0s Day Hour Count Avg time (sec) May 08 18 0 0s Day Hour Mean distance Mean estimate May 08 18 0.00 kB 0.00 kB -
Temporary Files
Size of temporary files
Key values
- 16.81 MiB Temp Files size Peak
- 2022-05-08 18:32:52 Date
Number of temporary files
Key values
- 2 per second Temp Files Peak
- 2022-05-08 18:32:52 Date
Temporary Files Activity
↑ Back to the top of the Temporary Files Activity tableDay Hour Count Total size Average size May 08 18 156 1.00 GiB 6.58 MiB Queries generating the most temporary files (N)
Rank Count Total size Min size Max size Avg size Query 1 46 308.11 MiB 3.79 MiB 9.74 MiB 6.70 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), all_results as ( select kr.resultuid as resultuid, kr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, coalesce(bim.code, s.symbol) as symbol_code, s.longname as symbol_name, s.timegranularity as interval, p.patternname as pattern_name, kr.breakout as breakout, kr.atbaridentified as identified, dtt.timezone as timezone, kr.patternlengthbars as length, g.basegroupname, newlevels.filtered, case when kr.age is not null then kr.age when kr.resultuid <= rm.resultuid then ? else ? end as age, case when kr.relevant is not null then kr.relevant when kr.resultuid <= rm.resultuid then ? else ? end as relevant, cps.pip from kr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = kr.symbolid inner join symbols s on bsl.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on s.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join hrspatterns p on kr.patternid = p.patternid inner join downloadersymbolsettings dss on s.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_keylevels_results rar on rar.resultuid = kr.resultuid left join lateral calc_kl_signal_filter (kr.resultuid) newlevels on true left join currencypips cps on cps.symbol = s.symbol left outer join brokerinstrumentmap bim on dss.datafeedinstrumentid = bim.datafeedinstrumentid and bim.brokerid = bsl.brokerid and bim.type = ? where kr.gmttimefound > now() - interval ? and dss.enabled = ? and (kr.simulation = ? or kr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or coalesce(bim.code, s.symbol) in (...)) and (? = ? or p.patternname in (...)) and (? = ? or kr.patternclassid in (...)) and (? = ? or kr.patternlengthbars <= ?)), results as ( select distinct on (symbolid) * from all_results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by symbolid, resultuid ) select * from results 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), all_results AS ( SELECT kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4, $5, $6, $7, $8, $9, $10)) AND ($11 = 0 OR s.exchange in ($12)) AND ($13 = 0 OR coalesce(bim.code, s.symbol) in ($14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34, $35, $36, $37, $38, $39, $40, $41, $42, $43, $44, $45, $46, $47, $48, $49, $50, $51, $52, $53, $54, $55, $56, $57, $58, $59, $60, $61, $62, $63, $64, $65, $66, $67, $68, $69, $70, $71, $72, $73, $74, $75, $76, $77, $78, $79, $80, $81, $82, $83, $84, $85, $86, $87, $88, $89, $90, $91, $92, $93, $94, $95, $96, $97, $98, $99, $100, $101, $102, $103, $104, $105, $106, $107, $108, $109, $110, $111, $112, $113, $114, $115, $116, $117, $118, $119, $120, $121, $122, $123, $124, $125, $126, $127, $128, $129, $130, $131, $132, $133, $134, $135, $136, $137, $138, $139, $140, $141, $142, $143, $144, $145, $146, $147, $148, $149, $150, $151, $152, $153, $154, $155, $156, $157, $158, $159, $160, $161, $162, $163, $164, $165, $166, $167, $168, $169, $170, $171, $172, $173, $174, $175, $176, $177, $178, $179, $180, $181, $182, $183, $184, $185, $186, $187, $188, $189, $190, $191, $192, $193, $194, $195, $196, $197, $198, $199, $200, $201, $202, $203, $204, $205, $206, $207, $208, $209, $210, $211, $212, $213, $214, $215, $216, $217, $218, $219, $220, $221, $222, $223, $224)) AND ($225 = 0 OR p.patternname in ($226)) AND ($227 = 0 OR kr.patternclassid in ($228, $229)) AND ($230 = 0 OR kr.patternlengthbars <= $231)), results AS ( SELECT DISTINCT ON (symbolid) * FROM all_results WHERE (FALSE = $232 OR relevant = 1) AND ($233 = 0 OR age <= $234) ORDER BY symbolid, resultuid ) SELECT * from results ORDER BY identified DESC, length DESC;
Date: 2022-05-08 18:11:23 Duration: 0ms Database: acaweb_fx User: postgres
2 23 153.05 MiB 3.80 MiB 9.77 MiB 6.65 MiB select resultuid from relevance_keylevels_results order by resultuid desc limit ?), kr as ( select a.*, rr.age, rr.relevant from keylevels_results a left outer join relevance_keylevels_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_keylevels_results) end), results as ( select distinct on (s.symbolid) kr.resultuid as resultuid, kr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, coalesce(bim.code, s.symbol) as symbol_code, s.longname as symbol_name, s.timegranularity as interval, p.patternname as pattern_name, kr.breakout as breakout, kr.atbaridentified as identified, dtt.timezone as timezone, kr.patternlengthbars as length, g.basegroupname, newlevels.filtered, case when kr.age is not null then kr.age when kr.resultuid <= rm.resultuid then ? else ? end as age, case when kr.relevant is not null then kr.relevant when kr.resultuid <= rm.resultuid then ? else ? end as relevant, cps.pip from kr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = kr.symbolid inner join symbols s on bsl.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on s.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join hrspatterns p on kr.patternid = p.patternid inner join downloadersymbolsettings dss on s.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_keylevels_results rar on rar.resultuid = kr.resultuid left join lateral calc_kl_signal_filter (kr.resultuid) newlevels on true left join currencypips cps on cps.symbol = s.symbol left outer join brokerinstrumentmap bim on dss.datafeedinstrumentid = bim.datafeedinstrumentid and bim.brokerid = bsl.brokerid and bim.type = ? where kr.gmttimefound > now() - interval ? and dss.enabled = ? and (kr.simulation = ? or kr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or coalesce(bim.code, s.symbol) in (...)) and (? = ? or p.patternname in (...)) and (? = ? or kr.patternclassid in (...)) and (? = ? or kr.patternlengthbars <= ?) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;-
SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4, $5, $6, $7, $8, $9, $10)) AND ($11 = 0 OR s.exchange in ($12)) AND ($13 = 0 OR coalesce(bim.code, s.symbol) in ($14)) 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-05-08 18:11:58 Duration: 0ms Database: acaweb_fx User: postgres
3 12 42.24 MiB 3.52 MiB 3.52 MiB 3.52 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), all_results as ( select fr.resultuid as resultuid, fr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, coalesce(bim.code, s.symbol) as symbol_code, s.longname as symbol_name, s.timegranularity as interval, fr.pattern as pattern_name, fr.timed as timed, fr.patternendtime as identified, dtt.timezone as timezone, fr.patternlengthbars as length, g.basegroupname, case when fr.age is not null then fr.age when fr.resultuid <= rm.resultuid then ? else ? end as age, case when fr.relevant is not null then fr.relevant when fr.resultuid <= rm.resultuid then ? else ? end as relevant, cps.pip from fr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = fr.symbolid inner join symbols s on fr.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on fr.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on fr.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left join currencypips cps on cps.symbol = s.symbol left outer join brokerinstrumentmap bim on dss.datafeedinstrumentid = bim.datafeedinstrumentid and bim.brokerid = bsl.brokerid and bim.type = ? where fr.gmttimefound > now() - interval ? and dss.enabled = ? and (fr.simulation = ? or fr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or coalesce(bim.code, s.symbol) in (...)) and (? = ? or fr.pattern in (...)) and (? = ? or fr.patternlengthbars <= ?) and (? = ? or (? = ? and fr.timed > cast(? as timestamp)) or (? = ? and fr.timed < cast(? as timestamp)))), results as ( select distinct on (symbolid) * from all_results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by symbolid, resultuid ) select * from results 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), all_results AS ( SELECT fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN fr.age IS NOT NULL THEN fr.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN fr.relevant IS NOT NULL THEN fr.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4, $5, $6, $7, $8, $9, $10)) AND ($11 = 0 OR s.exchange in ($12)) AND ($13 = 0 OR coalesce(bim.code, s.symbol) in ($14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34, $35, $36, $37, $38, $39, $40, $41, $42, $43, $44, $45, $46, $47, $48, $49, $50, $51, $52, $53, $54, $55, $56, $57, $58, $59, $60, $61, $62, $63, $64, $65, $66, $67, $68, $69, $70, $71, $72, $73, $74, $75, $76, $77, $78, $79, $80, $81, $82, $83, $84, $85, $86, $87, $88, $89, $90, $91, $92, $93, $94, $95, $96, $97, $98, $99, $100, $101, $102, $103, $104, $105, $106, $107, $108, $109, $110, $111, $112, $113, $114, $115, $116, $117, $118, $119, $120, $121, $122, $123, $124, $125, $126, $127, $128, $129, $130, $131, $132, $133, $134, $135, $136, $137, $138, $139, $140, $141, $142, $143, $144, $145, $146, $147, $148, $149, $150, $151, $152, $153, $154, $155, $156, $157, $158, $159, $160, $161, $162, $163, $164, $165, $166, $167, $168, $169, $170, $171, $172, $173, $174, $175, $176, $177, $178, $179, $180, $181, $182, $183, $184, $185, $186, $187, $188, $189, $190, $191, $192, $193, $194, $195, $196, $197, $198, $199, $200, $201, $202, $203, $204, $205, $206, $207, $208, $209, $210, $211, $212, $213, $214, $215, $216, $217, $218, $219, $220, $221, $222, $223, $224, $225, $226, $227, $228, $229, $230, $231, $232, $233, $234, $235, $236, $237, $238, $239, $240, $241, $242, $243, $244, $245)) AND ($246 = 0 OR fr.pattern in ($247)) AND ($248 = 0 OR fr.patternlengthbars <= $249) AND ($250 = 0 OR ($251 = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ($252 = 2 AND fr.timed < cast('1970-01-01' as timestamp)))), results AS ( SELECT DISTINCT ON (symbolid) * FROM all_results WHERE (FALSE = $253 OR relevant = 1) AND ($254 = 0 OR age <= $255) ORDER BY symbolid, resultuid ) SELECT * from results ORDER BY identified DESC, length DESC;
Date: 2022-05-08 18:13:15 Duration: 0ms Database: acaweb_fx User: postgres
4 12 109.97 MiB 9.16 MiB 9.16 MiB 9.16 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-05-08 18:11:22 Duration: 0ms Database: acaweb_fx User: postgres
5 12 120.84 MiB 10.07 MiB 10.07 MiB 10.07 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-05-08 18:11:12 Duration: 0ms Database: acaweb_fx User: postgres
6 12 44.25 MiB 3.69 MiB 3.69 MiB 3.69 MiB select resultuid from relevance_fibonacci_results order by resultuid desc limit ?), fr as ( select a.*, rr.age, rr.relevant from fibonacci_results a left outer join relevance_fibonacci_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) end), results as ( select distinct on (s.symbolid) fr.resultuid as resultuid, fr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, coalesce(bim.code, s.symbol) as symbol_code, s.longname as symbol_name, s.timegranularity as interval, fr.pattern as pattern_name, fr.timed as timed, fr.patternendtime as identified, dtt.timezone as timezone, fr.patternlengthbars as length, g.basegroupname, case when fr.age is not null then fr.age when fr.resultuid <= rm.resultuid then ? else ? end as age, case when fr.relevant is not null then fr.relevant when fr.resultuid <= rm.resultuid then ? else ? end as relevant, cps.pip from fr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = fr.symbolid inner join symbols s on fr.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on fr.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on fr.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left join currencypips cps on cps.symbol = s.symbol left outer join brokerinstrumentmap bim on dss.datafeedinstrumentid = bim.datafeedinstrumentid and bim.brokerid = bsl.brokerid and bim.type = ? where fr.gmttimefound > now() - interval ? and dss.enabled = ? and (fr.simulation = ? or fr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or coalesce(bim.code, s.symbol) in (...)) and (? = ? or fr.pattern in (...)) and (? = ? or fr.patternlengthbars <= ?) and (? = ? or (? = ? and fr.timed > cast(? as timestamp)) or (? = ? and fr.timed < cast(? as timestamp))) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;-
SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1), fr AS ( SELECT a.*, rr.age, rr.relevant from fibonacci_results a LEFT OUTER JOIN relevance_fibonacci_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN fr.age IS NOT NULL THEN fr.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN fr.relevant IS NOT NULL THEN fr.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4, $5, $6, $7, $8, $9, $10)) AND ($11 = 0 OR s.exchange in ($12)) AND ($13 = 0 OR coalesce(bim.code, s.symbol) in ($14)) 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-05-08 18:12:12 Duration: 0ms Database: acaweb_fx User: postgres
7 5 27.34 MiB 5.47 MiB 5.47 MiB 5.47 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 '%gbpusd%' AND timegranularity = 60)) OR ((s.symbol ilike '%gbpusd%' AND timegranularity = 240))) 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 > 539070467783066301 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-05-08 18:12:52 Duration: 0ms Database: acaweb_fx User: postgres
8 3 18.75 MiB 6.25 MiB 6.25 MiB 6.25 MiB ) or ((c.symbol ilike ? and timegranularity <= ?)) or ((c.symbol ilike ? and timegranularity <= ?)) or ((c.symbol ilike ? and timegranularity <= ?)) or ((c.symbol ilike ? and timegranularity <= ?)) or ((c.symbol ilike ? and timegranularity <= ?)) or ((c.symbol ilike ? and timegranularity <= ?)) or ((c.symbol ilike ? and timegranularity <= ?)) or ((c.symbol ilike ? and timegranularity <= ?)) or ((c.symbol ilike ? and timegranularity <= ?)) or ((c.symbol ilike ? and timegranularity <= ?)) or ((c.symbol ilike ? and timegranularity <= ?)) or ((c.symbol ilike ? and timegranularity <= ?)) or ((c.symbol ilike ? and timegranularity <= ?)) or ((c.symbol ilike ? and timegranularity <= ?)) or ((c.symbol ilike ? and timegranularity <= ?)) or ((c.symbol ilike ? and timegranularity <= ?)) or ((c.symbol ilike ? and timegranularity <= ?)) or ((c.symbol ilike ? and timegranularity <= ?)) 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 '%usdchf%' AND timegranularity <= 1440)) OR ((c.symbol ilike '%usdzar%' AND timegranularity <= 1440)) OR ((c.symbol ilike '%usdjpy%' AND timegranularity <= 1440)) OR ((c.symbol ilike '%us30%' AND timegranularity <= 1440)) OR ((c.symbol ilike '%euraud%' AND timegranularity <= 1440)) OR ((c.symbol ilike '%eurcad%' AND timegranularity <= 1440)) OR ((c.symbol ilike '%eurjpy%' AND timegranularity <= 1440)) OR ((c.symbol ilike '%gbpaud%' AND timegranularity <= 1440)) OR ((c.symbol ilike '%gbpusd%' AND timegranularity <= 1440)) OR ((c.symbol ilike '%gbpjpy%' AND timegranularity <= 1440)) OR ((c.symbol ilike '%ustec%' AND timegranularity <= 1440)) OR ((c.symbol ilike '%de30%' AND timegranularity <= 1440)) OR ((c.symbol ilike '%f40%' AND timegranularity <= 1440)) OR ((c.symbol ilike '%eurgbp%' AND timegranularity <= 1440)) OR ((c.symbol ilike '%cadjpy%' AND timegranularity <= 1440)) OR ((c.symbol ilike '%cadchf%' AND timegranularity <= 1440)) OR ((c.symbol ilike '%gbpusd%' AND timegranularity <= 1440)) OR ((c.symbol ilike '%eurusd%' AND timegranularity <= 1440)) OR ((c.symbol ilike '%eurcad%' 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-05-08 18:11:32 Duration: 0ms Database: acaweb_fx User: postgres
9 2 12.50 MiB 6.25 MiB 6.25 MiB 6.25 MiB ) or ((s.symbol ilike ? and timegranularity = ?))) and breakout >= ?.? and patternendtime = latestbaratbreakouttime and patternlengthbars >= ? and patternquality >= ?.? and initialtrend >= ?.? and symmetry >= ?.? and noise <= ?.? and volumeincrease >= ?.? and temporarypattern = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and a.resultuid > ? and s.nonliquid = ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, patternquality desc limit ?;-
) OR ((s.symbol ilike '%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 & 57275 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 535443788006466301 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-05-08 18:19:32 Duration: 0ms Database: acaweb_fx User: postgres
10 1 7.06 MiB 7.06 MiB 7.06 MiB 7.06 MiB )) and breakout >= ?.? and patternendtime = latestbaratbreakouttime and patternlengthbars >= ? and patternquality >= ?.? and initialtrend >= ?.? and symmetry >= ?.? and noise <= ?.? and volumeincrease >= ?.? and temporarypattern = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and a.resultuid > ? and s.nonliquid = ? and dftt.dayofweek = ? 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 > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-05-08 18:21:07 Duration: 0ms Database: acaweb_fx User: postgres
Queries generating the largest temporary files
Rank Size Query 1 10.07 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4)) 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-05-08 18:01:14 - Database: acaweb_fx - User: postgres ]
2 10.07 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4)) 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-05-08 18:06:16 - Database: acaweb_fx - User: postgres ]
3 10.07 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4)) 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-05-08 18:11:12 - Database: acaweb_fx - User: postgres ]
4 10.07 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4)) 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-05-08 18:16:05 - Database: acaweb_fx - User: postgres ]
5 10.07 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4)) 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-05-08 18:21:13 - Database: acaweb_fx - User: postgres ]
6 10.07 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4)) 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-05-08 18:26:09 - Database: acaweb_fx - User: postgres ]
7 10.07 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4)) 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-05-08 18:30:59 - Database: acaweb_fx - User: postgres ]
8 10.07 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4)) 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-05-08 18:36:09 - Database: acaweb_fx - User: postgres ]
9 10.07 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4)) 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-05-08 18:41:03 - Database: acaweb_fx - User: postgres ]
10 10.07 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4)) 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-05-08 18:45:58 - Database: acaweb_fx - User: postgres ]
11 10.07 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4)) 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-05-08 18:51:00 - Database: acaweb_fx - User: postgres ]
12 10.07 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4)) 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-05-08 18:55:59 - Database: acaweb_fx - User: postgres ]
13 9.77 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4, $5, $6, $7, $8, $9, $10)) AND ($11 = 0 OR s.exchange in ($12)) AND ($13 = 0 OR coalesce(bim.code, s.symbol) in ($14)) AND ($15 = 0 OR p.patternname in ($16)) AND ($17 = 0 OR kr.patternclassid in ($18, $19)) AND ($20 = 0 OR kr.patternlengthbars <= $21) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $22 OR relevant = 1) AND ($23 = 0 OR age <= $24) ORDER BY identified DESC, length DESC;[ Date: 2022-05-08 18:03:30 - Database: acaweb_fx - User: postgres ]
14 9.77 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4, $5, $6, $7, $8, $9, $10)) AND ($11 = 0 OR s.exchange in ($12)) AND ($13 = 0 OR coalesce(bim.code, s.symbol) in ($14)) AND ($15 = 0 OR p.patternname in ($16)) AND ($17 = 0 OR kr.patternclassid in ($18, $19)) AND ($20 = 0 OR kr.patternlengthbars <= $21) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $22 OR relevant = 1) AND ($23 = 0 OR age <= $24) ORDER BY identified DESC, length DESC;[ Date: 2022-05-08 18:06:20 - Database: acaweb_fx - User: postgres ]
15 9.77 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4, $5, $6, $7, $8, $9, $10)) AND ($11 = 0 OR s.exchange in ($12)) AND ($13 = 0 OR coalesce(bim.code, s.symbol) in ($14)) AND ($15 = 0 OR p.patternname in ($16)) AND ($17 = 0 OR kr.patternclassid in ($18, $19)) AND ($20 = 0 OR kr.patternlengthbars <= $21) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $22 OR relevant = 1) AND ($23 = 0 OR age <= $24) ORDER BY identified DESC, length DESC;[ Date: 2022-05-08 18:11:58 - Database: acaweb_fx - User: postgres ]
16 9.77 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4, $5, $6, $7, $8, $9, $10)) AND ($11 = 0 OR s.exchange in ($12)) AND ($13 = 0 OR coalesce(bim.code, s.symbol) in ($14)) AND ($15 = 0 OR p.patternname in ($16)) AND ($17 = 0 OR kr.patternclassid in ($18, $19)) AND ($20 = 0 OR kr.patternlengthbars <= $21) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $22 OR relevant = 1) AND ($23 = 0 OR age <= $24) ORDER BY identified DESC, length DESC;[ Date: 2022-05-08 18:16:36 - Database: acaweb_fx - User: postgres ]
17 9.77 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4, $5, $6, $7, $8, $9, $10)) AND ($11 = 0 OR s.exchange in ($12)) AND ($13 = 0 OR coalesce(bim.code, s.symbol) in ($14)) AND ($15 = 0 OR p.patternname in ($16)) AND ($17 = 0 OR kr.patternclassid in ($18, $19)) AND ($20 = 0 OR kr.patternlengthbars <= $21) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $22 OR relevant = 1) AND ($23 = 0 OR age <= $24) ORDER BY identified DESC, length DESC;[ Date: 2022-05-08 18:22:23 - Database: acaweb_fx - User: postgres ]
18 9.77 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4, $5, $6, $7, $8, $9, $10)) AND ($11 = 0 OR s.exchange in ($12)) AND ($13 = 0 OR coalesce(bim.code, s.symbol) in ($14)) AND ($15 = 0 OR p.patternname in ($16)) AND ($17 = 0 OR kr.patternclassid in ($18, $19)) AND ($20 = 0 OR kr.patternlengthbars <= $21) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $22 OR relevant = 1) AND ($23 = 0 OR age <= $24) ORDER BY identified DESC, length DESC;[ Date: 2022-05-08 18:27:53 - Database: acaweb_fx - User: postgres ]
19 9.77 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4, $5, $6, $7, $8, $9, $10)) AND ($11 = 0 OR s.exchange in ($12)) AND ($13 = 0 OR coalesce(bim.code, s.symbol) in ($14)) AND ($15 = 0 OR p.patternname in ($16)) AND ($17 = 0 OR kr.patternclassid in ($18, $19)) AND ($20 = 0 OR kr.patternlengthbars <= $21) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $22 OR relevant = 1) AND ($23 = 0 OR age <= $24) ORDER BY identified DESC, length DESC;[ Date: 2022-05-08 18:32:52 - Database: acaweb_fx - User: postgres ]
20 9.77 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4, $5, $6, $7, $8, $9, $10)) AND ($11 = 0 OR s.exchange in ($12)) AND ($13 = 0 OR coalesce(bim.code, s.symbol) in ($14)) AND ($15 = 0 OR p.patternname in ($16)) AND ($17 = 0 OR kr.patternclassid in ($18, $19)) AND ($20 = 0 OR kr.patternlengthbars <= $21) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $22 OR relevant = 1) AND ($23 = 0 OR age <= $24) ORDER BY identified DESC, length DESC;[ Date: 2022-05-08 18:38:18 - 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 May 08 18 0 0 - 0 sec Highest CPU-cost vacuum
-
Locks
Locks by types
Key values
- unknown Main Lock Type
- 0 locks Total
Most frequent waiting queries (N)
Rank Count Total time Min time Max time Avg duration Query NO DATASET
Queries that waited the most
Rank Wait time Query NO DATASET
-
Queries
Queries by type
Key values
- 1,149 Total read queries
- 1,576 Total write queries
Queries by database
Key values
- acaweb_fx Main database
- 2,735 Requests
- 57m3s (acaweb_fx)
- Main time consuming database
Queries by user
Key values
- postgres Main user
- 2,093 Requests
User Request type Count Duration pgperfstats Total 642 14m36s insert 632 14m35s select 10 1s186ms postgres Total 2,093 42m26s copy from 78 12s476ms copy to 15 1s821ms cte 790 38m26s insert 29 7s72ms others 10 24s794ms select 1,139 3m11s update 32 2s734ms Duration by user
Key values
- 42m26s (postgres) Main time consuming user
User Request type Count Duration pgperfstats Total 642 14m36s insert 632 14m35s select 10 1s186ms postgres Total 2,093 42m26s copy from 78 12s476ms copy to 15 1s821ms cte 790 38m26s insert 29 7s72ms others 10 24s794ms select 1,139 3m11s update 32 2s734ms Queries by host
Key values
- unknown Main host
- 2,735 Requests
- 57m3s (unknown)
- Main time consuming host
Queries by application
Key values
- unknown Main application
- 2,735 Requests
- 57m3s (unknown)
- Main time consuming application
Number of cancelled queries
Key values
- 0 per second Cancelled query Peak
- 2022-05-08 18:32:04 Date
Number of cancelled queries (5 minutes period)
NO DATASET
-
Top Queries
Histogram of query times
Key values
- 909 50-100ms duration
Slowest individual queries
Rank Duration Query 1 32s519ms WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '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 LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR coalesce(bim.code, 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-05-08 18:16:36 - Database: acaweb_fx - User: postgres - Bind query: yes ]
2 31s266ms WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '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 LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR coalesce(bim.code, 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-05-08 18:42:38 - Database: acaweb_fx - User: postgres - Bind query: yes ]
3 31s172ms WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '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 LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR coalesce(bim.code, 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-05-08 18:38:18 - Database: acaweb_fx - User: postgres - Bind query: yes ]
4 20s284ms 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 ), all_results AS ( SELECT ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '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 LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('211' = 0 OR coalesce(bim.code, s.symbol) in ('BCHEUR', 'BCHUSD', 'BTCEUR', 'BTCUSD', 'ETHEUR', 'ETHUSD', 'LTCEUR', 'LTCUSD', 'USDRON', 'XRPEUR', 'XRPUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURCZK', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'EURZAR', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCZK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'AA', 'AAPL', 'AC.pa', 'ACA.pa', 'ACB', 'ACKB.br', 'AD.as', 'ADBE', 'ADS.de', 'AGS.br', 'AI.pa', 'AIG', 'AIR.pa', 'ALV.de', 'AMZN', 'AXP', 'BA', 'BABA', 'BAC', 'BAS.de', 'BAYN.de', 'BIDU', 'BMW.de', 'BN.pa', 'BNP.pa', 'BRKB', 'C', 'CA.pa', 'CAP.pa', 'CAT', 'CBK.de', 'CGC', 'CRON', 'CS.pa', 'CSCO', 'CVX', 'DAI.de', 'DBK.de', 'DIS', 'DLTR', 'DPW.de', 'DTE.de', 'EBAY', 'EDF.pa', 'EL.pa', 'EN.pa', 'EOAN.de', 'FB', 'FEYE', 'FP.pa', 'FSLR', 'GE', 'GILD', 'GLE.pa', 'GM', 'GOOG', 'GS', 'HAS', 'HEIA.as', 'HEN3.de', 'HOG', 'HPQ', 'HSY', 'IBE.mc', 'IBM', 'IFX.de', 'INGA.as', 'INTC', 'JNJ', 'JPM', 'KO', 'LHA.de', 'LLOY.l', 'LMT', 'LR.pa', 'LVS', 'LYFT', 'M', 'MC.pa', 'ML.pa', 'MMM', 'MRK.de', 'MS', 'MSFT', 'NFLX', 'NKE', 'NOV', 'NOVN.vx', 'NVDA', 'ORA.pa', 'PANW', 'PFE', 'PG', 'PM', 'PUB.pa', 'PYPL', 'QCOM', 'RACE', 'REGN', 'RI.pa', 'RNO.pa', 'RWE.de', 'SAF.pa', 'SAN.pa', 'SAP.de', 'SBUX', 'SGO.pa', 'SIE.de', 'SMSN.l', 'SNAP', 'SRE', 'SU.pa', 'T', 'TEF.mc', 'TEVA', 'TGT', 'TKA.de', 'TSLA', 'TWTR', 'UBER', 'UBSG.vx', 'UNA.as', 'URW.as', 'V', 'VIE.pa', 'VIV.pa', 'VK.pa', 'VOW3.de', 'VZ', 'WMT', 'XOM', '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 ), results AS ( SELECT DISTINCT ON (symbolid) * FROM all_results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY symbolid, resultuid ) SELECT * from results ORDER BY identified DESC, length DESC;[ Date: 2022-05-08 18:56:06 - Database: acaweb_fx - User: postgres - Bind query: yes ]
5 15s571ms WITH rar_max as ( ;[ Date: 2022-05-08 18:06:36 - Database: acaweb_fx - User: postgres - Bind query: yes ]
6 15s535ms 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-05-08 18:21:13 - Database: acaweb_fx - User: postgres - Bind query: yes ]
7 15s491ms select updateageforrelevantresults ();[ Date: 2022-05-08 18:17:18 - Database: acaweb_fx - User: postgres ]
8 15s469ms WITH rar_max as ( ;[ Date: 2022-05-08 18:06:31 - Database: acaweb_fx - User: postgres - Bind query: yes ]
9 15s225ms WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '572' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR coalesce(bim.code, 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-05-08 18:04:11 - Database: acaweb_fx - User: postgres - Bind query: yes ]
10 15s174ms 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-05-08 18:16:05 - Database: acaweb_fx - User: postgres - Bind query: yes ]
11 14s937ms 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-05-08 18:06:16 - Database: acaweb_fx - User: postgres - Bind query: yes ]
12 14s823ms WITH rar_max as ( ;[ Date: 2022-05-08 18:03:45 - Database: acaweb_fx - User: postgres - Bind query: yes ]
13 14s490ms WITH rar_max as ( ;[ Date: 2022-05-08 18:12:12 - Database: acaweb_fx - User: postgres - Bind query: yes ]
14 14s335ms 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-05-08 18:11:12 - Database: acaweb_fx - User: postgres - Bind query: yes ]
15 14s248ms WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '627' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR coalesce(bim.code, s.symbol) in ('')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;[ Date: 2022-05-08 18:42:52 - Database: acaweb_fx - User: postgres - Bind query: yes ]
16 14s232ms 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-05-08 18:36:09 - Database: acaweb_fx - User: postgres - Bind query: yes ]
17 14s120ms WITH rar_max as ( ;[ Date: 2022-05-08 18:37:59 - Database: acaweb_fx - User: postgres - Bind query: yes ]
18 14s51ms WITH rar_max as ( ;[ Date: 2022-05-08 18:48:04 - Database: acaweb_fx - User: postgres - Bind query: yes ]
19 13s921ms 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-05-08 18:51:00 - Database: acaweb_fx - User: postgres - Bind query: yes ]
20 13s899ms WITH rar_max as ( ;[ Date: 2022-05-08 18:18:50 - Database: acaweb_fx - User: postgres - Bind query: yes ]
Time consuming queries
Rank Total duration Times executed Min duration Max duration Avg duration Query 1 13m37s 117 283ms 15s571ms 6s986ms with rar_max as ( ;Times Reported Time consuming queries #1
Day Hour Count Duration Avg duration May 08 18 117 13m37s 6s986ms [ User: postgres - Total duration: 13m37s - Times executed: 117 ]
-
WITH rar_max as ( ;
Date: 2022-05-08 18:06:36 Duration: 15s571ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2022-05-08 18:06:31 Duration: 15s469ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2022-05-08 18:03:45 Duration: 14s823ms Database: acaweb_fx User: postgres Bind query: yes
2 7m49s 84 453ms 20s284ms 5s584ms 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 ), all_results as ( select ar.resultuid as resultuid, ar.direction as direction, ar.predictiontimeto as predictiontimeto, ar.predictionpricefrom as predictionpricefrom, ar.predictionpriceto as predictionpriceto, cp.pip as pip, s.exchange as exchange, s.symbolid as symbolid, coalesce(bim.code, s.symbol) as symbol_code, s.longname as symbol_name, s.timegranularity as interval, ar.pattern as pattern_name, ar.breakout as breakout, ar.patternendtime as identified, dtt.timezone as timezone, ar.patternlengthbars as length, g.basegroupname, newlevels.profit, newlevels.stop, newlevels.filtered, case when ar.age is not null then ar.age when ar.resultuid <= rm.resultuid then ? else ? end as age, case when ar.relevant is not null then ar.relevant when ar.resultuid <= rm.resultuid then ? else ? end as relevant from ar inner join symbols s on ar.symbolid = s.symbolid and s.nonliquid = ? inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = s.symbolid inner join symbolgroup sg on bsl.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on sg.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join currencypips cp on s.symbol = cp.symbol left join lateral calc_cp_signal (ar.resultuid) newlevels on true left outer join brokerinstrumentmap bim on dss.datafeedinstrumentid = bim.datafeedinstrumentid and bim.brokerid = bsl.brokerid and bim.type = ? where ar.gmttimefound > now() - interval ? and dss.enabled = ? and (ar.simulation = ? or ar.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or coalesce(bim.code, s.symbol) in (...)) and (? = ? or ar.pattern in (...)) and (? = ? or (? = ? and ar.breakout >= ?) or (? = ? and ar.breakout < ?)) and (? = ? or ar.patternlengthbars <= ?) and newlevels.filtered = false ), results as ( select distinct on (symbolid) * from all_results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by symbolid, resultuid ) select * from results order by identified desc, length desc;Times Reported Time consuming queries #2
Day Hour Count Duration Avg duration May 08 18 84 7m49s 5s584ms [ User: postgres - Total duration: 7m49s - Times executed: 84 ]
-
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 ), all_results AS ( SELECT ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '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 LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('211' = 0 OR coalesce(bim.code, s.symbol) in ('BCHEUR', 'BCHUSD', 'BTCEUR', 'BTCUSD', 'ETHEUR', 'ETHUSD', 'LTCEUR', 'LTCUSD', 'USDRON', 'XRPEUR', 'XRPUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURCZK', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'EURZAR', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCZK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'AA', 'AAPL', 'AC.pa', 'ACA.pa', 'ACB', 'ACKB.br', 'AD.as', 'ADBE', 'ADS.de', 'AGS.br', 'AI.pa', 'AIG', 'AIR.pa', 'ALV.de', 'AMZN', 'AXP', 'BA', 'BABA', 'BAC', 'BAS.de', 'BAYN.de', 'BIDU', 'BMW.de', 'BN.pa', 'BNP.pa', 'BRKB', 'C', 'CA.pa', 'CAP.pa', 'CAT', 'CBK.de', 'CGC', 'CRON', 'CS.pa', 'CSCO', 'CVX', 'DAI.de', 'DBK.de', 'DIS', 'DLTR', 'DPW.de', 'DTE.de', 'EBAY', 'EDF.pa', 'EL.pa', 'EN.pa', 'EOAN.de', 'FB', 'FEYE', 'FP.pa', 'FSLR', 'GE', 'GILD', 'GLE.pa', 'GM', 'GOOG', 'GS', 'HAS', 'HEIA.as', 'HEN3.de', 'HOG', 'HPQ', 'HSY', 'IBE.mc', 'IBM', 'IFX.de', 'INGA.as', 'INTC', 'JNJ', 'JPM', 'KO', 'LHA.de', 'LLOY.l', 'LMT', 'LR.pa', 'LVS', 'LYFT', 'M', 'MC.pa', 'ML.pa', 'MMM', 'MRK.de', 'MS', 'MSFT', 'NFLX', 'NKE', 'NOV', 'NOVN.vx', 'NVDA', 'ORA.pa', 'PANW', 'PFE', 'PG', 'PM', 'PUB.pa', 'PYPL', 'QCOM', 'RACE', 'REGN', 'RI.pa', 'RNO.pa', 'RWE.de', 'SAF.pa', 'SAN.pa', 'SAP.de', 'SBUX', 'SGO.pa', 'SIE.de', 'SMSN.l', 'SNAP', 'SRE', 'SU.pa', 'T', 'TEF.mc', 'TEVA', 'TGT', 'TKA.de', 'TSLA', 'TWTR', 'UBER', 'UBSG.vx', 'UNA.as', 'URW.as', 'V', 'VIE.pa', 'VIV.pa', 'VK.pa', 'VOW3.de', 'VZ', 'WMT', 'XOM', '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 ), results AS ( SELECT DISTINCT ON (symbolid) * FROM all_results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY symbolid, resultuid ) SELECT * from results ORDER BY identified DESC, length DESC;
Date: 2022-05-08 18:56:06 Duration: 20s284ms 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 ), all_results AS ( SELECT ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '758' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('211' = 0 OR coalesce(bim.code, s.symbol) in ('BCHEUR', 'BCHUSD', 'BTCEUR', 'BTCUSD', 'ETHEUR', 'ETHUSD', 'LTCEUR', 'LTCUSD', 'USDRON', 'XRPEUR', 'XRPUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURCZK', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'EURZAR', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCZK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'AA', 'AAPL', 'AC.pa', 'ACA.pa', 'ACB', 'ACKB.br', 'AD.as', 'ADBE', 'ADS.de', 'AGS.br', 'AI.pa', 'AIG', 'AIR.pa', 'ALV.de', 'AMZN', 'AXP', 'BA', 'BABA', 'BAC', 'BAS.de', 'BAYN.de', 'BIDU', 'BMW.de', 'BN.pa', 'BNP.pa', 'BRKB', 'C', 'CA.pa', 'CAP.pa', 'CAT', 'CBK.de', 'CGC', 'CRON', 'CS.pa', 'CSCO', 'CVX', 'DAI.de', 'DBK.de', 'DIS', 'DLTR', 'DPW.de', 'DTE.de', 'EBAY', 'EDF.pa', 'EL.pa', 'EN.pa', 'EOAN.de', 'FB', 'FEYE', 'FP.pa', 'FSLR', 'GE', 'GILD', 'GLE.pa', 'GM', 'GOOG', 'GS', 'HAS', 'HEIA.as', 'HEN3.de', 'HOG', 'HPQ', 'HSY', 'IBE.mc', 'IBM', 'IFX.de', 'INGA.as', 'INTC', 'JNJ', 'JPM', 'KO', 'LHA.de', 'LLOY.l', 'LMT', 'LR.pa', 'LVS', 'LYFT', 'M', 'MC.pa', 'ML.pa', 'MMM', 'MRK.de', 'MS', 'MSFT', 'NFLX', 'NKE', 'NOV', 'NOVN.vx', 'NVDA', 'ORA.pa', 'PANW', 'PFE', 'PG', 'PM', 'PUB.pa', 'PYPL', 'QCOM', 'RACE', 'REGN', 'RI.pa', 'RNO.pa', 'RWE.de', 'SAF.pa', 'SAN.pa', 'SAP.de', 'SBUX', 'SGO.pa', 'SIE.de', 'SMSN.l', 'SNAP', 'SRE', 'SU.pa', 'T', 'TEF.mc', 'TEVA', 'TGT', 'TKA.de', 'TSLA', 'TWTR', 'UBER', 'UBSG.vx', 'UNA.as', 'URW.as', 'V', 'VIE.pa', 'VIV.pa', 'VK.pa', 'VOW3.de', 'VZ', 'WMT', 'XOM', '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 ), results AS ( SELECT DISTINCT ON (symbolid) * FROM all_results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY symbolid, resultuid ) SELECT * from results ORDER BY identified DESC, length DESC;
Date: 2022-05-08 18:19:03 Duration: 12s514ms 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 ), all_results AS ( SELECT ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '572' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('99' = 0 OR coalesce(bim.code, 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 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 ), results AS ( SELECT DISTINCT ON (symbolid) * FROM all_results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY symbolid, resultuid ) SELECT * from results ORDER BY identified DESC, length DESC;
Date: 2022-05-08 18:48:06 Duration: 12s512ms Database: acaweb_fx User: postgres Bind query: yes
3 6m17s 60 877ms 32s519ms 6s298ms with rar_max as ( select resultuid from relevance_autochartist_results order by resultuid desc limit ? ), ar as ( select a.*, rr.age, rr.relevant from autochartist_results a left outer join relevance_autochartist_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_autochartist_results) end ), results as ( select distinct on (s.symbolid) ar.resultuid as resultuid, ar.direction as direction, ar.predictiontimeto as predictiontimeto, ar.predictionpricefrom as predictionpricefrom, ar.predictionpriceto as predictionpriceto, cp.pip as pip, s.exchange as exchange, s.symbolid as symbolid, coalesce(bim.code, s.symbol) as symbol_code, s.longname as symbol_name, s.timegranularity as interval, ar.pattern as pattern_name, ar.breakout as breakout, ar.patternendtime as identified, dtt.timezone as timezone, ar.patternlengthbars as length, g.basegroupname, newlevels.profit, newlevels.stop, newlevels.filtered, case when ar.age is not null then ar.age when ar.resultuid <= rm.resultuid then ? else ? end as age, case when ar.relevant is not null then ar.relevant when ar.resultuid <= rm.resultuid then ? else ? end as relevant from ar inner join symbols s on ar.symbolid = s.symbolid and s.nonliquid = ? inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = s.symbolid inner join symbolgroup sg on bsl.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on sg.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join currencypips cp on s.symbol = cp.symbol left join lateral calc_cp_signal (ar.resultuid) newlevels on true left outer join brokerinstrumentmap bim on dss.datafeedinstrumentid = bim.datafeedinstrumentid and bim.brokerid = bsl.brokerid and bim.type = ? where ar.gmttimefound > now() - interval ? and dss.enabled = ? and (ar.simulation = ? or ar.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or coalesce(bim.code, s.symbol) in (...)) and (? = ? or ar.pattern in (...)) and (? = ? or (? = ? and ar.breakout >= ?) or (? = ? and ar.breakout < ?)) and (? = ? or ar.patternlengthbars <= ?) and newlevels.filtered = false order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #3
Day Hour Count Duration Avg duration May 08 18 60 6m17s 6s298ms [ User: postgres - Total duration: 6m17s - Times executed: 60 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '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 LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR coalesce(bim.code, 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-05-08 18:16:36 Duration: 32s519ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '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 LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR coalesce(bim.code, 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-05-08 18:42:38 Duration: 31s266ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '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 LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR coalesce(bim.code, 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-05-08 18:38:18 Duration: 31s172ms Database: acaweb_fx User: postgres Bind query: yes
4 3m51s 84 497ms 15s535ms 2s750ms 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 #4
Day Hour Count Duration Avg duration May 08 18 84 3m51s 2s750ms [ User: postgres - Total duration: 3m51s - Times executed: 84 ]
-
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-05-08 18:21:13 Duration: 15s535ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('0' = 0 OR ar.patternlengthbars <= '0') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2022-05-08 18:16:05 Duration: 15s174ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('0' = 0 OR ar.patternlengthbars <= '0') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2022-05-08 18:06:16 Duration: 14s937ms Database: acaweb_fx User: postgres Bind query: yes
5 2m49s 38 2s696ms 8s638ms 4s450ms 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 ), all_results as ( select kr.resultuid as resultuid, kr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, coalesce(bim.code, s.symbol) as symbol_code, s.longname as symbol_name, s.timegranularity as interval, p.patternname as pattern_name, kr.breakout as breakout, kr.atbaridentified as identified, dtt.timezone as timezone, kr.patternlengthbars as length, g.basegroupname, newlevels.filtered, case when kr.age is not null then kr.age when kr.resultuid <= rm.resultuid then ? else ? end as age, case when kr.relevant is not null then kr.relevant when kr.resultuid <= rm.resultuid then ? else ? end as relevant, cps.pip from kr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = kr.symbolid inner join symbols s on bsl.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on s.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join hrspatterns p on kr.patternid = p.patternid inner join downloadersymbolsettings dss on s.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_keylevels_results rar on rar.resultuid = kr.resultuid left join lateral calc_kl_signal_filter (kr.resultuid) newlevels on true left join currencypips cps on cps.symbol = s.symbol left outer join brokerinstrumentmap bim on dss.datafeedinstrumentid = bim.datafeedinstrumentid and bim.brokerid = bsl.brokerid and bim.type = ? where kr.gmttimefound > now() - interval ? and dss.enabled = ? and (kr.simulation = ? or kr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or coalesce(bim.code, s.symbol) in (...)) and (? = ? or p.patternname in (...)) and (? = ? or kr.patternclassid in (...)) and (? = ? or kr.patternlengthbars <= ?) ), results as ( select distinct on (symbolid) * from all_results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by symbolid, resultuid ) select * from results order by identified desc, length desc;Times Reported Time consuming queries #5
Day Hour Count Duration Avg duration May 08 18 38 2m49s 4s450ms [ User: postgres - Total duration: 2m49s - Times executed: 38 ]
-
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 ), all_results AS ( SELECT kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '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 LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('211' = 0 OR coalesce(bim.code, s.symbol) in ('BCHEUR', 'BCHUSD', 'BTCEUR', 'BTCUSD', 'ETHEUR', 'ETHUSD', 'LTCEUR', 'LTCUSD', 'USDRON', 'XRPEUR', 'XRPUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURCZK', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'EURZAR', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCZK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'AA', 'AAPL', 'AC.pa', 'ACA.pa', 'ACB', 'ACKB.br', 'AD.as', 'ADBE', 'ADS.de', 'AGS.br', 'AI.pa', 'AIG', 'AIR.pa', 'ALV.de', 'AMZN', 'AXP', 'BA', 'BABA', 'BAC', 'BAS.de', 'BAYN.de', 'BIDU', 'BMW.de', 'BN.pa', 'BNP.pa', 'BRKB', 'C', 'CA.pa', 'CAP.pa', 'CAT', 'CBK.de', 'CGC', 'CRON', 'CS.pa', 'CSCO', 'CVX', 'DAI.de', 'DBK.de', 'DIS', 'DLTR', 'DPW.de', 'DTE.de', 'EBAY', 'EDF.pa', 'EL.pa', 'EN.pa', 'EOAN.de', 'FB', 'FEYE', 'FP.pa', 'FSLR', 'GE', 'GILD', 'GLE.pa', 'GM', 'GOOG', 'GS', 'HAS', 'HEIA.as', 'HEN3.de', 'HOG', 'HPQ', 'HSY', 'IBE.mc', 'IBM', 'IFX.de', 'INGA.as', 'INTC', 'JNJ', 'JPM', 'KO', 'LHA.de', 'LLOY.l', 'LMT', 'LR.pa', 'LVS', 'LYFT', 'M', 'MC.pa', 'ML.pa', 'MMM', 'MRK.de', 'MS', 'MSFT', 'NFLX', 'NKE', 'NOV', 'NOVN.vx', 'NVDA', 'ORA.pa', 'PANW', 'PFE', 'PG', 'PM', 'PUB.pa', 'PYPL', 'QCOM', 'RACE', 'REGN', 'RI.pa', 'RNO.pa', 'RWE.de', 'SAF.pa', 'SAN.pa', 'SAP.de', 'SBUX', 'SGO.pa', 'SIE.de', 'SMSN.l', 'SNAP', 'SRE', 'SU.pa', 'T', 'TEF.mc', 'TEVA', 'TGT', 'TKA.de', 'TSLA', 'TWTR', 'UBER', 'UBSG.vx', 'UNA.as', 'URW.as', 'V', 'VIE.pa', 'VIV.pa', 'VK.pa', 'VOW3.de', 'VZ', 'WMT', 'XOM', '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') ), results AS ( SELECT DISTINCT ON (symbolid) * FROM all_results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY symbolid, resultuid ) SELECT * from results ORDER BY identified DESC, length DESC;
Date: 2022-05-08 18:16:09 Duration: 8s638ms 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 ), all_results AS ( SELECT kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '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 LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('211' = 0 OR coalesce(bim.code, s.symbol) in ('BCHEUR', 'BCHUSD', 'BTCEUR', 'BTCUSD', 'ETHEUR', 'ETHUSD', 'LTCEUR', 'LTCUSD', 'USDRON', 'XRPEUR', 'XRPUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURCZK', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'EURZAR', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCZK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'AA', 'AAPL', 'AC.pa', 'ACA.pa', 'ACB', 'ACKB.br', 'AD.as', 'ADBE', 'ADS.de', 'AGS.br', 'AI.pa', 'AIG', 'AIR.pa', 'ALV.de', 'AMZN', 'AXP', 'BA', 'BABA', 'BAC', 'BAS.de', 'BAYN.de', 'BIDU', 'BMW.de', 'BN.pa', 'BNP.pa', 'BRKB', 'C', 'CA.pa', 'CAP.pa', 'CAT', 'CBK.de', 'CGC', 'CRON', 'CS.pa', 'CSCO', 'CVX', 'DAI.de', 'DBK.de', 'DIS', 'DLTR', 'DPW.de', 'DTE.de', 'EBAY', 'EDF.pa', 'EL.pa', 'EN.pa', 'EOAN.de', 'FB', 'FEYE', 'FP.pa', 'FSLR', 'GE', 'GILD', 'GLE.pa', 'GM', 'GOOG', 'GS', 'HAS', 'HEIA.as', 'HEN3.de', 'HOG', 'HPQ', 'HSY', 'IBE.mc', 'IBM', 'IFX.de', 'INGA.as', 'INTC', 'JNJ', 'JPM', 'KO', 'LHA.de', 'LLOY.l', 'LMT', 'LR.pa', 'LVS', 'LYFT', 'M', 'MC.pa', 'ML.pa', 'MMM', 'MRK.de', 'MS', 'MSFT', 'NFLX', 'NKE', 'NOV', 'NOVN.vx', 'NVDA', 'ORA.pa', 'PANW', 'PFE', 'PG', 'PM', 'PUB.pa', 'PYPL', 'QCOM', 'RACE', 'REGN', 'RI.pa', 'RNO.pa', 'RWE.de', 'SAF.pa', 'SAN.pa', 'SAP.de', 'SBUX', 'SGO.pa', 'SIE.de', 'SMSN.l', 'SNAP', 'SRE', 'SU.pa', 'T', 'TEF.mc', 'TEVA', 'TGT', 'TKA.de', 'TSLA', 'TWTR', 'UBER', 'UBSG.vx', 'UNA.as', 'URW.as', 'V', 'VIE.pa', 'VIV.pa', 'VK.pa', 'VOW3.de', 'VZ', 'WMT', 'XOM', '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') ), results AS ( SELECT DISTINCT ON (symbolid) * FROM all_results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY symbolid, resultuid ) SELECT * from results ORDER BY identified DESC, length DESC;
Date: 2022-05-08 18:56:14 Duration: 7s928ms 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 ), all_results AS ( SELECT kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '538' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('11' = 0 OR coalesce(bim.code, s.symbol) in ('EURUSD', 'USDJPY', 'GBPUSD', 'GBPJPY', 'AUDUSD', 'EURJPY', 'USDCAD', 'EURGBP', 'XAUUSD', 'UKOIL', 'USOIL')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('400' = 0 OR kr.patternlengthbars <= '400') ), results AS ( SELECT DISTINCT ON (symbolid) * FROM all_results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY symbolid, resultuid ) SELECT * from results ORDER BY identified DESC, length DESC;
Date: 2022-05-08 18:07:21 Duration: 7s118ms Database: acaweb_fx User: postgres Bind query: yes
6 1m41s 48 1s426ms 3s707ms 2s107ms with rar_max as ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ? ), fr as ( select a.*, rr.age, rr.relevant from fibonacci_results a left outer join relevance_fibonacci_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) end ), results as ( select distinct on (s.symbolid) fr.resultuid as resultuid, fr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, coalesce(bim.code, s.symbol) as symbol_code, s.longname as symbol_name, s.timegranularity as interval, fr.pattern as pattern_name, fr.timed as timed, fr.patternendtime as identified, dtt.timezone as timezone, fr.patternlengthbars as length, g.basegroupname, case when fr.age is not null then fr.age when fr.resultuid <= rm.resultuid then ? else ? end as age, case when fr.relevant is not null then fr.relevant when fr.resultuid <= rm.resultuid then ? else ? end as relevant, cps.pip from fr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = fr.symbolid inner join symbols s on fr.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on fr.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on fr.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left join currencypips cps on cps.symbol = s.symbol left outer join brokerinstrumentmap bim on dss.datafeedinstrumentid = bim.datafeedinstrumentid and bim.brokerid = bsl.brokerid and bim.type = ? where fr.gmttimefound > now() - interval ? and dss.enabled = ? and (fr.simulation = ? or fr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or coalesce(bim.code, s.symbol) in (...)) and (? = ? or fr.pattern in (...)) and (? = ? or fr.patternlengthbars <= ?) and (? = ? or (? = ? and fr.timed > cast(? as timestamp)) or (? = ? and fr.timed < cast(? as timestamp))) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #6
Day Hour Count Duration Avg duration May 08 18 48 1m41s 2s107ms [ User: postgres - Total duration: 1m41s - Times executed: 48 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1 ), fr AS ( SELECT a.*, rr.age, rr.relevant from fibonacci_results a LEFT OUTER JOIN relevance_fibonacci_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN fr.age IS NOT NULL THEN fr.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN fr.relevant IS NOT NULL THEN fr.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '529' AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('31' = 0 OR coalesce(bim.code, s.symbol) in ('AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'JPN225', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', 'XAGUSD', 'XAUUSD')) AND ('0' = 0 OR 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-05-08 18:22:15 Duration: 3s707ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1 ), fr AS ( SELECT a.*, rr.age, rr.relevant from fibonacci_results a LEFT OUTER JOIN relevance_fibonacci_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN fr.age IS NOT NULL THEN fr.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN fr.relevant IS NOT NULL THEN fr.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '529' AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('31' = 0 OR coalesce(bim.code, s.symbol) in ('AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'JPN225', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', 'XAGUSD', 'XAUUSD')) AND ('0' = 0 OR 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-05-08 18:15:59 Duration: 3s665ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1 ), fr AS ( SELECT a.*, rr.age, rr.relevant from fibonacci_results a LEFT OUTER JOIN relevance_fibonacci_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN fr.age IS NOT NULL THEN fr.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN fr.relevant IS NOT NULL THEN fr.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '529' AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('31' = 0 OR coalesce(bim.code, s.symbol) in ('AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'JPN225', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', 'XAGUSD', 'XAUUSD')) AND ('0' = 0 OR 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-05-08 18:42:02 Duration: 3s627ms Database: acaweb_fx User: postgres Bind query: yes
7 1m27s 37 313ms 14s248ms 2s369ms with rar_max as ( select resultuid from relevance_keylevels_results order by resultuid desc limit ? ), kr as ( select a.*, rr.age, rr.relevant from keylevels_results a left outer join relevance_keylevels_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_keylevels_results) end ), results as ( select distinct on (s.symbolid) kr.resultuid as resultuid, kr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, coalesce(bim.code, s.symbol) as symbol_code, s.longname as symbol_name, s.timegranularity as interval, p.patternname as pattern_name, kr.breakout as breakout, kr.atbaridentified as identified, dtt.timezone as timezone, kr.patternlengthbars as length, g.basegroupname, newlevels.filtered, case when kr.age is not null then kr.age when kr.resultuid <= rm.resultuid then ? else ? end as age, case when kr.relevant is not null then kr.relevant when kr.resultuid <= rm.resultuid then ? else ? end as relevant, cps.pip from kr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = kr.symbolid inner join symbols s on bsl.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on s.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join hrspatterns p on kr.patternid = p.patternid inner join downloadersymbolsettings dss on s.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_keylevels_results rar on rar.resultuid = kr.resultuid left join lateral calc_kl_signal_filter (kr.resultuid) newlevels on true left join currencypips cps on cps.symbol = s.symbol left outer join brokerinstrumentmap bim on dss.datafeedinstrumentid = bim.datafeedinstrumentid and bim.brokerid = bsl.brokerid and bim.type = ? where kr.gmttimefound > now() - interval ? and dss.enabled = ? and (kr.simulation = ? or kr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or coalesce(bim.code, s.symbol) in (...)) and (? = ? or p.patternname in (...)) and (? = ? or kr.patternclassid in (...)) and (? = ? or kr.patternlengthbars <= ?) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #7
Day Hour Count Duration Avg duration May 08 18 37 1m27s 2s369ms [ User: postgres - Total duration: 1m27s - Times executed: 37 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '627' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR coalesce(bim.code, s.symbol) in ('')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-05-08 18:42:52 Duration: 14s248ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '637' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR coalesce(bim.code, s.symbol) in ('')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-05-08 18:17:46 Duration: 5s114ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '665' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR coalesce(bim.code, s.symbol) in ('')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-05-08 18:17:09 Duration: 5s98ms Database: acaweb_fx User: postgres Bind query: yes
8 1m15s 94 754ms 1s149ms 797ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?);Times Reported Time consuming queries #8
Day Hour Count Duration Avg duration May 08 18 94 1m15s 797ms [ User: pgperfstats - Total duration: 1m15s - Times executed: 94 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 515840247994934300, 1, 1095, '2022-05-08 00:00:00', 0.560680228687073, 1.52166666666666, 1.01840739548984, 2.16166666666667, 1.36510762966871, 2.85166666666667, 2.89232718096331, 5.095, 16.643458283157, 22.0658333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1110, '2022-05-08 00:00:00', 0.681696519668052, 1.51166666666667, 0.940369858627179, 2.07208333333334, 1.15444690000344, 2.66791666666667, 2.87236580645414, 5.05625, 16.6307629218361, 22.1516666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1125, '2022-05-08 00:00:00', 0.534670255960339, 1.33875, 0.663849118530647, 1.77, 0.934209636498968, 2.47791666666667, 3.37345001982124, 5.26541666666667, 17.6455143487073, 22.88875 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1140, '2022-05-08 00:00:00', 0.707510434193558, 1.30333333333333, 0.772170735606792, 1.83958333333333, 0.996732342366217, 2.57166666666667, 3.75147446857976, 5.49291666666667, 17.6743571721654, 23.0333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1155, '2022-05-08 00:00:00', 0.480054344749679, 1.205, 0.715269787957809, 1.71249999999999, 1.58401434629721, 2.64166666666667, 3.65805521210145, 7.72875, 17.7668381860824, 23.17 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1170, '2022-05-08 00:00:00', 0.53694367906956, 1.13041666666666, 0.88544756553076, 1.82, 1.83699734325623, 2.63125, 3.36882284949867, 7.8375, 17.8002237355667, 23.0954166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1185, '2022-05-08 00:00:00', 0.521074697696709, 1.32333333333334, 1.07864238005837, 1.87791666666668, 1.3733160966978, 2.42833333333334, 2.92087390139083, 8.01, 17.818144310412, 23.0233333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1200, '2022-05-08 00:00:00', 0.794392941136527, 1.28916666666667, 1.08878397466084, 1.78625, 1.47058082777332, 2.38916666666667, 2.61781269328068, 7.90041666666666, 17.8337955869252, 22.9629166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1215, '2022-05-08 00:00:00', 0.581047903934488, 1.14083333333333, 0.514322404948378, 1.46333333333333, 1.54264448034976, 2.31041666666667, 2.30738370567562, 7.8575, 17.8372182498086, 23.06375 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1230, '2022-05-08 00:00:00', 0.433826920673958, 1.08666666666667, 0.97431321036105, 1.66083333333334, 1.54135363057695, 2.39666666666667, 2.61183926531212, 8.225, 17.8839298561991, 23.1391666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1245, '2022-05-08 00:00:00', 0.728610823337158, 1.17708333333333, 1.26076466330234, 1.72166666666666, 1.23828356835264, 2.26375, 2.54234568026675, 8.26791666666667, 17.9391674955886, 23.23 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1260, '2022-05-08 00:00:00', 0.599858528007378, 1.23291666666667, 0.830357003717792, 1.74833333333334, 1.1357459401555, 2.38166666666667, 2.54967801320373, 8.34166666666667, 18.0286371232475, 23.34 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1275, '2022-05-08 00:00:00', 0.653937765731026, 1.17458333333333, 0.982909021694045, 1.66333333333333, 1.19994134820434, 2.54375, 2.57166383714987, 8.46125, 18.0688191468706, 23.3458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1290, '2022-05-08 00:00:00', 0.678155533440692, 1.14416666666666, 0.749979589094243, 1.64541666666667, 1.48888143744981, 2.73125000000001, 2.55515151710468, 8.49083333333334, 18.0588778550623, 23.3454166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1305, '2022-05-08 00:00:00', 0.6913230331993, 1.18333333333333, 1.24258467182992, 1.99583333333334, 2.04531472366494, 2.97916666666667, 2.56041772944873, 8.63208333333333, 18.090139394076, 23.3504166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1320, '2022-05-08 00:00:00', 0.740143457488038, 1.42863636363636, 1.08971152702044, 1.95045454545455, 1.97042730549335, 3.32136363636364, 2.35651183997621, 8.79636363636364, 18.8339431824795, 23.4359090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1335, '2022-05-08 00:00:00', 0.711253998992095, 1.41818181818182, 1.20913478421842, 2.07545454545455, 2.41198688552213, 6.05045454545454, 2.32992280124048, 8.66454545454545, 18.8599228994949, 23.4118181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1350, '2022-05-08 00:00:00', 0.884867490752423, 1.4, 1.36208499776099, 2.40227272727273, 2.11612572765375, 6.145, 2.37405716076877, 8.44954545454546, 18.8721458379311, 23.3886363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1365, '2022-05-08 00:00:00', 0.700396455448769, 1.72136363636364, 2.19627493567486, 5.41045454545454, 1.91506535780776, 6.26909090909091, 2.30707100527414, 8.31636363636364, 18.8898365043262, 23.3077272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 990, '2022-05-08 00:00:00', 1.66071532317113, 3.89923076923077, 1.52085583193756, 4.50230769230769, 1.58682304766959, 5.00923076923077, 1.95062660543892, 7.06807692307692, 17.4108623035692, 22.5969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1005, '2022-05-08 00:00:00', 0.961290558812233, 2.42653846153846, 1.37173853754446, 3.55115384615384, 1.51044343972735, 4.21923076923077, 2.09337107592956, 6.60230769230769, 17.4882486126673, 22.3865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1020, '2022-05-08 00:00:00', 1.16037474053063, 2.44846153846153, 1.1447311407555, 3.01423076923076, 1.75509425563241, 4.25961538461539, 2.24130363851041, 6.225, 17.4037424313101, 22.4988461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1035, '2022-05-08 00:00:00', 0.685495104622592, 1.87346153846153, 0.954455543551082, 2.61576923076923, 1.53163065441328, 3.87730769230769, 2.3078613809859, 5.91807692307692, 17.4725487375087, 22.3307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1050, '2022-05-08 00:00:00', 0.705652780164478, 1.99538461538462, 1.51652822135094, 3.02461538461539, 1.60335537593463, 3.84269230769231, 2.40688349403251, 5.89807692307692, 17.5111402782958, 22.4053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1065, '2022-05-08 00:00:00', 1.06555987450441, 1.84538461538462, 1.19351587917638, 2.57807692307692, 1.4963870334396, 3.35307692307693, 2.11338954871443, 5.44923076923077, 17.5107619348349, 22.1665384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1080, '2022-05-08 00:00:00', 0.694664944138818, 1.67076923076923, 0.847797962143918, 2.12576923076924, 1.1843396732097, 2.86730769230769, 1.99673830186978, 5.09038461538462, 17.4540372935935, 22.0546153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1095, '2022-05-08 00:00:00', 0.456313657308387, 1.38307692307693, 0.87695416948927, 2.04615384615385, 1.21906117723687, 2.78307692307692, 2.07233487789832, 5.13038461538462, 17.4335286864576, 22.0376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1110, '2022-05-08 00:00:00', 0.719244154544307, 1.52192307692308, 0.778435907148725, 1.94769230769231, 1.22521156728762, 2.65923076923077, 2.13991574241029, 5.04923076923077, 17.4087461528792, 22.1288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1125, '2022-05-08 00:00:00', 0.515738305732665, 1.255, 1.00107911006842, 1.96076923076923, 1.05058372053167, 2.47692307692307, 2.09911252309527, 4.86423076923077, 17.5886052274236, 22.9853846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1140, '2022-05-08 00:00:00', 0.80775777024094, 1.43384615384615, 0.852782594713425, 1.84692307692308, 0.83262624360421, 2.23769230769231, 2.18260849584937, 5.03961538461539, 17.519067225784, 23.2326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1155, '2022-05-08 00:00:00', 0.573208647741951, 1.21807692307693, 0.631331803534277, 1.63961538461538, 0.845130486056167, 2.14153846153846, 2.71725494967595, 7.25230769230769, 17.4858633890791, 23.5723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1170, '2022-05-08 00:00:00', 0.4381169496133, 1.13230769230769, 0.586890633239801, 1.50384615384615, 0.868805811710267, 2.10653846153846, 2.76141847607348, 7.69, 17.4408013400937, 23.6792307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1185, '2022-05-08 00:00:00', 0.388759763666651, 1.07692307692308, 0.506267183943874, 1.45230769230769, 0.651803179353536, 2.12076923076923, 2.95699486225198, 8.03115384615385, 17.3366548277165, 23.9261538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1200, '2022-05-08 00:00:00', 0.3912978405256, 1.125, 0.51173971749468, 1.56153846153846, 0.851400384886331, 2.23115384615385, 2.91257731491966, 8.23115384615385, 17.2885843705742, 23.9915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1215, '2022-05-08 00:00:00', 0.324897143487216, 1.06307692307693, 0.537181390364405, 1.53038461538462, 0.848523060744594, 2.24923076923077, 3.04143872837536, 8.28846153846154, 17.2769856879474, 24.0123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1230, '2022-05-08 00:00:00', 0.3328034763132, 1.02692307692308, 0.535690639771174, 1.4473076923077, 0.688495908037673, 2.20115384615385, 2.92168718380322, 8.26, 17.6249614424019, 24.0146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1245, '2022-05-08 00:00:00', 0.447840802758506, 1.08423076923077, 0.5395589366824, 1.59038461538462, 0.762430627361248, 2.24269230769231, 2.95969353922899, 8.29461538461538, 17.9366167335469, 24.0996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1260, '2022-05-08 00:00:00', 0.402126654368802, 1.13538461538461, 0.595975347967198, 1.67115384615385, 0.77553723314874, 2.245, 3.09771886294514, 8.35692307692308, 17.9755069597922, 24.1623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1275, '2022-05-08 00:00:00', 0.412145605338694, 1.14, 0.5912828296301, 1.56076923076923, 1.21950582677512, 2.46230769230769, 3.1352539585519, 8.39576923076923, 18.0358527767504, 24.2242307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1290, '2022-05-08 00:00:00', 0.465874859394, 1.04923076923076, 0.565524399255983, 1.48538461538461, 1.166324404008, 2.52384615384616, 3.10765852990021, 8.34153846153846, 18.2577220417512, 24.2930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1305, '2022-05-08 00:00:00', 0.474161932741902, 1.12846153846154, 0.996637423462594, 1.91307692307692, 1.26126895807967, 2.77923076923077, 2.99407188650147, 8.41769230769231, 18.3905819249545, 24.3465384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1320, '2022-05-08 00:00:00', 0.451373909078834, 1.32416666666666, 0.809104779047972, 1.89625, 1.17037704503132, 3.00541666666667, 2.94642450969041, 8.56, 19.0191585330253, 24.855 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1335, '2022-05-08 00:00:00', 0.59546094068718, 1.25791666666667, 0.804541006962392, 1.80083333333333, 2.37804069271993, 6.20916666666667, 3.06107575577748, 8.5475, 19.0509817113624, 24.8145833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1350, '2022-05-08 00:00:00', 0.472025392340807, 1.18583333333333, 0.760886210998045, 2.015, 2.34440866590141, 6.54458333333333, 3.13531009376393, 8.58958333333333, 19.0433384021815, 24.82375 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1365, '2022-05-08 00:00:00', 0.706288010391791, 1.62916666666667, 2.17780898904234, 5.80208333333333, 2.34916204610082, 6.78333333333334, 3.10384987684182, 8.83333333333333, 18.9822241360746, 24.89625 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 990, '2022-05-08 00:00:00', 1.55969661744249, 3.64153846153846, 1.74945763023859, 4.325, 1.91093340060256, 5.29769230769231, 2.65612722702695, 7.49961538461538, 18.3623109824277, 23.9138461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1005, '2022-05-08 00:00:00', 0.750095891305804, 2.27038461538462, 0.891727191811144, 3.26576923076923, 1.28373757203182, 4.01307692307692, 2.21965323002005, 6.2873076923077, 17.8445797890047, 23.3103846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1020, '2022-05-08 00:00:00', 0.70982077911367, 2.21153846153846, 1.008071502348, 2.76807692307693, 1.16404791072428, 3.41346153846154, 2.43704044977635, 6.04692307692308, 17.8625290870194, 23.2542307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1035, '2022-05-08 00:00:00', 0.785033463274999, 1.80846153846154, 0.867556072229072, 2.60846153846153, 1.1630081023595, 3.14961538461538, 2.71214649592986, 6.11115384615384, 17.7798441500481, 23.225 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1050, '2022-05-08 00:00:00', 0.474078214903566, 1.67692307692307, 0.539176580180729, 2.04076923076923, 1.01408306441753, 2.7926923076923, 2.75549490180007, 5.93192307692307, 17.7690172361462, 23.1715384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1065, '2022-05-08 00:00:00', 0.365334830616436, 1.31153846153846, 0.913628185608602, 2.02730769230769, 1.06407265512492, 2.86884615384615, 2.77428011452451, 5.98307692307692, 17.6997348958852, 23.3207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1080, '2022-05-08 00:00:00', 0.716096362230677, 1.515, 0.908022110879549, 2.04192307692307, 0.952614539852538, 2.68230769230769, 3.09998223319971, 6.18461538461538, 17.609315314519, 23.4646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1095, '2022-05-08 00:00:00', 0.642740885702667, 1.40038461538462, 0.750908885182585, 1.91192307692308, 1.2200337952444, 2.6423076923077, 3.8513826688007, 6.53730769230769, 17.5629269901557, 23.4873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1110, '2022-05-08 00:00:00', 0.567916705701973, 1.27576923076923, 0.720052669013766, 1.73961538461538, 1.47431590394169, 2.74923076923077, 4.1393699446246, 6.65346153846154, 17.5195251604076, 23.6946153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1125, '2022-05-08 00:00:00', 0.463339881894323, 1.24038461538462, 0.997969939427041, 1.86, 1.37275338140318, 2.77961538461538, 4.15273663244631, 6.71153846153847, 18.1942026311849, 24.1642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1140, '2022-05-08 00:00:00', 0.722987817750328, 1.35076923076923, 0.996607167420465, 2.01461538461538, 1.263004537418, 2.72730769230769, 4.10314423526454, 6.74384615384615, 18.1613631477545, 24.3107692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1155, '2022-05-08 00:00:00', 0.668199532613292, 1.35115384615384, 0.946024312583984, 1.86499999999999, 1.97996802615986, 3.09576923076923, 16.8966269551511, 12.0776923076923, 18.1625879255641, 24.5419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1170, '2022-05-08 00:00:00', 0.606105474446358, 1.16038461538461, 0.805530594367176, 1.69653846153847, 1.82957632758558, 2.79846153846154, 16.8632655839208, 11.9130769230769, 18.2051594926781, 24.5080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1185, '2022-05-08 00:00:00', 0.522237935751958, 1.1373076923077, 1.7307924818951, 2.19884615384616, 1.69215643030288, 2.63423076923077, 16.813914256216, 11.9561538461538, 18.1715780949685, 24.6076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1200, '2022-05-08 00:00:00', 1.76786355199193, 1.75153846153846, 1.70216084388683, 2.06346153846154, 1.71936285157747, 2.60384615384616, 16.7569882551912, 12.1207692307692, 18.0592639810835, 24.8965384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1215, '2022-05-08 00:00:00', 0.436366289327607, 1.13653846153846, 0.721696718744212, 1.62692307692308, 1.51576337710891, 2.84115384615385, 16.618926860661, 12.215, 17.9151113695845, 24.9307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1230, '2022-05-08 00:00:00', 0.788472817930582, 1.25423076923077, 1.07822139870037, 1.70576923076923, 1.62126598206938, 2.90076923076923, 16.5660213504817, 12.4692307692308, 17.8574871735596, 25.0380769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1245, '2022-05-08 00:00:00', 0.511132678846321, 1.15384615384616, 1.48622190081479, 2.22653846153846, 1.62583398717279, 2.89192307692308, 16.5652160727973, 12.5365384615385, 17.8502097595949, 24.9673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1260, '2022-05-08 00:00:00', 1.61168731458679, 1.81, 1.55080961485878, 2.23230769230769, 2.24681138162851, 3.13423076923077, 16.5627981888977, 12.5903846153846, 17.858266764895, 24.9203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1275, '2022-05-08 00:00:00', 0.654760555176766, 1.32076923076923, 1.08819370447615, 1.94153846153846, 2.83301242224868, 3.42923076923077, 16.5450470999167, 12.4934615384615, 17.8638658620821, 24.9365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1290, '2022-05-08 00:00:00', 1.03613215670292, 1.46461538461539, 1.95968368719193, 2.23192307692309, 3.02538887519502, 3.63538461538462, 16.5496525503849, 12.4634615384615, 17.8741859803891, 25.0326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1305, '2022-05-08 00:00:00', 1.07613760915886, 1.45807692307693, 2.02532504513757, 2.46153846153846, 2.42369178035364, 3.34461538461539, 16.5726537357827, 12.3103846153846, 17.8668955764134, 25.0384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1320, '2022-05-08 00:00:00', 1.179984033299, 1.65833333333333, 1.34615717152001, 2.275, 1.53843299722689, 3.0025, 17.1828072513263, 12.7170833333333, 18.487246676396, 25.66875 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1335, '2022-05-08 00:00:00', 0.844340064741414, 1.40333333333333, 0.92026687606824, 1.84708333333333, 17.6935647844805, 9.935, 17.1789770198716, 12.6208333333333, 18.6460182640007, 25.7066666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1350, '2022-05-08 00:00:00', 0.539902701916033, 1.26416666666667, 0.910723155885841, 2.07583333333333, 17.4796584831743, 10.2445833333333, 17.0497588862632, 12.5679166666667, 18.7217894395499, 25.6820833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1365, '2022-05-08 00:00:00', 0.852858683946296, 1.72125, 17.5471474001918, 9.62916666666667, 17.3658815453701, 10.46625, 16.9922649708795, 12.5308333333333, 18.7201460446969, 25.64625 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 990, '2022-05-08 00:00:00', 2.24874594681866, 3.928, 2.44921055308304, 4.60359999999999, 2.90200648976991, 5.708, 3.59356591702448, 7.5808, 6.39845338083093, 20.4784 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1005, '2022-05-08 00:00:00', 1.04621094112676, 2.4564, 1.70952644514984, 3.4316, 2.60008281919378, 4.7484, 3.36510534753371, 7.0644, 6.36206237525747, 20.2072 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1020, '2022-05-08 00:00:00', 1.24256119902938, 2.386, 1.99853904973942, 3.636, 2.37603009240203, 4.6176, 3.2019850613851, 6.802, 6.5650686211189, 19.9648 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1035, '2022-05-08 00:00:00', 1.31693166109712, 2.3544, 1.70326157709261, 3.062, 1.88454609919737, 3.9884, 3.16952220373987, 6.23720000000001, 6.91675983872988, 19.618 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1050, '2022-05-08 00:00:00', 0.7548288989345, 1.764, 1.04076141998699, 2.6052, 1.57448753567629, 3.64880000000001, 3.08642851853076, 5.9108, 7.01076225052122, 19.5096 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1065, '2022-05-08 00:00:00', 0.805782849159744, 1.8612, 1.16468851343753, 2.5908, 1.56801094809103, 3.412, 2.95401433081606, 5.7056, 6.87038094528486, 19.3352 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1080, '2022-05-08 00:00:00', 0.948727217556936, 1.7, 1.34494089089446, 2.2692, 1.581781379753, 2.9964, 2.79481024996927, 5.4832, 6.9596491290869, 19.0108 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1095, '2022-05-08 00:00:00', 0.834600702931245, 1.51800000000001, 0.924035533227302, 2.01400000000001, 1.40141595062518, 2.79800000000001, 2.28477001030738, 5.7136, 6.8291104105879, 18.7264 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1110, '2022-05-08 00:00:00', 0.582330089668508, 1.42800000000001, 0.90333972937465, 2.0032, 1.34834466414687, 2.944, 2.09895275474858, 5.7712, 6.64863226536105, 18.5488 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1125, '2022-05-08 00:00:00', 0.667720001198105, 1.408, 0.98995909006383, 1.9324, 1.31461933653815, 2.7164, 2.04487228615057, 5.7488, 7.17358464553578, 19.418 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1140, '2022-05-08 00:00:00', 0.584764910027954, 1.252, 1.02801183521074, 1.968, 1.29942654018354, 2.6648, 1.96304593255821, 5.95919999999999, 7.17435460511954, 19.3184 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1155, '2022-05-08 00:00:00', 0.817978606077202, 1.3684, 0.964923658465619, 1.9488, 1.1463819898562, 2.542, 2.17948938974247, 7.4664, 7.04859837130758, 19.4284 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1170, '2022-05-08 00:00:00', 0.626007987169493, 1.3788, 0.886803623507859, 1.8304, 1.09892022761739, 2.4744, 2.21050582446643, 7.8888, 6.96749543714717, 19.6952 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1185, '2022-05-08 00:00:00', 0.609041049519653, 1.1668, 0.64680290661066, 1.6096, 1.03952184520897, 2.3616, 2.15207365115602, 7.9628, 7.00683471095663, 19.6992 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1200, '2022-05-08 00:00:00', 0.441962291000785, 1.1516, 0.792407092345841, 1.6744, 0.932294123832882, 2.2784, 2.72392131555472, 8.1516, 6.98526305875448, 19.786 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1215, '2022-05-08 00:00:00', 0.604481044643526, 1.2016, 0.713320404867265, 1.5948, 0.805964639422845, 2.2296, 2.78647579091104, 8.2084, 6.98013311716426, 19.73 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1230, '2022-05-08 00:00:00', 0.411004055130033, 1.0808, 0.65814562724876, 1.5484, 0.850327779937442, 2.3364, 2.77552547577331, 8.354, 6.99012284107606, 19.6744 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1245, '2022-05-08 00:00:00', 0.492562009632628, 1.07440000000001, 0.761672064167599, 1.7212, 0.822394876767444, 2.362, 2.97727655192907, 8.6144, 7.1386765113243, 19.6876 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1260, '2022-05-08 00:00:00', 0.599366888196754, 1.25639999999999, 0.731799836020749, 1.80319999999999, 0.864608389195167, 2.3432, 3.14901561338354, 8.7908, 7.23839933963303, 19.664 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1275, '2022-05-08 00:00:00', 0.69938735094843, 1.39519999999999, 0.704353841001333, 1.7368, 1.10418114455917, 2.7408, 3.02453919355219, 8.7496, 7.19541041220026, 19.5368 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1290, '2022-05-08 00:00:00', 0.372286627927105, 1.04160000000001, 0.499024047516747, 1.514, 1.19985763044343, 2.632, 3.06362258336978, 8.71, 7.25777610566763, 19.4316 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1305, '2022-05-08 00:00:00', 0.423256423459812, 1.0972, 0.877499667616274, 1.9284, 1.13681470199266, 2.6568, 3.0578846174003, 8.59600000000001, 7.23491246203666, 19.41 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1320, '2022-05-08 00:00:00', 0.482718749692139, 1.34086956521739, 0.717187909842125, 1.80304347826087, 1.03772002286252, 2.87086956521739, 3.1064063601384, 8.76826086956522, 7.22936392546387, 20.0213043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1335, '2022-05-08 00:00:00', 0.56030765123423, 1.23086956521739, 0.600094524833534, 1.8395652173913, 1.73751731017624, 5.50130434782609, 3.00231419305742, 8.72217391304348, 7.1546843606406, 20.2091304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1350, '2022-05-08 00:00:00', 0.532025364190748, 1.34652173913043, 0.703346883084485, 2.14826086956521, 1.95266170829347, 6.28826086956521, 2.98842133162913, 8.77565217391305, 7.10108873799097, 20.1539130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1365, '2022-05-08 00:00:00', 0.598239842446911, 1.77, 1.62522725683629, 5.19, 1.93595162533886, 6.53217391304347, 2.96619657716534, 8.71695652173913, 7.06854997960892, 20.0547826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 990, '2022-05-08 00:00:00', 1.56780233660582, 3.69708333333334, 1.77800246164711, 5.02166666666667, 2.211177099797, 5.98541666666667, 2.56188502694878, 7.89875000000001, 7.36068639235953, 19.4154166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1005, '2022-05-08 00:00:00', 1.08983012903156, 3.05916666666666, 1.53109219092172, 3.62791666666666, 1.95744268985276, 4.90416666666667, 2.46756113825262, 6.89333333333334, 7.3385742677041, 19.25125 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1020, '2022-05-08 00:00:00', 0.908395224590028, 2.36583333333333, 1.41390756467645, 3.51041666666666, 1.55919223791764, 4.44249999999999, 2.09296436157919, 6.23958333333333, 7.31856107659724, 18.9116666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1035, '2022-05-08 00:00:00', 0.973648077957402, 2.40916666666667, 1.24655692475982, 2.99791666666667, 1.66278920335159, 4.06375, 2.33633581409692, 5.79958333333333, 7.48207334620365, 18.7770833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1050, '2022-05-08 00:00:00', 0.738176243634725, 1.81791666666667, 1.11688587508797, 2.56083333333333, 1.30095366358015, 3.4975, 2.33943783504884, 5.34708333333334, 7.45994316283668, 18.7095833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1065, '2022-05-08 00:00:00', 0.923174658055209, 1.85416666666667, 0.967250323549082, 2.51416666666667, 1.15005474034809, 3.41458333333334, 2.30020351966605, 5.28333333333334, 7.44324407953523, 18.7770833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1080, '2022-05-08 00:00:00', 0.5862679804727, 1.77166666666667, 0.740228984352385, 2.45208333333334, 1.14607332137652, 3.39333333333333, 2.34453755367231, 5.31708333333334, 7.43408677617179, 18.69125 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1095, '2022-05-08 00:00:00', 0.523813877499316, 1.62625, 0.734364434860788, 2.35958333333334, 1.13039615667009, 3.01958333333334, 2.44135683348539, 5.25666666666667, 7.37081257933684, 18.7379166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1110, '2022-05-08 00:00:00', 0.732145447654853, 1.6475, 1.05738183291548, 2.22041666666667, 1.19665475752017, 2.63, 2.46164457664772, 5.19375000000001, 7.29980552401267, 18.9570833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1125, '2022-05-08 00:00:00', 0.55099909255824, 1.48, 0.661827591499153, 1.84625000000001, 0.877249902424819, 2.3525, 2.23662980001583, 5.20458333333334, 16.4835812909062, 22.34 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1140, '2022-05-08 00:00:00', 0.530557370308249, 1.30708333333333, 0.729706611680642, 1.8275, 0.934500467195398, 2.49291666666667, 2.40587550727832, 5.48750000000001, 16.460649497637, 22.4741666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1155, '2022-05-08 00:00:00', 0.546906815844704, 1.32875, 0.726450074089697, 1.68916666666666, 1.10627844268685, 2.57791666666666, 3.76391887878671, 8.56625, 16.6061279886481, 22.3354166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1170, '2022-05-08 00:00:00', 0.431945170634865, 1.18124999999999, 0.576148978066904, 1.75541666666666, 1.20630679636506, 2.63249999999999, 3.82789380919752, 8.95166666666667, 16.561503943251, 22.4195833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1185, '2022-05-08 00:00:00', 0.508307079388554, 1.2575, 1.01391969710324, 1.79624999999999, 1.28697826068597, 2.46, 4.25953865638256, 9.46, 16.571468474197, 22.3425 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1200, '2022-05-08 00:00:00', 0.39333930680353, 1.16391304347826, 0.630362841745112, 1.65869565217391, 1.29031570730032, 2.43652173913043, 4.38814793420756, 9.82826086956522, 16.7203393572422, 21.9313043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1215, '2022-05-08 00:00:00', 0.448891916355343, 1.17304347826088, 0.567313550015874, 1.64086956521739, 1.50840137349358, 2.49260869565217, 4.42006255209436, 10.115652173913, 16.7698671865506, 21.87 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1230, '2022-05-08 00:00:00', 0.504995988713376, 1.26869565217391, 1.27156030633557, 1.94260869565217, 1.52449084353295, 2.59782608695652, 4.46312205726258, 10.1530434782609, 16.7700884788642, 21.9430434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1245, '2022-05-08 00:00:00', 1.20493156612788, 1.36652173913043, 1.45797696756316, 1.79173913043478, 1.47877633421702, 2.50391304347826, 4.4527532007954, 10.1726086956522, 16.791668023748, 21.9317391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1260, '2022-05-08 00:00:00', 0.652391768619778, 1.17826086956521, 1.09683284619404, 1.84173913043478, 1.14274580908868, 2.5004347826087, 4.57349551927431, 10.2160869565217, 16.8617390290267, 21.8760869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1275, '2022-05-08 00:00:00', 0.645900419398112, 1.37652173913044, 0.631940045687786, 1.72130434782609, 1.15646370474618, 2.57913043478262, 4.55358743168765, 10.3630434782609, 16.8014660451052, 21.7939130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1290, '2022-05-08 00:00:00', 0.45738213670009, 1.09565217391304, 0.792412387147221, 1.74913043478261, 1.40892482764713, 2.80347826086957, 4.63947267686401, 10.5039130434783, 16.7873038441476, 21.7939130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1305, '2022-05-08 00:00:00', 0.670423734804881, 1.33956521739131, 1.14655507392772, 2.04391304347827, 1.41681656185989, 2.95652173913044, 4.68624962770045, 10.5508695652174, 16.7787792406457, 21.8234782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1320, '2022-05-08 00:00:00', 0.309627272085408, 1.20761904761905, 0.406747259773597, 1.79333333333333, 1.16303748455335, 3.1152380952381, 4.89382774523175, 10.91, 17.3726850461949, 22.7057142857143 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1335, '2022-05-08 00:00:00', 0.336980287681215, 1.23428571428571, 0.709551501536941, 1.88333333333334, 3.84410104668737, 7.41142857142857, 4.84118196901778, 10.7385714285714, 17.3507193895047, 22.6233333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1350, '2022-05-08 00:00:00', 0.575086742939494, 1.36952380952381, 1.32557750217998, 2.46571428571428, 3.87602692997673, 8.12952380952381, 4.89318904678933, 10.7090476190476, 17.4016562840602, 22.6028571428571 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1365, '2022-05-08 00:00:00', 1.10268827352586, 1.89714285714286, 3.84021043570222, 6.89809523809525, 4.16148107792223, 8.46619047619048, 4.6701370429571, 10.41, 17.4536520260838, 22.5809523809524 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 990, '2022-05-08 00:00:00', 2.08446834957868, 4.03913043478262, 2.49972480698815, 4.94173913043479, 2.70576897956034, 6.19695652173914, 3.31320361309386, 8.18000000000001, 16.6228915094332, 22.7730434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1005, '2022-05-08 00:00:00', 0.926854299920236, 2.56043478260869, 1.23876516355393, 3.59130434782608, 1.33682666550187, 4.79652173913043, 2.76356853853739, 6.83739130434782, 16.725031818447, 22.305652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1020, '2022-05-08 00:00:00', 0.972951582869718, 2.56434782608695, 1.05084644971069, 3.27652173913043, 1.50863797431637, 4.27391304347826, 2.75422650418655, 6.49, 16.7225080267153, 22.2426086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1035, '2022-05-08 00:00:00', 0.882001631217519, 2.12217391304348, 1.13136473606345, 3.0404347826087, 1.70429926021795, 3.61782608695652, 3.28380388942302, 6.1804347826087, 16.7581689006044, 22.1339130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1050, '2022-05-08 00:00:00', 0.688235413350495, 2.0395652173913, 1.3987651245001, 2.69565217391304, 1.58750419376372, 3.24173913043478, 3.42016589986637, 5.94565217391304, 16.7627453367668, 22.1369565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1065, '2022-05-08 00:00:00', 0.902199113891564, 1.63782608695652, 0.97758009689733, 2.1891304347826, 1.62323397498617, 3.04608695652174, 3.23048528519565, 5.56478260869565, 16.7973486755989, 22.3195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1080, '2022-05-08 00:00:00', 0.51837691355415, 1.58347826086957, 0.783458179718346, 2.06608695652174, 1.47206356732482, 3.02565217391305, 3.14711644163879, 5.29347826086957, 16.8907312445697, 22.2773913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 930, '2022-05-08 00:00:00', 0.742462120245863, 3.09499999999998, 0.15556349186106, 4.28, 1.15965512114595, 5.23, 0.113137084989845, 6.13000000000001, 5.38815367264147, 16.76 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 945, '2022-05-08 00:00:00', 0.431335136523804, 3.495, 0.544472221513649, 4.045, 1.27279220613579, 4.56, 0.692964645562809, 5.95, 5.38815367264147, 16.76 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 960, '2022-05-08 00:00:00', 1.61220346110533, 2.52, 0.883883476483184, 3.035, 0.424264068711924, 3.36, 0.848528137423849, 5.84, 5.38815367264147, 16.76 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 975, '2022-05-08 00:00:00', 0.395979797464468, 1.33000000000001, 0.700035713374689, 1.935, 1.209152595829, 3.11499999999999, 0.643467170879736, 5.69499999999999, 5.38815367264147, 16.76 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 930, '2022-05-08 00:00:00', 0.523259018078032, 3.01000000000001, 1.30107647738323, 3.56, 2.44658946290546, 5.04000000000001, 3.30925973595305, 6.53999999999999, 10.146982310027, 22.065 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 945, '2022-05-08 00:00:00', 1.40007142674936, 2.15999999999998, 1.43542676580869, 3.37499999999999, 2.95570634535977, 5.01999999999998, 2.26274169979694, 5.94999999999999, 11.0874343290051, 21.4 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 960, '2022-05-08 00:00:00', 0.169705627484778, 1.47999999999999, 0.113137084989845, 2.73, 1.29400540957139, 3.84499999999998, 0.289913780286482, 4.55499999999999, 11.2854242277373, 21.26 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 975, '2022-05-08 00:00:00', 0.707106781186548, 1.98000000000002, 0.388908729652609, 2.875, 0.664680374315353, 3.12, 0.169705627484778, 4.22999999999999, 11.2854242277373, 21.26 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 930, '2022-05-08 00:00:00', 0.657609306503494, 2.125, 0.395979797464468, 2.67000000000002, 1.02530483272049, 3.685, 2.50315800540037, 5.16000000000001, 5.97505230102634, 17.505 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 945, '2022-05-08 00:00:00', 0.53740115370177, 1.81, 0.565685424949226, 2.2, 1.83847763108502, 4.14999999999999, 2.36173664916305, 5.06, 5.93262589415514, 17.475 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 960, '2022-05-08 00:00:00', 0.346482322781415, 1.55500000000001, 0.282842712474603, 2.72, 1.13844191771035, 3.655, 1.44956890143241, 4.41500000000001, 5.93262589415514, 17.475 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 975, '2022-05-08 00:00:00', 0.905096679918762, 1.53999999999999, 1.54856385079854, 2.32499999999999, 1.93040151263927, 3.33499999999999, 1.17379725676965, 5.46000000000001, 5.93262589415514, 17.475 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 930, '2022-05-08 00:00:00', 0.289913780286482, 2.55500000000002, 0.127279220613583, 3.49000000000001, 0.905096679918782, 4.90000000000002, 0.721248916810286, 5.03000000000002, 2.34759451353933, 16.58 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 945, '2022-05-08 00:00:00', 0.0353553390593354, 2.30500000000001, 0.813172798364534, 3.71500000000002, 1.3717871555019, 4.11000000000001, 0.848528137423869, 4.48, 1.65462986797652, 15.95 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 960, '2022-05-08 00:00:00', 0.692964645562809, 1.91000000000001, 1.85969083452062, 3.185, 1.87383297014436, 3.75500000000001, 0.714177848998427, 4.575, 1.64755880016464, 15.945 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 975, '2022-05-08 00:00:00', 0.791959594928936, 1.91, 0.806101730552675, 2.48, 0.311126983722099, 2.83, 0.197989898732234, 4.20999999999999, 1.60513239329345, 15.975 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 930, '2022-05-08 00:00:00', 1.26572113832393, 2.935, 1.50613744392736, 3.96499999999999, 0.247487373415288, 5.205, 0.855599205235728, 7.11499999999999, 0.261629509039006, 12.395 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 945, '2022-05-08 00:00:00', 0.268700576850905, 1.80999999999999, 0.141421356237322, 2.74999999999999, 0.353553390593274, 3.84999999999999, 0.371231060122937, 6.75999999999999, 0.389792613129084, 11.995 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 960, '2022-05-08 00:00:00', 0.0989949493661271, 1.2, 0.0353553390593153, 2.605, 0.15556349186104, 3.29000000000001, 0.424264068711924, 5.79000000000001, 0.30405591591022, 11.995 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 975, '2022-05-08 00:00:00', 0.509116882454313, 2.27, 0.240416305603429, 2.60000000000001, 1.30814754519511, 4.265, 0.530330085889911, 5.715, 0.30405591591022, 11.995 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2022-05-08 18:06:24 Duration: 1s149ms 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 515840248001389300, 1, 1095, '2022-05-08 00:00:00', 2.80377924946139, 8.90708333333333, 3.91867648094594, 12.2458333333333, 11.0888384851289, 16.9045833333333, 13.2736179921471, 30.6629166666667, 49.2533903195609, 111.668333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1110, '2022-05-08 00:00:00', 3.04682716889247, 8.86416666666668, 10.1595052854422, 12.6654166666667, 10.4809416755269, 15.9991666666667, 12.4546477850349, 30.5858333333333, 49.0867429175498, 111.615416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1125, '2022-05-08 00:00:00', 9.22956245920715, 9.32333333333333, 9.11601806306279, 12.33875, 9.68009596910148, 15.2633333333333, 12.5936916287711, 31.8691666666666, 51.8472891413268, 114.755 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1140, '2022-05-08 00:00:00', 4.30638250201062, 8.13791666666666, 6.2132173134422, 10.5754166666666, 7.77058266099167, 15.42375, 14.6684077791478, 33.6295833333333, 52.2140168153414, 115.687083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1155, '2022-05-08 00:00:00', 3.27037024784211, 6.47791666666666, 5.01640524259863, 9.90791666666668, 8.42885845718768, 16.13875, 14.253671888985, 41.4516666666667, 52.5972871882687, 116.3475 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1170, '2022-05-08 00:00:00', 3.04969029076156, 7.47250000000002, 4.98726811963238, 11.2245833333334, 8.41373479212256, 15.54875, 28.313192142098, 48.7733333333333, 52.8410299090378, 116.65375 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1185, '2022-05-08 00:00:00', 3.78694199983906, 7.90583333333334, 6.64670671422529, 11.2383333333333, 7.2461442895665, 15.00625, 28.3559394386657, 51.7616666666667, 53.0453165422285, 116.68625 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1200, '2022-05-08 00:00:00', 3.9477177409636, 7.07833333333331, 5.23711496803398, 9.48416666666668, 6.00648049784683, 12.9808333333333, 27.3037751510666, 51.76625, 52.6569175833912, 116.697083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1215, '2022-05-08 00:00:00', 3.8867215190526, 6.33708333333336, 4.02647036335256, 9.21875000000001, 5.64866124962752, 12.87, 27.0788029834129, 53.3733333333333, 52.3921136337759, 118.263333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1230, '2022-05-08 00:00:00', 2.1914428028062, 6.75708333333335, 4.86891915437956, 9.79541666666668, 5.42116502733713, 13.4895833333333, 27.7072324277317, 54.93625, 52.6540176151307, 118.571666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1245, '2022-05-08 00:00:00', 4.23638995122505, 7.14208333333333, 4.79299209141907, 9.84916666666666, 6.11591472000049, 13.7729166666667, 27.7658013374915, 55.8925, 52.5296947008291, 118.630833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1260, '2022-05-08 00:00:00', 3.28637723980659, 6.98666666666666, 4.53064468970453, 9.99249999999998, 7.41778941591365, 14.6879166666667, 27.9810440492659, 56.08, 52.4736820974316, 118.602083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1275, '2022-05-08 00:00:00', 3.19909860492889, 7.24166666666665, 4.05435854216245, 10.0066666666667, 9.07549710180813, 17.2929166666667, 27.8370081287119, 56.1195833333333, 52.8298370059922, 118.782083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1290, '2022-05-08 00:00:00', 3.40404168876359, 6.75708333333334, 6.33060332083736, 10.8708333333333, 9.45116002963642, 17.0679166666667, 28.0886821810256, 56.3566666666667, 52.815892657515, 118.739583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1305, '2022-05-08 00:00:00', 5.08739526474109, 8.10416666666666, 8.3150409813626, 13.2725, 8.69548741872906, 18.0833333333333, 27.7721936808713, 56.39125, 52.6042163888415, 118.249166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1320, '2022-05-08 00:00:00', 4.33060057020979, 8.41818181818181, 4.68750150360725, 11.2468181818182, 10.7406697756442, 19.3759090909091, 28.2227747522921, 57.0663636363636, 54.3738572990344, 116.056363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1335, '2022-05-08 00:00:00', 2.92088657002943, 8.05454545454545, 5.21531479793485, 12.2931818181818, 8.45437826837444, 30.845, 28.2374075830801, 56.0718181818182, 54.1986634633375, 115.975454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1350, '2022-05-08 00:00:00', 4.05333877128537, 8.91136363636365, 8.29899864871832, 13.835, 26.9959122126013, 38.46, 29.4999312237807, 55.6222727272728, 53.8875552058228, 115.901818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1365, '2022-05-08 00:00:00', 6.29237021667692, 9.95909090909092, 7.99137388022276, 27.4677272727273, 25.8563416823572, 41.9436363636364, 29.8240582779155, 55.4595454545455, 52.8678323051049, 115.905454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 990, '2022-05-08 00:00:00', 6.67291569302011, 20.4596153846154, 24.2444519807347, 30.5296153846154, 25.0561327023944, 37.735, 30.206274304929, 51.5907692307692, 48.7879378172673, 117.257307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1005, '2022-05-08 00:00:00', 21.6676640322713, 19.4438461538461, 21.6043596633073, 26.8873076923077, 21.9308101116636, 31.9880769230769, 28.4439743950211, 47.2292307692308, 47.8536476368714, 114.301923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1020, '2022-05-08 00:00:00', 9.08010573472834, 15.2080769230769, 9.8384854447295, 19.7296153846154, 11.1832262855513, 27.1930769230769, 21.3326316202702, 41.5203846153846, 45.6631088887366, 109.965769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1035, '2022-05-08 00:00:00', 5.92467331134415, 12.0846153846154, 6.43156859680318, 16.3611538461539, 10.2339543451425, 24.1784615384616, 19.9300359372867, 38.9273076923077, 45.3853014379698, 108.928846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1050, '2022-05-08 00:00:00', 5.43447628217649, 12.4973076923077, 7.81061858084138, 19.1288461538462, 12.0780313029006, 23.5280769230769, 19.4860503477192, 38.1530769230769, 45.1785597618367, 109.163076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1065, '2022-05-08 00:00:00', 6.24888455276991, 12.8130769230769, 7.98076962743282, 16.7796153846154, 10.8060399705977, 21.0603846153846, 18.0138032075406, 34.205, 44.9711610086013, 110.877692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1080, '2022-05-08 00:00:00', 4.01467601911556, 9.82346153846153, 5.80709646765192, 12.5857692307692, 8.30226430652414, 17.9038461538462, 16.5623196303677, 31.0234615384616, 44.5421944469943, 110.306923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1095, '2022-05-08 00:00:00', 4.99671505937805, 9.56423076923076, 6.14881538309492, 13.2211538461538, 9.92736166050484, 18.2015384615385, 16.7248184628529, 32.0838461538462, 44.2040508759792, 109.924615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1110, '2022-05-08 00:00:00', 4.2135725934176, 9.115, 5.87724090159527, 12.6438461538462, 8.89446835873933, 16.8992307692308, 16.0979221831696, 31.0311538461539, 44.2122529013777, 109.588846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1125, '2022-05-08 00:00:00', 3.99843646365002, 8.30692307692308, 6.30431710448056, 11.5030769230769, 6.71274687556328, 16.0088461538462, 18.0167880173337, 30.6376923076923, 50.9329609841739, 119.401153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1140, '2022-05-08 00:00:00', 3.9046808399072, 8.05730769230772, 5.42449623325662, 11.6307692307692, 6.6898832460779, 15.3253846153846, 17.8968580869553, 30.3942307692308, 52.8401281210233, 121.510384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1155, '2022-05-08 00:00:00', 3.55457365181167, 8.27538461538461, 4.42775331117435, 11.0307692307692, 7.89462344793059, 14.9492307692308, 20.0187968016216, 39.3057692307692, 52.7483508513628, 121.651538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1170, '2022-05-08 00:00:00', 2.72834601911123, 6.93000000000001, 4.47509525468024, 9.83153846153847, 8.22550342625813, 15.1211538461538, 18.5760529756417, 40.2019230769231, 52.5623487488906, 122.275 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1185, '2022-05-08 00:00:00', 3.33152420649492, 7.61153846153846, 4.89611689151565, 11.3238461538461, 9.77126836897146, 16.2715384615384, 19.3237180528131, 43.7707692307692, 51.7436408118093, 123.617307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1200, '2022-05-08 00:00:00', 4.43266325570324, 8.23346153846153, 6.0459566654087, 11.41, 8.45937234442005, 16.4373076923077, 18.0096192117947, 44.7819230769231, 50.5600333084725, 123.998076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1215, '2022-05-08 00:00:00', 3.80245606862801, 7.46192307692309, 6.24511565453048, 11.1384615384615, 7.31262773984419, 15.5526923076923, 18.0175434891834, 45.7542307692308, 49.9432160943421, 124.174615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1230, '2022-05-08 00:00:00', 4.07776205590951, 7.97923076923074, 5.5827850232106, 11.1561538461538, 7.03692202162717, 15.5365384615385, 18.853125772259, 46.2392307692308, 49.2187840377416, 124.436923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1245, '2022-05-08 00:00:00', 4.83802788811245, 7.62538461538461, 5.09674351537709, 10.6276923076923, 6.41394811808906, 14.4023076923077, 18.7938189184227, 47.0384615384616, 48.8267488622941, 124.197307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1260, '2022-05-08 00:00:00', 2.85031636570668, 7.50923076923076, 6.12199952252904, 11.6930769230769, 6.75097804880037, 14.2838461538461, 18.9507109060888, 47.5996153846154, 48.9710099187421, 124.317307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1275, '2022-05-08 00:00:00', 4.05871561722899, 7.79730769230771, 4.12681698910169, 9.98230769230771, 7.49405948324813, 15.4765384615385, 18.9515134853292, 47.6292307692308, 48.8966659992903, 124.234615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1290, '2022-05-08 00:00:00', 2.74427832744084, 7.23346153846152, 4.59468468826919, 9.49076923076921, 7.88928625025492, 15.8584615384615, 18.9377065827778, 47.7611538461539, 48.9377073446831, 124.338076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1305, '2022-05-08 00:00:00', 4.39003509710868, 7.50807692307691, 6.9160081082837, 12.7219230769231, 11.4195417394246, 18.1415384615385, 18.9210699973906, 47.9646153846154, 48.9377073446831, 124.338076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1320, '2022-05-08 00:00:00', 4.27681360377666, 8.85041666666667, 5.70471099497877, 11.7366666666667, 8.46845518097451, 16.68125, 19.4537473570488, 47.7991666666667, 50.8323369348771, 123.85 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1335, '2022-05-08 00:00:00', 3.4144169776261, 7.23458333333335, 5.40818274281761, 10.7166666666667, 12.2092491593968, 29.5120833333333, 18.9547837830156, 47.7075, 50.5131430091879, 124.019166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1350, '2022-05-08 00:00:00', 4.20388844758161, 7.80541666666666, 4.81163488365682, 11.1870833333333, 13.3947551924874, 32.4133333333333, 18.3007836561044, 47.5304166666667, 49.8605506674597, 124.124583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1365, '2022-05-08 00:00:00', 3.26218182412067, 8.15708333333333, 11.932619333854, 28.4995833333333, 16.0748775042102, 37.0745833333333, 17.5072598554122, 47.8554166666667, 48.9315478981622, 124.491666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 990, '2022-05-08 00:00:00', 8.36448802056371, 18.4903846153846, 11.6240088675915, 23.5769230769231, 14.9401643951412, 32.2380769230769, 16.2419225320915, 43.0334615384615, 46.057107035305, 122.827307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1005, '2022-05-08 00:00:00', 5.9286938372111, 13.6888461538462, 10.1962094993113, 21.6319230769231, 11.2730392325434, 26.4815384615385, 11.5353454417949, 37.1576923076923, 44.6808166718284, 121.597692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1020, '2022-05-08 00:00:00', 4.93368684111119, 12.5546153846154, 5.4094295021251, 16.2334615384615, 8.64457034568743, 20.4626923076923, 9.30202267499675, 31.7846153846154, 44.3462300747894, 120.455384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1035, '2022-05-08 00:00:00', 3.65569069555103, 10.3523076923077, 5.52638071853123, 13.6503846153846, 8.02341125418896, 18.9919230769231, 10.1528648249569, 32.1619230769231, 43.0334089337754, 120.232692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1050, '2022-05-08 00:00:00', 3.81812102399154, 9.51807692307695, 5.50051741622132, 12.9696153846154, 7.30121483042379, 17.605, 10.4135991856802, 33.11, 42.8230969382717, 120.270769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1065, '2022-05-08 00:00:00', 3.07821899056034, 8.56192307692307, 4.97375518249387, 13.2038461538461, 6.65096806140628, 16.9680769230769, 12.0912537048003, 33.4480769230769, 42.526387155054, 120.937307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1080, '2022-05-08 00:00:00', 4.21960019980021, 9.62461538461537, 5.00060900906465, 12.3523076923077, 5.51562530104598, 15.9223076923077, 12.4158879418516, 33.0542307692308, 42.5640106427954, 120.945 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1095, '2022-05-08 00:00:00', 2.64178578878874, 7.63807692307693, 4.17267125288051, 10.1457692307692, 5.16118294430796, 13.6057692307692, 16.9954200753751, 34.9634615384615, 41.7446065958964, 121.340384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1110, '2022-05-08 00:00:00', 3.3973603554253, 7.38423076923075, 3.58933010677265, 10.0311538461538, 7.08731503896493, 14.4176923076923, 17.9581152171893, 36.0130769230769, 40.7251359255417, 121.208076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1125, '2022-05-08 00:00:00', 2.79318136787538, 6.86307692307692, 3.7750987353364, 9.2376923076923, 5.47240952414932, 13.945, 17.3432047255934, 35.8269230769231, 39.800171688845, 122.997692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1140, '2022-05-08 00:00:00', 2.31758312439093, 6.67653846153845, 5.01708901195169, 9.79692307692308, 4.31430088819108, 13.8719230769231, 18.3361189962913, 36.2196153846154, 39.6809080231093, 124.588461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1155, '2022-05-08 00:00:00', 3.29403713023769, 6.83615384615386, 3.6947226397411, 9.95923076923077, 4.33731801214316, 15.1465384615385, 26.8639272917878, 50.7584615384615, 40.4626406378108, 125.739230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1170, '2022-05-08 00:00:00', 2.67925687171189, 7.47423076923077, 2.76053643059014, 9.74576923076923, 4.25610988869124, 14.3207692307692, 28.617382560524, 53.4238461538461, 41.2780977740757, 126.409615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1185, '2022-05-08 00:00:00', 1.96645268283938, 5.88807692307692, 3.9124997321209, 10.2830769230769, 5.43647244225377, 12.8838461538462, 30.013842183489, 55.3311538461538, 41.5589668561894, 127.213076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1200, '2022-05-08 00:00:00', 3.47998410694868, 8.17576923076922, 4.07925930305225, 9.90269230769231, 7.19108727202265, 13.4080769230769, 29.7141663287965, 57.0838461538462, 41.3130882464812, 127.417307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1215, '2022-05-08 00:00:00', 2.93758134420922, 6.63192307692308, 4.61237140742155, 9.38500000000001, 9.016127097937, 16.2303846153846, 30.1008030150999, 58.5630769230769, 41.1971989040331, 127.611538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1230, '2022-05-08 00:00:00', 4.25161386552665, 7.05269230769232, 6.03872589720203, 9.9823076923077, 8.97251756112047, 18.3992307692308, 29.6389473834683, 59.595, 41.1721606484471, 127.912692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1245, '2022-05-08 00:00:00', 3.1921976996806, 7.06692307692309, 7.53107638644448, 13.1165384615385, 9.53703792912342, 18.9426923076923, 29.7098872327819, 59.5107692307692, 40.4241835710335, 127.165769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1260, '2022-05-08 00:00:00', 8.29832425159536, 10.9957692307692, 8.83969560909981, 14.9276923076923, 10.7384926101601, 18.5734615384615, 29.576871039066, 59.3873076923077, 40.5334192677902, 127.131538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1275, '2022-05-08 00:00:00', 4.79429000117685, 9.07615384615383, 7.51850533427611, 13.0523076923077, 14.9279247256739, 20.9538461538462, 27.1272111838903, 58.4188461538461, 39.3076801675429, 126.051923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1290, '2022-05-08 00:00:00', 5.80687852067236, 9.36692307692308, 7.95820432007122, 12.13, 17.5778945969516, 22.1576923076923, 26.7070117125706, 58.5511538461538, 38.9399490043521, 126.227307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1305, '2022-05-08 00:00:00', 4.85848170332447, 8.02269230769231, 11.7263950326406, 15.3873076923077, 14.53163659585, 20.5630769230769, 24.8835705359055, 57.9411538461538, 37.6623557660186, 125.334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1320, '2022-05-08 00:00:00', 9.324046897323, 10.36625, 12.2731716885694, 14.8529166666667, 12.6546379193387, 17.95, 22.7204411531918, 58.60125, 38.2712877747115, 123.99625 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1335, '2022-05-08 00:00:00', 7.68762034193541, 10.3725, 7.92197329391897, 13.11, 23.0040077754266, 35.4954166666667, 21.3245628894835, 57.3079166666667, 38.0534992868069, 123.534166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1350, '2022-05-08 00:00:00', 4.57350432904859, 8.70874999999999, 5.30317294618056, 11.0354166666667, 22.6399884774898, 39.04, 20.7555409006778, 57.0845833333333, 38.3362975066938, 123.5575 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1365, '2022-05-08 00:00:00', 3.73396977138582, 8.30541666666668, 21.742819500213, 32.6945833333333, 22.9528022309613, 41.4954166666667, 20.4172599618026, 57.025, 37.9196365686698, 124.11875 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 990, '2022-05-08 00:00:00', 10.8442681787815, 20.5724, 13.4045728764478, 27.0864, 16.9646035910068, 36.572, 16.5109942967305, 50.5808, 37.9785166245339, 124.516 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1005, '2022-05-08 00:00:00', 7.7975022710267, 15.432, 11.1193487818907, 21.2256, 12.3742485697786, 28.9312, 15.2555954215713, 41.396, 38.1729189478615, 119.6592 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1020, '2022-05-08 00:00:00', 5.9728915945294, 13.6644, 8.48416872769513, 18.5524, 9.9555835589884, 26.1224, 14.0144119034657, 37.9692, 37.7772445748319, 116.9408 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1035, '2022-05-08 00:00:00', 4.99465070517117, 11.7676, 7.4261191749123, 16.9728, 9.94663036744937, 23.2816, 13.0574928425534, 34.9212, 37.1808831928452, 114.232 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1050, '2022-05-08 00:00:00', 4.96978178595401, 11.2768, 6.55204555844966, 15.7252, 9.12736776586401, 20.3456, 11.7404937147748, 32.0648, 38.3833748733311, 112.476 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1065, '2022-05-08 00:00:00', 5.02516673023558, 10.9844, 6.6462155146118, 14.6684, 7.4693834417574, 17.9416, 10.4744247733865, 30.5208, 39.1275685759627, 111.4632 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1080, '2022-05-08 00:00:00', 3.97027236681145, 9.19280000000002, 4.7752648094111, 11.9404, 5.8819687180399, 15.1632, 11.5168089185619, 30.0972, 39.3296686866289, 110.1184 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1095, '2022-05-08 00:00:00', 3.65736530852472, 8.4828, 5.40933674307674, 11.9864, 6.34511097880354, 15.154, 12.2002926877459, 32.052, 39.6569800623631, 111.1948 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1110, '2022-05-08 00:00:00', 3.43919685391809, 8.42400000000003, 4.11619861036856, 10.8708, 6.19165707491404, 15.4956, 12.0219973659399, 32.0896, 39.4966787506663, 111.0664 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1125, '2022-05-08 00:00:00', 3.45053483777035, 7.58639999999999, 4.89058064037391, 10.9496, 7.14630440624151, 15.466, 12.4523412524178, 32.9988, 41.0025450917379, 116.3396 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1140, '2022-05-08 00:00:00', 2.97347821022227, 7.38319999999999, 4.22215576848287, 10.8608, 7.10539555549161, 14.5428, 12.006630071201, 33.1264, 41.401159210824, 115.7544 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1155, '2022-05-08 00:00:00', 3.00649618881069, 7.45120000000001, 4.1106776408114, 10.4096, 5.63246541637555, 13.676, 15.1674561919042, 41.2624, 40.6427603721335, 117.1704 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1170, '2022-05-08 00:00:00', 3.49899804706054, 8.28040000000001, 4.80186949704661, 10.4944, 5.13980096890921, 13.7296, 16.4277244620185, 43.6332, 40.1590809572795, 117.392 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1185, '2022-05-08 00:00:00', 2.90671590172368, 6.1584, 3.39360560466299, 9.90439999999999, 4.59073240344067, 13.3136, 16.9092327541297, 44.0876, 39.8092922485861, 117.5308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1200, '2022-05-08 00:00:00', 2.78822661680621, 7.5092, 3.30742714709385, 10.0292, 4.60936629773188, 13.6708, 15.9442135480765, 44.8504, 39.6810686306035, 117.8192 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1215, '2022-05-08 00:00:00', 2.51306035210725, 6.9516, 2.92448724850472, 9.05559999999999, 4.29576826656187, 13.884, 15.6294033582006, 45.0408, 40.0259174868817, 117.6596 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1230, '2022-05-08 00:00:00', 2.64102145643184, 6.79880000000002, 3.88146772067819, 9.94400000000002, 4.92405412236706, 13.8656, 15.8023408287085, 45.5344, 40.0405839035014, 117.5048 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1245, '2022-05-08 00:00:00', 3.602644306617, 7.03280000000002, 4.26424639688343, 10.6516, 5.81869329546306, 14.346, 16.2412047274825, 46.2532, 39.8904236628291, 117.142 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1260, '2022-05-08 00:00:00', 2.20204639672587, 7.73400000000002, 3.54720077431958, 10.332, 6.49002226498495, 15.4916, 16.9320588431138, 46.768, 39.5371207432543, 117.08 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1275, '2022-05-08 00:00:00', 3.38890680505281, 7.19679999999999, 4.40517214949274, 10.352, 7.05876292277903, 16.6544, 15.8453716901813, 45.9596, 39.1457004876227, 116.744 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1290, '2022-05-08 00:00:00', 3.01061887325513, 6.61479999999998, 4.83951702135657, 10.43, 6.1565124867899, 15.5928, 14.9355787523171, 44.9728, 38.7687680055308, 116.3732 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1305, '2022-05-08 00:00:00', 3.58232685089826, 7.25359999999998, 5.17396472736334, 11.2412, 6.67619385079054, 15.6768, 15.2968949681518, 44.2204, 38.3121948949243, 115.7812 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1320, '2022-05-08 00:00:00', 3.83760563321032, 7.98478260869567, 4.49500930985156, 10.8878260869565, 6.47305320436664, 16.1821739130435, 15.2117501260451, 45.0665217391305, 37.8497444240305, 113.074347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1335, '2022-05-08 00:00:00', 2.70260114786234, 6.92434782608697, 3.46711028883431, 10.1108695652174, 9.56488077650606, 26.9452173913043, 14.9778591798911, 43.8873913043478, 37.4769221478484, 112.551304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1350, '2022-05-08 00:00:00', 2.94430977973639, 8.10347826086958, 3.78210363490192, 11.7452173913043, 10.9035568044626, 31.0834782608696, 15.0512862371063, 43.7708695652174, 37.4257400432718, 112.507826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1365, '2022-05-08 00:00:00', 2.79598003351706, 8.69043478260869, 8.96119746903569, 25.2434782608696, 11.7077306307302, 33.3173913043478, 14.3535296371129, 44.0830434782609, 37.3030561114893, 112.399565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 990, '2022-05-08 00:00:00', 7.93998558024465, 21.2216666666666, 9.37241357558898, 26.6083333333333, 10.8376869289999, 31.2533333333333, 15.6807754020694, 40.9429166666667, 36.5632140708172, 115.368333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1005, '2022-05-08 00:00:00', 5.54386681289607, 15.51375, 8.36558892605357, 20.7620833333333, 10.0254755841509, 26.2229166666667, 14.2223434135839, 37.24, 36.1072296119991, 113.137083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1020, '2022-05-08 00:00:00', 5.35456624855318, 13.2366666666667, 8.01887591963442, 18.7133333333334, 11.4601482146371, 23.7416666666667, 12.4945171453583, 34.1725, 35.8972742899691, 112.148333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1035, '2022-05-08 00:00:00', 4.97315773187288, 12.2125, 7.12399648412302, 15.9129166666667, 9.81865301869097, 22.4191666666667, 11.3804155447424, 31.6933333333333, 35.6495202317454, 111.161666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1050, '2022-05-08 00:00:00', 4.94857174534639, 11.0416666666667, 7.21470835631397, 15.2641666666667, 8.69871903571548, 20.4854166666667, 11.0789498060217, 30.39625, 35.232787430814, 110.508333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1065, '2022-05-08 00:00:00', 4.13825525091665, 9.56999999999999, 6.16734738213148, 13.6454166666667, 6.85876196998185, 17.18375, 10.9646141558632, 29.42625, 34.9806255459641, 110.71375 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1080, '2022-05-08 00:00:00', 4.71978007041043, 10.3675, 6.10150866352039, 13.2908333333333, 6.74995646792189, 16.6341666666667, 11.1697486121206, 29.5166666666667, 34.9143030338653, 111.137916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1095, '2022-05-08 00:00:00', 4.86549740892254, 8.80708333333335, 4.99637069368312, 12.17625, 5.85241085898102, 14.9745833333334, 15.8635771810226, 32.73125, 34.8150036970777, 111.372916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1110, '2022-05-08 00:00:00', 3.37028573058681, 8.15791666666667, 4.46560957099698, 10.7458333333333, 4.59375945232194, 13.3054166666667, 16.036213767369, 31.6629166666667, 34.7126562455711, 111.410833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1125, '2022-05-08 00:00:00', 2.12029902013434, 6.56625000000001, 3.09083767549057, 9.06083333333334, 4.56375441361891, 13.0925, 16.2065142062503, 30.97375, 36.1622795208616, 113.294166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1140, '2022-05-08 00:00:00', 2.93292985532077, 6.98583333333334, 3.85136593499208, 9.89750000000001, 4.47382319965141, 13.44375, 15.8658750049883, 31.39625, 37.7434060658186, 115.011666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1155, '2022-05-08 00:00:00', 2.73508044419754, 6.95041666666667, 3.29834301834522, 9.68166666666666, 8.12526079849004, 14.1375, 24.6404081898184, 54.34125, 41.4060857390781, 116.328333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1170, '2022-05-08 00:00:00', 2.7058197812134, 6.78791666666667, 2.9160052769778, 9.42541666666667, 10.0536603670187, 14.8020833333333, 26.2934873735089, 57.565, 41.5421147032952, 116.99375 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1185, '2022-05-08 00:00:00', 2.25730019418477, 6.52291666666667, 8.42221333951074, 10.9658333333334, 10.0907324302184, 14.58125, 26.1547624691726, 58.1920833333333, 41.0001871681836, 116.9 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1200, '2022-05-08 00:00:00', 2.00472465655925, 6.7286956521739, 2.90500658193862, 8.74217391304347, 4.24416269669853, 12.3952173913043, 26.1845449241604, 59.9073913043478, 41.8147092762548, 117.508695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1215, '2022-05-08 00:00:00', 2.35639865568329, 5.99652173913044, 3.09395132195204, 8.81434782608696, 5.05791517612286, 12.7282608695652, 26.0105914274005, 61.2586956521739, 42.2952263025532, 117.359565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1230, '2022-05-08 00:00:00', 2.14588539085199, 6.37826086956521, 3.83408393292883, 8.61782608695652, 5.24063719988986, 13.5865217391304, 26.5683507441622, 61.8039130434783, 42.4790347126506, 117.129130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1245, '2022-05-08 00:00:00', 2.58598663520721, 5.8821739130435, 3.01284857265332, 8.65739130434784, 4.46213347826639, 12.9852173913043, 27.07671301593, 62.1082608695652, 42.7530772902555, 117.067826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1260, '2022-05-08 00:00:00', 2.64629213340779, 6.26434782608696, 3.61973433829638, 9.75695652173912, 5.40906328421552, 13.7326086956522, 26.8876136829808, 62.3417391304348, 43.3339512305191, 117.112608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1275, '2022-05-08 00:00:00', 2.67675250117922, 7.23304347826087, 4.40699426128201, 9.94434782608694, 15.6124838819589, 18.544347826087, 26.6746895399991, 62.6143478260869, 44.2928217491054, 117.486956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1290, '2022-05-08 00:00:00', 3.17257404751354, 6.91521739130434, 4.28551245431015, 10.7347826086956, 15.8460507417675, 17.2882608695652, 26.2423014572036, 62.8530434782609, 44.1354380839441, 117.643043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1305, '2022-05-08 00:00:00', 2.44360074172936, 7.15130434782609, 15.4958453694987, 13.7434782608696, 14.9542868918143, 16.6165217391304, 25.2668308324611, 62.2069565217391, 44.0748401336445, 117.33652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1320, '2022-05-08 00:00:00', 2.49682979948956, 6.51761904761906, 3.864417038522, 8.98095238095237, 4.31116490720811, 14.3814285714286, 24.9397500942152, 61.6304761904762, 45.5884627948783, 116.75 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1335, '2022-05-08 00:00:00', 2.33463681278673, 6.62761904761904, 3.52310016347884, 10.0195238095238, 24.429611247711, 45.0257142857143, 25.4242107617354, 60.6714285714286, 45.895433339588, 116.307142857143 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1350, '2022-05-08 00:00:00', 3.93942242563794, 7.79095238095237, 5.16772433106728, 11.5861904761905, 25.8190856962534, 48.6752380952381, 26.1338492326386, 60.8342857142857, 45.7599951819012, 116.422380952381 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1365, '2022-05-08 00:00:00', 3.42019095818877, 8.31809523809523, 23.5384448246248, 42.4061904761905, 24.4087503728049, 47.9338095238095, 25.2770263847855, 59.3014285714286, 46.0636330111996, 115.395238095238 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 990, '2022-05-08 00:00:00', 10.3743985015409, 23.2147826086957, 11.3542748997029, 28.8269565217391, 10.2211609722454, 34.7204347826087, 13.6948367408919, 47.1152173913043, 41.5549381064112, 111.739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1005, '2022-05-08 00:00:00', 6.29656421777913, 17.2313043478261, 6.20843182226394, 21.434347826087, 9.92301269915884, 30.2991304347826, 13.7061072334223, 41.8113043478261, 43.6173708325011, 109.237391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1020, '2022-05-08 00:00:00', 4.32791988301931, 13.6478260869565, 6.51819930152396, 18.9469565217391, 6.91143275788735, 26.6813043478261, 12.1759905165571, 37.1621739130435, 44.7154032316159, 107.869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1035, '2022-05-08 00:00:00', 4.19298166665643, 12.5904347826087, 7.23485052059375, 18.434347826087, 7.76798944895338, 22.9534782608696, 13.2290995723092, 34.4586956521739, 45.0002729152901, 107.504782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1050, '2022-05-08 00:00:00', 5.3623997636596, 12.2569565217392, 5.03773837204141, 16.2752173913043, 6.46345986594915, 19.9204347826087, 13.7576877251049, 31.7147826086957, 45.9301733301148, 106.933043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1065, '2022-05-08 00:00:00', 3.33429330709035, 9.72130434782608, 4.97092522861274, 12.7860869565217, 6.93686585607207, 17.2952173913043, 14.4582569103394, 29.7526086956522, 45.569160398746, 106.946086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1080, '2022-05-08 00:00:00', 3.17836952010367, 8.96652173913044, 4.38717160634928, 12.1173913043478, 11.3831070836337, 17.9778260869565, 13.1407092775164, 29.7069565217391, 45.7596103645066, 106.990434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 930, '2022-05-08 00:00:00', 4.47598592491087, 23.585, 4.66690475583115, 30.05, 7.6650375080622, 38.36, 6.1376868606992, 39.44, 13.7744400975139, 123.56 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 945, '2022-05-08 00:00:00', 1.8314065632731, 17.255, 2.65872149726141, 23.89, 0.834386001800171, 28.39, 9.91363707223538, 36.97, 12.0490995514187, 124.78 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 960, '2022-05-08 00:00:00', 7.02157033718238, 16.305, 5.19723484172114, 20.805, 5.4570965838072, 20.805, 5.72995141299756, 34.77, 6.01644898364744, 124.78 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 975, '2022-05-08 00:00:00', 0.0565685424950331, 11.39, 6.77408296376723, 16.14, 2.07889393668849, 19.46, 13.0249069094562, 34.77, 10.9601551083915, 125.55 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 930, '2022-05-08 00:00:00', 8.61963166266405, 17.225, 7.77110352524016, 20.485, 5.63564104605672, 22.765, 9.11460640949459, 37.835, 19.869700551342, 132.98 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 945, '2022-05-08 00:00:00', 4.34870670429725, 11.455, 0.954594154601775, 18.715, 11.1652160749356, 28.355, 6.10940258945176, 39.96, 19.869700551342, 132.98 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 960, '2022-05-08 00:00:00', 1.30107647738327, 12.16, 3.37997041407168, 16.21, 11.2712820921136, 23.47, 0.0212132034355771, 36.115, 17.614029919357, 126.425 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 975, '2022-05-08 00:00:00', 8.86711903607928, 10.98, 14.1279934881072, 16.76, 12.2541605179629, 21.425, 0.735391052434064, 35.3, 22.0475894373966, 121.94 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 930, '2022-05-08 00:00:00', 8.52063671329786, 21.985, 3.92444263558531, 25.235, 14.0502117421767, 44.4650000000001, 16.7230753750618, 48.285, 17.1049130369026, 127.645 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 945, '2022-05-08 00:00:00', 6.34274782724327, 14.115, 21.4536197411997, 27.99, 16.29881130635, 35.155, 20.336391026925, 38.0099999999999, 20.1454721960047, 125.495 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 960, '2022-05-08 00:00:00', 19.4242232791943, 22.385, 15.6341309320346, 28.5850000000001, 14.2694148443446, 29.5500000000001, 18.0029386490094, 35.19, 20.1454721960047, 125.495 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 975, '2022-05-08 00:00:00', 1.527350647363, 10.5600000000001, 0.869741340859547, 12.025, 5.81948880916538, 15.525, 20.2586092809946, 41.485, 20.1454721960047, 125.495 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 930, '2022-05-08 00:00:00', 0.424264068711945, 18.11, 2.89913780286486, 24.53, 4.86489465456344, 31.73, 3.05470129472592, 37.33, 7.89838274585371, 130.895 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 945, '2022-05-08 00:00:00', 1.77483802077823, 16.705, 3.58503138061583, 19.695, 9.53887047820653, 23.905, 0.855599205235748, 31.255, 6.01747870789751, 129.565 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 960, '2022-05-08 00:00:00', 4.58205194208884, 10.54, 9.12874854511831, 15.7449999999999, 4.17900107681247, 19.2449999999999, 2.29809703885636, 32.195, 10.931870837144, 133.04 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 975, '2022-05-08 00:00:00', 5.26794551983973, 9.96499999999997, 3.69816846560558, 11.855, 7.06399674405354, 20.235, 4.02343758495149, 33.415, 15.76848122046, 136.46 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 930, '2022-05-08 00:00:00', 2.75064537881558, 12.655, 3.48603643124972, 15.395, 11.7167593642611, 23.725, 8.54184991673344, 30.16, 39.9020356623567, 144.925 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 945, '2022-05-08 00:00:00', 3.45775216000213, 10.485, 4.77297077300928, 18.815, 5.01161931165974, 18.815, 5.26220027724273, 25.25, 5.52531029110486, 140.015 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 960, '2022-05-08 00:00:00', 4.02343758495149, 12.475, 2.892066735053, 13.275, 3.17490944752752, 17.565, 3.25976226126999, 21.815, 28.1004234843532, 136.58 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 975, '2022-05-08 00:00:00', 0.650538238691595, 8.91000000000003, 0.0848528137423889, 12.05, 3.45068109219035, 14.59, 5.09823989235503, 20.515, 26.2619458532682, 135.28 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2022-05-08 18:06:32 Duration: 891ms 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 515840247113770300, 1, 1095, '2022-05-08 00:00:00', 0.105043124339552, 0.259166666666666, 0.140943861524542, 0.327291666666666, 0.189877916536931, 0.435833333333333, 0.543675094790677, 0.919999999999999, 0.944452888744576, 3.05604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1110, '2022-05-08 00:00:00', 0.114592654429835, 0.240208333333333, 0.157338455225522, 0.341458333333333, 0.244090202945372, 0.441875, 0.655319336637501, 0.962708333333333, 0.967513036836857, 3.06520833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1125, '2022-05-08 00:00:00', 0.101877083867723, 0.215625, 0.118699932236894, 0.27375, 0.204636032499415, 0.395416666666667, 0.672327101851515, 0.950416666666666, 0.977549597503734, 3.18645833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1140, '2022-05-08 00:00:00', 0.104478518699133, 0.196250000000001, 0.1576766033116, 0.280208333333334, 0.18402787576335, 0.399791666666666, 0.677415565089914, 0.971249999999999, 1.00644118941627, 3.21729166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1155, '2022-05-08 00:00:00', 0.0872652129505472, 0.184999999999999, 0.127296121450074, 0.258958333333333, 0.171719247610744, 0.388749999999998, 0.640215338263482, 1.438125, 1.00090140532842, 3.21416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1170, '2022-05-08 00:00:00', 0.0697147396720109, 0.169166666666667, 0.126102205787003, 0.261874999999999, 0.190416686487171, 0.375416666666666, 0.634744007226649, 1.52729166666667, 1.0217312673148, 3.24 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1185, '2022-05-08 00:00:00', 0.0971654423568679, 0.187083333333333, 0.11366665604148, 0.263749999999999, 0.177940614584868, 0.354583333333333, 0.612659325625066, 1.54333333333333, 1.02681314978199, 3.236875 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1200, '2022-05-08 00:00:00', 0.0820190747520865, 0.191458333333333, 0.137606184296062, 0.260625, 0.179224881004324, 0.357083333333334, 0.60580072625207, 1.60645833333333, 1.06040135876312, 3.25520833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1215, '2022-05-08 00:00:00', 0.0946042002774981, 0.182708333333334, 0.0981936031300008, 0.234375, 0.190173333407001, 0.370625, 0.622986612087755, 1.61833333333333, 1.0631513987853, 3.253125 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1230, '2022-05-08 00:00:00', 0.0825367726566753, 0.171666666666667, 0.11723180925606, 0.249583333333333, 0.211729314305393, 0.386458333333333, 0.628147148827175, 1.62416666666667, 1.06267632807966, 3.24875 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1245, '2022-05-08 00:00:00', 0.108118795373622, 0.17875, 0.185273006551201, 0.282499999999999, 0.225849443245921, 0.380833333333333, 0.63125303127411, 1.61229166666667, 1.06728695732468, 3.22833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1260, '2022-05-08 00:00:00', 0.12835903422302, 0.188958333333332, 0.15451830246641, 0.272083333333333, 0.19608660002699, 0.366041666666666, 0.630880129120295, 1.62145833333333, 1.07566408119808, 3.23979166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1275, '2022-05-08 00:00:00', 0.0871527789806937, 0.167291666666667, 0.115651901492541, 0.241666666666666, 0.551064023477321, 0.512083333333332, 0.639989491252039, 1.621875, 1.04369119204285, 3.2675 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1290, '2022-05-08 00:00:00', 0.0839122104223865, 0.172708333333332, 0.171131014942828, 0.270208333333332, 0.665954692283126, 0.554999999999999, 0.643889301798852, 1.64604166666667, 1.03805138569718, 3.275625 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1305, '2022-05-08 00:00:00', 0.168438588129367, 0.202083333333333, 0.562325939252781, 0.418125, 0.677148218741604, 0.579166666666667, 0.663683418014813, 1.673125, 1.01449414466778, 3.29625 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1320, '2022-05-08 00:00:00', 0.112751162634026, 0.186590909090908, 0.144176456640295, 0.264772727272726, 0.205342602534362, 0.473181818181817, 0.564485600796418, 1.61977272727273, 1.05271924226277, 3.30977272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1335, '2022-05-08 00:00:00', 0.0984731927834665, 0.182272727272726, 0.141167825577767, 0.285454545454544, 0.430758417042329, 1.14136363636364, 0.575202956840837, 1.61681818181818, 1.05509250020208, 3.30022727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1350, '2022-05-08 00:00:00', 0.105510509109129, 0.209090909090909, 0.184535364810655, 0.376590909090908, 0.465785249088459, 1.25522727272727, 0.57920367224267, 1.60068181818182, 1.06714504120154, 3.29159090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1365, '2022-05-08 00:00:00', 0.123518931370566, 0.284545454545453, 0.429857773720222, 1.07409090909091, 0.479399200117807, 1.27045454545455, 0.579500456618267, 1.57272727272727, 1.06615172060171, 3.28159090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 990, '2022-05-08 00:00:00', 0.182207405067792, 0.501538461538462, 0.255139479199424, 0.703076923076923, 0.285887820926051, 0.870384615384616, 0.403887312920895, 1.15480769230769, 1.08255531036525, 3.19 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1005, '2022-05-08 00:00:00', 0.197460025165757, 0.457307692307692, 0.202644155716748, 0.579423076923078, 0.298737407201606, 0.739038461538462, 0.399995817285823, 1.03442307692308, 1.03994469157665, 3.13519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1020, '2022-05-08 00:00:00', 0.0862351436480506, 0.3675, 0.255660607356406, 0.542884615384615, 0.279290860243196, 0.669230769230769, 0.390446342221113, 0.962884615384616, 1.01189063334244, 3.07442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1035, '2022-05-08 00:00:00', 0.225946555968101, 0.375384615384616, 0.239883625631584, 0.488076923076923, 0.23366223156843, 0.584038461538461, 0.379234248696786, 0.873846153846154, 1.00378215534279, 3.05115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1050, '2022-05-08 00:00:00', 0.159754619531137, 0.321538461538462, 0.176169935442591, 0.400384615384615, 0.197504040854474, 0.530384615384616, 0.303058511740657, 0.812307692307693, 0.986112511134194, 3.04673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1065, '2022-05-08 00:00:00', 0.116386788835265, 0.266730769230769, 0.13277062348855, 0.349038461538462, 0.187641638810219, 0.48576923076923, 0.28999761272227, 0.748846153846154, 0.997337628967165, 3.04788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1080, '2022-05-08 00:00:00', 0.0771322540535705, 0.230769230769231, 0.153832576323942, 0.342692307692308, 0.172781320215423, 0.46076923076923, 0.282790830555296, 0.714423076923077, 1.02452533099292, 3.05692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1095, '2022-05-08 00:00:00', 0.117049792166214, 0.230576923076924, 0.1429830544021, 0.321923076923076, 0.265194558477646, 0.448076923076922, 0.421122355689577, 0.769038461538461, 1.01950976152568, 3.05192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1110, '2022-05-08 00:00:00', 0.0919508648054029, 0.225192307692308, 0.125741645998696, 0.309807692307691, 0.258985298068027, 0.425769230769231, 0.417572287615707, 0.788846153846154, 1.00970545971814, 3.06634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1125, '2022-05-08 00:00:00', 0.0919749129675285, 0.219230769230768, 0.218398365730712, 0.324615384615385, 0.222429677737621, 0.394807692307692, 0.39443869563645, 0.783269230769231, 1.24302133467674, 3.27903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1140, '2022-05-08 00:00:00', 0.168339971943225, 0.217115384615385, 0.163744171945611, 0.286923076923078, 0.16866044632292, 0.377884615384615, 0.480645439447352, 0.819038461538461, 1.29451108977037, 3.33019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1155, '2022-05-08 00:00:00', 0.105678940482664, 0.195961538461539, 0.116122614242282, 0.257692307692308, 0.12788531520919, 0.350576923076924, 0.588038362170884, 1.08865384615385, 1.29799514044367, 3.34076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1170, '2022-05-08 00:00:00', 0.0842407264925946, 0.1775, 0.101253869821584, 0.252884615384614, 0.153864075879179, 0.363076923076924, 0.631273712425918, 1.1925, 1.27320485994384, 3.37884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1185, '2022-05-08 00:00:00', 0.0690974785246275, 0.172307692307691, 0.0869686061837167, 0.238461538461538, 0.211147141549715, 0.376346153846154, 0.61965874603564, 1.20019230769231, 1.28115442232627, 3.41442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1200, '2022-05-08 00:00:00', 0.0889079039490597, 0.176153846153846, 0.161672032689163, 0.269615384615385, 0.238252936054231, 0.412692307692308, 0.624862815713609, 1.22346153846154, 1.29821458757195, 3.44365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1215, '2022-05-08 00:00:00', 0.142759076230388, 0.186923076923077, 0.196463443458025, 0.28173076923077, 0.233089368796936, 0.390576923076923, 0.639103578941149, 1.27576923076923, 1.30125822246719, 3.44980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1230, '2022-05-08 00:00:00', 0.0878827890737687, 0.189230769230771, 0.149103603629774, 0.273269230769231, 0.216216415800323, 0.388461538461538, 0.627195221724342, 1.27961538461539, 1.29100175772984, 3.45653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1245, '2022-05-08 00:00:00', 0.0831183123394231, 0.170576923076923, 0.101284253465185, 0.2275, 0.199398807958785, 0.381730769230769, 0.617329609004661, 1.27461538461538, 1.29933758271134, 3.43692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1260, '2022-05-08 00:00:00', 0.0823771813064748, 0.17, 0.15509401615199, 0.276923076923076, 0.216698035204609, 0.410961538461538, 0.597529786833968, 1.26961538461538, 1.32269214105173, 3.4375 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1275, '2022-05-08 00:00:00', 0.130988695930367, 0.199038461538462, 0.164989510156064, 0.291538461538462, 0.351914980991365, 0.471923076923078, 0.604151789383584, 1.27576923076923, 1.34157502155546, 3.49653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1290, '2022-05-08 00:00:00', 0.0839047078536119, 0.185000000000001, 0.131326369722974, 0.253846153846154, 0.314432578073338, 0.440384615384616, 0.607985734903505, 1.27557692307692, 1.38843089354632, 3.51288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1305, '2022-05-08 00:00:00', 0.0923829821158384, 0.166153846153846, 0.329337797125359, 0.32923076923077, 0.340273249926267, 0.473269230769232, 0.626841195691051, 1.27673076923077, 1.41844314709419, 3.51019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1320, '2022-05-08 00:00:00', 0.0840718184183833, 0.190625, 0.129955399261059, 0.278333333333333, 0.298384463475359, 0.455625, 0.616832723431283, 1.215, 1.45041546709, 3.604375 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1335, '2022-05-08 00:00:00', 0.106398340607633, 0.190208333333333, 0.181367091113934, 0.303750000000002, 0.501965295223381, 0.851875000000001, 0.647112839599025, 1.224375, 1.4513823370862, 3.61791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1350, '2022-05-08 00:00:00', 0.110036225918979, 0.223333333333334, 0.17335236273748, 0.336458333333334, 0.553329186294919, 0.979166666666667, 0.666727861774703, 1.22270833333333, 1.48133605969042, 3.6425 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1365, '2022-05-08 00:00:00', 0.0964250008924117, 0.262291666666667, 0.51615386250866, 0.816875, 0.538895811499935, 0.985, 0.678810467186769, 1.22520833333333, 1.47364897595995, 3.6475 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 990, '2022-05-08 00:00:00', 0.11845609378097, 0.469615384615385, 0.197205574113762, 0.645961538461538, 0.232774899519158, 0.733076923076923, 0.372237982189642, 1.04865384615385, 1.49744650604338, 3.46403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1005, '2022-05-08 00:00:00', 0.182049866372249, 0.403076923076923, 0.221661991467952, 0.509038461538462, 0.312868121639872, 0.667692307692308, 0.377679809443844, 0.980961538461538, 1.52401034722916, 3.42846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1020, '2022-05-08 00:00:00', 0.177611503438956, 0.360384615384615, 0.209859751702454, 0.453653846153846, 0.261737684303609, 0.581153846153846, 0.364754501211221, 0.900384615384615, 1.48054201353631, 3.38942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1035, '2022-05-08 00:00:00', 0.138499652873766, 0.286923076923077, 0.188765625945143, 0.407692307692308, 0.216459269574245, 0.508846153846155, 0.342242604010664, 0.85, 1.41856288328933, 3.34942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1050, '2022-05-08 00:00:00', 0.105920325644399, 0.278653846153847, 0.10770972386644, 0.35923076923077, 0.152598013899769, 0.463076923076924, 0.310250085229023, 0.813653846153847, 1.4260664025968, 3.33923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1065, '2022-05-08 00:00:00', 0.0657773049474802, 0.234423076923077, 0.123894651278353, 0.333269230769231, 0.147874817120637, 0.435192307692308, 0.301447533386185, 0.778846153846155, 1.36854015426883, 3.43192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1080, '2022-05-08 00:00:00', 0.105453051894415, 0.232115384615384, 0.11479831813295, 0.295576923076922, 0.135373699297679, 0.415961538461537, 0.29447299732547, 0.757884615384615, 1.35996879206275, 3.46634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1095, '2022-05-08 00:00:00', 0.0608266768398927, 0.18826923076923, 0.0783041407687907, 0.283461538461537, 0.119442454763791, 0.377499999999999, 0.332670314968947, 0.778461538461538, 1.33131688708818, 3.46557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1110, '2022-05-08 00:00:00', 0.0687831039181519, 0.201346153846153, 0.0974892499004576, 0.261923076923076, 0.135588177383406, 0.356923076923076, 0.398337748071235, 0.810192307692308, 1.30799558926567, 3.46730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1125, '2022-05-08 00:00:00', 0.0675380234785169, 0.169230769230769, 0.0950070847560656, 0.247115384615385, 0.15120554019154, 0.358653846153846, 0.408395170618625, 0.791153846153846, 1.29113320828583, 3.52519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1140, '2022-05-08 00:00:00', 0.0820789957203522, 0.194807692307693, 0.0945428270882894, 0.262115384615385, 0.148709965524016, 0.359423076923077, 0.453862441037607, 0.818653846153846, 1.28689913536974, 3.54423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1155, '2022-05-08 00:00:00', 0.0592296703194757, 0.173076923076922, 0.120801330863783, 0.254807692307692, 0.164097531974128, 0.369999999999999, 0.92743643779714, 1.36288461538462, 1.28508539075754, 3.54269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1170, '2022-05-08 00:00:00', 0.0759202516815148, 0.173269230769231, 0.0965626540327382, 0.232884615384615, 0.163419352022289, 0.34826923076923, 0.923592921484019, 1.43826923076923, 1.28149067345566, 3.55211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1185, '2022-05-08 00:00:00', 0.0545019406852781, 0.157307692307692, 0.114273625734294, 0.247692307692307, 0.168766110342094, 0.359999999999999, 0.910302084264002, 1.48826923076923, 1.28082042517226, 3.56519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1200, '2022-05-08 00:00:00', 0.114333520221122, 0.181923076923076, 0.129555452932771, 0.248846153846154, 0.170284942195315, 0.340192307692307, 0.894384210160609, 1.52134615384615, 1.27911682271552, 3.56461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1215, '2022-05-08 00:00:00', 0.103634156828424, 0.179038461538462, 0.139086718936839, 0.251346153846155, 0.20288998534636, 0.367115384615386, 0.879888563748492, 1.52326923076923, 1.25489774330574, 3.55788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1230, '2022-05-08 00:00:00', 0.109691174878172, 0.181923076923077, 0.135133694482965, 0.236346153846154, 0.217182748287809, 0.367884615384615, 0.883445614537847, 1.53807692307692, 1.24444972392806, 3.57134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1245, '2022-05-08 00:00:00', 0.0862939965823448, 0.165576923076923, 0.188437400338027, 0.289423076923077, 0.215232343151445, 0.379807692307692, 0.885956610328415, 1.54634615384615, 1.2412775056988, 3.57961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1260, '2022-05-08 00:00:00', 0.192291545475974, 0.240961538461538, 0.214018331350018, 0.300384615384615, 0.252037008881938, 0.404423076923077, 0.871062657818687, 1.55692307692308, 1.23437439776032, 3.57807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1275, '2022-05-08 00:00:00', 0.16250739628138, 0.210576923076922, 0.176967619810908, 0.293461538461538, 0.307916634572011, 0.439423076923077, 0.863471793668756, 1.56653846153846, 1.23492516123292, 3.58192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1290, '2022-05-08 00:00:00', 0.143156718856804, 0.220384615384615, 0.20985022131181, 0.303653846153846, 0.358374750140773, 0.492307692307692, 0.864297780771277, 1.57442307692308, 1.22713644153934, 3.59038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1305, '2022-05-08 00:00:00', 0.126783431336822, 0.209038461538461, 0.251017621201872, 0.324615384615385, 0.300130228144641, 0.458076923076923, 0.878448129023346, 1.58365384615385, 1.22983671524062, 3.59211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1320, '2022-05-08 00:00:00', 0.121507551802049, 0.196458333333334, 0.183928546302437, 0.311666666666668, 0.231767683377064, 0.424791666666667, 0.902378273737264, 1.653125, 1.25830717892005, 3.615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1335, '2022-05-08 00:00:00', 0.117194715961409, 0.207083333333334, 0.139218835140835, 0.258333333333334, 0.907245792239476, 1.18583333333333, 0.912888963159251, 1.65854166666667, 1.26194278491194, 3.618125 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1350, '2022-05-08 00:00:00', 0.0639236410419326, 0.163333333333333, 0.11227796123777, 0.312916666666667, 0.890270451295153, 1.28645833333333, 0.901016108165616, 1.651875, 1.26681757420094, 3.624375 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1365, '2022-05-08 00:00:00', 0.11059047709088, 0.274583333333334, 0.887090970246432, 1.12770833333333, 0.872017795822932, 1.34958333333333, 0.885287045072904, 1.65375, 1.27594544372489, 3.63041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 990, '2022-05-08 00:00:00', 0.170269883811945, 0.477800000000001, 0.258138690113152, 0.6772, 0.351473920322215, 0.9012, 0.507244352687473, 1.2402, 1.3181498397375, 3.4724 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1005, '2022-05-08 00:00:00', 0.251497680572473, 0.478599999999999, 0.284644807903932, 0.6318, 0.485813921853488, 0.8612, 0.521783799416324, 1.203, 1.33043460944159, 3.466 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1020, '2022-05-08 00:00:00', 0.129237185051361, 0.367200000000001, 0.338545048701056, 0.5326, 0.479454725008873, 0.6632, 0.496270843390986, 1.1008, 1.33230386298822, 3.4476 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1035, '2022-05-08 00:00:00', 0.353664506748039, 0.3616, 0.491121845031014, 0.4856, 0.495117662783303, 0.5654, 0.515573063040859, 1.0452, 1.31617982560641, 3.4328 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1050, '2022-05-08 00:00:00', 0.219160899797386, 0.3026, 0.250831949054874, 0.383, 0.263075876253728, 0.5138, 0.438118610271998, 0.993, 1.28921057886858, 3.3942 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1065, '2022-05-08 00:00:00', 0.122078526640302, 0.241399999999999, 0.131243095056465, 0.3232, 0.222394544297591, 0.4902, 0.408450629411519, 0.985599999999999, 1.27952048309774, 3.3918 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1080, '2022-05-08 00:00:00', 0.103907811705056, 0.224800000000001, 0.188469714631643, 0.362, 0.224870333006971, 0.464, 0.41218169537232, 0.973000000000001, 1.2719685530704, 3.3896 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1095, '2022-05-08 00:00:00', 0.147450556684831, 0.263000000000001, 0.184039850757021, 0.360400000000001, 0.239691294515814, 0.469600000000001, 0.420934278322241, 1.0076, 1.27478079815054, 3.3834 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1110, '2022-05-08 00:00:00', 0.100716185392419, 0.233, 0.119800876457561, 0.282200000000001, 0.196617861175767, 0.462400000000001, 0.404121990657937, 0.985000000000001, 1.27208234796337, 3.3782 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1125, '2022-05-08 00:00:00', 0.0733581397437709, 0.1822, 0.128978357357607, 0.272, 0.195746860340935, 0.4478, 0.426006161927266, 0.97, 1.32759808175015, 3.555 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1140, '2022-05-08 00:00:00', 0.104913853549789, 0.1944, 0.156604597633659, 0.313, 0.214688145923338, 0.439200000000001, 0.440138425195226, 0.9902, 1.30549230816067, 3.5718 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1155, '2022-05-08 00:00:00', 0.0981062349360806, 0.2146, 0.135639841737842, 0.2876, 0.199732529482139, 0.4242, 0.65257809238946, 1.4354, 1.31518275029239, 3.5716 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1170, '2022-05-08 00:00:00', 0.100431568742104, 0.1914, 0.134563491829446, 0.2764, 0.208374062685353, 0.419800000000001, 0.711152234054004, 1.5, 1.31155861477861, 3.5912 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1185, '2022-05-08 00:00:00', 0.0710586612126438, 0.169199999999999, 0.148358237609736, 0.2768, 0.24419374138854, 0.4158, 0.71648011137784, 1.509, 1.28684005740159, 3.5914 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1200, '2022-05-08 00:00:00', 0.110418899348496, 0.2044, 0.166891182111776, 0.2988, 0.203867195333956, 0.3958, 0.750502720403687, 1.5678, 1.27891092991915, 3.5906 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1215, '2022-05-08 00:00:00', 0.100113685378173, 0.2054, 0.14326781448276, 0.2744, 0.174352851042553, 0.3652, 0.735941856851931, 1.579, 1.27274316602631, 3.5828 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1230, '2022-05-08 00:00:00', 0.100588683922861, 0.1808, 0.117637508190769, 0.2386, 0.151918289440958, 0.358, 0.777557982832577, 1.6112, 1.26295661709604, 3.5814 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1245, '2022-05-08 00:00:00', 0.0874166269462888, 0.166, 0.118910680765018, 0.2478, 0.169533674137814, 0.416, 0.771274540398337, 1.6196, 1.26226895575652, 3.581 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1260, '2022-05-08 00:00:00', 0.0874557030730408, 0.1738, 0.132827268786697, 0.2792, 0.210492082194715, 0.4556, 0.77101215943719, 1.6192, 1.2570815075669, 3.5718 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1275, '2022-05-08 00:00:00', 0.106654426381031, 0.2222, 0.139835319811079, 0.3332, 0.301359143437417, 0.535600000000001, 0.745619876344508, 1.6086, 1.29188067044393, 3.5916 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1290, '2022-05-08 00:00:00', 0.0942571836342815, 0.1936, 0.140825542190802, 0.3038, 0.307167842283879, 0.491, 0.711456663004384, 1.5632, 1.27010340786358, 3.5572 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1305, '2022-05-08 00:00:00', 0.0868250155965054, 0.2086, 0.258077830637711, 0.355, 0.323965918989432, 0.471799999999999, 0.678464074214692, 1.5752, 1.27534384252509, 3.5346 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1320, '2022-05-08 00:00:00', 0.0869146144076381, 0.197826086956523, 0.132851814978506, 0.282826086956522, 0.200548408200167, 0.454130434782609, 0.694810023228973, 1.57717391304348, 1.31123779888218, 3.50826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1335, '2022-05-08 00:00:00', 0.10115196175848, 0.198913043478261, 0.138109411287451, 0.28586956521739, 0.551981160530889, 1.06826086956522, 0.708767719243686, 1.57195652173913, 1.29328460868108, 3.48652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1350, '2022-05-08 00:00:00', 0.118090037331675, 0.205434782608695, 0.144461997683488, 0.354782608695652, 0.590813651459569, 1.19304347826087, 0.70490958969521, 1.5595652173913, 1.28227267823341, 3.47130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1365, '2022-05-08 00:00:00', 0.105099707975811, 0.293695652173913, 0.504220233110752, 0.998043478260869, 0.570136763289087, 1.19173913043478, 0.678544346988493, 1.53739130434783, 1.27035723711145, 3.45434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 990, '2022-05-08 00:00:00', 0.197525337761947, 0.506458333333334, 0.246624678173248, 0.699583333333333, 0.349810507710029, 0.850000000000001, 0.486142759494261, 1.2425, 1.1230324985296, 3.35958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1005, '2022-05-08 00:00:00', 0.151772140423386, 0.4775, 0.212735376888073, 0.574583333333334, 0.329997735499477, 0.739375, 0.498273650150981, 1.15625, 1.15895612623439, 3.28979166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1020, '2022-05-08 00:00:00', 0.223431631244503, 0.417708333333334, 0.332346660185163, 0.572708333333334, 0.418714334410202, 0.732291666666667, 0.514432816982359, 1.14208333333333, 1.16420945296039, 3.27854166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1035, '2022-05-08 00:00:00', 0.150816617698161, 0.349999999999999, 0.195065485102467, 0.483749999999999, 0.254711313570617, 0.623125, 0.47565344070255, 1.06625, 1.15757553279708, 3.230625 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1050, '2022-05-08 00:00:00', 0.132606943442927, 0.322083333333333, 0.208927449962484, 0.444375, 0.199860345263124, 0.540625, 0.500717555765897, 1.035625, 1.12629916933317, 3.22708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1065, '2022-05-08 00:00:00', 0.166606012513945, 0.295208333333333, 0.164451079682365, 0.384374999999999, 0.257111533346347, 0.519583333333333, 0.530034820773017, 1.01104166666667, 1.11897857150093, 3.22 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1080, '2022-05-08 00:00:00', 0.123542957382606, 0.264583333333334, 0.141657981404692, 0.336875000000001, 0.25323764044121, 0.524791666666667, 0.576565292253951, 1.03333333333333, 1.122398259648, 3.218125 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1095, '2022-05-08 00:00:00', 0.0810503399665637, 0.226875000000001, 0.20420932710178, 0.388333333333334, 0.343349602119127, 0.575416666666667, 0.575105810995316, 1.10354166666667, 1.11950364260109, 3.21083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1110, '2022-05-08 00:00:00', 0.148702114445557, 0.285833333333333, 0.1595292838049, 0.378124999999999, 0.313520724299396, 0.526875, 0.579677532483938, 1.05229166666667, 1.11243946260955, 3.18208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1125, '2022-05-08 00:00:00', 0.107177008877296, 0.227708333333332, 0.312971311251794, 0.368541666666666, 0.414092118505891, 0.473749999999999, 0.568356230147807, 0.998749999999999, 1.16609250882185, 3.3775 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1140, '2022-05-08 00:00:00', 0.100065196138623, 0.22804347826087, 0.115963484098525, 0.294565217391304, 0.169671561362468, 0.390434782608695, 0.415713349476303, 0.953043478260869, 1.07249441433264, 3.34521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1155, '2022-05-08 00:00:00', 0.089871449695416, 0.207173913043478, 0.115251057800398, 0.276521739130434, 0.215202359039041, 0.419347826086957, 0.483616665398725, 1.48347826086957, 1.06719327312977, 3.39086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1170, '2022-05-08 00:00:00', 0.0685875281072138, 0.177391304347825, 0.102896778548083, 0.253260869565217, 0.182977946358995, 0.388260869565217, 0.54545625823183, 1.5445652173913, 1.10466617209846, 3.40347826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1185, '2022-05-08 00:00:00', 0.0940045621632788, 0.188695652173913, 0.181635901711401, 0.294347826086957, 0.214149895787068, 0.410217391304348, 0.574636850438102, 1.56565217391304, 1.11219768730751, 3.41782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1200, '2022-05-08 00:00:00', 0.130107348285645, 0.202727272727273, 0.134356128494644, 0.267954545454545, 0.205457071489663, 0.40068181818182, 0.57083125572346, 1.61931818181818, 1.12364589020745, 3.45409090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1215, '2022-05-08 00:00:00', 0.0744172889887351, 0.188863636363635, 0.142909054420976, 0.292954545454546, 0.230397736280365, 0.429545454545455, 0.563636778208197, 1.66431818181818, 1.0882306472244, 3.46068181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1230, '2022-05-08 00:00:00', 0.0842284180483422, 0.197045454545455, 0.121825268741326, 0.268409090909092, 0.186181148115001, 0.409090909090909, 0.553380060484646, 1.67159090909091, 1.09340446923055, 3.455 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1245, '2022-05-08 00:00:00', 0.0817043159086182, 0.1725, 0.130021851310393, 0.268409090909091, 0.132371190349834, 0.375681818181818, 0.535110995080718, 1.64159090909091, 1.10036212555654, 3.45204545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1260, '2022-05-08 00:00:00', 0.0953144715394703, 0.174090909090909, 0.117993001846925, 0.261590909090909, 0.159704306040775, 0.395681818181817, 0.537420486417087, 1.64227272727273, 1.10172476449881, 3.45386363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1275, '2022-05-08 00:00:00', 0.0852920244643633, 0.198409090909092, 0.0827385701814514, 0.266363636363637, 0.362110815116371, 0.498636363636363, 0.552745068173032, 1.63659090909091, 1.12071270613702, 3.45272727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1290, '2022-05-08 00:00:00', 0.08390238607817, 0.209090909090909, 0.149096848155386, 0.308181818181818, 0.37971630159498, 0.504772727272727, 0.563216835209321, 1.62681818181818, 1.11204953426845, 3.4675 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1305, '2022-05-08 00:00:00', 0.0961836716979476, 0.201818181818181, 0.373020968388029, 0.372499999999999, 0.369113832909337, 0.505454545454545, 0.53870741763798, 1.62340909090909, 1.08092215020565, 3.47886363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1320, '2022-05-08 00:00:00', 0.0920451119374568, 0.20225, 0.109814137235795, 0.29025, 0.167206144435072, 0.514999999999999, 0.598367241134704, 1.65225, 1.11158125871969, 3.4255 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1335, '2022-05-08 00:00:00', 0.0838148806031849, 0.20975, 0.157300416568525, 0.3325, 0.482481183161854, 1.28025, 0.624776328397864, 1.65675, 1.11290161290206, 3.425 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1350, '2022-05-08 00:00:00', 0.13498537932524, 0.269999999999999, 0.162530159144631, 0.4365, 0.532292460173817, 1.368, 0.648114471695434, 1.6495, 1.13373448460341, 3.41725 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1365, '2022-05-08 00:00:00', 0.136139440899472, 0.315500000000001, 0.532156486680176, 1.198, 0.555804952062179, 1.36825, 0.654547402891172, 1.63075, 1.17590443914461, 3.39725 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 990, '2022-05-08 00:00:00', 0.156763208557723, 0.537391304347827, 0.161754828385211, 0.723478260869566, 0.241578512839227, 0.849782608695653, 0.402499723811067, 1.13913043478261, 0.999385977496089, 3.18782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1005, '2022-05-08 00:00:00', 0.0952731666555962, 0.457391304347825, 0.172116561294772, 0.576739130434781, 0.242386031244156, 0.751521739130434, 0.354206651234356, 1.04652173913043, 0.981630842359764, 3.17326086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1020, '2022-05-08 00:00:00', 0.109736028939591, 0.329782608695653, 0.165595702718679, 0.44913043478261, 0.23711207136574, 0.646956521739132, 0.371622603838619, 0.954782608695653, 0.946836734802545, 3.13543478260869 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1035, '2022-05-08 00:00:00', 0.149009907620836, 0.311956521739131, 0.209134769415935, 0.478478260869566, 0.235167293913253, 0.588260869565219, 0.343381090222699, 0.904130434782609, 0.95002803162305, 3.13152173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1050, '2022-05-08 00:00:00', 0.135876600608366, 0.330217391304347, 0.172780962115522, 0.408478260869565, 0.190459969547409, 0.525, 0.330872155672261, 0.868260869565217, 0.938243776104703, 3.11173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1065, '2022-05-08 00:00:00', 0.116049090062559, 0.254130434782609, 0.143809684292967, 0.32804347826087, 0.157241537723882, 0.458913043478261, 0.303920691235829, 0.842826086956521, 0.935496634183775, 3.10804347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1080, '2022-05-08 00:00:00', 0.102245538766386, 0.237173913043478, 0.112488471082516, 0.348260869565218, 0.156890485708754, 0.456521739130435, 0.315145834865704, 0.846521739130435, 0.931120070119982, 3.10869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 930, '2022-05-08 00:00:00', 0.427799602617859, 0.7075, 0.558614357137372, 0.820000000000004, 0.388908729652604, 0.940000000000001, 0.26870057685089, 1.025, 0.473761543394988, 3.255 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 945, '2022-05-08 00:00:00', 0.045961940777124, 0.387500000000003, 0.0989949493661171, 0.520000000000003, 0.0353553390593254, 0.755000000000003, 0.109601551083916, 0.912500000000001, 0.473761543394988, 3.255 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 960, '2022-05-08 00:00:00', 0.0212132034355972, 0.359999999999999, 0.0742462120245853, 0.537499999999998, 0.0282842712474613, 0.719999999999995, 0.0530330085889931, 0.782499999999999, 0.367695526217002, 3.18 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 975, '2022-05-08 00:00:00', 0.0106066017177986, 0.252499999999998, 0.0707106781186558, 0.345000000000002, 0.0494974746830585, 0.485000000000003, 0.187383297014435, 0.792499999999997, 0.367695526217002, 3.18 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 930, '2022-05-08 00:00:00', 0.0530330085889931, 0.677500000000002, 0.219203102167831, 1.085, 0.0494974746830585, 1.275, 0.0519723484172115, 1.275, 0.054570965838072, 3.0825 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 945, '2022-05-08 00:00:00', 0.169705627484773, 0.569999999999997, 0.0989949493661171, 0.759999999999998, 0.166170093578833, 0.8325, 0.0883883476483184, 1.0725, 0.286378246380553, 3.0825 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 960, '2022-05-08 00:00:00', 0.109601551083911, 0.512499999999999, 0.0388908729652549, 0.5625, 0.335875721063606, 0.772500000000001, 0.0388908729652599, 0.982499999999998, 0.159099025766974, 2.9925 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 975, '2022-05-08 00:00:00', 0.0530330085889931, 0.387500000000003, 0.346482322781405, 0.670000000000002, 0.388908729652599, 0.700000000000003, 0.091923881554253, 0.91, 0.106066017177981, 2.92000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 930, '2022-05-08 00:00:00', 0.240416305603429, 0.649999999999999, 0.2524371208836, 0.649999999999999, 0.26505897692778, 0.8825, 0.278311925774169, 1.4175, 0.292227522062878, 2.235 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 945, '2022-05-08 00:00:00', 0.0318198051533958, 0.282499999999999, 0.00707106781186407, 0.395, 0.374766594028876, 0.745000000000001, 0.569220958855166, 1.4125, 0.0707106781186507, 2.235 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 960, '2022-05-08 00:00:00', 0.0176776695296627, 0.362500000000001, 0.367695526217007, 0.635000000000002, 0.339411254969546, 0.770000000000003, 0.61164736572636, 1.4825, 0.0707106781186507, 2.235 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 975, '2022-05-08 00:00:00', 0.240416305603429, 0.479999999999997, 0.215667568261902, 0.612499999999997, 0.155563491861045, 0.654999999999998, 0.357088924499203, 1.6425, 0.0565685424949176, 2.225 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 930, '2022-05-08 00:00:00', 0.127279220613583, 0.439999999999998, 0.0494974746830585, 0.654999999999998, 0.130814754519513, 0.712499999999999, 0.159099025766974, 0.9175, 1.15611958724001, 3.3475 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 945, '2022-05-08 00:00:00', 0.123743686707649, 0.482499999999998, 0.106066017177986, 0.609999999999999, 0.091923881554248, 0.75, 0.258093975133086, 0.8675, 1.15611958724001, 3.3475 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 960, '2022-05-08 00:00:00', 0.159099025766969, 0.342500000000001, 0.0565685424949176, 0.449999999999999, 0.098994949366112, 0.699999999999999, 0.332340187157677, 0.865000000000002, 1.15611958724001, 3.3475 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 975, '2022-05-08 00:00:00', 0.0989949493661171, 0.305, 0.222738636073761, 0.612499999999997, 0.233875567877449, 0.612499999999997, 0.245569346271321, 0.782500000000002, 0.257847813584887, 3.3475 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 930, '2022-05-08 00:00:00', 0.0954594154601825, 0.5825, 0.392444263558534, 0.802499999999998, 0.360624458405138, 0.824999999999999, 0.282842712474618, 0.879999999999999, 0.664680374315358, 3.695 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 945, '2022-05-08 00:00:00', 0.254558441227162, 0.419999999999998, 0.187383297014435, 0.467500000000001, 0.134350288425447, 0.504999999999999, 0.272236110756824, 0.722499999999997, 0.664680374315358, 3.695 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 960, '2022-05-08 00:00:00', 0.123743686707644, 0.237500000000004, 0.0530330085889931, 0.417500000000004, 0.0318198051534009, 0.432500000000001, 0.226274169979695, 0.739999999999998, 0.555078823231442, 3.6675 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 975, '2022-05-08 00:00:00', 0.0106066017177936, 0.352500000000003, 0.045961940777119, 0.377500000000001, 0.0813172798364493, 0.442500000000003, 0.155563491861045, 0.73, 0.434870670429728, 3.6825 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2022-05-08 18:02:48 Duration: 877ms Database: acaweb_fx User: pgperfstats
9 54s259ms 62 837ms 970ms 875ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, 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 May 08 18 62 54s259ms 875ms [ User: pgperfstats - Total duration: 54s259ms - Times executed: 62 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 515840247052740300, 1, 1095, '2022-05-08 00:00:00', 0.00589547849344463, 0.0135600000000001, 0.0378067123669858, 0.05108, 0.041117484115641, 0.06572, 0.0449963702239784, 0.08894, 0.0708663648472719, 0.1725 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 600, '2022-05-08 00:00:00', 0.0127198814701783, 0.0286538461538462, 0.0170746776070477, 0.0382307692307692, 0.0209667227181183, 0.0542115384615385, 0.0268479264347575, 0.0761346153846154, 0.0666524077700008, 0.161711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 615, '2022-05-08 00:00:00', 0.0155610460395872, 0.0276153846153845, 0.0174466659808157, 0.0381153846153845, 0.0207249756425578, 0.0492307692307692, 0.0255984374523134, 0.071, 0.0651976875474773, 0.159038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 630, '2022-05-08 00:00:00', 0.0126429214004698, 0.0237884615384615, 0.0176069916182792, 0.0348846153846153, 0.0204623199677245, 0.0439423076923077, 0.0228888367147359, 0.0616730769230769, 0.066463526724177, 0.156096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 645, '2022-05-08 00:00:00', 0.00876672028841954, 0.0218461538461539, 0.0111132111263335, 0.0272884615384616, 0.0200997512422417, 0.0395, 0.0230074653436327, 0.0567884615384616, 0.0643502943630827, 0.153096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 660, '2022-05-08 00:00:00', 0.00567491104640548, 0.0177307692307692, 0.0149506367242849, 0.0276923076923078, 0.0197484566096071, 0.0376923076923076, 0.0213822356174466, 0.0545000000000001, 0.0612999090223946, 0.150826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 675, '2022-05-08 00:00:00', 0.0116576320329382, 0.0185961538461538, 0.0141260261710296, 0.0262307692307692, 0.016174968790839, 0.0339807692307692, 0.0203125671596523, 0.0515961538461539, 0.0604587748928017, 0.149288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 690, '2022-05-08 00:00:00', 0.00772052708443781, 0.0174423076923078, 0.0130051469101215, 0.0264230769230768, 0.0135678494412909, 0.0319423076923077, 0.0196408620365416, 0.0512884615384616, 0.0606362927626682, 0.149 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 705, '2022-05-08 00:00:00', 0.00986963096496591, 0.0175192307692307, 0.0114754587640823, 0.0228846153846154, 0.0111246953285852, 0.0283269230769231, 0.0168616086466815, 0.0490769230769232, 0.062956092758244, 0.156480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 720, '2022-05-08 00:00:00', 0.00687749954561973, 0.016, 0.00745378066177464, 0.0206730769230769, 0.0100185405047918, 0.0273653846153846, 0.0155040441374302, 0.0473461538461539, 0.0645806740560864, 0.157288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 735, '2022-05-08 00:00:00', 0.00671107007402406, 0.0139615384615384, 0.00738504205498152, 0.0188269230769231, 0.0093733665243605, 0.026, 0.0167995421183024, 0.0462692307692308, 0.0683211562008094, 0.159096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 750, '2022-05-08 00:00:00', 0.0054249069470928, 0.0135192307692308, 0.00789997565721676, 0.0189807692307692, 0.00850972294586526, 0.0236538461538461, 0.0150617191786126, 0.0441538461538462, 0.0682440868106197, 0.158846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 765, '2022-05-08 00:00:00', 0.00579124006914425, 0.0130384615384615, 0.00694217877570485, 0.016923076923077, 0.00725385838974414, 0.0205384615384616, 0.0155550758473042, 0.0445961538461538, 0.0717037387717416, 0.160615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 780, '2022-05-08 00:00:00', 0.00603913519025315, 0.0128653846153846, 0.00625447532079713, 0.0154615384615384, 0.00859642143792766, 0.0219615384615384, 0.0172193205440865, 0.0447500000000001, 0.0718031416711425, 0.160865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 795, '2022-05-08 00:00:00', 0.0040854808586204, 0.0108653846153846, 0.00502826625572484, 0.0142115384615384, 0.00969766030466202, 0.0217307692307692, 0.0189568335557799, 0.0463076923076924, 0.0737817363267132, 0.160769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 810, '2022-05-08 00:00:00', 0.00255018852998383, 0.00921153846153843, 0.00508708772663324, 0.0154615384615385, 0.0128119685630874, 0.0219423076923076, 0.0203158899538117, 0.0483461538461539, 0.0737392938774062, 0.160288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 825, '2022-05-08 00:00:00', 0.00492091298595945, 0.0118461538461539, 0.00981317795306205, 0.0164615384615385, 0.012756898586195, 0.0225384615384615, 0.0216421685960178, 0.0497884615384616, 0.0735660352232031, 0.159807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 840, '2022-05-08 00:00:00', 0.00909761168997336, 0.0110576923076923, 0.0123312143016755, 0.0153269230769231, 0.0112785705586371, 0.0203846153846154, 0.0237002839970001, 0.0512115384615386, 0.0740055299389071, 0.159538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 855, '2022-05-08 00:00:00', 0.00468077081094724, 0.00948076923076917, 0.00507103388032305, 0.0138461538461538, 0.0128015624046443, 0.021, 0.0265364843187639, 0.0527500000000002, 0.0736747216851521, 0.159769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 870, '2022-05-08 00:00:00', 0.00411400048614478, 0.00974999999999993, 0.00822641149918031, 0.0144230769230768, 0.0108083479133207, 0.0215961538461538, 0.026709174453734, 0.0530000000000001, 0.0723678131811055, 0.159096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 885, '2022-05-08 00:00:00', 0.00656953926495965, 0.0108269230769231, 0.0087293492576216, 0.0156923076923078, 0.0090222801143357, 0.0226923076923078, 0.0410170133556233, 0.0713461538461539, 0.0724377398449604, 0.158884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 900, '2022-05-08 00:00:00', 0.00595185814553865, 0.0102692307692309, 0.00670226712503932, 0.0144038461538462, 0.00814618834887725, 0.0219038461538462, 0.0457206736608288, 0.0780000000000001, 0.0726673903163215, 0.160019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 915, '2022-05-08 00:00:00', 0.00393685739567059, 0.00982692307692311, 0.00731839095388085, 0.0158269230769231, 0.00907797418946624, 0.0224807692307692, 0.045957693756156, 0.0795192307692309, 0.0723932237585387, 0.160173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 930, '2022-05-08 00:00:00', 0.00676498337026778, 0.0132499999999999, 0.00826708022125193, 0.0177307692307692, 0.0090875443073726, 0.0222115384615384, 0.0458335156173532, 0.0806346153846155, 0.0751012956971091, 0.160769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 945, '2022-05-08 00:00:00', 0.00397535678127907, 0.00928846153846155, 0.00623710978431019, 0.0141923076923077, 0.00858283170055197, 0.02425, 0.0448065972134256, 0.0806346153846154, 0.0777247139193587, 0.160634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 960, '2022-05-08 00:00:00', 0.00525371663315965, 0.0116923076923077, 0.00530601980337867, 0.0150769230769231, 0.010204976161733, 0.0278076923076923, 0.0446029017683138, 0.0808269230769232, 0.0795266597776156, 0.161019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 975, '2022-05-08 00:00:00', 0.00394637126406616, 0.0105769230769231, 0.00858543041347467, 0.0205192307692308, 0.0139152379122258, 0.0310769230769231, 0.0443565145679345, 0.0809038461538463, 0.0793963572115342, 0.160692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 990, '2022-05-08 00:00:00', 0.00776553034495785, 0.0177115384615384, 0.00981523541000649, 0.0231730769230769, 0.0166108051025183, 0.0338269230769231, 0.0435323442970856, 0.08075, 0.0792918271081821, 0.160076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 1005, '2022-05-08 00:00:00', 0.00596402677598071, 0.0149807692307691, 0.0110220234077052, 0.02275, 0.0156213488041697, 0.0324423076923077, 0.0442000696135895, 0.0803846153846155, 0.079209566244333, 0.159846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 1020, '2022-05-08 00:00:00', 0.00750725290328271, 0.0168269230769231, 0.0103414029698399, 0.0242692307692308, 0.0147652919427231, 0.0320769230769231, 0.0426583069735094, 0.0798653846153847, 0.0769095572734624, 0.159 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 1035, '2022-05-08 00:00:00', 0.00724186546302911, 0.0157692307692308, 0.00854654676102926, 0.0212884615384616, 0.0131939963036807, 0.0288076923076924, 0.0400986332013373, 0.0775961538461539, 0.0769157406116989, 0.157634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 1050, '2022-05-08 00:00:00', 0.00569483571722257, 0.0131346153846155, 0.0088515318100664, 0.0189807692307693, 0.0114071671127613, 0.0267884615384617, 0.0390241542558532, 0.0752307692307693, 0.0768389624724733, 0.155884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 1065, '2022-05-08 00:00:00', 0.00682484150280881, 0.0125384615384615, 0.00733518915911508, 0.01825, 0.0340449024762209, 0.0513461538461538, 0.0369917506396308, 0.0730192307692308, 0.0762967208691476, 0.154480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 1080, '2022-05-08 00:00:00', 0.00568682688324508, 0.0129999999999999, 0.00726384619457636, 0.0187115384615385, 0.0388582483076433, 0.0572115384615385, 0.0370430103445255, 0.0722307692307693, 0.0767209453900202, 0.154288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 1095, '2022-05-08 00:00:00', 0.00569956138663318, 0.01325, 0.0346822499491954, 0.0465384615384615, 0.038380383611343, 0.0570769230769231, 0.0369761253534474, 0.0710769230769231, 0.0767571595257507, 0.152807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 600, '2022-05-08 00:00:00', 0.0124192933033184, 0.0263269230769231, 0.0160668435462123, 0.0367884615384615, 0.0162246370114665, 0.042673076923077, 0.0215022449632948, 0.0580576923076923, 0.0653857665057041, 0.140461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 615, '2022-05-08 00:00:00', 0.0100580622082295, 0.0232307692307693, 0.010786030851915, 0.0284615384615384, 0.0146334837326538, 0.0393269230769231, 0.0207589461715628, 0.0550769230769231, 0.064992188879777, 0.137769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 630, '2022-05-08 00:00:00', 0.00706325812813152, 0.0199807692307691, 0.010940819825842, 0.0268076923076922, 0.0112739318102221, 0.0341923076923076, 0.0187222718049508, 0.0527115384615385, 0.0649263162243287, 0.136057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 645, '2022-05-08 00:00:00', 0.00807455642982701, 0.0174615384615385, 0.0108523659242512, 0.026076923076923, 0.00986152196086464, 0.0309807692307693, 0.0201824085625232, 0.0520192307692307, 0.0651474451946092, 0.135019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 660, '2022-05-08 00:00:00', 0.0106294221566657, 0.0197307692307691, 0.0104861080262633, 0.0240384615384615, 0.0108970179407028, 0.03025, 0.0212941396777466, 0.0510961538461538, 0.0657557602039547, 0.1335 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 675, '2022-05-08 00:00:00', 0.00851785455110891, 0.0149230769230769, 0.00995344934412964, 0.0216346153846155, 0.0127922001475659, 0.0285961538461539, 0.0218918671235197, 0.0490769230769231, 0.0663830058187972, 0.132288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 690, '2022-05-08 00:00:00', 0.006652818951392, 0.0155000000000001, 0.0100248920961007, 0.0210384615384615, 0.0107691153839972, 0.0295769230769231, 0.020943697418041, 0.0480384615384615, 0.0663893556111334, 0.131942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 705, '2022-05-08 00:00:00', 0.00603480290927943, 0.0141730769230769, 0.00882845051305943, 0.0193076923076923, 0.00993178657721687, 0.0275961538461539, 0.0178123984477536, 0.0451923076923077, 0.0885612022189262, 0.142442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 720, '2022-05-08 00:00:00', 0.00624832285189708, 0.0136923076923078, 0.00728560224003482, 0.0195000000000001, 0.00724635186729261, 0.0255192307692308, 0.017572104203932, 0.0443269230769231, 0.0983597419992237, 0.148326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 735, '2022-05-08 00:00:00', 0.00462451660675517, 0.0141153846153846, 0.00679436984115978, 0.0192884615384616, 0.00627902491205073, 0.0251153846153846, 0.0169633541675985, 0.0428461538461538, 0.104604809420247, 0.149884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 750, '2022-05-08 00:00:00', 0.00495378643060042, 0.013, 0.00464161775511682, 0.0167307692307692, 0.00847503120030562, 0.0218846153846153, 0.0165790414495113, 0.0412692307692308, 0.10530346622975, 0.153 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 765, '2022-05-08 00:00:00', 0.00457400682788503, 0.0121923076923077, 0.00630607155537729, 0.0169423076923077, 0.0114326119231178, 0.0232307692307692, 0.0198832457495868, 0.0432884615384616, 0.105612142367176, 0.156230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 780, '2022-05-08 00:00:00', 0.00487272629422803, 0.0122884615384615, 0.00763453691104799, 0.0161153846153846, 0.0133596407137319, 0.0240000000000001, 0.0215343017961148, 0.0438846153846154, 0.106227281734098, 0.157346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 795, '2022-05-08 00:00:00', 0.00485544896125833, 0.00984615384615379, 0.00795071356255819, 0.0150769230769231, 0.0106944449994449, 0.0233653846153846, 0.0188515353384117, 0.0430961538461538, 0.106725744857483, 0.158269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 810, '2022-05-08 00:00:00', 0.00375479181026874, 0.00996153846153849, 0.00652253490128342, 0.0157115384615385, 0.00791677867667045, 0.0216538461538461, 0.0162431642427017, 0.0419038461538461, 0.106575890259549, 0.158403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 825, '2022-05-08 00:00:00', 0.00549237233316832, 0.0108846153846154, 0.00654217089351849, 0.0160000000000001, 0.00883970500726037, 0.0215961538461539, 0.0164147330632715, 0.0432115384615385, 0.106895831752945, 0.158673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 840, '2022-05-08 00:00:00', 0.00438862165149833, 0.011, 0.00560030905740588, 0.0142115384615384, 0.00881781413695291, 0.0210769230769231, 0.0160909434632795, 0.0435384615384615, 0.106901753961289, 0.15925 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 855, '2022-05-08 00:00:00', 0.00501352018200639, 0.0103461538461538, 0.0078980279914575, 0.0151730769230769, 0.00853402691492215, 0.0204807692307692, 0.0163999648217257, 0.0441730769230769, 0.107374413224868, 0.159230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 870, '2022-05-08 00:00:00', 0.00548438342372784, 0.0100384615384616, 0.00725682702436397, 0.0148076923076923, 0.00679015123882778, 0.0191153846153846, 0.0165821034204395, 0.0443846153846154, 0.108180333773679, 0.158730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 885, '2022-05-08 00:00:00', 0.0050369786426145, 0.0098653846153847, 0.00483421300571418, 0.0134807692307693, 0.00651816987056478, 0.0179423076923077, 0.0319852910906537, 0.063826923076923, 0.108255070941806, 0.159403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 900, '2022-05-08 00:00:00', 0.00304030615867249, 0.00928846153846148, 0.00450883747595929, 0.0134807692307692, 0.00537071833041117, 0.0187692307692308, 0.0322034219395298, 0.0680961538461538, 0.107894722548631, 0.159134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 915, '2022-05-08 00:00:00', 0.00463415414238502, 0.00965384615384612, 0.00536014494637537, 0.0131346153846154, 0.00581036871595815, 0.0190961538461539, 0.0331038691673066, 0.0698846153846154, 0.107659464909572, 0.159596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 930, '2022-05-08 00:00:00', 0.00493593573078718, 0.0102884615384616, 0.00529774988520159, 0.0146153846153847, 0.00717731468962081, 0.0200769230769231, 0.0332693032458082, 0.0710576923076923, 0.107763637366514, 0.159692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 945, '2022-05-08 00:00:00', 0.0047677199840337, 0.0108653846153846, 0.00616591124964207, 0.0144615384615385, 0.0113679881177874, 0.0248653846153846, 0.0327916323754423, 0.0733653846153846, 0.107519051978994, 0.159942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 960, '2022-05-08 00:00:00', 0.00636640823747229, 0.00986538461538455, 0.00730753036257806, 0.0139999999999999, 0.0124048377659686, 0.0259999999999999, 0.0332926649348102, 0.0751923076923077, 0.107520688528015, 0.160038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 975, '2022-05-08 00:00:00', 0.00609930639183984, 0.0113076923076922, 0.0105034975859693, 0.0207884615384615, 0.0120924006651349, 0.0281153846153845, 0.0327883187454595, 0.0760769230769231, 0.10751748516118, 0.160019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 990, '2022-05-08 00:00:00', 0.00595805853768346, 0.0165384615384616, 0.00849979637765157, 0.0214423076923077, 0.0101217397410038, 0.0274807692307692, 0.0332033188795245, 0.0769038461538461, 0.10745171545325, 0.161134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 1005, '2022-05-08 00:00:00', 0.00558789901345895, 0.0132692307692307, 0.0071329409189931, 0.0186730769230769, 0.0098353366060265, 0.0249230769230769, 0.0334923871947045, 0.0765, 0.106831601850043, 0.160365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 1020, '2022-05-08 00:00:00', 0.0051717055660138, 0.0134423076923077, 0.0065624807692026, 0.0178846153846153, 0.00916741721869025, 0.0238076923076923, 0.0346184699479694, 0.0759615384615386, 0.106290575962601, 0.161557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 1035, '2022-05-08 00:00:00', 0.00545699973921987, 0.012326923076923, 0.00857079118509251, 0.0175384615384615, 0.00967184653438081, 0.0237307692307692, 0.0358086796525862, 0.0763076923076924, 0.106072103560956, 0.161134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 1050, '2022-05-08 00:00:00', 0.00589536976070074, 0.0123461538461538, 0.00754894287046464, 0.0169423076923076, 0.0100599931182115, 0.0242115384615384, 0.0380047365469096, 0.0765000000000001, 0.106097147065247, 0.161230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 1065, '2022-05-08 00:00:00', 0.00509328366199424, 0.0113076923076923, 0.00504990479727465, 0.0143076923076923, 0.025516178879593, 0.0458461538461539, 0.0381841741281143, 0.0756346153846155, 0.106265076758367, 0.161557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 1080, '2022-05-08 00:00:00', 0.00359599135790864, 0.00963461538461537, 0.007501922830438, 0.0163269230769231, 0.0264673165650364, 0.050173076923077, 0.0385979323878286, 0.0764038461538463, 0.106230721327901, 0.161115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 1095, '2022-05-08 00:00:00', 0.00618226371286318, 0.0134038461538461, 0.0256329190390314, 0.0425576923076923, 0.0291699265577514, 0.0552692307692308, 0.0380015991566347, 0.0761923076923078, 0.106692577782366, 0.161615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 600, '2022-05-08 00:00:00', 0.012858594850856, 0.0262884615384615, 0.0209419343754252, 0.0377692307692307, 0.0264398373671246, 0.04725, 0.0340173259022291, 0.0684615384615386, 0.103088610129643, 0.154807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 615, '2022-05-08 00:00:00', 0.0212114355949804, 0.0262499999999999, 0.0262506922985632, 0.034826923076923, 0.0314065463533665, 0.0448653846153846, 0.0339172579171045, 0.064596153846154, 0.103265246592676, 0.153865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 630, '2022-05-08 00:00:00', 0.00965433342319153, 0.0198846153846154, 0.01073421918625, 0.0257115384615385, 0.0157208338005532, 0.0372692307692308, 0.0249300328612207, 0.0569423076923079, 0.100201589116832, 0.151961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 645, '2022-05-08 00:00:00', 0.00743908596535899, 0.0175000000000001, 0.0133555663993017, 0.0266346153846154, 0.0137466219626721, 0.0345192307692308, 0.0234325956407211, 0.0540576923076925, 0.0974333953963503, 0.151557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 660, '2022-05-08 00:00:00', 0.0101548018198289, 0.0184999999999999, 0.0113947525034723, 0.0259038461538462, 0.0110949746073826, 0.0340384615384615, 0.02389059196871, 0.0524038461538463, 0.0978584711949629, 0.150903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 675, '2022-05-08 00:00:00', 0.00671888841539015, 0.0172884615384616, 0.00809330207403258, 0.0236923076923076, 0.0125541442743637, 0.0324423076923077, 0.0232792495913951, 0.0507115384615386, 0.0974760503129635, 0.150596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 690, '2022-05-08 00:00:00', 0.00656775339179121, 0.0171538461538461, 0.00835825248574037, 0.0239038461538462, 0.0116149108410764, 0.0291153846153847, 0.0231309067300409, 0.049673076923077, 0.0983381078806099, 0.150788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 705, '2022-05-08 00:00:00', 0.00726987990589626, 0.0158653846153847, 0.0088639503261591, 0.0204807692307692, 0.0121720992437624, 0.0275000000000001, 0.0228257614246576, 0.0483461538461539, 0.098045287808943, 0.157461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 720, '2022-05-08 00:00:00', 0.00606173369463026, 0.0137307692307692, 0.00759959513091621, 0.0185769230769231, 0.0151789327688082, 0.0275, 0.0202407148703187, 0.0470576923076923, 0.0975906442552453, 0.159576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 735, '2022-05-08 00:00:00', 0.00566527886475013, 0.0133461538461539, 0.00753333616972956, 0.0178653846153847, 0.016163539216397, 0.0265, 0.0192384730723062, 0.0456730769230769, 0.0953387321404782, 0.160576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 750, '2022-05-08 00:00:00', 0.0044799124304629, 0.0119807692307694, 0.0111945900395614, 0.0181730769230769, 0.0147453904140088, 0.0250576923076923, 0.0187977085346552, 0.043576923076923, 0.0920795308415502, 0.16 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 765, '2022-05-08 00:00:00', 0.00945363178075771, 0.0133653846153846, 0.0139436779167533, 0.0183846153846153, 0.0135546897930058, 0.0234807692307692, 0.019291737968523, 0.0431346153846154, 0.0906658722155993, 0.160903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 780, '2022-05-08 00:00:00', 0.00683970309746989, 0.0121923076923077, 0.00666959230676522, 0.0162884615384616, 0.00596863597353836, 0.0207307692307692, 0.0201584588086108, 0.0437884615384615, 0.0901329360103517, 0.163115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 795, '2022-05-08 00:00:00', 0.00432274841346969, 0.0101153846153846, 0.00581536426532881, 0.0140384615384615, 0.00555327346290882, 0.0198269230769232, 0.0212783114570103, 0.0450576923076922, 0.0899417097560757, 0.163865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 810, '2022-05-08 00:00:00', 0.0050754689059618, 0.0114038461538461, 0.00526881244830224, 0.0144038461538462, 0.00500952938062894, 0.0213461538461539, 0.0221360218092243, 0.0472884615384615, 0.0898498662299419, 0.163961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 825, '2022-05-08 00:00:00', 0.00315253255946107, 0.0095384615384616, 0.00457451132320755, 0.0151153846153847, 0.00647067348771489, 0.0215192307692309, 0.022148033425462, 0.0478461538461538, 0.0894779581796545, 0.16425 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 840, '2022-05-08 00:00:00', 0.00532338816342198, 0.0120384615384616, 0.00593519489667673, 0.0170576923076924, 0.0095151902846893, 0.023173076923077, 0.0220354260226572, 0.0475, 0.0893579857392982, 0.164519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 855, '2022-05-08 00:00:00', 0.00571879492416136, 0.0112307692307693, 0.00699705982208572, 0.0161730769230769, 0.00940950828438169, 0.0221730769230769, 0.0220418832086692, 0.0472692307692307, 0.0892880666503304, 0.164173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 870, '2022-05-08 00:00:00', 0.005600034340554, 0.0109038461538462, 0.00768417454652994, 0.0155576923076923, 0.00946802310614315, 0.0217884615384616, 0.0231554612265742, 0.0481538461538461, 0.088883259650813, 0.164423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 885, '2022-05-08 00:00:00', 0.00534919116819033, 0.0105769230769231, 0.00561440455093308, 0.0141923076923077, 0.0116724033514953, 0.0222500000000001, 0.0243100881243854, 0.0604038461538461, 0.0883737800481568, 0.16475 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 900, '2022-05-08 00:00:00', 0.00341157531850704, 0.00917307692307696, 0.00795354299377618, 0.0138269230769231, 0.0122351322648537, 0.0215384615384615, 0.0251982905403094, 0.0609230769230769, 0.0882666959582414, 0.164980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 915, '2022-05-08 00:00:00', 0.00648074069840785, 0.0100000000000001, 0.0101845282357415, 0.0157692307692308, 0.013630127828285, 0.0229038461538461, 0.0292051167803494, 0.0638269230769231, 0.0879653690599099, 0.165615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 930, '2022-05-08 00:00:00', 0.00672572558281888, 0.0111538461538462, 0.00848763806956927, 0.016, 0.0108632230661354, 0.0220192307692306, 0.0291905213804333, 0.0644423076923077, 0.087956326575269, 0.165846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 945, '2022-05-08 00:00:00', 0.00459615223688418, 0.0112692307692307, 0.00682667280147969, 0.0167884615384615, 0.0105608311153125, 0.0233653846153846, 0.0349068044942529, 0.0667499999999999, 0.0878417107861985, 0.166115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 960, '2022-05-08 00:00:00', 0.00614482271134374, 0.0116730769230769, 0.00687305217162247, 0.0148269230769229, 0.0144740749671213, 0.0256730769230767, 0.0351212679375113, 0.0672115384615384, 0.0879695139500917, 0.166346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 975, '2022-05-08 00:00:00', 0.00624512117268649, 0.0111923076923076, 0.00932094415818485, 0.0185, 0.0161228576394366, 0.0279423076923076, 0.0369276267228833, 0.0690192307692308, 0.0876479342860707, 0.166903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 990, '2022-05-08 00:00:00', 0.00580029840081198, 0.0152115384615386, 0.0112785023555708, 0.0217692307692307, 0.0146974618426239, 0.0311538461538461, 0.03602450021006, 0.0692307692307692, 0.0880725050957797, 0.167384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 1005, '2022-05-08 00:00:00', 0.00793444293037546, 0.0148461538461539, 0.0084455040383354, 0.0209423076923077, 0.0109251474202341, 0.0293269230769231, 0.0353541206389559, 0.068076923076923, 0.0877292162544233, 0.167653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 1020, '2022-05-08 00:00:00', 0.00520827743559753, 0.0143846153846153, 0.00975344120731827, 0.0220192307692307, 0.00924331359166427, 0.026326923076923, 0.0356402322361423, 0.0683846153846154, 0.0876072288025454, 0.167942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 1035, '2022-05-08 00:00:00', 0.00763181599520151, 0.0137692307692307, 0.00724146712716736, 0.0181730769230769, 0.00897320798479913, 0.0230384615384615, 0.0360938520228329, 0.0686153846153846, 0.0871736838377624, 0.169365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 1050, '2022-05-08 00:00:00', 0.00361364933806004, 0.0125384615384616, 0.00537544273668547, 0.0158461538461539, 0.00895243843017942, 0.0236153846153847, 0.0367014357296194, 0.0696538461538461, 0.0871096236845363, 0.169442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 1065, '2022-05-08 00:00:00', 0.0043247498816072, 0.0112115384615384, 0.00641452678271395, 0.0166153846153846, 0.0217858546203371, 0.0432884615384615, 0.0359861939338706, 0.0693846153846154, 0.086321367352113, 0.169461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 1080, '2022-05-08 00:00:00', 0.0048969770895304, 0.0114038461538462, 0.00617828081638844, 0.0168653846153846, 0.0228437165237048, 0.0446538461538461, 0.0366070873759964, 0.0706730769230769, 0.0856845758492246, 0.169557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 1095, '2022-05-08 00:00:00', 0.005324110615507, 0.0123846153846153, 0.0222651849652875, 0.0400384615384615, 0.0254768446905148, 0.0505192307692308, 0.036532367103075, 0.0709230769230769, 0.0864530219252051, 0.17075 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 600, '2022-05-08 00:00:00', 0.00980712259939954, 0.024318181818182, 0.0111007780235114, 0.0318181818181819, 0.0190108905903684, 0.0418409090909093, 0.0401520648496226, 0.0644545454545455, 0.0871660882915594, 0.179613636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 615, '2022-05-08 00:00:00', 0.008309392015725, 0.0223863636363637, 0.0139041243997842, 0.030909090909091, 0.0214363550077271, 0.0402727272727273, 0.036960052144788, 0.0635454545454545, 0.0797631776082454, 0.179045454545454 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 630, '2022-05-08 00:00:00', 0.0113406759382292, 0.0197954545454546, 0.0106583097674803, 0.0266363636363637, 0.0180335335786787, 0.03625, 0.0364369897326771, 0.0600227272727272, 0.0777960064188298, 0.177136363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 645, '2022-05-08 00:00:00', 0.00559587819862548, 0.0173636363636364, 0.011981135966494, 0.0264999999999999, 0.0140979105633098, 0.0353181818181818, 0.0287072852270677, 0.0566818181818181, 0.0725564715131707, 0.175318181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 660, '2022-05-08 00:00:00', 0.0105603853684623, 0.0203913043478261, 0.00944988863727603, 0.0263695652173912, 0.0132476040044118, 0.0361086956521739, 0.0285887772004712, 0.057, 0.0704446002160899, 0.172652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 675, '2022-05-08 00:00:00', 0.00516974705232085, 0.0163913043478261, 0.00880335230793967, 0.024608695652174, 0.0146006456622622, 0.0327608695652175, 0.0278929170603289, 0.0539130434782609, 0.0681462113875908, 0.172760869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 690, '2022-05-08 00:00:00', 0.00902685934992453, 0.0170652173913044, 0.0116618614233624, 0.0228913043478262, 0.0159334398649148, 0.0319782608695653, 0.028212053460787, 0.0525217391304348, 0.0689686157645222, 0.172521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 705, '2022-05-08 00:00:00', 0.0060207972893962, 0.0150000000000001, 0.0109727023849395, 0.0216739130434783, 0.0131116744889865, 0.0300652173913044, 0.0262664027427335, 0.0499130434782609, 0.0674388465479312, 0.17745652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 720, '2022-05-08 00:00:00', 0.00651563944001292, 0.0148913043478261, 0.00762284117044841, 0.020304347826087, 0.0116437993473397, 0.0278478260869565, 0.0255365157443931, 0.0479999999999999, 0.068673836719688, 0.180630434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 735, '2022-05-08 00:00:00', 0.0052639800689221, 0.0133695652173913, 0.0081263490822826, 0.0199130434782609, 0.0107350870914801, 0.0265869565217391, 0.0250071531268532, 0.046195652173913, 0.0695159293031278, 0.180652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 750, '2022-05-08 00:00:00', 0.00650774849804708, 0.0138478260869566, 0.00969561450922335, 0.0186304347826088, 0.0128699023831487, 0.0250434782608696, 0.0238326261907127, 0.0453043478260869, 0.0684002259432738, 0.18 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 765, '2022-05-08 00:00:00', 0.0065110122586593, 0.0129347826086957, 0.00585184339727626, 0.017304347826087, 0.0118740092160003, 0.0225869565217391, 0.0222443757602775, 0.046695652173913, 0.0660449002857521, 0.179760869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 780, '2022-05-08 00:00:00', 0.00377111971084415, 0.013304347826087, 0.0114424146820039, 0.0187391304347826, 0.0126606670487212, 0.0232608695652173, 0.0215704104897345, 0.0473478260869565, 0.064550773593672, 0.179434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 795, '2022-05-08 00:00:00', 0.01209759392012, 0.0134782608695651, 0.0118596452632762, 0.0174130434782608, 0.0170170224006257, 0.0240217391304347, 0.0217673423659364, 0.0476086956521738, 0.0643278949075834, 0.179347826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 810, '2022-05-08 00:00:00', 0.00662616981990457, 0.0122608695652174, 0.0125949751571604, 0.0167391304347826, 0.0196098053637246, 0.0233913043478261, 0.0228059566797592, 0.0499565217391304, 0.0638468476941055, 0.178521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 825, '2022-05-08 00:00:00', 0.00630350614525932, 0.0109347826086957, 0.011463337331109, 0.0158913043478262, 0.0142683901166789, 0.0217826086956523, 0.0206308606477576, 0.0487173913043478, 0.0638412139051676, 0.178217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 840, '2022-05-08 00:00:00', 0.00806740379258221, 0.0120869565217392, 0.0100427938099854, 0.0161956521739132, 0.01488055207442, 0.0228913043478262, 0.0194383844625482, 0.0483478260869565, 0.0652754349741707, 0.178782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 855, '2022-05-08 00:00:00', 0.00531711755845533, 0.0103913043478261, 0.00863191064729728, 0.0146521739130435, 0.0143500492348799, 0.0234130434782609, 0.0186717801908139, 0.0481086956521738, 0.0650088850722724, 0.179782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 870, '2022-05-08 00:00:00', 0.00707979645092722, 0.0101521739130434, 0.0130017101337924, 0.0163913043478261, 0.0133244700448567, 0.0227826086956522, 0.0183882427207096, 0.0486739130434782, 0.0650576363498615, 0.180282608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 885, '2022-05-08 00:00:00', 0.00840078106664155, 0.0123695652173914, 0.00858726421623129, 0.0171739130434783, 0.0106204274048115, 0.0234565217391305, 0.0471238591667405, 0.0741086956521739, 0.0660298321607579, 0.180065217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 900, '2022-05-08 00:00:00', 0.00585800354503108, 0.0119565217391305, 0.0068340000960091, 0.0153913043478261, 0.00801973849533742, 0.0224565217391304, 0.0534976450296218, 0.0834565217391304, 0.065871656262874, 0.179934782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 915, '2022-05-08 00:00:00', 0.00405203311092296, 0.0101521739130435, 0.00586373594302202, 0.0162391304347826, 0.00686516094367856, 0.021804347826087, 0.0586274497621434, 0.0872173913043477, 0.0670352393906227, 0.179717391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 930, '2022-05-08 00:00:00', 0.00530194982405156, 0.0137391304347826, 0.00541718098298108, 0.0163695652173912, 0.0101350563683155, 0.0234130434782608, 0.0603209056636176, 0.0915434782608695, 0.0677226893162206, 0.180391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 945, '2022-05-08 00:00:00', 0.00486385799797903, 0.0109565217391303, 0.00673767356431633, 0.0166521739130435, 0.0111841396735356, 0.0258043478260869, 0.0610096862652302, 0.0949999999999999, 0.0671742910308257, 0.180891304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 960, '2022-05-08 00:00:00', 0.00534168483139405, 0.0115217391304348, 0.00773990481092714, 0.0157608695652173, 0.0114500979508039, 0.0256739130434783, 0.0608033261129945, 0.0963913043478261, 0.0677009160323591, 0.181130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 975, '2022-05-08 00:00:00', 0.0038412160459238, 0.00986956521739124, 0.00854429287369424, 0.0186304347826088, 0.0107481039783971, 0.0246086956521739, 0.0600195455647771, 0.0956304347826088, 0.0664279900765681, 0.180217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 990, '2022-05-08 00:00:00', 0.00774692339799391, 0.0159130434782609, 0.00893028554974584, 0.0205000000000001, 0.0134644532743176, 0.0277173913043478, 0.0592400239262494, 0.0956956521739131, 0.0663378435447369, 0.180130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 1005, '2022-05-08 00:00:00', 0.00547163002932997, 0.0145652173913043, 0.0062646665857673, 0.0182826086956521, 0.0112077489427465, 0.025, 0.0571327937920264, 0.0942608695652174, 0.0667950230093097, 0.179934782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 1020, '2022-05-08 00:00:00', 0.00532556664394048, 0.0135434782608696, 0.0115836449375628, 0.0196086956521738, 0.0114117164671785, 0.0239999999999999, 0.0568608488019851, 0.0942608695652174, 0.0646796147883548, 0.17945652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 1035, '2022-05-08 00:00:00', 0.007243028541335, 0.0134347826086956, 0.00784288655822702, 0.0174782608695653, 0.0084027216558266, 0.0220869565217391, 0.0568258816917039, 0.094108695652174, 0.0656799943672276, 0.17904347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 1050, '2022-05-08 00:00:00', 0.00516534897558, 0.0133913043478262, 0.00661071713414421, 0.0177608695652175, 0.00907277341232017, 0.0222391304347826, 0.0572283063822739, 0.0940217391304349, 0.0658438084760025, 0.17904347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 1065, '2022-05-08 00:00:00', 0.00392153777210225, 0.0120869565217391, 0.00402045166872499, 0.0146304347826087, 0.0397531787080141, 0.0547608695652173, 0.0567383304503445, 0.0929782608695652, 0.0676628178322189, 0.177565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 1080, '2022-05-08 00:00:00', 0.00426656270459629, 0.010108695652174, 0.00646654510025224, 0.0150434782608695, 0.0454214998455725, 0.0666086956521739, 0.0563335194623926, 0.0930217391304348, 0.0680923866708286, 0.177369565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 1095, '2022-05-08 00:00:00', 0.00387068642991585, 0.0108695652173912, 0.0384358199205431, 0.0523043478260869, 0.04837032907866, 0.0720652173913043, 0.0551412308165892, 0.0921521739130435, 0.0684535704280486, 0.176869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 600, '2022-05-08 00:00:00', 0.0102164083708512, 0.0248749999999999, 0.0205283473148294, 0.04025, 0.0270263475176527, 0.0536458333333334, 0.0319581644554614, 0.0742083333333334, 0.0642989472663839, 0.1709375 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 615, '2022-05-08 00:00:00', 0.0125221361966534, 0.0266041666666667, 0.0170454953886204, 0.0351249999999999, 0.028333346653876, 0.0486875, 0.0322797722366837, 0.0693750000000001, 0.0643325788890958, 0.1674375 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 630, '2022-05-08 00:00:00', 0.00982175841719782, 0.0204791666666666, 0.016734702618784, 0.0314375000000001, 0.0302740801270037, 0.0444583333333334, 0.0308789639830527, 0.0640208333333334, 0.0655975839902837, 0.165895833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 645, '2022-05-08 00:00:00', 0.0150469675311692, 0.0234583333333335, 0.0282750386024674, 0.0347708333333335, 0.0305389911733191, 0.0416041666666668, 0.0326881399402539, 0.0620833333333335, 0.0672344178111612, 0.164479166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 660, '2022-05-08 00:00:00', 0.0236403360621298, 0.0248125000000001, 0.0255495752822127, 0.0302083333333333, 0.0256623049418313, 0.0350208333333334, 0.0305424389941299, 0.0585833333333334, 0.0665720127413524, 0.1625625 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 675, '2022-05-08 00:00:00', 0.00547126882986901, 0.016, 0.00795569138179192, 0.0216458333333333, 0.0100984062094478, 0.0282291666666667, 0.0217633850201715, 0.0499166666666667, 0.06407094898332, 0.157395833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 690, '2022-05-08 00:00:00', 0.0064865733679632, 0.0149791666666667, 0.00919177227395409, 0.0193541666666667, 0.0130829121597491, 0.0271458333333334, 0.0235588609133852, 0.0492916666666667, 0.0640978326918867, 0.157020833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 705, '2022-05-08 00:00:00', 0.00674201083838706, 0.0132916666666667, 0.00973889185137382, 0.0200416666666667, 0.0134130992646762, 0.0265416666666667, 0.0229496041297043, 0.0488541666666667, 0.067324960915836, 0.167041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 720, '2022-05-08 00:00:00', 0.00628821649330454, 0.0144583333333334, 0.0108757808315381, 0.0202500000000001, 0.012079147200918, 0.0266666666666669, 0.0227958707009512, 0.0486041666666667, 0.0689928812490353, 0.1691875 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 735, '2022-05-08 00:00:00', 0.00564623608114808, 0.0135208333333334, 0.0069249339451671, 0.0180416666666668, 0.0110674603019949, 0.0250208333333335, 0.0228835960327765, 0.0470625, 0.0719238602041538, 0.169791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 750, '2022-05-08 00:00:00', 0.00495614828239645, 0.0130416666666667, 0.00654250317738458, 0.0177500000000001, 0.00949675764653932, 0.0243333333333333, 0.0231210973988592, 0.0482916666666667, 0.0719514731798705, 0.170166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 765, '2022-05-08 00:00:00', 0.0057135739722377, 0.0124166666666668, 0.00872890832691642, 0.0169583333333335, 0.00910682874057398, 0.0233958333333334, 0.0263603013854249, 0.0506875, 0.0720663819391337, 0.171708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 780, '2022-05-08 00:00:00', 0.00552854090088465, 0.0111041666666666, 0.00611213896713934, 0.0161458333333333, 0.00834274830468725, 0.0215833333333333, 0.0291048516798204, 0.0523749999999999, 0.0716757367027647, 0.172208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 795, '2022-05-08 00:00:00', 0.00514248959895527, 0.0115208333333333, 0.00826497323702228, 0.0163749999999999, 0.00984809902203601, 0.0204375, 0.0325360377120509, 0.0555625, 0.0712894055791328, 0.172125 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 810, '2022-05-08 00:00:00', 0.00607068866518155, 0.011125, 0.00635081730447202, 0.0140625, 0.00745830803169525, 0.0196875, 0.0306328110417382, 0.0561041666666667, 0.0715114767316955, 0.17275 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 825, '2022-05-08 00:00:00', 0.0043733692612964, 0.0101875, 0.00670573921397156, 0.0143541666666666, 0.008908044727636, 0.020875, 0.0299201761092042, 0.0573958333333333, 0.071245582115767, 0.172958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 840, '2022-05-08 00:00:00', 0.00429273062652243, 0.00958333333333337, 0.00530586222145306, 0.014, 0.0119080870097545, 0.0232916666666667, 0.029374818840021, 0.0571458333333333, 0.069848435164487, 0.172729166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 855, '2022-05-08 00:00:00', 0.00520307705781537, 0.00993749999999995, 0.00802890498246116, 0.0154375, 0.0122565976022144, 0.0230624999999999, 0.0299138179379227, 0.0568541666666666, 0.0690917264704441, 0.172333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 870, '2022-05-08 00:00:00', 0.00613698546354067, 0.0113541666666667, 0.0102977414155177, 0.01775, 0.0136062478988168, 0.0237708333333334, 0.0308944483427977, 0.0591458333333333, 0.0695800257393173, 0.173020833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 885, '2022-05-08 00:00:00', 0.00679180559118166, 0.0114583333333334, 0.0100453455585811, 0.0158125, 0.014595264270661, 0.023, 0.0439898497844442, 0.0782083333333333, 0.0693340867085602, 0.172708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 900, '2022-05-08 00:00:00', 0.00709357741761583, 0.0113333333333333, 0.0103043363602944, 0.0153750000000001, 0.0135918773697669, 0.0239999999999999, 0.0498102195439297, 0.0838333333333333, 0.0700045417781248, 0.173625 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 915, '2022-05-08 00:00:00', 0.0064454230474709, 0.0105000000000001, 0.00938138671341642, 0.0160208333333333, 0.0125269094410764, 0.0224791666666666, 0.0455059669204195, 0.0848541666666666, 0.0696075827745092, 0.172708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 930, '2022-05-08 00:00:00', 0.00758896510100988, 0.011625, 0.00856644955457119, 0.0160833333333333, 0.0151831213494803, 0.0233750000000001, 0.0445471121317123, 0.0868541666666666, 0.069604108241238, 0.172666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 945, '2022-05-08 00:00:00', 0.00672004221648229, 0.0109374999999999, 0.010709415300891, 0.0148125, 0.0154296997397219, 0.0288541666666667, 0.0435370074131508, 0.0883333333333332, 0.0699397126516624, 0.173041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 960, '2022-05-08 00:00:00', 0.00603237040918606, 0.00945833333333333, 0.0110314931255797, 0.0152083333333334, 0.0163706502132872, 0.0319583333333333, 0.0446928932845583, 0.0909583333333333, 0.0699947688262736, 0.1729375 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 975, '2022-05-08 00:00:00', 0.0103901256077551, 0.0115416666666667, 0.0114402789250987, 0.0240208333333332, 0.02133616376151, 0.0365833333333332, 0.0453785556757526, 0.0916874999999999, 0.0697914076352537, 0.172833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 990, '2022-05-08 00:00:00', 0.00832873061295587, 0.0192916666666666, 0.00923542231640327, 0.0255208333333333, 0.0144627833230425, 0.0347916666666666, 0.0465194364864245, 0.0923333333333332, 0.0699967875815679, 0.1729375 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 1005, '2022-05-08 00:00:00', 0.00832815962584904, 0.0163541666666667, 0.0141494193817478, 0.0255208333333333, 0.0149253577628084, 0.032375, 0.0480992331735554, 0.0931666666666665, 0.06954229241823, 0.1725 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 1020, '2022-05-08 00:00:00', 0.00762136109415744, 0.0157916666666666, 0.00835161942987406, 0.0214791666666667, 0.0118112993983837, 0.0269375, 0.0477514511502689, 0.0911249999999999, 0.0696977428782227, 0.170083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 1035, '2022-05-08 00:00:00', 0.00538903207140817, 0.0140416666666667, 0.00777712643925598, 0.019375, 0.0106983508142576, 0.0237083333333333, 0.0474300973057695, 0.0908749999999999, 0.0701649712349816, 0.170416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 1050, '2022-05-08 00:00:00', 0.00787216707728905, 0.0145833333333333, 0.0102166521857239, 0.0181458333333333, 0.0125256259064299, 0.02625, 0.0466902324685903, 0.0906041666666666, 0.0707643024668737, 0.170770833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 1065, '2022-05-08 00:00:00', 0.00440335017385879, 0.0105416666666666, 0.0058216238583255, 0.0144999999999999, 0.0382583643880938, 0.0544375, 0.0461403027323389, 0.0890833333333333, 0.0709060794392786, 0.171041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 1080, '2022-05-08 00:00:00', 0.00454640923768653, 0.0113125, 0.00772134135489686, 0.0180208333333333, 0.0444502602248621, 0.0623958333333333, 0.0458202962354178, 0.0893958333333333, 0.0712855269931818, 0.1711875 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 00:00:00' and dayofweek = 1 and fromtime = 1080);
Date: 2022-05-08 18:02:10 Duration: 970ms 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 515840247943103300, 1, 1095, '2022-05-08 00:00:00', 0.0173294546942481, 0.03132, 0.141734920655897, 0.178676, 0.175819075377692, 0.220868, 0.179011244339567, 0.290668, 0.335990596941839, 0.582696 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 600, '2022-05-08 00:00:00', 0.0689954336281645, 0.104811538461538, 0.0959762824067247, 0.132696153846154, 0.129176987293224, 0.165373076923077, 0.146324442093063, 0.229334615384615, 0.317042237152184, 0.539042307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 615, '2022-05-08 00:00:00', 0.0420393405496109, 0.0761153846153846, 0.0765944283974916, 0.102338461538462, 0.0818609270935493, 0.127453846153846, 0.117958296933215, 0.197269230769231, 0.310538555515315, 0.521438461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 630, '2022-05-08 00:00:00', 0.051626783895422, 0.0600192307692307, 0.0541819602394064, 0.0835192307692306, 0.0631854837272468, 0.111815384615384, 0.0977107228191775, 0.179584615384615, 0.308059082245348, 0.517284615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 645, '2022-05-08 00:00:00', 0.024707924608545, 0.0538076923076923, 0.0297868324031843, 0.0698461538461539, 0.048142289102202, 0.096, 0.0941993215719485, 0.172746153846154, 0.309177765147396, 0.510361538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 660, '2022-05-08 00:00:00', 0.0241696885820619, 0.0494230769230769, 0.0395983187288786, 0.0723730769230767, 0.0446444414663925, 0.0963846153846153, 0.0893058247734241, 0.170707692307692, 0.312459043469946, 0.509476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 675, '2022-05-08 00:00:00', 0.0289553887637784, 0.0507576923076922, 0.0311061705478807, 0.0649230769230768, 0.049376497056175, 0.0930384615384616, 0.0825643946355718, 0.162861538461538, 0.309179311179675, 0.505861538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 690, '2022-05-08 00:00:00', 0.0253629651263411, 0.042, 0.0316034078006689, 0.0618461538461538, 0.0450385988305074, 0.0863461538461539, 0.0822535995939012, 0.156476923076923, 0.31403549872831, 0.501861538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 705, '2022-05-08 00:00:00', 0.0206924735480914, 0.0434615384615385, 0.0366070400963447, 0.064346153846154, 0.0470282402883138, 0.085846153846154, 0.0838433869691673, 0.158392307692308, 0.318229234261187, 0.533207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 720, '2022-05-08 00:00:00', 0.0319267671639091, 0.0480384615384615, 0.0347320291108055, 0.064076923076923, 0.0432611390724535, 0.0883846153846154, 0.087312744686073, 0.162546153846154, 0.317673786236036, 0.534438461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 735, '2022-05-08 00:00:00', 0.0265995951386194, 0.0435384615384615, 0.0433718270841267, 0.0603461538461538, 0.042933383102376, 0.0836538461538462, 0.0808010986216247, 0.155007692307692, 0.331811597446503, 0.54095 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 750, '2022-05-08 00:00:00', 0.0410701651024009, 0.0420384615384615, 0.0416633578173362, 0.0586538461538462, 0.0548440025470844, 0.0787692307692308, 0.0775711263689901, 0.148573076923077, 0.332260906124181, 0.543142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 765, '2022-05-08 00:00:00', 0.0246610249958543, 0.0403846153846154, 0.0243930633267234, 0.0563076923076923, 0.0476967987959843, 0.0747692307692307, 0.0746693858593694, 0.145803846153846, 0.326682380985191, 0.540026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 780, '2022-05-08 00:00:00', 0.017867245493877, 0.0399615384615384, 0.038235303863556, 0.0544615384615384, 0.0399919222612998, 0.0699230769230769, 0.0707989848905934, 0.147611538461538, 0.327291258032682, 0.542796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 795, '2022-05-08 00:00:00', 0.0276018115347526, 0.0365, 0.0288098273831371, 0.0486153846153846, 0.0388616837198089, 0.0743384615384615, 0.0747383967840237, 0.151765384615384, 0.325632151431878, 0.545026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 810, '2022-05-08 00:00:00', 0.0140084040709635, 0.0316538461538462, 0.0207483456245034, 0.043423076923077, 0.0343702751717906, 0.0700692307692308, 0.0788838641002367, 0.153619230769231, 0.325856512192808, 0.547342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 825, '2022-05-08 00:00:00', 0.0169004779176849, 0.0308846153846155, 0.0317440196669448, 0.0557961538461538, 0.0340798230403494, 0.0737923076923076, 0.0804780563498284, 0.156465384615384, 0.325515154415038, 0.548984615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 840, '2022-05-08 00:00:00', 0.0303127566444329, 0.0480192307692307, 0.0338515374040144, 0.0559538461538461, 0.0489079405225148, 0.0785230769230768, 0.0915198877924272, 0.167311538461538, 0.32501860595262, 0.549369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 855, '2022-05-08 00:00:00', 0.021521509812636, 0.0321538461538462, 0.0230600553738744, 0.0493846153846153, 0.0457704641074939, 0.0671538461538461, 0.0898549600531537, 0.163076923076923, 0.324669764530053, 0.5489 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 870, '2022-05-08 00:00:00', 0.0198171642774642, 0.036, 0.03838246795288, 0.0494230769230769, 0.0534195153046583, 0.0657307692307692, 0.0932873229082314, 0.162730769230769, 0.325186920921585, 0.548207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 885, '2022-05-08 00:00:00', 0.0268034440955751, 0.0332307692307693, 0.0322818596356911, 0.0459615384615385, 0.0464509046032641, 0.0711423076923077, 0.147492408566053, 0.207153846153846, 0.328977697630799, 0.550207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 900, '2022-05-08 00:00:00', 0.0190298550865577, 0.0311538461538462, 0.0273681454361706, 0.0441538461538462, 0.0383354475448185, 0.0737576923076922, 0.147791406432798, 0.215230769230769, 0.330430764096714, 0.551388461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 915, '2022-05-08 00:00:00', 0.0183936443872919, 0.0306153846153846, 0.0288783935734766, 0.0542192307692306, 0.0364938572280954, 0.0761807692307691, 0.149524294295661, 0.225153846153846, 0.331479195796891, 0.553773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 930, '2022-05-08 00:00:00', 0.0217374207655477, 0.0419115384615385, 0.0288541011616401, 0.0580653846153845, 0.0349713949040993, 0.0759615384615385, 0.149257472329374, 0.229423076923077, 0.331334391189045, 0.554003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 945, '2022-05-08 00:00:00', 0.0197545320992814, 0.0391923076923076, 0.025625257972435, 0.0544230769230769, 0.0428477986150263, 0.0844230769230769, 0.152816312459914, 0.235615384615385, 0.331890518371067, 0.559246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 960, '2022-05-08 00:00:00', 0.0186302070676795, 0.0372692307692308, 0.0300230936754718, 0.0528846153846155, 0.0446030871646278, 0.0886538461538463, 0.148050310991282, 0.239346153846154, 0.330374963942488, 0.5599 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 975, '2022-05-08 00:00:00', 0.0224879112824237, 0.0358846153846154, 0.0340114008034864, 0.0631538461538461, 0.0458127291682798, 0.0916153846153846, 0.140966256082249, 0.241884615384615, 0.326967462319089, 0.555669230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 990, '2022-05-08 00:00:00', 0.0236049864353993, 0.0503461538461537, 0.0286569094903561, 0.0665384615384615, 0.0437333352876796, 0.0902692307692307, 0.141280999212426, 0.245692307692308, 0.326370847868589, 0.554707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 1005, '2022-05-08 00:00:00', 0.0213854012030495, 0.0428461538461539, 0.0322012183238222, 0.0630384615384617, 0.0415813012709393, 0.0867307692307693, 0.139327585208386, 0.2462, 0.320014779754839, 0.556438461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 1020, '2022-05-08 00:00:00', 0.0269846965177273, 0.0484230769230769, 0.0320374780530553, 0.063, 0.0546691306511623, 0.0949230769230769, 0.142957456823834, 0.254661538461538, 0.319696004450382, 0.555938461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 1035, '2022-05-08 00:00:00', 0.0224210066335464, 0.0406923076923078, 0.0315708726518606, 0.0600000000000001, 0.0493544324250619, 0.0845, 0.139440668386235, 0.2597, 0.31587082393818, 0.551130769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 1050, '2022-05-08 00:00:00', 0.0271024268002247, 0.0436923076923078, 0.0509933479824727, 0.0671923076923076, 0.0559994093375444, 0.0814230769230768, 0.138613384857085, 0.259238461538461, 0.3158381910945, 0.550784615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 1065, '2022-05-08 00:00:00', 0.037308114192698, 0.0468461538461538, 0.0366904095622569, 0.0591153846153845, 0.117474762461495, 0.151730769230769, 0.129614248979275, 0.255892307692308, 0.307958135816193, 0.548630769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 1080, '2022-05-08 00:00:00', 0.0205503134919004, 0.0356538461538462, 0.0262378470036056, 0.0477692307692307, 0.110456148486454, 0.160692307692308, 0.128352530165946, 0.2527, 0.301388770450802, 0.549284615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 1095, '2022-05-08 00:00:00', 0.0180951757276735, 0.0303461538461539, 0.108012054028171, 0.135769230769231, 0.109890708503424, 0.163269230769231, 0.137672097614362, 0.248238461538462, 0.299234854818855, 0.547707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 600, '2022-05-08 00:00:00', 0.066654516841581, 0.100730769230769, 0.0733067800411393, 0.1218, 0.0750568368228113, 0.141234615384615, 0.126058715074182, 0.225973076923077, 0.29696833503824, 0.536119230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 615, '2022-05-08 00:00:00', 0.0408931064342897, 0.0676153846153845, 0.0451869177800559, 0.0863923076923075, 0.0575264514409208, 0.112930769230769, 0.104060304409732, 0.211415384615385, 0.296520830037543, 0.523823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 630, '2022-05-08 00:00:00', 0.0343178984474013, 0.0575846153846153, 0.0413692713905455, 0.0779692307692309, 0.0548987011195654, 0.107853846153846, 0.102325770270927, 0.202761538461538, 0.293232901186858, 0.522592307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 645, '2022-05-08 00:00:00', 0.0283594510091162, 0.0474615384615385, 0.0429094933014201, 0.0687692307692309, 0.0556220764140946, 0.103846153846154, 0.0935598299732067, 0.191253846153846, 0.293371967618952, 0.513046153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 660, '2022-05-08 00:00:00', 0.0259459793832078, 0.048923076923077, 0.0299998974357221, 0.069076923076923, 0.0708116135629219, 0.112730769230769, 0.0945452497281265, 0.188023076923077, 0.293917876546913, 0.508815384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 675, '2022-05-08 00:00:00', 0.0278905829158269, 0.0477307692307693, 0.0543106307768986, 0.0757307692307693, 0.0753918991771559, 0.107461538461539, 0.0949871518437341, 0.181830769230769, 0.292318989093448, 0.506353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 690, '2022-05-08 00:00:00', 0.0505138061858797, 0.0542692307692308, 0.0710248927110445, 0.0788461538461539, 0.0771740490459963, 0.101923076923077, 0.0866956157173785, 0.176946153846154, 0.284272584787099, 0.501238461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 705, '2022-05-08 00:00:00', 0.0308730402679199, 0.0472307692307692, 0.0365020758103087, 0.0638076923076923, 0.0566395485640419, 0.0960384615384615, 0.0736641292520418, 0.167292307692308, 0.382619992480991, 0.542976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 720, '2022-05-08 00:00:00', 0.0202188411750411, 0.0408076923076923, 0.0324974081806771, 0.0628076923076923, 0.046926915353722, 0.0881538461538462, 0.0652656235347876, 0.159880769230769, 0.383179386791015, 0.542438461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 735, '2022-05-08 00:00:00', 0.0251890085919664, 0.0443846153846154, 0.0378178020758235, 0.0661153846153846, 0.0418817566305611, 0.0851923076923078, 0.0597448040869214, 0.156419230769231, 0.38217063754297, 0.54245 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 750, '2022-05-08 00:00:00', 0.0294757266498804, 0.0445384615384615, 0.0323999287748506, 0.0556538461538462, 0.0409623466875843, 0.0750769230769232, 0.0590439764399906, 0.148534615384615, 0.381868384595853, 0.544034615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 765, '2022-05-08 00:00:00', 0.0186926559005239, 0.0321538461538461, 0.0235321384166748, 0.0521923076923077, 0.0429489858391952, 0.0711538461538462, 0.0574050312723948, 0.148419230769231, 0.380987788720119, 0.545534615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 780, '2022-05-08 00:00:00', 0.0183737270621354, 0.040923076923077, 0.0279277364198829, 0.0530384615384617, 0.0482238370677662, 0.0764615384615384, 0.0580969154483729, 0.147796153846154, 0.378381932098325, 0.549842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 795, '2022-05-08 00:00:00', 0.0212767840253535, 0.0336923076923077, 0.0376557892167787, 0.0479615384615385, 0.0363031070931317, 0.0833961538461538, 0.0601507839964253, 0.146219230769231, 0.378128982165935, 0.547265384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 810, '2022-05-08 00:00:00', 0.0220740014148215, 0.0333076923076922, 0.031081258265788, 0.0542692307692307, 0.0285382348114567, 0.0796269230769231, 0.0576667552541189, 0.142411538461539, 0.377407470983082, 0.549534615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 825, '2022-05-08 00:00:00', 0.0263503320662188, 0.0405, 0.0263821387714083, 0.0648269230769231, 0.0327379161500263, 0.0824346153846154, 0.0562186764751304, 0.138603846153846, 0.376253631007269, 0.550226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 840, '2022-05-08 00:00:00', 0.0248333798313109, 0.0515653846153847, 0.0241751496694119, 0.0592115384615385, 0.0331822039885608, 0.0790884615384616, 0.0566903981830596, 0.133673076923077, 0.376336290386057, 0.553188461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 855, '2022-05-08 00:00:00', 0.0138015049346634, 0.0308076923076924, 0.0276659468550169, 0.0477307692307693, 0.0351912576556253, 0.0667692307692309, 0.0577384154214905, 0.125730769230769, 0.374305896540003, 0.559746153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 870, '2022-05-08 00:00:00', 0.0202031223786363, 0.0326153846153846, 0.0242940005256125, 0.0439615384615385, 0.0317494033862783, 0.0617692307692309, 0.0568951667543035, 0.1235, 0.373820074614266, 0.562746153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 885, '2022-05-08 00:00:00', 0.0124480458769175, 0.026076923076923, 0.0231685463174004, 0.0416923076923077, 0.027787130391327, 0.0612692307692308, 0.186843109216097, 0.216011538461538, 0.367651310807485, 0.570207692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 900, '2022-05-08 00:00:00', 0.015519714509666, 0.0313076923076923, 0.0231205868969959, 0.0451923076923077, 0.0386916210368802, 0.0681923076923077, 0.186131454994747, 0.217857692307692, 0.367339597396448, 0.57143076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 915, '2022-05-08 00:00:00', 0.015484235159075, 0.0291923076923077, 0.020395059733633, 0.0449615384615385, 0.0489557571062502, 0.0768846153846155, 0.185666283961305, 0.22005, 0.367727304649268, 0.571046153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 930, '2022-05-08 00:00:00', 0.0187273966320839, 0.0353461538461539, 0.0356171955013955, 0.0537692307692308, 0.0506320664583834, 0.0806153846153848, 0.186082450914807, 0.223742307692308, 0.367736336314694, 0.571276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 945, '2022-05-08 00:00:00', 0.0325665236329957, 0.0374615384615386, 0.0446938302401849, 0.0584615384615386, 0.0466403753778271, 0.0862692307692309, 0.185351092420677, 0.224011538461539, 0.36759727263155, 0.572473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 960, '2022-05-08 00:00:00', 0.0369954882904139, 0.0411153846153847, 0.0448504009072211, 0.0580384615384618, 0.041256216314822, 0.0873461538461539, 0.184703953770518, 0.220742307692308, 0.367332997219354, 0.572126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 975, '2022-05-08 00:00:00', 0.0207620956404842, 0.0352307692307694, 0.0344582913992242, 0.067423076923077, 0.0358706222201613, 0.0883076923076924, 0.186081225647462, 0.221857692307693, 0.367489342702615, 0.57155 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 990, '2022-05-08 00:00:00', 0.0296348028247454, 0.0566923076923077, 0.0299166277408502, 0.0687307692307692, 0.0313776010261116, 0.0849230769230769, 0.185354666476502, 0.222896153846154, 0.365827246850835, 0.570242307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 1005, '2022-05-08 00:00:00', 0.0200922870773836, 0.0425000000000001, 0.024183147342408, 0.0597692307692309, 0.0311809853300668, 0.072423076923077, 0.185955352168202, 0.22605, 0.365332926541511, 0.56958076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 1020, '2022-05-08 00:00:00', 0.0183852532879354, 0.0420076923076924, 0.0250725715903624, 0.055923076923077, 0.0280379138914544, 0.0672692307692308, 0.184020568791811, 0.230057692307692, 0.36416283274635, 0.569965384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 1035, '2022-05-08 00:00:00', 0.0192478969880229, 0.0378076923076924, 0.0196630461682666, 0.0476538461538462, 0.0255256432149801, 0.0610384615384616, 0.180930333936744, 0.229942307692308, 0.36121867336091, 0.570196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 1050, '2022-05-08 00:00:00', 0.0123612919414412, 0.0301923076923077, 0.0197928114378778, 0.0443461538461539, 0.0254180129950273, 0.057346153846154, 0.188873195068503, 0.234730769230769, 0.361383478593032, 0.57335 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 1065, '2022-05-08 00:00:00', 0.0128454122310112, 0.0317307692307693, 0.021393888415584, 0.0415384615384615, 0.17659007063296, 0.175776923076923, 0.195785291543097, 0.240896153846154, 0.361645605722594, 0.575542307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 1080, '2022-05-08 00:00:00', 0.0179901254966334, 0.0292692307692308, 0.022603641639891, 0.0397307692307695, 0.176125706200473, 0.179896153846154, 0.19474942579159, 0.242626923076923, 0.360892143465863, 0.577119230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 1095, '2022-05-08 00:00:00', 0.0214419072056425, 0.0316538461538463, 0.176527486114333, 0.168315384615385, 0.173596401283153, 0.183742307692308, 0.191975603618312, 0.245396153846154, 0.362882766935083, 0.580842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 600, '2022-05-08 00:00:00', 0.115554967805869, 0.110353846153846, 0.126875417089121, 0.126011538461538, 0.127097299190575, 0.145588461538462, 0.147306004107619, 0.211473076923077, 0.341646107161287, 0.565457692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 615, '2022-05-08 00:00:00', 0.0356524246667094, 0.0628461538461538, 0.047635516807719, 0.0861615384615386, 0.0581337582318042, 0.109776923076923, 0.114025868387566, 0.200011538461539, 0.338535276766521, 0.562780769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 630, '2022-05-08 00:00:00', 0.0468637424225399, 0.0621346153846155, 0.0557171142054632, 0.0835192307692309, 0.0581930253552779, 0.0997500000000002, 0.105706869000298, 0.195984615384615, 0.334503544996738, 0.562819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 645, '2022-05-08 00:00:00', 0.0355718125227525, 0.0549230769230769, 0.0442110323857676, 0.0728461538461539, 0.0628148071715579, 0.0945, 0.0988405706953609, 0.187080769230769, 0.331597749018063, 0.559934615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 660, '2022-05-08 00:00:00', 0.0398055465791081, 0.0521923076923077, 0.0437184699570402, 0.0662307692307693, 0.0609440985973719, 0.0938346153846155, 0.0993886089278615, 0.183396153846154, 0.3313292688318, 0.558396153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 675, '2022-05-08 00:00:00', 0.0337931262924192, 0.044846153846154, 0.0472148770556975, 0.0647307692307693, 0.0607259347712836, 0.0913346153846154, 0.0926118228870458, 0.176857692307692, 0.326001243154779, 0.555857692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 690, '2022-05-08 00:00:00', 0.0276206444530175, 0.0425000000000001, 0.0354027171925461, 0.059796153846154, 0.0611248407265504, 0.0905846153846153, 0.0876510887202558, 0.172884615384615, 0.325775792768349, 0.555165384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 705, '2022-05-08 00:00:00', 0.0334769063913988, 0.0433615384615386, 0.0466493658955998, 0.0644576923076924, 0.064096945805073, 0.0886615384615385, 0.0915199095615475, 0.174723076923077, 0.321896558157813, 0.578415384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 720, '2022-05-08 00:00:00', 0.0335562214797795, 0.0446999999999999, 0.0574649163871715, 0.0689692307692306, 0.0663306701307923, 0.08965, 0.0903852939025267, 0.175615384615385, 0.322106814581747, 0.5833 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 735, '2022-05-08 00:00:00', 0.0462947745846781, 0.0495846153846153, 0.0449122494854818, 0.0605846153846153, 0.0627450028656895, 0.0881538461538462, 0.0868760012006502, 0.174603846153846, 0.321282626909465, 0.585365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 750, '2022-05-08 00:00:00', 0.0187860574322064, 0.0340346153846155, 0.0396634877631615, 0.0561115384615386, 0.0474298996901257, 0.0768538461538462, 0.113469420346832, 0.186084615384615, 0.320965256039677, 0.587096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 765, '2022-05-08 00:00:00', 0.0382221878776431, 0.0415730769230771, 0.0460058190299378, 0.0571538461538462, 0.0497611440939461, 0.0789884615384615, 0.113846848880415, 0.18565, 0.322104667484631, 0.590019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 780, '2022-05-08 00:00:00', 0.0296760198450896, 0.0368846153846154, 0.030928667309447, 0.0481615384615385, 0.0484243803820411, 0.0759692307692308, 0.120092126239048, 0.187796153846154, 0.329531825777117, 0.59825 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 795, '2022-05-08 00:00:00', 0.0194444455189254, 0.0312384615384615, 0.0339972725150348, 0.0551423076923076, 0.0492468338693345, 0.100623076923077, 0.119597810373576, 0.192076923076923, 0.330028516716592, 0.600723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 810, '2022-05-08 00:00:00', 0.0303832101914603, 0.0404115384615384, 0.0349660406680537, 0.0522, 0.0476440378060208, 0.0998923076923076, 0.120194727645792, 0.194884615384615, 0.3313427372653, 0.603107692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 825, '2022-05-08 00:00:00', 0.0296722403292006, 0.035123076923077, 0.04850921704647, 0.0803423076923076, 0.0473465683916113, 0.0974076923076922, 0.121102737122088, 0.194142307692308, 0.340143276598825, 0.605069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 840, '2022-05-08 00:00:00', 0.0468045231213329, 0.0681538461538461, 0.0443697278991674, 0.0822653846153846, 0.0496203804282691, 0.0979846153846153, 0.121180794429074, 0.196142307692308, 0.339783400690227, 0.606453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 855, '2022-05-08 00:00:00', 0.02180722004644, 0.0338730769230769, 0.0312892866895119, 0.0509884615384614, 0.0505677253409115, 0.0730730769230769, 0.113722817208536, 0.181565384615384, 0.337728442960636, 0.599203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 870, '2022-05-08 00:00:00', 0.0217269772048837, 0.0353076923076922, 0.0312174864705418, 0.0489884615384614, 0.064088311306773, 0.0752269230769231, 0.115078519348246, 0.183180769230769, 0.338221015973511, 0.600973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 885, '2022-05-08 00:00:00', 0.0301311573981791, 0.037976923076923, 0.0474168240184854, 0.0567, 0.0708999834002367, 0.082226923076923, 0.130316548627386, 0.241873076923077, 0.336994347749906, 0.603819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 900, '2022-05-08 00:00:00', 0.0318716436141388, 0.0361400000000001, 0.0468394804981155, 0.050488, 0.059374340136684, 0.079768, 0.132347955279508, 0.245828, 0.347008716413099, 0.597652 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 915, '2022-05-08 00:00:00', 0.0291783024409122, 0.03204, 0.0395377574815096, 0.053448, 0.0493706957617573, 0.0835680000000001, 0.143295318369675, 0.255708, 0.345818948680761, 0.600212 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 930, '2022-05-08 00:00:00', 0.0299324617542003, 0.0423679999999998, 0.0421500921311763, 0.0628879999999999, 0.0875442646132037, 0.099708, 0.140365649644063, 0.263068, 0.345634540037113, 0.600612 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 945, '2022-05-08 00:00:00', 0.0265652956568025, 0.0432080000000001, 0.0388219817457413, 0.062928, 0.0821150733219344, 0.0965880000000001, 0.138755002071997, 0.266468, 0.348795544218482, 0.60394 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 960, '2022-05-08 00:00:00', 0.0232253453508589, 0.0412, 0.0750965241095307, 0.070428, 0.0791224384524811, 0.099088, 0.143379181194482, 0.266828, 0.348979080079786, 0.60186 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 975, '2022-05-08 00:00:00', 0.0579050999481049, 0.0474680000000001, 0.055560803929869, 0.063028, 0.0640945546308993, 0.100988, 0.142680984250413, 0.264308, 0.347165186426673, 0.5999 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 990, '2022-05-08 00:00:00', 0.0273361592035167, 0.046568, 0.0434404834227245, 0.0709680000000001, 0.0565800665723656, 0.102268, 0.146100573578614, 0.266348, 0.345893167514673, 0.6019 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 1005, '2022-05-08 00:00:00', 0.0415333207597627, 0.0555559999999999, 0.0415725959417178, 0.0782359999999999, 0.0540773310485394, 0.101076, 0.147638688696425, 0.267436, 0.345662600811832, 0.602188 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 1020, '2022-05-08 00:00:00', 0.0282628743525259, 0.056356, 0.0406123142244648, 0.0737559999999999, 0.0567874786668094, 0.0972759999999998, 0.14489575586147, 0.263156, 0.344889842703435, 0.599988 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 1035, '2022-05-08 00:00:00', 0.0273407315191091, 0.0450679999999999, 0.0330271141135078, 0.0607879999999999, 0.0492723546558649, 0.0887079999999999, 0.134577338112081, 0.250508, 0.339038029233693, 0.592588 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 1050, '2022-05-08 00:00:00', 0.0182649025912176, 0.0367599999999999, 0.0343163226468107, 0.0568799999999999, 0.0446434765671314, 0.0779599999999999, 0.132053297320943, 0.24036, 0.341416578781211, 0.594388 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 1065, '2022-05-08 00:00:00', 0.0214417816423917, 0.04, 0.030474032661705, 0.0556, 0.0966792463079158, 0.16528, 0.12922083165393, 0.23724, 0.332567795494392, 0.591388 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 1080, '2022-05-08 00:00:00', 0.0173397424048532, 0.0374, 0.0222054798041686, 0.0488000000000001, 0.100322782058713, 0.171132, 0.131227794058017, 0.237532, 0.327476539872197, 0.58632 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 1095, '2022-05-08 00:00:00', 0.0153625084757233, 0.0285600000000001, 0.0941657595236542, 0.142212, 0.104881397778634, 0.172452, 0.138608745274844, 0.236052, 0.328735883093607, 0.58524 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 600, '2022-05-08 00:00:00', 0.0936099465594424, 0.105186956521739, 0.0981222938248721, 0.1301, 0.0982422469760799, 0.1531, 0.13200715141126, 0.220543478260869, 0.317682803930341, 0.592086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 615, '2022-05-08 00:00:00', 0.0363216308770025, 0.0724782608695654, 0.0564884821587621, 0.0976956521739131, 0.0545540671724784, 0.124347826086956, 0.135936556784243, 0.202473913043478, 0.332840579472927, 0.580595652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 630, '2022-05-08 00:00:00', 0.038444559949664, 0.0645652173913043, 0.0361648072113264, 0.0834347826086955, 0.0475478124250019, 0.111608695652174, 0.13138819635832, 0.194821739130435, 0.329323536450219, 0.57885652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 645, '2022-05-08 00:00:00', 0.0233756908967668, 0.0538260869565215, 0.0295984322840905, 0.0806086956521739, 0.0474927912149971, 0.102739130434783, 0.12812904438811, 0.190573913043478, 0.323946145368045, 0.576465217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 660, '2022-05-08 00:00:00', 0.0178014965840632, 0.0565652173913044, 0.0294486221048375, 0.0756956521739131, 0.0488703617028197, 0.0943043478260871, 0.132129295282828, 0.183260869565218, 0.340860481061397, 0.577986956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 675, '2022-05-08 00:00:00', 0.0209919992287669, 0.0488695652173914, 0.0335150842094305, 0.0664782608695653, 0.0498918989519106, 0.0912608695652175, 0.12681491477226, 0.180652173913044, 0.337026322789429, 0.574204347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 690, '2022-05-08 00:00:00', 0.0248479168610171, 0.0486521739130435, 0.0340826129562986, 0.0665217391304349, 0.0438201047582918, 0.0872608695652173, 0.130624367464474, 0.175608695652174, 0.342164405217183, 0.573073913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 705, '2022-05-08 00:00:00', 0.0209662819841085, 0.0426956521739131, 0.0322369561818965, 0.0606956521739131, 0.034707700960001, 0.0805217391304347, 0.136541820028154, 0.176704347826087, 0.383076088634875, 0.596682608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 720, '2022-05-08 00:00:00', 0.0231306651003423, 0.0428695652173915, 0.0289071704933025, 0.0615217391304348, 0.0299888648636502, 0.0811739130434783, 0.147503943271468, 0.182834782608696, 0.381626417442659, 0.598639130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 735, '2022-05-08 00:00:00', 0.0193901079054498, 0.0446086956521739, 0.0253692883328215, 0.0593478260869566, 0.0345683146746647, 0.0811739130434781, 0.136520052531059, 0.183573913043478, 0.382529830865485, 0.607682608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 750, '2022-05-08 00:00:00', 0.0217034450189756, 0.040304347826087, 0.0270171955197969, 0.0577391304347826, 0.067105485953529, 0.0893478260869564, 0.14075691433392, 0.187356521739131, 0.382597407525272, 0.608247826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 765, '2022-05-08 00:00:00', 0.0163101122879596, 0.0382608695652173, 0.030270976459478, 0.0568260869565216, 0.0843693179904982, 0.0899999999999999, 0.137961178591729, 0.191095652173913, 0.379994290522949, 0.613508695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 780, '2022-05-08 00:00:00', 0.0236871907146577, 0.041086956521739, 0.0677706256980845, 0.0703043478260868, 0.0843967863689555, 0.0923130434782608, 0.132327104588197, 0.192147826086957, 0.373732924392143, 0.618117391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 795, '2022-05-08 00:00:00', 0.0624914223362905, 0.051782608695652, 0.0763031969553874, 0.0662173913043477, 0.0811092093044438, 0.102026086956522, 0.124455888339172, 0.195321739130435, 0.36923972947949, 0.622465217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 810, '2022-05-08 00:00:00', 0.0320897949621287, 0.0388695652173913, 0.0342220510008322, 0.0536173913043479, 0.0479257821311805, 0.0918173913043479, 0.110153325409695, 0.193234782608696, 0.369287659493985, 0.6239 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 825, '2022-05-08 00:00:00', 0.0200766554700145, 0.0354869565217391, 0.0438450023292167, 0.0706173913043478, 0.0478046386688663, 0.0902434782608696, 0.103286459171671, 0.188191304347826, 0.369944987310767, 0.6243 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 840, '2022-05-08 00:00:00', 0.0365324664746219, 0.0593260869565217, 0.0402890612759596, 0.0715869565217392, 0.0611212405586703, 0.0941173913043478, 0.0994179113978934, 0.180626086956522, 0.371609477695394, 0.628213043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 855, '2022-05-08 00:00:00', 0.0271831469528618, 0.0363565217391304, 0.0356194755095176, 0.0537391304347826, 0.0584208866759142, 0.0800000000000001, 0.101102836544344, 0.169008695652174, 0.376332563538483, 0.627726086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 870, '2022-05-08 00:00:00', 0.0251422042546512, 0.0376956521739129, 0.0455296888762702, 0.0569565217391303, 0.0489879391464692, 0.0769999999999999, 0.0898590659818498, 0.163691304347826, 0.37754327966965, 0.627756521739131 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 885, '2022-05-08 00:00:00', 0.0321847433966761, 0.0386956521739131, 0.0335404893655038, 0.0526521739130435, 0.0516980817833608, 0.0863434782608696, 0.23160338141872, 0.264308695652174, 0.38735126733793, 0.622060869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 900, '2022-05-08 00:00:00', 0.0181519715498411, 0.0363043478260869, 0.0272091881714359, 0.0513913043478259, 0.060914476754388, 0.0933434782608695, 0.237733412408719, 0.277991304347826, 0.388534836189506, 0.62384347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 915, '2022-05-08 00:00:00', 0.0187565008493235, 0.0355217391304346, 0.0404466031640469, 0.066704347826087, 0.0526047267146906, 0.0962999999999999, 0.242009410443237, 0.283526086956522, 0.393027880665274, 0.625495652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 930, '2022-05-08 00:00:00', 0.0413513486070353, 0.0585304347826088, 0.0534543131733815, 0.0767782608695653, 0.0550750221356388, 0.0999521739130435, 0.246749598395419, 0.304839130434783, 0.390891248232375, 0.626539130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 945, '2022-05-08 00:00:00', 0.0350177256074603, 0.0471739130434784, 0.0369134764426627, 0.0648260869565218, 0.0447342013978517, 0.0911826086956521, 0.234331703010013, 0.304460869565218, 0.385844823556845, 0.631282608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 960, '2022-05-08 00:00:00', 0.0315084529721099, 0.0436521739130434, 0.039869054440459, 0.0602173913043478, 0.0416582482141145, 0.0888347826086956, 0.22907749176469, 0.308721739130435, 0.380847721739477, 0.632152173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 975, '2022-05-08 00:00:00', 0.0232214804469954, 0.0356521739130434, 0.0258178202390758, 0.0604434782608695, 0.0522594107114225, 0.0948347826086958, 0.223779399773183, 0.310939130434783, 0.372480031934228, 0.633665217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 990, '2022-05-08 00:00:00', 0.023943398340893, 0.0509217391304347, 0.0307152605914649, 0.0707782608695653, 0.0526830871151661, 0.100269565217391, 0.224650314124783, 0.3122, 0.373120027896375, 0.633839130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 1005, '2022-05-08 00:00:00', 0.0172920267673667, 0.0443347826086957, 0.0339530599015736, 0.0680869565217393, 0.0365794387049389, 0.0846521739130435, 0.221456272863321, 0.304147826086957, 0.378622070425694, 0.628969565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 1020, '2022-05-08 00:00:00', 0.0329829875899034, 0.0561739130434785, 0.0371432969178673, 0.0735217391304349, 0.0354437705325663, 0.084521739130435, 0.220750149754424, 0.307495652173913, 0.37823427015876, 0.629230434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 1035, '2022-05-08 00:00:00', 0.0191793078551435, 0.0431304347826087, 0.0240319286957569, 0.0574782608695651, 0.0256965416537795, 0.0686956521739131, 0.217275277574461, 0.308547826086957, 0.374430022539134, 0.623621739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 1050, '2022-05-08 00:00:00', 0.0194146556434809, 0.0402608695652172, 0.0194217178058391, 0.0540304347826088, 0.0239900341627609, 0.0666086956521738, 0.212789872043452, 0.308634782608696, 0.368021972460122, 0.623969565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 1065, '2022-05-08 00:00:00', 0.015456887639304, 0.0402913043478262, 0.0194335800001068, 0.0471304347826089, 0.204141805224496, 0.212813043478261, 0.212227522029352, 0.304973913043478, 0.373319893079876, 0.62265652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 1080, '2022-05-08 00:00:00', 0.0119191943383726, 0.0293913043478261, 0.0140449588666261, 0.0415217391304348, 0.203282253881353, 0.227726086956522, 0.204857046850404, 0.307365217391304, 0.368465101613056, 0.622873913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 1095, '2022-05-08 00:00:00', 0.00947453420591077, 0.0273043478260869, 0.19972543396456, 0.203247826086957, 0.205931126672988, 0.23195652173913, 0.204308669833588, 0.30275652173913, 0.368140100339885, 0.61974347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 600, '2022-05-08 00:00:00', 0.0763690656272722, 0.1133125, 0.0796745416716013, 0.136229166666667, 0.0941101386058155, 0.170541666666667, 0.103456755300905, 0.226125, 0.301711184210225, 0.606870833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 615, '2022-05-08 00:00:00', 0.0378038175742664, 0.0754583333333333, 0.0398846915894861, 0.0967083333333334, 0.0707950132066344, 0.132245833333333, 0.0997380493004595, 0.206875, 0.295205550072281, 0.5952125 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 630, '2022-05-08 00:00:00', 0.0296505147571223, 0.0601541666666666, 0.0656810738351995, 0.0919541666666667, 0.0771183674008968, 0.121454166666667, 0.11225621670271, 0.192208333333333, 0.299187455385658, 0.588295833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 645, '2022-05-08 00:00:00', 0.0651067479082499, 0.0680083333333334, 0.072827741469417, 0.0913416666666666, 0.0765779809991949, 0.115675, 0.119815184673149, 0.191625, 0.299871910064368, 0.5848375 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 660, '2022-05-08 00:00:00', 0.0425639969995736, 0.0590416666666666, 0.0496570849623346, 0.08, 0.0535486877198847, 0.096625, 0.097920955996091, 0.171616666666667, 0.28674758098243, 0.573704166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 675, '2022-05-08 00:00:00', 0.0276746103490367, 0.0498333333333333, 0.0411872491525426, 0.0662916666666667, 0.0421727812488204, 0.0857499999999998, 0.096447403628437, 0.156991666666667, 0.287506682688559, 0.562995833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 690, '2022-05-08 00:00:00', 0.0257061149889688, 0.04375, 0.0309599729899144, 0.0585416666666665, 0.0541354815469377, 0.0869583333333332, 0.113956683863218, 0.160316666666666, 0.287691862602978, 0.562454166666666 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 705, '2022-05-08 00:00:00', 0.0241351493631718, 0.0416249999999998, 0.0303275595715385, 0.0607499999999998, 0.0566041575520201, 0.0929249999999999, 0.110396447560861, 0.157845833333333, 0.361372457405119, 0.612091666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 720, '2022-05-08 00:00:00', 0.019811018380572, 0.0429583333333332, 0.0380765818707053, 0.0615, 0.046095885414795, 0.0869249999999999, 0.100601676791137, 0.149554166666667, 0.353454751936746, 0.604008333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 735, '2022-05-08 00:00:00', 0.0273637600179296, 0.0390833333333333, 0.0364133505935567, 0.0593416666666666, 0.0363317474058877, 0.0756749999999999, 0.0963470086138672, 0.149954166666667, 0.34676132584452, 0.600466666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 750, '2022-05-08 00:00:00', 0.0266907518043996, 0.0393833333333333, 0.0358890884067382, 0.0606333333333333, 0.0383632740665008, 0.0783416666666665, 0.105879948338413, 0.157245833333333, 0.346582170339303, 0.602258333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 765, '2022-05-08 00:00:00', 0.0210064925028603, 0.0379999999999999, 0.0208540950566649, 0.0474347826086955, 0.0292836745788152, 0.0664782608695653, 0.101817415246268, 0.158717391304348, 0.3412418816304, 0.611921739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 780, '2022-05-08 00:00:00', 0.0201663046167918, 0.0330434782608695, 0.0282502929433202, 0.0504782608695652, 0.0341538740792976, 0.0616434782608697, 0.10170101825756, 0.16145652173913, 0.34115636597817, 0.610617391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 795, '2022-05-08 00:00:00', 0.0242575932449929, 0.0353913043478261, 0.0259345482033876, 0.0416521739130436, 0.031922238150505, 0.0646260869565217, 0.0984380278955669, 0.167152173913043, 0.33824742686184, 0.609921739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 810, '2022-05-08 00:00:00', 0.0194228991620125, 0.029391304347826, 0.02569265286161, 0.0413826086956522, 0.038961039625447, 0.0704478260869565, 0.09564262181015, 0.170073913043478, 0.335808322244309, 0.610226086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 825, '2022-05-08 00:00:00', 0.0197662847923618, 0.0304916666666668, 0.0208699839933829, 0.0514166666666667, 0.0452969133862213, 0.0772083333333334, 0.0851798862723022, 0.167320833333333, 0.332086278622402, 0.593508333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 840, '2022-05-08 00:00:00', 0.0157126345358751, 0.0418416666666666, 0.0238025330523905, 0.0554666666666667, 0.0431206161392886, 0.0780333333333334, 0.0798645863684092, 0.165654166666667, 0.331788876909066, 0.594433333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 855, '2022-05-08 00:00:00', 0.0212898815865897, 0.0340416666666666, 0.0420082807571782, 0.0549999999999999, 0.0462353776336642, 0.0731666666666666, 0.0785583983831247, 0.163325, 0.328507759129021, 0.591779166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 870, '2022-05-08 00:00:00', 0.0352734401456698, 0.0402916666666665, 0.0365414198180482, 0.0528333333333333, 0.0502555786794441, 0.0736666666666665, 0.0718769217764503, 0.159116666666667, 0.333090251511769, 0.5908 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 885, '2022-05-08 00:00:00', 0.0226609780798675, 0.0339583333333334, 0.025978216906154, 0.0445416666666666, 0.0442627202710937, 0.0671666666666666, 0.145572638126175, 0.244258333333333, 0.335384540463457, 0.586604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 900, '2022-05-08 00:00:00', 0.0209273674919929, 0.0300416666666666, 0.0398943350742243, 0.0454166666666666, 0.0426311276355464, 0.0637499999999999, 0.157272266458843, 0.259633333333333, 0.334419197119684, 0.5836875 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 915, '2022-05-08 00:00:00', 0.0246023446508425, 0.0298333333333333, 0.026537060494903, 0.0447083333333333, 0.0386065512199865, 0.0677833333333333, 0.174808157372755, 0.276416666666667, 0.332954908570672, 0.5824375 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 930, '2022-05-08 00:00:00', 0.0246787695533362, 0.0342083333333333, 0.0294628235411084, 0.0453333333333333, 0.0539269688654434, 0.0777833333333334, 0.173553777323308, 0.285333333333333, 0.332585610832171, 0.5815625 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 945, '2022-05-08 00:00:00', 0.017683151319256, 0.0315416666666666, 0.0301652069468273, 0.0508666666666665, 0.0447463284867426, 0.0869499999999999, 0.17402069841907, 0.287, 0.33199326666714, 0.579604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 960, '2022-05-08 00:00:00', 0.0239585814101838, 0.0371166666666667, 0.0349927818643889, 0.0564500000000001, 0.0401326631582545, 0.0958250000000001, 0.173111731898836, 0.298070833333333, 0.332347753283092, 0.579895833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 975, '2022-05-08 00:00:00', 0.022812404456818, 0.0348333333333333, 0.0334823120078542, 0.06525, 0.0514325046661338, 0.100791666666667, 0.172070470902249, 0.3, 0.332805308424035, 0.5803125 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 990, '2022-05-08 00:00:00', 0.0279206627034012, 0.0555416666666666, 0.0354314760171464, 0.0762083333333334, 0.0511607122532599, 0.101875, 0.172616980498796, 0.302125, 0.332527618091307, 0.5796875 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 1005, '2022-05-08 00:00:00', 0.0199492108739357, 0.0461666666666667, 0.0289621191874158, 0.0677499999999999, 0.0395484476325547, 0.0875833333333332, 0.179463125072728, 0.300375, 0.333722714213288, 0.576904166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 1020, '2022-05-08 00:00:00', 0.028577887468704, 0.0494999999999999, 0.0346629474732924, 0.0622916666666666, 0.0406854093777103, 0.0827916666666665, 0.180933525906896, 0.297541666666667, 0.33325547058906, 0.573779166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 1035, '2022-05-08 00:00:00', 0.0186283250120248, 0.0433333333333334, 0.0328121299150973, 0.0628749999999999, 0.035837166967157, 0.0742916666666667, 0.179278689212625, 0.296583333333333, 0.332524302233817, 0.5721125 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 1050, '2022-05-08 00:00:00', 0.0230216895210971, 0.0384583333333333, 0.0228573078410195, 0.0492499999999999, 0.0360524728292172, 0.0639583333333332, 0.176060921397902, 0.293375, 0.330593395971766, 0.570529166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 1065, '2022-05-08 00:00:00', 0.0146642990513242, 0.0332083333333335, 0.0212362487475911, 0.0427500000000002, 0.144210594233331, 0.1895375, 0.172953034537695, 0.295279166666667, 0.331940433258565, 0.572058333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 1080, '2022-05-08 00:00:00', 0.0174727531159024, 0.0320833333333335, 0.021313906462581, 0.04275, 0.158621093446716, 0.210745833333333, 0.178600075415454, 0.299945833333333, 0.342825786238645, 0.584933333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 00:00:00' and dayofweek = 1 and fromtime = 1080);
Date: 2022-05-08 18:05:13 Duration: 951ms 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 515840247008118300, 1, 1095, '2022-05-08 00:00:00', 0.0327145925424328, 0.0493750000000004, 0.229625956089779, 0.489583333333334, 0.274764391824146, 0.574583333333334, 0.301001874783511, 0.746041666666666, 0.789064956410296, 1.596875 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 600, '2022-05-08 00:00:00', 0.189308051760982, 0.236538461538461, 0.255769126662791, 0.330384615384615, 0.256293701714383, 0.412307692307692, 0.298886459018497, 0.596346153846153, 0.779877899713499, 1.52846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 615, '2022-05-08 00:00:00', 0.130763585851014, 0.218653846153847, 0.130476640998126, 0.268076923076923, 0.155909737200234, 0.359615384615385, 0.257880786411086, 0.5275, 0.728348395079844, 1.50423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 630, '2022-05-08 00:00:00', 0.0825462574280906, 0.158269230769231, 0.128806503658066, 0.251346153846155, 0.178364363463798, 0.344615384615385, 0.260415053328336, 0.49, 0.731067817542363, 1.50192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 645, '2022-05-08 00:00:00', 0.0957801970860692, 0.165384615384616, 0.116520879607971, 0.236346153846154, 0.183308483164308, 0.310000000000001, 0.257426016257397, 0.468076923076922, 0.724225129681053, 1.49403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 660, '2022-05-08 00:00:00', 0.0748107869638724, 0.154423076923077, 0.110134183891916, 0.208461538461539, 0.167028901230159, 0.274423076923077, 0.234928467017909, 0.42576923076923, 0.717112720460426, 1.47442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 675, '2022-05-08 00:00:00', 0.0790260424456097, 0.133653846153847, 0.10398964445485, 0.179615384615385, 0.143946704881196, 0.254423076923077, 0.206548187709682, 0.398076923076922, 0.700535838867978, 1.45269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 690, '2022-05-08 00:00:00', 0.0739493069609163, 0.1275, 0.0994989369869772, 0.179038461538462, 0.131448147132682, 0.246153846153845, 0.186435078409452, 0.38903846153846, 0.683006926420561, 1.44230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 705, '2022-05-08 00:00:00', 0.0539686518695384, 0.116153846153846, 0.079988460706241, 0.168076923076922, 0.114076222830985, 0.215769230769229, 0.174125949111114, 0.359615384615383, 0.746569410447136, 1.52173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 720, '2022-05-08 00:00:00', 0.0745530270757247, 0.126923076923076, 0.102977966276585, 0.167307692307691, 0.0987173509805411, 0.216346153846153, 0.178934023079416, 0.35576923076923, 0.737783087780809, 1.52673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 735, '2022-05-08 00:00:00', 0.0789469149784556, 0.103846153846153, 0.0793630896575983, 0.147499999999999, 0.0817954766475506, 0.207499999999999, 0.174649208855484, 0.357884615384615, 0.727012987927578, 1.54326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 750, '2022-05-08 00:00:00', 0.0575620067004673, 0.110769230769231, 0.0598150997144216, 0.150384615384616, 0.0794006394083915, 0.202307692307692, 0.16570049440528, 0.349423076923076, 0.706253386649471, 1.55038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 765, '2022-05-08 00:00:00', 0.0426186127630436, 0.0978846153846149, 0.0601488538160513, 0.13826923076923, 0.0781785431904735, 0.178269230769231, 0.159616367003464, 0.34576923076923, 0.707899384419522, 1.55153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 780, '2022-05-08 00:00:00', 0.0596283360621314, 0.0934615384615379, 0.0620111652477563, 0.11923076923077, 0.0772331634627349, 0.170192307692307, 0.166063125161674, 0.354807692307691, 0.740731135692713, 1.56884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 795, '2022-05-08 00:00:00', 0.0301489890122634, 0.0748076923076923, 0.044884895523482, 0.109423076923077, 0.0899908114967646, 0.167115384615385, 0.159920172393796, 0.362692307692307, 0.740323655832107, 1.57134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 810, '2022-05-08 00:00:00', 0.0315576395724494, 0.0767307692307699, 0.056361470745674, 0.116153846153846, 0.087698127337256, 0.164807692307693, 0.152481146375544, 0.3725, 0.747731980982903, 1.58865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 825, '2022-05-08 00:00:00', 0.0461085675335946, 0.0799999999999994, 0.0732878938475879, 0.121346153846153, 0.110859752008493, 0.176730769230769, 0.148781848562043, 0.37903846153846, 0.741982168560363, 1.60346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 840, '2022-05-08 00:00:00', 0.053771596734564, 0.0857692307692309, 0.0618758061330546, 0.121153846153847, 0.109562767398419, 0.175, 0.145919893724658, 0.386153846153846, 0.742148673680789, 1.61442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 855, '2022-05-08 00:00:00', 0.0293657309435016, 0.0778846153846156, 0.0724422847195241, 0.123269230769231, 0.0964085856374595, 0.176153846153845, 0.138220698661458, 0.390192307692308, 0.739545494517774, 1.62153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 870, '2022-05-08 00:00:00', 0.0662143953672172, 0.0871153846153852, 0.084043944549175, 0.124230769230769, 0.102640710172015, 0.178653846153845, 0.149921133112868, 0.392884615384615, 0.742352419935852, 1.62865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 885, '2022-05-08 00:00:00', 0.0491387360909441, 0.0861538461538465, 0.0565062964497012, 0.124807692307692, 0.0818939276418918, 0.181153846153846, 0.427628748044197, 0.707884615384615, 0.756636992527816, 1.63846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 900, '2022-05-08 00:00:00', 0.0487300254936864, 0.0938461538461527, 0.0619605954185035, 0.126346153846153, 0.113496865426049, 0.201538461538461, 0.479819717746637, 0.760192307692308, 0.798789685423179, 1.65980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 915, '2022-05-08 00:00:00', 0.0453757814088263, 0.0851923076923078, 0.0821227973595263, 0.138076923076923, 0.144410339497718, 0.212884615384616, 0.473445838020002, 0.774807692307692, 0.798679776015009, 1.66576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 930, '2022-05-08 00:00:00', 0.0634583449079908, 0.104807692307693, 0.0973953086849997, 0.150384615384615, 0.138462991445369, 0.205, 0.487074034808484, 0.783653846153846, 0.803338634411704, 1.66519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 945, '2022-05-08 00:00:00', 0.0745584437770904, 0.0901923076923074, 0.113844191771034, 0.1325, 0.113649258009693, 0.193076923076923, 0.501912227999463, 0.781730769230769, 0.816286737893945, 1.67403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 960, '2022-05-08 00:00:00', 0.0613138207534367, 0.0892307692307687, 0.0717916322529197, 0.124038461538461, 0.103687585489371, 0.206346153846154, 0.491422425210735, 0.775, 0.826129925523918, 1.66942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 975, '2022-05-08 00:00:00', 0.0375053842288516, 0.0794230769230774, 0.0622948942221897, 0.144423076923078, 0.122566151683332, 0.222307692307693, 0.500526069404828, 0.782884615384615, 0.825561533838543, 1.66961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 990, '2022-05-08 00:00:00', 0.0655696928114248, 0.124230769230768, 0.10456153874449, 0.181346153846153, 0.131257380744856, 0.2425, 0.50083069456193, 0.794230769230769, 0.828588791026879, 1.68076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 1005, '2022-05-08 00:00:00', 0.0761337386041564, 0.122115384615385, 0.0982158141739201, 0.172115384615385, 0.113133175437691, 0.223653846153845, 0.499532127248936, 0.787115384615384, 0.819286673787726, 1.67557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 1020, '2022-05-08 00:00:00', 0.0729248823210466, 0.130961538461539, 0.0996493853468255, 0.175, 0.110032337903979, 0.236346153846154, 0.505956063765955, 0.798461538461538, 0.818738640555375, 1.68019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 1035, '2022-05-08 00:00:00', 0.079626290594541, 0.117115384615385, 0.0911254418581682, 0.154615384615384, 0.0955568698975405, 0.213653846153847, 0.515515164292366, 0.78826923076923, 0.817713251414249, 1.66480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 1050, '2022-05-08 00:00:00', 0.0531962983096216, 0.0946153846153841, 0.0861860688367818, 0.150961538461539, 0.0907778353157607, 0.198846153846153, 0.532619975650124, 0.785961538461538, 0.822675489812637, 1.65480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 1065, '2022-05-08 00:00:00', 0.0639570168159846, 0.1125, 0.0634753131903689, 0.146346153846154, 0.388987838449404, 0.538461538461539, 0.507171530686081, 0.770192307692307, 0.809907402114589, 1.65 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 1080, '2022-05-08 00:00:00', 0.0403470521275658, 0.0867307692307702, 0.0573598626755132, 0.108076923076923, 0.428137289267752, 0.573461538461539, 0.493503682473987, 0.756730769230769, 0.79614883127369, 1.64480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 1095, '2022-05-08 00:00:00', 0.0293709694452497, 0.0605769230769235, 0.373513669814723, 0.487692307692308, 0.418777938218408, 0.574807692307693, 0.49237044371708, 0.760576923076923, 0.807046371749385, 1.64961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 600, '2022-05-08 00:00:00', 0.166434556323084, 0.277692307692307, 0.229070110194707, 0.366346153846154, 0.230350568949557, 0.434230769230769, 0.293660714745121, 0.623846153846154, 0.70531651378327, 1.55076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 615, '2022-05-08 00:00:00', 0.173216294312586, 0.23673076923077, 0.168228896264766, 0.295192307692308, 0.23670665064915, 0.375961538461538, 0.293193622031585, 0.592500000000001, 0.701298822515437, 1.53596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 630, '2022-05-08 00:00:00', 0.107594859757117, 0.190576923076924, 0.191248127190427, 0.270384615384616, 0.221481723503665, 0.346923076923077, 0.315408709211008, 0.580576923076922, 0.706214175401813, 1.53230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 645, '2022-05-08 00:00:00', 0.116773943352761, 0.171923076923077, 0.144729057206907, 0.2325, 0.155835218691462, 0.308846153846154, 0.328234672147841, 0.565, 0.705620648790836, 1.5325 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 660, '2022-05-08 00:00:00', 0.0758178485176552, 0.147884615384616, 0.107687760893027, 0.214423076923077, 0.160878477788002, 0.313269230769231, 0.338397638198705, 0.555192307692308, 0.70679808889211, 1.52846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 675, '2022-05-08 00:00:00', 0.0816514637863984, 0.139807692307693, 0.126039218560671, 0.201730769230769, 0.158264141426725, 0.288461538461538, 0.329675831455924, 0.533076923076923, 0.705762435515391, 1.52884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 690, '2022-05-08 00:00:00', 0.0847376040401288, 0.132692307692308, 0.0992541415528078, 0.200769230769231, 0.145569967316804, 0.273846153846155, 0.301379392894636, 0.508461538461539, 0.690014966392871, 1.51557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 705, '2022-05-08 00:00:00', 0.0742638228521487, 0.141346153846154, 0.101004188793565, 0.190384615384616, 0.145076239903766, 0.263653846153847, 0.288603800817235, 0.488076923076923, 0.95854988634676, 1.66326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 720, '2022-05-08 00:00:00', 0.0734197625878862, 0.132692307692308, 0.103421467790783, 0.18, 0.147791563202527, 0.257884615384615, 0.28350369689626, 0.477884615384615, 1.03934515256186, 1.69711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 735, '2022-05-08 00:00:00', 0.0546977710135077, 0.115384615384615, 0.0809836165767258, 0.167884615384615, 0.129087328818665, 0.251538461538461, 0.273215046325165, 0.472307692307691, 1.0604602048893, 1.70961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 750, '2022-05-08 00:00:00', 0.064555283404107, 0.120769230769232, 0.0964755847950068, 0.178461538461539, 0.183245631703628, 0.270192307692307, 0.280717555834769, 0.462884615384615, 1.31198822989561, 1.89134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 765, '2022-05-08 00:00:00', 0.0966237747459398, 0.128076923076924, 0.130460869464903, 0.174038461538461, 0.208292785797744, 0.26173076923077, 0.269113073175286, 0.445384615384615, 1.31660373105023, 1.91076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 780, '2022-05-08 00:00:00', 0.0712387642962829, 0.110192307692307, 0.150466454222042, 0.173076923076921, 0.158919428061469, 0.240769230769231, 0.260734760598995, 0.431153846153846, 1.32179360951468, 1.91288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 795, '2022-05-08 00:00:00', 0.124715830837704, 0.115961538461538, 0.13432623891682, 0.161538461538463, 0.131233936745974, 0.207884615384618, 0.240386947680994, 0.408269230769231, 1.32719803171366, 1.90615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 810, '2022-05-08 00:00:00', 0.0585008218219731, 0.0971153846153854, 0.0702449012658293, 0.137115384615386, 0.115396973697153, 0.187307692307693, 0.218954245308151, 0.390192307692308, 1.33420930199818, 1.90730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 825, '2022-05-08 00:00:00', 0.0469254728265993, 0.0900000000000007, 0.0601411800554459, 0.125192307692309, 0.145865058820183, 0.203846153846155, 0.209720326589044, 0.388846153846153, 1.33294452824737, 1.90865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 840, '2022-05-08 00:00:00', 0.047080945026788, 0.093846153846154, 0.0985565046832762, 0.139230769230769, 0.15546864635675, 0.2125, 0.203584512785609, 0.380576923076922, 1.33458626547706, 1.9075 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 855, '2022-05-08 00:00:00', 0.0746265059118755, 0.0913461538461536, 0.113509233782305, 0.147884615384616, 0.154382766076846, 0.210961538461538, 0.214677575769947, 0.392307692307692, 1.33619476931264, 1.92230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 870, '2022-05-08 00:00:00', 0.0890568098722122, 0.103653846153847, 0.103636940251126, 0.138846153846154, 0.128569047597001, 0.190000000000001, 0.220276050585483, 0.391538461538461, 1.33699250616391, 1.92480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 885, '2022-05-08 00:00:00', 0.060543690517993, 0.0915384615384614, 0.0943398113205661, 0.135, 0.111185223146575, 0.181923076923077, 0.405489068428957, 0.624230769230769, 1.32975469108461, 1.93346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 900, '2022-05-08 00:00:00', 0.0663768379435522, 0.096730769230769, 0.073885826682899, 0.123653846153847, 0.108695233778459, 0.184423076923077, 0.405148263459952, 0.671346153846154, 1.32102403460346, 1.9475 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 915, '2022-05-08 00:00:00', 0.0528786709945875, 0.0869230769230777, 0.0936047336081134, 0.144615384615385, 0.132540995109496, 0.216346153846154, 0.39916976338395, 0.7025, 1.32159396767109, 1.95115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 930, '2022-05-08 00:00:00', 0.077821294297601, 0.106923076923076, 0.0811942116163465, 0.137500000000001, 0.140983905246172, 0.222692307692307, 0.389575903535349, 0.71923076923077, 1.32148170044666, 1.95173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 945, '2022-05-08 00:00:00', 0.0665180715757295, 0.105576923076925, 0.124578674554863, 0.170384615384616, 0.138205115122971, 0.229423076923077, 0.380642018376643, 0.742115384615385, 1.32043653912112, 1.95442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 960, '2022-05-08 00:00:00', 0.125714114010873, 0.125961538461538, 0.140257044249259, 0.170961538461538, 0.157868616260485, 0.242499999999999, 0.382374162307025, 0.74, 1.32068858787901, 1.95711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 975, '2022-05-08 00:00:00', 0.0493250599438214, 0.0948076923076922, 0.102998319627816, 0.155576923076922, 0.130889853870167, 0.238076923076923, 0.392794965109514, 0.758269230769231, 1.32003107480905, 1.95903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 990, '2022-05-08 00:00:00', 0.0912412271862972, 0.119807692307691, 0.117166712258809, 0.180961538461538, 0.168458166457295, 0.248076923076923, 0.40560628883002, 0.767307692307693, 1.32057860279267, 1.96038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 1005, '2022-05-08 00:00:00', 0.0814070966477464, 0.126346153846153, 0.121950336675979, 0.18173076923077, 0.175231714726969, 0.263076923076923, 0.413281427675547, 0.783461538461539, 1.32312037942945, 1.95846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 1020, '2022-05-08 00:00:00', 0.102628718427903, 0.139423076923078, 0.151854814264759, 0.188269230769232, 0.16521838694472, 0.251346153846155, 0.395268214682716, 0.769807692307694, 1.3211765153133, 1.96076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 1035, '2022-05-08 00:00:00', 0.0718299273390864, 0.118461538461539, 0.0867418805776873, 0.173076923076923, 0.1231440682228, 0.232692307692308, 0.392293453738594, 0.751923076923078, 1.32588617680635, 1.94807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 1050, '2022-05-08 00:00:00', 0.0688610641353009, 0.119615384615385, 0.0822110323871061, 0.154423076923078, 0.10338055166006, 0.198461538461539, 0.372481078507559, 0.741923076923078, 1.33102193243214, 1.94576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 1065, '2022-05-08 00:00:00', 0.0412329218726231, 0.0919230769230775, 0.093630205514115, 0.151153846153846, 0.335246866560243, 0.497692307692308, 0.390218331391346, 0.747115384615386, 1.33550285833291, 1.94673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 1080, '2022-05-08 00:00:00', 0.0815390420879176, 0.116153846153846, 0.0812062900178392, 0.132307692307692, 0.332724880575297, 0.540384615384616, 0.400257993722126, 0.747307692307693, 1.34052549971443, 1.94384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 1095, '2022-05-08 00:00:00', 0.0261893989122429, 0.0482692307692298, 0.332879338268619, 0.434423076923077, 0.345265338321347, 0.548076923076924, 0.419249329158677, 0.750000000000001, 1.34335418320652, 1.93769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 600, '2022-05-08 00:00:00', 0.12596725765055, 0.2364, 0.221725806647159, 0.3554, 0.250938571500411, 0.445800000000001, 0.372719398475583, 0.679800000000001, 1.38777060424265, 1.9702 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 615, '2022-05-08 00:00:00', 0.179666821273897, 0.234799999999999, 0.199648023614894, 0.3152, 0.19793243796811, 0.4122, 0.341262972891386, 0.617000000000001, 1.41009908044317, 1.9426 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 630, '2022-05-08 00:00:00', 0.144005208239147, 0.218000000000001, 0.146726218970344, 0.281600000000001, 0.186255201269656, 0.3692, 0.343794027483511, 0.573800000000001, 1.42260315970407, 1.9232 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 645, '2022-05-08 00:00:00', 0.0960997745401456, 0.166800000000001, 0.134676464165049, 0.2476, 0.196681214151225, 0.322800000000001, 0.33145537658434, 0.512800000000001, 1.41454698284174, 1.8984 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 660, '2022-05-08 00:00:00', 0.109931038989602, 0.163399999999999, 0.14397135131685, 0.220599999999999, 0.224338471956997, 0.3094, 0.316359895266977, 0.502400000000001, 1.40603781362143, 1.8894 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 675, '2022-05-08 00:00:00', 0.0763751704853535, 0.1304, 0.135862062401541, 0.2072, 0.206170439200193, 0.311, 0.27808466936049, 0.470400000000001, 1.37427471780572, 1.8818 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 690, '2022-05-08 00:00:00', 0.08958608522905, 0.134400000000001, 0.135716616521339, 0.1924, 0.174892824323927, 0.268000000000001, 0.227636955113473, 0.430400000000001, 1.35126021426913, 1.858 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 705, '2022-05-08 00:00:00', 0.112539992891417, 0.124400000000001, 0.133145596998174, 0.190600000000001, 0.132294494720428, 0.248200000000001, 0.198540927770573, 0.416800000000001, 1.31556030521853, 1.9302 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 720, '2022-05-08 00:00:00', 0.0771459655458406, 0.128400000000001, 0.0943729304408844, 0.166000000000001, 0.0965543888179087, 0.2104, 0.193111151067633, 0.417400000000001, 1.29181516350702, 1.9348 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 735, '2022-05-08 00:00:00', 0.0624413057732345, 0.1052, 0.0714597788969419, 0.1476, 0.0965151110793878, 0.2088, 0.167319056495865, 0.4146, 1.27640860098429, 1.9322 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 750, '2022-05-08 00:00:00', 0.0497887202754471, 0.0982000000000008, 0.0557845558077386, 0.1284, 0.0817246392874679, 0.206800000000001, 0.161473165985352, 0.4094, 1.26396822217438, 1.9286 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 765, '2022-05-08 00:00:00', 0.0467413093526486, 0.100799999999999, 0.0615744806447181, 0.151799999999999, 0.114477799885684, 0.224800000000001, 0.164558247033281, 0.4176, 1.25932829317855, 1.9284 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 780, '2022-05-08 00:00:00', 0.0571605924858494, 0.1006, 0.0730308154137692, 0.147200000000001, 0.107231058933501, 0.213800000000001, 0.171151005450352, 0.4348, 1.24934272719698, 1.9298 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 795, '2022-05-08 00:00:00', 0.0497468591973411, 0.0982000000000008, 0.0896302590274815, 0.152400000000001, 0.101163234428324, 0.194400000000001, 0.181237183454903, 0.4314, 1.24671735636698, 1.927 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 810, '2022-05-08 00:00:00', 0.0775225773565356, 0.1092, 0.0852325250906801, 0.144, 0.0958549251038608, 0.1794, 0.190762286629197, 0.430599999999999, 1.24031672702312, 1.9322 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 825, '2022-05-08 00:00:00', 0.0482614407852342, 0.0829999999999998, 0.0807681868064404, 0.1288, 0.0910462336764504, 0.1746, 0.189659124044516, 0.428199999999999, 1.23107463218117, 1.9298 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 840, '2022-05-08 00:00:00', 0.0816532301871764, 0.1012, 0.0856227189477194, 0.129999999999999, 0.105227927218333, 0.184, 0.184396538289994, 0.432999999999999, 1.23079665934982, 1.929 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 855, '2022-05-08 00:00:00', 0.0354929570478427, 0.0741999999999996, 0.0691845358443634, 0.1164, 0.0763718971000899, 0.1708, 0.179632263249117, 0.421399999999999, 1.22849101204147, 1.9262 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 870, '2022-05-08 00:00:00', 0.0531326955210569, 0.0778000000000003, 0.0687883226524196, 0.1238, 0.0841872912024141, 0.169, 0.179098901913626, 0.414199999999999, 1.21942865719976, 1.922 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 885, '2022-05-08 00:00:00', 0.0574818812032691, 0.0920000000000005, 0.0559746966643561, 0.120399999999999, 0.10042078138181, 0.1902, 0.345579585623919, 0.6526, 1.20267642503432, 1.9392 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 900, '2022-05-08 00:00:00', 0.0503802209866792, 0.0893999999999994, 0.0870942975553894, 0.137, 0.112999631267834, 0.2028, 0.340266684626437, 0.6778, 1.20279234145661, 1.9386 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 915, '2022-05-08 00:00:00', 0.0468597197316993, 0.0859999999999994, 0.0731818511198871, 0.1342, 0.101231994283757, 0.209999999999999, 0.333669622031534, 0.681, 1.20175333714258, 1.9294 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 930, '2022-05-08 00:00:00', 0.0504356025045805, 0.0939999999999992, 0.0701231060350295, 0.141199999999999, 0.0924549439817408, 0.207, 0.324845860883794, 0.689599999999999, 1.1996760673893, 1.9218 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 945, '2022-05-08 00:00:00', 0.056452044545201, 0.1008, 0.0773520092391485, 0.148999999999999, 0.0966091783079297, 0.210999999999999, 0.320920810585208, 0.688799999999999, 1.19512649260793, 1.9124 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 960, '2022-05-08 00:00:00', 0.0739577582137265, 0.115199999999999, 0.0773261490915814, 0.1522, 0.11410886614691, 0.245999999999999, 0.362819744041951, 0.719399999999999, 1.19416264246821, 1.9084 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 975, '2022-05-08 00:00:00', 0.0389743505398102, 0.0876000000000005, 0.0545183455361578, 0.1392, 0.115942873864674, 0.248599999999999, 0.364879774720386, 0.716799999999999, 1.19314891498645, 1.9022 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 990, '2022-05-08 00:00:00', 0.0404691240330203, 0.107599999999999, 0.100977307681808, 0.1888, 0.119287118611636, 0.252399999999999, 0.389239857500059, 0.735799999999999, 1.19258413399922, 1.8994 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 1005, '2022-05-08 00:00:00', 0.0893317785934364, 0.1548, 0.0979157801378306, 0.205, 0.109065347384033, 0.248399999999999, 0.406144678655279, 0.764199999999999, 1.18805239783437, 1.8918 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 1020, '2022-05-08 00:00:00', 0.0695820858171597, 0.139999999999999, 0.0750877264715515, 0.1756, 0.102531296035243, 0.222799999999999, 0.411908667061036, 0.775999999999999, 1.18496350154762, 1.8898 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 1035, '2022-05-08 00:00:00', 0.0536594198005652, 0.1172, 0.0807088388385464, 0.1508, 0.111139926819002, 0.206999999999999, 0.416721529721388, 0.7738, 1.18405577712088, 1.8712 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 1050, '2022-05-08 00:00:00', 0.0648151216923932, 0.0951999999999995, 0.0802615516088907, 0.1376, 0.0873770564850977, 0.1742, 0.429756423260122, 0.7698, 1.18638185954888, 1.8554 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 1065, '2022-05-08 00:00:00', 0.0465322468832097, 0.0906000000000006, 0.0603614115143105, 0.1318, 0.284834454844681, 0.491600000000001, 0.438733784125788, 0.7746, 1.17236577056821, 1.8546 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 1080, '2022-05-08 00:00:00', 0.0387749919406828, 0.0857999999999996, 0.0405102867594555, 0.0984000000000003, 0.27433373835531, 0.509400000000001, 0.47450851766152, 0.794, 1.16985693569769, 1.8594 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 1095, '2022-05-08 00:00:00', 0.028117313764536, 0.0451999999999998, 0.273452768621322, 0.4392, 0.270531883518375, 0.500000000000001, 0.481143429758736, 0.7886, 1.16517620269783, 1.8472 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 600, '2022-05-08 00:00:00', 0.121432868525953, 0.224318181818182, 0.158869960981189, 0.312954545454547, 0.159796441128714, 0.362045454545456, 0.383266957362698, 0.690681818181819, 1.17720199857737, 1.82454545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 615, '2022-05-08 00:00:00', 0.113151671953183, 0.213409090909093, 0.122878534330184, 0.264090909090911, 0.143985666975475, 0.318409090909092, 0.410363317010734, 0.656363636363637, 1.15480806017457, 1.80068181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 630, '2022-05-08 00:00:00', 0.0707137391207182, 0.146363636363636, 0.0942835825549389, 0.198181818181818, 0.168021978566453, 0.291363636363636, 0.383284393638624, 0.604545454545455, 1.14217306366387, 1.76045454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 645, '2022-05-08 00:00:00', 0.0482917047181889, 0.129772727272728, 0.0643082572307157, 0.178863636363637, 0.134977952344254, 0.275, 0.355960076072551, 0.576363636363637, 1.12055741385657, 1.73681818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 660, '2022-05-08 00:00:00', 0.0852124756588202, 0.150434782608695, 0.130093839649018, 0.226956521739131, 0.171408660381426, 0.291739130434782, 0.3840256393779, 0.595652173913043, 1.0989359298274, 1.71478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 675, '2022-05-08 00:00:00', 0.0834253115588771, 0.145652173913043, 0.0918728069029203, 0.192608695652174, 0.170676693185794, 0.298478260869564, 0.378026783458338, 0.567608695652173, 1.09328718892629, 1.69217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 690, '2022-05-08 00:00:00', 0.0557335204023821, 0.12304347826087, 0.0945589930258112, 0.173695652173913, 0.137164610722964, 0.273695652173913, 0.347247078600869, 0.543478260869565, 1.10204113536275, 1.67913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 705, '2022-05-08 00:00:00', 0.0681778654980752, 0.121304347826087, 0.0975986376500526, 0.201304347826087, 0.127302897327533, 0.274130434782608, 0.332158469727717, 0.522608695652174, 1.26573846963651, 1.90934782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 720, '2022-05-08 00:00:00', 0.069296293440449, 0.142608695652173, 0.0844097150806697, 0.18, 0.13808651409712, 0.262608695652174, 0.310415697313039, 0.499782608695652, 1.28636022499862, 1.94608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 735, '2022-05-08 00:00:00', 0.0428216726923871, 0.107826086956523, 0.079121285793474, 0.164782608695652, 0.113074182513021, 0.236956521739132, 0.274755910358048, 0.488913043478262, 1.28317321434938, 1.94304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 750, '2022-05-08 00:00:00', 0.0560385242983216, 0.113043478260869, 0.0851016597377432, 0.158260869565218, 0.186060946706525, 0.241304347826088, 0.261823757214462, 0.47804347826087, 1.29733049110936, 1.95369565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 765, '2022-05-08 00:00:00', 0.0483339012278662, 0.104565217391306, 0.0629684028926082, 0.146739130434784, 0.191804928077416, 0.243695652173913, 0.238498887560486, 0.473913043478261, 1.29733330929835, 1.96847826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 780, '2022-05-08 00:00:00', 0.0515931943914108, 0.106304347826087, 0.174910479644097, 0.176304347826088, 0.189860828996798, 0.241956521739131, 0.224534652730219, 0.461086956521739, 1.28832508387407, 1.97260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 795, '2022-05-08 00:00:00', 0.16107040662185, 0.133695652173913, 0.167182239444777, 0.188913043478261, 0.198201398749866, 0.242391304347826, 0.200772962842849, 0.459347826086957, 1.2850068439245, 1.97804347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 810, '2022-05-08 00:00:00', 0.0610279207791357, 0.11195652173913, 0.0685104071607227, 0.141304347826086, 0.0992755378281441, 0.210217391304347, 0.149391387172304, 0.427173913043479, 1.27136344912179, 1.95673913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 825, '2022-05-08 00:00:00', 0.0387260062143294, 0.0876086956521736, 0.0663987535003724, 0.137608695652174, 0.0764329513196419, 0.195217391304348, 0.156725068306169, 0.416739130434783, 1.27519958912119, 1.95891304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 840, '2022-05-08 00:00:00', 0.0620825983014385, 0.0976086956521738, 0.0735733883837152, 0.14304347826087, 0.144375443807815, 0.235217391304348, 0.152836811367849, 0.425, 1.2815106574732, 1.96673913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 855, '2022-05-08 00:00:00', 0.0585859390380024, 0.101304347826087, 0.0630891207273501, 0.135652173913044, 0.13467755372838, 0.23304347826087, 0.146284686437666, 0.424130434782608, 1.29580899387857, 1.98130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 870, '2022-05-08 00:00:00', 0.0495961955062651, 0.0843478260869567, 0.135145580997831, 0.170652173913043, 0.132876729702544, 0.22304347826087, 0.139901857186633, 0.420434782608696, 1.31037551568047, 1.98891304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 885, '2022-05-08 00:00:00', 0.104467405132787, 0.125434782608697, 0.0926258357832491, 0.155000000000001, 0.111583995905743, 0.221521739130436, 0.566782141609482, 0.785217391304348, 1.33344775118425, 1.96978260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 900, '2022-05-08 00:00:00', 0.0593509026407229, 0.100434782608697, 0.0767374508544311, 0.15, 0.0884299816808705, 0.21195652173913, 0.654948705109119, 0.833478260869565, 1.33241630190456, 1.96826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 915, '2022-05-08 00:00:00', 0.0477166372490327, 0.102173913043479, 0.0663064212725768, 0.149782608695653, 0.0899615640368305, 0.203913043478262, 0.668107468101358, 0.878043478260869, 1.33099649880903, 1.96804347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 930, '2022-05-08 00:00:00', 0.058767815396545, 0.121739130434782, 0.0632447720034695, 0.153913043478261, 0.113751167304961, 0.215652173913044, 1.13809693106779, 1.09847826086956, 1.33157274242883, 1.96282608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 945, '2022-05-08 00:00:00', 0.0336630595910069, 0.0917391304347826, 0.0648028326126606, 0.13695652173913, 0.119983118048335, 0.211304347826087, 1.12301489330858, 1.12021739130435, 1.32519806111606, 1.95891304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 960, '2022-05-08 00:00:00', 0.0577612641513638, 0.0999999999999999, 0.0942779927711054, 0.147391304347825, 0.112033397759055, 0.234130434782608, 1.10852851758911, 1.13826086956522, 1.31642744779059, 1.95304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 975, '2022-05-08 00:00:00', 0.0627672153290092, 0.100217391304348, 0.0862990709351433, 0.160434782608696, 0.0960149650720474, 0.234347826086957, 1.10911067176068, 1.13586956521739, 1.31103985220555, 1.95130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 990, '2022-05-08 00:00:00', 0.0673129086281692, 0.129130434782608, 0.077275749766509, 0.179782608695652, 0.0962831997051124, 0.245000000000001, 1.10991667244115, 1.14173913043478, 1.31051248913916, 1.9445652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 1005, '2022-05-08 00:00:00', 0.0614096592162762, 0.124347826086957, 0.0597458384943355, 0.173260869565217, 0.0838647744601808, 0.215869565217392, 1.11366024012478, 1.13369565217391, 1.31835090574245, 1.93326086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 1020, '2022-05-08 00:00:00', 0.0577082069912947, 0.125652173913043, 0.087664582651054, 0.178478260869565, 0.0978130426085786, 0.230869565217391, 1.1039964681017, 1.14173913043478, 1.30109170487938, 1.93847826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 1035, '2022-05-08 00:00:00', 0.0526078789993129, 0.11804347826087, 0.0573431870994222, 0.152173913043479, 0.082969826412146, 0.216086956521739, 1.08206635144653, 1.13195652173913, 1.30239718931483, 1.9304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 1050, '2022-05-08 00:00:00', 0.0623929913972236, 0.112391304347827, 0.0875743614004892, 0.164782608695652, 0.084959302044877, 0.196086956521739, 1.07833374060468, 1.13326086956522, 1.30096684174508, 1.92978260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 1065, '2022-05-08 00:00:00', 0.0495872290074007, 0.109565217391303, 0.0528683202734634, 0.137173913043478, 0.520271858093546, 0.668478260869565, 1.08345247647264, 1.11478260869565, 1.31310741638166, 1.92521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 1080, '2022-05-08 00:00:00', 0.0346367371054527, 0.0923913043478264, 0.0373213796033051, 0.112391304347826, 0.606176215916694, 0.712173913043478, 1.08845245874164, 1.10413043478261, 1.3268200267554, 1.92173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 1095, '2022-05-08 00:00:00', 0.0233993513642751, 0.0554347826086959, 0.524970354894242, 0.625652173913044, 0.617190738033733, 0.73695652173913, 1.09390148301639, 1.085, 1.33196992215207, 1.90065217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 600, '2022-05-08 00:00:00', 0.153234881321959, 0.238260869565217, 0.22111266421596, 0.326086956521739, 1.01938217551753, 0.618260869565216, 1.04680839045363, 0.791521739130435, 1.23866588788833, 1.785 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 615, '2022-05-08 00:00:00', 0.136596836171904, 0.217173913043478, 0.153571126547574, 0.3, 1.01253702416082, 0.58195652173913, 1.08228800788691, 0.767173913043478, 1.24693616611739, 1.7704347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 630, '2022-05-08 00:00:00', 0.109791844013377, 0.192391304347826, 1.03192392938987, 0.455217391304348, 1.01802252512411, 0.55804347826087, 1.09897005321601, 0.765217391304348, 1.24693616611739, 1.7704347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 645, '2022-05-08 00:00:00', 1.03941906661723, 0.360217391304347, 1.02441914516483, 0.451304347826086, 1.01423241483614, 0.499130434782609, 1.11138511663165, 0.757826086956522, 1.24398501414407, 1.75847826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 660, '2022-05-08 00:00:00', 0.961992179571806, 0.369108695652174, 0.953991112374806, 0.413239130434783, 0.946001931889329, 0.466717391304348, 1.08853736629759, 0.746934782608696, 1.22641739851304, 1.74389130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 675, '2022-05-08 00:00:00', 0.10494916894974, 0.150652173913044, 0.127602938372997, 0.200652173913044, 0.176067046158794, 0.277173913043479, 0.431220462126418, 0.549782608695652, 0.904537747995852, 1.56608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 690, '2022-05-08 00:00:00', 0.067568586147649, 0.127173913043479, 0.104148153822639, 0.181739130434783, 0.170524649615479, 0.256739130434783, 0.432809098119505, 0.548478260869565, 0.906998045502555, 1.56 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 705, '2022-05-08 00:00:00', 0.0989170611180764, 0.123695652173914, 0.136954090573817, 0.182173913043478, 0.180390167825803, 0.252391304347826, 0.436127859556602, 0.535652173913043, 0.951666366705154, 1.64434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 720, '2022-05-08 00:00:00', 0.0931577140326788, 0.130217391304347, 0.120821054757551, 0.185, 0.190265572666976, 0.261521739130434, 0.412602245083836, 0.522608695652173, 0.911489464271674, 1.64695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 735, '2022-05-08 00:00:00', 0.0740799962864621, 0.115869565217392, 0.0948016443879339, 0.161521739130436, 0.14517741633408, 0.220869565217392, 0.401626879326607, 0.502826086956522, 0.880039300236345, 1.64847826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 750, '2022-05-08 00:00:00', 0.0729407686498128, 0.113913043478261, 0.114032274746207, 0.164782608695653, 0.130086623617759, 0.214565217391305, 0.394066540999331, 0.490434782608696, 0.855978452224083, 1.65326086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 765, '2022-05-08 00:00:00', 0.0773862802028656, 0.110000000000001, 0.0956256700614623, 0.154782608695653, 0.124852086399311, 0.216956521739131, 0.391279445847956, 0.497826086956522, 0.836238874093674, 1.65 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 780, '2022-05-08 00:00:00', 0.0712494365833081, 0.105869565217392, 0.083593336156672, 0.154130434782609, 0.119883837056342, 0.221956521739131, 0.388332428595416, 0.520434782608695, 0.821335254807995, 1.64434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 795, '2022-05-08 00:00:00', 0.0681684440110913, 0.115869565217392, 0.0895029091761167, 0.151956521739132, 0.160919418618567, 0.232826086956523, 0.399797503091579, 0.52695652173913, 0.820298497198386, 1.63652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 810, '2022-05-08 00:00:00', 0.0575925102179224, 0.0984782608695665, 0.0978403151708295, 0.155, 0.204321155016683, 0.221956521739131, 0.386127654043829, 0.528260869565217, 0.822513200153577, 1.63434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 825, '2022-05-08 00:00:00', 0.0653645901407539, 0.110434782608695, 0.125363108971136, 0.154999999999999, 0.228355956103069, 0.228478260869565, 0.369166618337657, 0.53891304347826, 0.80767758604777, 1.63608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 840, '2022-05-08 00:00:00', 0.075163852635978, 0.0971739130434792, 0.129602996720343, 0.139130434782609, 0.196619151938693, 0.235, 0.331665607349954, 0.535434782608696, 0.778008250563363, 1.62173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 855, '2022-05-08 00:00:00', 0.0718735714757512, 0.0910869565217385, 0.137870592931405, 0.150869565217391, 0.14517741633408, 0.209130434782608, 0.287670897823443, 0.529999999999999, 0.751318866744136, 1.61369565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 870, '2022-05-08 00:00:00', 0.10633677577124, 0.109347826086956, 0.115024056600513, 0.163478260869565, 0.141832306482182, 0.213695652173912, 0.269869314002753, 0.51391304347826, 0.750988347462007, 1.61195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 885, '2022-05-08 00:00:00', 0.0862383634815061, 0.114347826086956, 0.0838193993035305, 0.134347826086956, 0.121565870496473, 0.208478260869565, 0.268186155923921, 0.665217391304347, 0.758751965700615, 1.62 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 900, '2022-05-08 00:00:00', 0.0526707650045645, 0.0841304347826097, 0.0997323493254634, 0.135217391304349, 0.11778086438726, 0.197826086956523, 0.288813847893723, 0.694565217391304, 0.759000278606604, 1.62782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 915, '2022-05-08 00:00:00', 0.0675312839230859, 0.0917391304347832, 0.0769065959845374, 0.138478260869566, 0.0968087638537602, 0.199130434782609, 0.275800308695766, 0.711086956521738, 0.756117279210673, 1.63260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 930, '2022-05-08 00:00:00', 0.0616681800191761, 0.105652173913044, 0.0708551659757741, 0.135000000000001, 0.109656758766083, 0.207173913043479, 0.261415461436887, 0.726956521739131, 0.756798893509625, 1.63173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 945, '2022-05-08 00:00:00', 0.0559670640016466, 0.0886956521739139, 0.0835093661169151, 0.134782608695652, 0.130006460769829, 0.226956521739131, 0.259491940517766, 0.747391304347826, 0.757989722207586, 1.63065217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 960, '2022-05-08 00:00:00', 0.0598259993450034, 0.0971739130434779, 0.0753476789773424, 0.145, 0.145015332431837, 0.266086956521738, 0.261413193445759, 0.766304347826086, 0.754894241735579, 1.63195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 975, '2022-05-08 00:00:00', 0.0621661041559535, 0.101521739130435, 0.0964119127338317, 0.165434782608695, 0.174706982242464, 0.285434782608694, 0.270368654777447, 0.774130434782608, 0.756792691472119, 1.63021739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 990, '2022-05-08 00:00:00', 0.0926605006431896, 0.137173913043478, 0.12427735779328, 0.213043478260868, 0.174014162796466, 0.296739130434782, 0.279431063712661, 0.78891304347826, 0.758269430772644, 1.6345652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 1005, '2022-05-08 00:00:00', 0.0997571161042593, 0.154130434782607, 0.153871320912019, 0.218260869565216, 0.183060013054317, 0.292826086956522, 0.298305491079037, 0.799565217391303, 0.761384543397686, 1.63282608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 1020, '2022-05-08 00:00:00', 0.103366266161824, 0.143695652173913, 0.109081233101848, 0.193478260869566, 0.174827696090059, 0.264782608695653, 0.305243698403456, 0.796521739130434, 0.766840832024535, 1.63195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 1035, '2022-05-08 00:00:00', 0.0541006235671623, 0.13217391304348, 0.128021968841012, 0.186521739130437, 0.145324701185668, 0.249782608695652, 0.291094092607507, 0.796956521739129, 0.767707111785586, 1.62913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 1050, '2022-05-08 00:00:00', 0.097554585915793, 0.121521739130436, 0.116995067630232, 0.175869565217393, 0.114603199260023, 0.210434782608696, 0.292206408177913, 0.791304347826086, 0.770958158536142, 1.63586956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 1065, '2022-05-08 00:00:00', 0.0602596489903717, 0.106956521739131, 0.08331804866415, 0.161521739130435, 0.215521245158394, 0.536956521739131, 0.28705985383504, 0.785217391304347, 0.769489140631242, 1.64108695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 1080, '2022-05-08 00:00:00', 0.0618913046949077, 0.111521739130434, 0.0598755296543032, 0.116521739130435, 0.271995625982036, 0.585434782608696, 0.287409549270475, 0.782391304347825, 0.769721023842701, 1.64 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 00:00:00' and dayofweek = 1 and fromtime = 1080);
Date: 2022-05-08 18:01:45 Duration: 930ms Database: acaweb_fx User: pgperfstats
10 53s563ms 594 50ms 698ms 90ms select distinct a.resultuid as ruid, c.symbolid as sid, c.symbol as sym, c.longname as longname, c.shortname, c.exchange as e, c.timegranularity as tg, p.patternid as pid, a.direction as d, cast(atbaridentified as timestamp) as pet, cast(patternstarttime as timestamp) as pst, patternprice as patp, breakoutprice as pe, breakoutbars as be, errormargin as erm, patternlengthbars as l, bandwidth as bw, qtytp as qtp, p.patternname as patternname, cast(x0 as timestamp) as x0, cast(x1 as timestamp) as x1, cast(x2 as timestamp) as x2, cast(( case when x3 = ? then ? else x3 end) as timestamp) as x3, cast(( case when x4 = ? then ? else x4 end) as timestamp) as x4, cast(( case when x5 = ? then ? else x5 end) as timestamp) as x5, cast(( case when x6 = ? then ? else x6 end) as timestamp) as x6, cast(( case when x7 = ? then ? else x7 end) as timestamp) as x7, cast(( case when x8 = ? then ? else x8 end) as timestamp) as x8, cast(( case when x9 = ? then ? else x9 end) as timestamp) as x9, cast(atbaridentified as timestamp) as patternendtime, cast(atbaridentified as timestamp) as atbar, cast(( case when approachingtimestamp = ? then ? else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzos, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_keylevels_results order by resultuid desc limit ?) then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= ( select resultuid from relevance_keylevels_results order by resultuid desc limit ?) then ? else ? end as relevant, cast(?.? as double precision) as premium, cast(? as bigint) as instrumentid, ? as derivativeid, ? as underlyingid, ? as isunderlying from symbols c inner join brokersymbollist b on c.symbolid = b.symbolid inner join symbolgroup sg on c.symbolid = sg.symbolid inner join downloadersymbolsettings dss on dss.symbolid = c.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join keylevels_results a on a.symbolid = c.symbolid inner join hrspatterns p on a.patternid = p.patternid left outer join relevance_keylevels_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and sg.groupid = ? and patternclassid = ? and patternlengthbars >= ? and a.patternid & ? > ? and dftt.dayofweek = ? and a.qtytp >= ? and a.resultuid > ? and c.nonliquid = ? and c.deleted = ? and dss.enabled = ? order by relevant desc, age asc, patternendtime desc, qtp desc limit ?;Times Reported Time consuming queries #10
Day Hour Count Duration Avg duration May 08 18 594 53s563ms 90ms [ User: postgres - Total duration: 53s563ms - Times executed: 594 ]
-
/*server.KeyLevelResultList*/ SELECT DISTINCT a.ResultUID AS ruid, c.symbolid AS sid, c.symbol AS sym, c.longname as longname, c.shortname, c.Exchange AS e, c.timegranularity AS tg, p.PatternID AS pid, a.direction AS d, cast(atbaridentified as timestamp) AS pet, cast(patternstarttime as timestamp) AS pst, PatternPrice AS patp, breakoutprice as pE, breakoutbars as bE, errorMargin as erm, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, cast(x0 as timestamp) AS x0, cast(x1 as timestamp) AS x1, cast(x2 as timestamp) AS x2, cast(( case when x3 = '' then '1900-01-01' else x3 end) as timestamp) AS x3, cast((case when x4 = '' then '1900-01-01' else x4 end) as timestamp) AS x4, cast(( case when x5 = '' then '1900-01-01' else x5 end) as timestamp) AS x5, cast((case when x6 = '' then '1900-01-01' else x6 end) as timestamp) AS x6, cast(( case when x7 = '' then '1900-01-01' else x7 end) as timestamp) AS x7, cast((case when x8 = '' then '1900-01-01' else x8 end) as timestamp) AS x8, cast(( case when x9 = '' then '1900-01-01' else x9 end) as timestamp) AS x9, cast(atbaridentified as timestamp) as PatternEndTime, cast(atbaridentified as timestamp) as atBar, cast((case when approachingtimestamp = '' then '1900-01-01' else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzOs, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant, cast(0.0 as double precision) as premium, cast(0 as bigint) as instrumentid, 0 as derivativeid, 0 as underlyingid, 0 as isunderlying FROM symbols c INNER JOIN brokersymbollist b ON c.symbolid = b.symbolid INNER JOIN symbolgroup sg ON c.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = c.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN keylevels_results a ON a.symbolid = c.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 627 AND sg.groupid = 515852059868055308 AND patternclassid = '2' AND patternlengthbars >= '20' AND a.PatternID & '39' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '0' AND a.resultuid > '961946279' 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-05-08 18:18:19 Duration: 698ms Database: acaweb_fx User: postgres Bind query: yes
-
/*server.KeyLevelResultList*/ SELECT DISTINCT a.ResultUID AS ruid, c.symbolid AS sid, c.symbol AS sym, c.longname as longname, c.shortname, c.Exchange AS e, c.timegranularity AS tg, p.PatternID AS pid, a.direction AS d, cast(atbaridentified as timestamp) AS pet, cast(patternstarttime as timestamp) AS pst, PatternPrice AS patp, breakoutprice as pE, breakoutbars as bE, errorMargin as erm, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, cast(x0 as timestamp) AS x0, cast(x1 as timestamp) AS x1, cast(x2 as timestamp) AS x2, cast(( case when x3 = '' then '1900-01-01' else x3 end) as timestamp) AS x3, cast((case when x4 = '' then '1900-01-01' else x4 end) as timestamp) AS x4, cast(( case when x5 = '' then '1900-01-01' else x5 end) as timestamp) AS x5, cast((case when x6 = '' then '1900-01-01' else x6 end) as timestamp) AS x6, cast(( case when x7 = '' then '1900-01-01' else x7 end) as timestamp) AS x7, cast((case when x8 = '' then '1900-01-01' else x8 end) as timestamp) AS x8, cast(( case when x9 = '' then '1900-01-01' else x9 end) as timestamp) AS x9, cast(atbaridentified as timestamp) as PatternEndTime, cast(atbaridentified as timestamp) as atBar, cast((case when approachingtimestamp = '' then '1900-01-01' else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzOs, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant, cast(0.0 as double precision) as premium, cast(0 as bigint) as instrumentid, 0 as derivativeid, 0 as underlyingid, 0 as isunderlying FROM symbols c INNER JOIN brokersymbollist b ON c.symbolid = b.symbolid INNER JOIN symbolgroup sg ON c.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = c.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN keylevels_results a ON a.symbolid = c.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 49 AND sg.groupid = 515852059825210308 AND patternclassid = '2' AND patternlengthbars >= '20' AND a.PatternID & '39' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '0' AND a.resultuid > '2018977127' 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-05-08 18:47:58 Duration: 418ms Database: acaweb_fx User: postgres Bind query: yes
-
/*server.KeyLevelResultList*/ SELECT DISTINCT a.ResultUID AS ruid, c.symbolid AS sid, c.symbol AS sym, c.longname as longname, c.shortname, c.Exchange AS e, c.timegranularity AS tg, p.PatternID AS pid, a.direction AS d, cast(atbaridentified as timestamp) AS pet, cast(patternstarttime as timestamp) AS pst, PatternPrice AS patp, breakoutprice as pE, breakoutbars as bE, errorMargin as erm, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, cast(x0 as timestamp) AS x0, cast(x1 as timestamp) AS x1, cast(x2 as timestamp) AS x2, cast(( case when x3 = '' then '1900-01-01' else x3 end) as timestamp) AS x3, cast((case when x4 = '' then '1900-01-01' else x4 end) as timestamp) AS x4, cast(( case when x5 = '' then '1900-01-01' else x5 end) as timestamp) AS x5, cast((case when x6 = '' then '1900-01-01' else x6 end) as timestamp) AS x6, cast(( case when x7 = '' then '1900-01-01' else x7 end) as timestamp) AS x7, cast((case when x8 = '' then '1900-01-01' else x8 end) as timestamp) AS x8, cast(( case when x9 = '' then '1900-01-01' else x9 end) as timestamp) AS x9, cast(atbaridentified as timestamp) as PatternEndTime, cast(atbaridentified as timestamp) as atBar, cast((case when approachingtimestamp = '' then '1900-01-01' else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzOs, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant, cast(0.0 as double precision) as premium, cast(0 as bigint) as instrumentid, 0 as derivativeid, 0 as underlyingid, 0 as isunderlying FROM symbols c INNER JOIN brokersymbollist b ON c.symbolid = b.symbolid INNER JOIN symbolgroup sg ON c.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = c.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN keylevels_results a ON a.symbolid = c.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 515852059702019308 AND patternclassid = '2' AND patternlengthbars >= '20' AND a.PatternID & '39' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '0' AND a.resultuid > '-1658206681' 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-05-08 18:32:47 Duration: 344ms Database: acaweb_fx User: postgres Bind query: yes
11 32s59ms 4 4s936ms 15s491ms 8s14ms select updateageforrelevantresults ();Times Reported Time consuming queries #11
Day Hour Count Duration Avg duration May 08 18 4 32s59ms 8s14ms [ User: postgres - Total duration: 32s59ms - Times executed: 4 ]
-
select updateageforrelevantresults ();
Date: 2022-05-08 18:17:18 Duration: 15s491ms Database: acaweb_fx User: postgres
-
select updateageforrelevantresults ();
Date: 2022-05-08 18:02:09 Duration: 6s531ms Database: acaweb_fx User: postgres
-
select updateageforrelevantresults ();
Date: 2022-05-08 18:32:07 Duration: 5s100ms Database: acaweb_fx User: postgres
12 24s43ms 22 352ms 1s947ms 1s92ms select fixcandlegaps (?, false);Times Reported Time consuming queries #12
Day Hour Count Duration Avg duration May 08 18 22 24s43ms 1s92ms [ User: postgres - Total duration: 24s43ms - Times executed: 22 ]
-
select fixcandlegaps ('ATFX', false);
Date: 2022-05-08 18:06:14 Duration: 1s947ms Database: acaweb_fx User: postgres
-
select fixcandlegaps ('PEPPERSTONE', false);
Date: 2022-05-08 18:06:22 Duration: 1s671ms Database: acaweb_fx User: postgres
-
select fixcandlegaps ('XM', false);
Date: 2022-05-08 18:06:07 Duration: 1s658ms Database: acaweb_fx User: postgres
13 17s125ms 73 58ms 504ms 234ms 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 May 08 18 73 17s125ms 234ms [ User: postgres - Total duration: 17s125ms - Times executed: 73 ]
-
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 = '641' 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-05-08 18:05:31 Duration: 504ms 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 = '558' 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 ('80' = 0 OR s.symbol in ('AUDSGD', 'CHFSGD', 'EURDKK', 'EURHKD', 'EURNOK', 'EURPLN', 'EURSEK', 'EURSGD', 'EURTRY', 'EURZAR', 'GBPDKK', 'GBPNOK', 'GBPSEK', 'GBPSGD', 'NOKJPY', 'NOKSEK', 'SEKJPY', 'SGDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDTHB', 'USDTRY', 'USDZAR', 'AUDUSD', 'EURUSD', 'GBPUSD', 'USDCAD', 'USDCHF', 'USDJPY', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDSGD', 'AUS200', 'DE30', 'ES35', 'F40', 'HK50', 'IT40', 'JP225', 'STOXX50', 'UK100', 'US2000', 'US30', 'US500', 'CHINA50', 'USTEC', 'XAGEUR', 'XAGUSD', 'XAUUSD', 'XAUEUR', 'XPDUSD', 'XPTUSD')) 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-05-08 18:06:00 Duration: 464ms 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 = '558' 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 ('80' = 0 OR s.symbol in ('AUDSGD', 'CHFSGD', 'EURDKK', 'EURHKD', 'EURNOK', 'EURPLN', 'EURSEK', 'EURSGD', 'EURTRY', 'EURZAR', 'GBPDKK', 'GBPNOK', 'GBPSEK', 'GBPSGD', 'NOKJPY', 'NOKSEK', 'SEKJPY', 'SGDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDTHB', 'USDTRY', 'USDZAR', 'AUDUSD', 'EURUSD', 'GBPUSD', 'USDCAD', 'USDCHF', 'USDJPY', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDSGD', 'AUS200', 'DE30', 'ES35', 'F40', 'HK50', 'IT40', 'JP225', 'STOXX50', 'UK100', 'US2000', 'US30', 'US500', 'CHINA50', 'USTEC', 'XAGEUR', 'XAGUSD', 'XAUUSD', 'XAUEUR', 'XPDUSD', 'XPTUSD')) 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-05-08 18:55:44 Duration: 440ms Database: acaweb_fx User: postgres Bind query: yes
14 16s969ms 4 2s596ms 8s200ms 4s242ms refresh materialized view latest_t15_candle_view;Times Reported Time consuming queries #14
Day Hour Count Duration Avg duration May 08 18 4 16s969ms 4s242ms [ User: postgres - Total duration: 16s969ms - Times executed: 4 ]
-
refresh materialized view latest_t15_candle_view;
Date: 2022-05-08 18:16:09 Duration: 8s200ms Database: acaweb_fx User: postgres
-
refresh materialized view latest_t15_candle_view;
Date: 2022-05-08 18:01:05 Duration: 3s545ms Database: acaweb_fx User: postgres
-
refresh materialized view latest_t15_candle_view;
Date: 2022-05-08 18:46:03 Duration: 2s625ms Database: acaweb_fx User: postgres
15 15s408ms 82 66ms 1s590ms 187ms (( 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 #15
Day Hour Count Duration Avg duration May 08 18 82 15s408ms 187ms [ User: postgres - Total duration: 15s408ms - Times executed: 82 ]
-
(( 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 = '49' 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 = '49' 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 = '49' 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 = '49' 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 = '49' 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 = '49' 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-05-08 18:18:48 Duration: 1s590ms 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 = '49' 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 = '49' 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 = '49' 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 = '49' 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 = '49' 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 = '49' 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-05-08 18:03:46 Duration: 990ms 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 = '643' 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 = '643' 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 = '643' 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 = '643' 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 = '643' 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 = '643' 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-05-08 18:04:50 Duration: 938ms Database: acaweb_fx User: postgres Bind query: yes
16 14s113ms 4 1s188ms 9s478ms 3s528ms select updateresultsmaterializedview ();Times Reported Time consuming queries #16
Day Hour Count Duration Avg duration May 08 18 4 14s113ms 3s528ms [ User: postgres - Total duration: 14s113ms - Times executed: 4 ]
-
select updateresultsmaterializedview ();
Date: 2022-05-08 18:02:18 Duration: 9s478ms Database: acaweb_fx User: postgres
-
select updateresultsmaterializedview ();
Date: 2022-05-08 18:17:20 Duration: 2s249ms Database: acaweb_fx User: postgres
-
select updateresultsmaterializedview ();
Date: 2022-05-08 18:32:09 Duration: 1s196ms Database: acaweb_fx User: postgres
17 13s272ms 72 53ms 329ms 184ms with rar_max as ( select resultuid from relevance_bigmovement_results order by resultuid desc limit ? ), all_results as ( select bmr.resultuid as resultuid, ? as direction, s.exchange as exchange, s.symbolid as symbolid, coalesce(bim.code, s.symbol) as symbol_code, s.longname as symbol_name, s.timegranularity as interval, bmr.patternendtime as identified, bmr.patternlengthbars, dtt.timezone as timezone, g.basegroupname, case when rbr.age is not null then rbr.age when bmr.resultuid <= rm.resultuid then ? else ? end as age, case when rbr.relevant is not null then rbr.relevant when bmr.resultuid <= rm.resultuid then ? else ? end as relevant, cps.pip from bigmovement_results bmr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = bmr.symbolid inner join symbols s on bmr.symbolid = s.symbolid and s.nonliquid = ? inner join downloadersymbolsettings dss on bmr.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join symbolgroup sg on bmr.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join rar_max rm on ? = ? left outer join relevance_bigmovement_results rbr on rbr.resultuid = bmr.resultuid left join currencypips cps on cps.symbol = s.symbol left outer join brokerinstrumentmap bim on dss.datafeedinstrumentid = bim.datafeedinstrumentid and bim.brokerid = bsl.brokerid and bim.type = ? where bmr.gmttimefound > now() - interval ? and (bmr.simulation = ? or bmr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or coalesce(bim.code, s.symbol) in (...)) and (? = ? or bmr.patternlengthbars <= ?) ), results as ( select distinct on (symbolid) * from all_results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by symbolid, resultuid ) select * from results order by identified desc, interval desc;Times Reported Time consuming queries #17
Day Hour Count Duration Avg duration May 08 18 72 13s272ms 184ms [ User: postgres - Total duration: 13s272ms - Times executed: 72 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_bigmovement_results ORDER BY resultuid DESC LIMIT 1 ), all_results AS ( SELECT bmr.resultuid AS resultuid, 0 AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, bmr.patternendtime AS identified, bmr.patternlengthbars, dtt.timezone AS timezone, g.basegroupname, CASE WHEN rbr.age IS NOT NULL THEN rbr.age WHEN bmr.resultuid <= rm.resultuid THEN 4 ELSE 0 END as age, CASE WHEN rbr.relevant IS NOT NULL THEN rbr.relevant WHEN bmr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM bigmovement_results bmr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '627' AND bsl.symbolid = bmr.symbolid INNER JOIN symbols s ON bmr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN downloadersymbolsettings dss ON bmr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN symbolgroup sg on bmr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_bigmovement_results rbr ON rbr.resultuid = bmr.resultuid LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE bmr.gmttimefound > now() - INTERVAL '7 DAYS' AND (bmr.simulation = 0 OR bmr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('232' = 0 OR coalesce(bim.code, s.symbol) in ('#ADBE', '#AIRF', '#ALVG', '#AMZN', '#APPL', '#BA', '#BABA', '#BAYGn', '#BMWG', '#BNPP', '#BP', '#CAT', '#CBKG', '#DAIGn', '#DBKGn', '#DIS', '#EA', '#FB', '#FDX', '#GE', '#GM', '#GOOGL', '#GS', '#INTC', '#JPM', '#KO', '#MSFT', '#NFLX', '#RDSa', '#TSLA', '#TWTR', '#VOWG', '#WMT', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS_200', 'BTCEUR', 'BTCGBP', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CL_BRENT', 'DASHUSD', 'EOSUSD', 'ESP_35', 'ETHEUR', 'ETHGBP', 'ETHUSD', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'EUR_50', 'FRA_40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'GBR_100', 'GER_30', 'HKDJPY', 'HKG_50', 'IOTAUSD', 'LTCEUR', 'LTCUSD', 'NAS100', 'NEOUSD', 'NOKJPY', 'NOKSEK', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'OMGUSD', 'SPX500', 'TRXUSD', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDZAR', 'USOIL', 'XAGUSD', 'XAUEUR', 'XAUUSD', 'XMRUSD', 'XPTUSD', 'XRPUSD', 'ZARJPY', 'ZECUSD', '#BP', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'HKDJPY', 'NOKJPY', 'NOKSEK', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDZAR', 'ZARJPY', 'BTCEUR', 'BTCGBP', 'BTCUSD', 'DASHUSD', 'EOSUSD', 'ETHEUR', 'ETHGBP', 'ETHUSD', 'IOTAUSD', 'LTCEUR', 'LTCUSD', 'NEOUSD', 'OMGUSD', 'TRXUSD', 'XMRUSD', 'XRPUSD', 'ZECUSD', 'XAGUSD', 'XAUEUR', 'XAUUSD', 'XPTUSD', 'CL_BRENT', 'USOIL', '#AIRF', '#ALVG', '#BAYGn', '#BMWG', '#BNPP', '#CBKG', '#DAIGn', '#DBKGn', '#RDSa', '#VOWG', 'AUS_200', 'ESP_35', 'EUR_50', 'FRA_40', 'GBR_100', 'GER_30', 'HKG_50', 'NAS100', 'SPX500', 'US30', '#ADBE', '#AMZN', '#APPL', '#BA', '#BABA', '#CAT', '#DIS', '#EA', '#FB', '#FDX', '#GE', '#GM', '#GOOGL', '#GS', '#INTC', '#JPM', '#KO', '#MSFT', '#NFLX', '#TSLA', '#TWTR', '#WMT', '#XOM')) AND ('400' = 0 OR bmr.patternlengthbars <= '400') ), results AS ( SELECT DISTINCT ON (symbolid) * FROM all_results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY symbolid, resultuid ) SELECT * from results ORDER BY identified DESC, interval DESC;
Date: 2022-05-08 18:04:28 Duration: 329ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_bigmovement_results ORDER BY resultuid DESC LIMIT 1 ), all_results AS ( SELECT bmr.resultuid AS resultuid, 0 AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, bmr.patternendtime AS identified, bmr.patternlengthbars, dtt.timezone AS timezone, g.basegroupname, CASE WHEN rbr.age IS NOT NULL THEN rbr.age WHEN bmr.resultuid <= rm.resultuid THEN 4 ELSE 0 END as age, CASE WHEN rbr.relevant IS NOT NULL THEN rbr.relevant WHEN bmr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM bigmovement_results bmr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '660' AND bsl.symbolid = bmr.symbolid INNER JOIN symbols s ON bmr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN downloadersymbolsettings dss ON bmr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN symbolgroup sg on bmr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_bigmovement_results rbr ON rbr.resultuid = bmr.resultuid LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE bmr.gmttimefound > now() - INTERVAL '7 DAYS' AND (bmr.simulation = 0 OR bmr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('211' = 0 OR coalesce(bim.code, s.symbol) in ('BCHEUR', 'BCHUSD', 'BTCEUR', 'BTCUSD', 'ETHEUR', 'ETHUSD', 'LTCEUR', 'LTCUSD', 'USDRON', 'XRPEUR', 'XRPUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURCZK', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'EURZAR', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCZK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'AA', 'AAPL', 'AC.pa', 'ACA.pa', 'ACB', 'ACKB.br', 'AD.as', 'ADBE', 'ADS.de', 'AGS.br', 'AI.pa', 'AIG', 'AIR.pa', 'ALV.de', 'AMZN', 'AXP', 'BA', 'BABA', 'BAC', 'BAS.de', 'BAYN.de', 'BIDU', 'BMW.de', 'BN.pa', 'BNP.pa', 'BRKB', 'C', 'CA.pa', 'CAP.pa', 'CAT', 'CBK.de', 'CGC', 'CRON', 'CS.pa', 'CSCO', 'CVX', 'DAI.de', 'DBK.de', 'DIS', 'DLTR', 'DPW.de', 'DTE.de', 'EBAY', 'EDF.pa', 'EL.pa', 'EN.pa', 'EOAN.de', 'FB', 'FEYE', 'FP.pa', 'FSLR', 'GE', 'GILD', 'GLE.pa', 'GM', 'GOOG', 'GS', 'HAS', 'HEIA.as', 'HEN3.de', 'HOG', 'HPQ', 'HSY', 'IBE.mc', 'IBM', 'IFX.de', 'INGA.as', 'INTC', 'JNJ', 'JPM', 'KO', 'LHA.de', 'LLOY.l', 'LMT', 'LR.pa', 'LVS', 'LYFT', 'M', 'MC.pa', 'ML.pa', 'MMM', 'MRK.de', 'MS', 'MSFT', 'NFLX', 'NKE', 'NOV', 'NOVN.vx', 'NVDA', 'ORA.pa', 'PANW', 'PFE', 'PG', 'PM', 'PUB.pa', 'PYPL', 'QCOM', 'RACE', 'REGN', 'RI.pa', 'RNO.pa', 'RWE.de', 'SAF.pa', 'SAN.pa', 'SAP.de', 'SBUX', 'SGO.pa', 'SIE.de', 'SMSN.l', 'SNAP', 'SRE', 'SU.pa', 'T', 'TEF.mc', 'TEVA', 'TGT', 'TKA.de', 'TSLA', 'TWTR', 'UBER', 'UBSG.vx', 'UNA.as', 'URW.as', 'V', 'VIE.pa', 'VIV.pa', 'VK.pa', 'VOW3.de', 'VZ', 'WMT', 'XOM', 'XAGUSD', 'XAUUSD', 'BRENT', 'COCOA', 'COFFEE', 'CORN', 'COTTON', 'NGAS', 'SUGAR', 'USDX', 'WHEAT', 'WTI', 'FRENCH40', 'GERMAN30', 'JPN225', 'NETHERLAND25', 'SPANISH35', 'SWISS20', 'UK100', 'US30', 'US500', 'USTECH100', 'USVIX')) AND ('400' = 0 OR bmr.patternlengthbars <= '400') ), results AS ( SELECT DISTINCT ON (symbolid) * FROM all_results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY symbolid, resultuid ) SELECT * from results ORDER BY identified DESC, interval DESC;
Date: 2022-05-08 18:06:31 Duration: 323ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_bigmovement_results ORDER BY resultuid DESC LIMIT 1 ), all_results AS ( SELECT bmr.resultuid AS resultuid, 0 AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, bmr.patternendtime AS identified, bmr.patternlengthbars, dtt.timezone AS timezone, g.basegroupname, CASE WHEN rbr.age IS NOT NULL THEN rbr.age WHEN bmr.resultuid <= rm.resultuid THEN 4 ELSE 0 END as age, CASE WHEN rbr.relevant IS NOT NULL THEN rbr.relevant WHEN bmr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM bigmovement_results bmr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '627' AND bsl.symbolid = bmr.symbolid INNER JOIN symbols s ON bmr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN downloadersymbolsettings dss ON bmr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN symbolgroup sg on bmr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_bigmovement_results rbr ON rbr.resultuid = bmr.resultuid LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE bmr.gmttimefound > now() - INTERVAL '7 DAYS' AND (bmr.simulation = 0 OR bmr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('232' = 0 OR coalesce(bim.code, s.symbol) in ('#ADBE', '#AIRF', '#ALVG', '#AMZN', '#APPL', '#BA', '#BABA', '#BAYGn', '#BMWG', '#BNPP', '#BP', '#CAT', '#CBKG', '#DAIGn', '#DBKGn', '#DIS', '#EA', '#FB', '#FDX', '#GE', '#GM', '#GOOGL', '#GS', '#INTC', '#JPM', '#KO', '#MSFT', '#NFLX', '#RDSa', '#TSLA', '#TWTR', '#VOWG', '#WMT', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS_200', 'BTCEUR', 'BTCGBP', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CL_BRENT', 'DASHUSD', 'EOSUSD', 'ESP_35', 'ETHEUR', 'ETHGBP', 'ETHUSD', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'EUR_50', 'FRA_40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'GBR_100', 'GER_30', 'HKDJPY', 'HKG_50', 'IOTAUSD', 'LTCEUR', 'LTCUSD', 'NAS100', 'NEOUSD', 'NOKJPY', 'NOKSEK', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'OMGUSD', 'SPX500', 'TRXUSD', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDZAR', 'USOIL', 'XAGUSD', 'XAUEUR', 'XAUUSD', 'XMRUSD', 'XPTUSD', 'XRPUSD', 'ZARJPY', 'ZECUSD', '#BP', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'HKDJPY', 'NOKJPY', 'NOKSEK', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDZAR', 'ZARJPY', 'BTCEUR', 'BTCGBP', 'BTCUSD', 'DASHUSD', 'EOSUSD', 'ETHEUR', 'ETHGBP', 'ETHUSD', 'IOTAUSD', 'LTCEUR', 'LTCUSD', 'NEOUSD', 'OMGUSD', 'TRXUSD', 'XMRUSD', 'XRPUSD', 'ZECUSD', 'XAGUSD', 'XAUEUR', 'XAUUSD', 'XPTUSD', 'CL_BRENT', 'USOIL', '#AIRF', '#ALVG', '#BAYGn', '#BMWG', '#BNPP', '#CBKG', '#DAIGn', '#DBKGn', '#RDSa', '#VOWG', 'AUS_200', 'ESP_35', 'EUR_50', 'FRA_40', 'GBR_100', 'GER_30', 'HKG_50', 'NAS100', 'SPX500', 'US30', '#ADBE', '#AMZN', '#APPL', '#BA', '#BABA', '#CAT', '#DIS', '#EA', '#FB', '#FDX', '#GE', '#GM', '#GOOGL', '#GS', '#INTC', '#JPM', '#KO', '#MSFT', '#NFLX', '#TSLA', '#TWTR', '#WMT', '#XOM')) AND ('400' = 0 OR bmr.patternlengthbars <= '400') ), results AS ( SELECT DISTINCT ON (symbolid) * FROM all_results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY symbolid, resultuid ) SELECT * from results ORDER BY identified DESC, interval DESC;
Date: 2022-05-08 18:37:59 Duration: 296ms Database: acaweb_fx User: postgres Bind query: yes
18 11s945ms 72 52ms 323ms 165ms 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 ), all_results as ( select fr.resultuid as resultuid, fr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, coalesce(bim.code, s.symbol) as symbol_code, s.longname as symbol_name, s.timegranularity as interval, fr.pattern as pattern_name, fr.timed as timed, fr.patternendtime as identified, dtt.timezone as timezone, fr.patternlengthbars as length, g.basegroupname, case when fr.age is not null then fr.age when fr.resultuid <= rm.resultuid then ? else ? end as age, case when fr.relevant is not null then fr.relevant when fr.resultuid <= rm.resultuid then ? else ? end as relevant, cps.pip from fr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = fr.symbolid inner join symbols s on fr.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on fr.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on fr.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left join currencypips cps on cps.symbol = s.symbol left outer join brokerinstrumentmap bim on dss.datafeedinstrumentid = bim.datafeedinstrumentid and bim.brokerid = bsl.brokerid and bim.type = ? where fr.gmttimefound > now() - interval ? and dss.enabled = ? and (fr.simulation = ? or fr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or coalesce(bim.code, s.symbol) in (...)) and (? = ? or fr.pattern in (...)) and (? = ? or fr.patternlengthbars <= ?) and (? = ? or (? = ? and fr.timed > cast(? as timestamp)) or (? = ? and fr.timed < cast(? as timestamp))) ), results as ( select distinct on (symbolid) * from all_results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by symbolid, resultuid ) select * from results order by identified desc, length desc;Times Reported Time consuming queries #18
Day Hour Count Duration Avg duration May 08 18 72 11s945ms 165ms [ User: postgres - Total duration: 11s945ms - Times executed: 72 ]
-
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 ), all_results AS ( SELECT fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN fr.age IS NOT NULL THEN fr.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN fr.relevant IS NOT NULL THEN fr.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '700' AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('250' = 0 OR coalesce(bim.code, s.symbol) in ('#C-BRENT', '#C-COCOA', '#C-COFFEE', '#C-COPPER', '#C-CORN', '#C-COTTON', '#C-FCATTLE', '#C-HEATOIL', '#C-LCATTLE', '#C-LHOG', '#C-NATGAS', '#C-OATS', '#C-ORANGE', '#C-RICE', '#C-ROBUSTA', '#C-SOYB', '#C-SOYBM', '#C-SUGAR', '#C-WHEAT', '#S-AA', '#S-AAL', '#S-AAPL', '#S-AIG', '#S-AMD', '#S-AMGN', '#S-AMZN', '#S-ATVI', '#S-BA', '#S-BABA', '#S-BP', '#S-C', '#S-CAT', '#S-CL', '#S-COST', '#S-CRM', '#S-CSCO', '#S-CX', '#S-DAL', '#S-DE', '#S-DIS', '#S-DUK', '#S-EA', '#S-EBAY', '#S-F', '#S-FB', '#S-GE', '#S-GIS', '#S-GM', '#S-GOOG', '#S-IBM', '#S-INTC', '#S-KO', '#S-MMM', '#S-MO', '#S-MSFT', '#S-NOK', '#S-OXY', '#S-TSLA', '#S-TWTR', '#S-USB', '#S-V', '#S-VLO', '#S-VZ', '#S-WBA', '#S-WDC', '#S-XOM', 'AU200', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'DE30', 'DJI', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURRUB', 'EURSEK', 'EURUSD', 'EURZAR', 'GB100', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPSEK', 'GBPUSD', 'HK50', 'JP2000', 'NIKKEI', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'Nd100', 'OIL', 'RUT2000', 'SP500', 'USDCAD', 'USDCHF', 'USDHKD', 'USDIDX', 'USDJPY', 'USDMXN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'USVIX', 'XAGEUR', 'XAGUSD', 'XAUEUR', 'XAUOIL', 'XAUSnP', 'XAUUSD', 'XAUXAG', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURRUB', 'EURSEK', 'EURUSD', 'EURZAR', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPSEK', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDHKD', 'USDJPY', 'USDMXN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'XAGEUR', 'XAGUSD', 'XAUEUR', 'XAUOIL', 'XAUSnP', 'XAUUSD', 'XAUXAG', '#S-AA', '#S-AAL', '#S-AAPL', '#S-AIG', '#S-AMD', '#S-AMGN', '#S-AMZN', '#S-ATVI', '#S-BA', '#S-BABA', '#S-BP', '#S-C', '#S-CAT', '#S-CL', '#S-COST', '#S-CRM', '#S-CSCO', '#S-CX', '#S-DAL', '#S-DE', '#S-DIS', '#S-DUK', '#S-EA', '#S-EBAY', '#S-F', '#S-FB', '#S-GE', '#S-GIS', '#S-GM', '#S-GOOG', '#S-IBM', '#S-INTC', '#S-KO', '#S-MMM', '#S-MO', '#S-MSFT', '#S-NOK', '#S-OXY', '#S-TSLA', '#S-TWTR', '#S-USB', '#S-V', '#S-VLO', '#S-VZ', '#S-WBA', '#S-WDC', '#S-XOM', 'AU200', 'DE30', 'DJI', 'GB100', 'HK50', 'JP2000', 'NIKKEI', 'Nd100', 'RUT2000', 'SP500', 'USDIDX', 'USVIX', '#C-BRENT', '#C-COCOA', '#C-COFFEE', '#C-COPPER', '#C-CORN', '#C-COTTON', '#C-FCATTLE', '#C-HEATOIL', '#C-LCATTLE', '#C-LHOG', '#C-NATGAS', '#C-OATS', '#C-ORANGE', '#C-RICE', '#C-ROBUSTA', '#C-SOYB', '#C-SOYBM', '#C-SUGAR', '#C-WHEAT', 'OIL')) AND ('0' = 0 OR fr.pattern in ('')) AND ('400' = 0 OR fr.patternlengthbars <= '400') AND ('0' = 0 OR ('0' = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ('0' = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ), results AS ( SELECT DISTINCT ON (symbolid) * FROM all_results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY symbolid, resultuid ) SELECT * from results ORDER BY identified DESC, length DESC;
Date: 2022-05-08 18:04:59 Duration: 323ms 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 ), all_results AS ( SELECT fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN fr.age IS NOT NULL THEN fr.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN fr.relevant IS NOT NULL THEN fr.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '700' AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('250' = 0 OR coalesce(bim.code, s.symbol) in ('#C-BRENT', '#C-COCOA', '#C-COFFEE', '#C-COPPER', '#C-CORN', '#C-COTTON', '#C-FCATTLE', '#C-HEATOIL', '#C-LCATTLE', '#C-LHOG', '#C-NATGAS', '#C-OATS', '#C-ORANGE', '#C-RICE', '#C-ROBUSTA', '#C-SOYB', '#C-SOYBM', '#C-SUGAR', '#C-WHEAT', '#S-AA', '#S-AAL', '#S-AAPL', '#S-AIG', '#S-AMD', '#S-AMGN', '#S-AMZN', '#S-ATVI', '#S-BA', '#S-BABA', '#S-BP', '#S-C', '#S-CAT', '#S-CL', '#S-COST', '#S-CRM', '#S-CSCO', '#S-CX', '#S-DAL', '#S-DE', '#S-DIS', '#S-DUK', '#S-EA', '#S-EBAY', '#S-F', '#S-FB', '#S-GE', '#S-GIS', '#S-GM', '#S-GOOG', '#S-IBM', '#S-INTC', '#S-KO', '#S-MMM', '#S-MO', '#S-MSFT', '#S-NOK', '#S-OXY', '#S-TSLA', '#S-TWTR', '#S-USB', '#S-V', '#S-VLO', '#S-VZ', '#S-WBA', '#S-WDC', '#S-XOM', 'AU200', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'DE30', 'DJI', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURRUB', 'EURSEK', 'EURUSD', 'EURZAR', 'GB100', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPSEK', 'GBPUSD', 'HK50', 'JP2000', 'NIKKEI', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'Nd100', 'OIL', 'RUT2000', 'SP500', 'USDCAD', 'USDCHF', 'USDHKD', 'USDIDX', 'USDJPY', 'USDMXN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'USVIX', 'XAGEUR', 'XAGUSD', 'XAUEUR', 'XAUOIL', 'XAUSnP', 'XAUUSD', 'XAUXAG', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURRUB', 'EURSEK', 'EURUSD', 'EURZAR', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPSEK', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDHKD', 'USDJPY', 'USDMXN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'XAGEUR', 'XAGUSD', 'XAUEUR', 'XAUOIL', 'XAUSnP', 'XAUUSD', 'XAUXAG', '#S-AA', '#S-AAL', '#S-AAPL', '#S-AIG', '#S-AMD', '#S-AMGN', '#S-AMZN', '#S-ATVI', '#S-BA', '#S-BABA', '#S-BP', '#S-C', '#S-CAT', '#S-CL', '#S-COST', '#S-CRM', '#S-CSCO', '#S-CX', '#S-DAL', '#S-DE', '#S-DIS', '#S-DUK', '#S-EA', '#S-EBAY', '#S-F', '#S-FB', '#S-GE', '#S-GIS', '#S-GM', '#S-GOOG', '#S-IBM', '#S-INTC', '#S-KO', '#S-MMM', '#S-MO', '#S-MSFT', '#S-NOK', '#S-OXY', '#S-TSLA', '#S-TWTR', '#S-USB', '#S-V', '#S-VLO', '#S-VZ', '#S-WBA', '#S-WDC', '#S-XOM', 'AU200', 'DE30', 'DJI', 'GB100', 'HK50', 'JP2000', 'NIKKEI', 'Nd100', 'RUT2000', 'SP500', 'USDIDX', 'USVIX', '#C-BRENT', '#C-COCOA', '#C-COFFEE', '#C-COPPER', '#C-CORN', '#C-COTTON', '#C-FCATTLE', '#C-HEATOIL', '#C-LCATTLE', '#C-LHOG', '#C-NATGAS', '#C-OATS', '#C-ORANGE', '#C-RICE', '#C-ROBUSTA', '#C-SOYB', '#C-SOYBM', '#C-SUGAR', '#C-WHEAT', 'OIL')) AND ('0' = 0 OR fr.pattern in ('')) AND ('400' = 0 OR fr.patternlengthbars <= '400') AND ('0' = 0 OR ('0' = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ('0' = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ), results AS ( SELECT DISTINCT ON (symbolid) * FROM all_results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY symbolid, resultuid ) SELECT * from results ORDER BY identified DESC, length DESC;
Date: 2022-05-08 18:19:21 Duration: 293ms 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 ), all_results AS ( SELECT fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN fr.age IS NOT NULL THEN fr.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN fr.relevant IS NOT NULL THEN fr.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '700' AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('250' = 0 OR coalesce(bim.code, s.symbol) in ('#C-BRENT', '#C-COCOA', '#C-COFFEE', '#C-COPPER', '#C-CORN', '#C-COTTON', '#C-FCATTLE', '#C-HEATOIL', '#C-LCATTLE', '#C-LHOG', '#C-NATGAS', '#C-OATS', '#C-ORANGE', '#C-RICE', '#C-ROBUSTA', '#C-SOYB', '#C-SOYBM', '#C-SUGAR', '#C-WHEAT', '#S-AA', '#S-AAL', '#S-AAPL', '#S-AIG', '#S-AMD', '#S-AMGN', '#S-AMZN', '#S-ATVI', '#S-BA', '#S-BABA', '#S-BP', '#S-C', '#S-CAT', '#S-CL', '#S-COST', '#S-CRM', '#S-CSCO', '#S-CX', '#S-DAL', '#S-DE', '#S-DIS', '#S-DUK', '#S-EA', '#S-EBAY', '#S-F', '#S-FB', '#S-GE', '#S-GIS', '#S-GM', '#S-GOOG', '#S-IBM', '#S-INTC', '#S-KO', '#S-MMM', '#S-MO', '#S-MSFT', '#S-NOK', '#S-OXY', '#S-TSLA', '#S-TWTR', '#S-USB', '#S-V', '#S-VLO', '#S-VZ', '#S-WBA', '#S-WDC', '#S-XOM', 'AU200', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'DE30', 'DJI', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURRUB', 'EURSEK', 'EURUSD', 'EURZAR', 'GB100', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPSEK', 'GBPUSD', 'HK50', 'JP2000', 'NIKKEI', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'Nd100', 'OIL', 'RUT2000', 'SP500', 'USDCAD', 'USDCHF', 'USDHKD', 'USDIDX', 'USDJPY', 'USDMXN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'USVIX', 'XAGEUR', 'XAGUSD', 'XAUEUR', 'XAUOIL', 'XAUSnP', 'XAUUSD', 'XAUXAG', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURRUB', 'EURSEK', 'EURUSD', 'EURZAR', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPSEK', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDHKD', 'USDJPY', 'USDMXN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'XAGEUR', 'XAGUSD', 'XAUEUR', 'XAUOIL', 'XAUSnP', 'XAUUSD', 'XAUXAG', '#S-AA', '#S-AAL', '#S-AAPL', '#S-AIG', '#S-AMD', '#S-AMGN', '#S-AMZN', '#S-ATVI', '#S-BA', '#S-BABA', '#S-BP', '#S-C', '#S-CAT', '#S-CL', '#S-COST', '#S-CRM', '#S-CSCO', '#S-CX', '#S-DAL', '#S-DE', '#S-DIS', '#S-DUK', '#S-EA', '#S-EBAY', '#S-F', '#S-FB', '#S-GE', '#S-GIS', '#S-GM', '#S-GOOG', '#S-IBM', '#S-INTC', '#S-KO', '#S-MMM', '#S-MO', '#S-MSFT', '#S-NOK', '#S-OXY', '#S-TSLA', '#S-TWTR', '#S-USB', '#S-V', '#S-VLO', '#S-VZ', '#S-WBA', '#S-WDC', '#S-XOM', 'AU200', 'DE30', 'DJI', 'GB100', 'HK50', 'JP2000', 'NIKKEI', 'Nd100', 'RUT2000', 'SP500', 'USDIDX', 'USVIX', '#C-BRENT', '#C-COCOA', '#C-COFFEE', '#C-COPPER', '#C-CORN', '#C-COTTON', '#C-FCATTLE', '#C-HEATOIL', '#C-LCATTLE', '#C-LHOG', '#C-NATGAS', '#C-OATS', '#C-ORANGE', '#C-RICE', '#C-ROBUSTA', '#C-SOYB', '#C-SOYBM', '#C-SUGAR', '#C-WHEAT', 'OIL')) AND ('0' = 0 OR fr.pattern in ('')) AND ('400' = 0 OR fr.patternlengthbars <= '400') AND ('0' = 0 OR ('0' = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ('0' = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ), results AS ( SELECT DISTINCT ON (symbolid) * FROM all_results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY symbolid, resultuid ) SELECT * from results ORDER BY identified DESC, length DESC;
Date: 2022-05-08 18:33:02 Duration: 290ms Database: acaweb_fx User: postgres Bind query: yes
19 10s342ms 62 54ms 669ms 166ms copy solr_relevance_old (uuid, relevant, age, result_uid) from stdin with ( format csv, header);Times Reported Time consuming queries #19
Day Hour Count Duration Avg duration May 08 18 62 10s342ms 166ms [ User: postgres - Total duration: 10s342ms - Times executed: 62 ]
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2022-05-08 18:03:14 Duration: 669ms Database: acaweb_fx User: postgres
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2022-05-08 18:56:15 Duration: 584ms Database: acaweb_fx User: postgres
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2022-05-08 18:48:13 Duration: 558ms Database: acaweb_fx User: postgres
20 7s698ms 106 50ms 127ms 72ms select distinct a.resultuid as ruid, c.symbolid as sid, c.symbol as sym, c.longname as longname, c.shortname, c.exchange as e, c.timegranularity as tg, p.patternid as pid, a.direction as d, cast(atbaridentified as timestamp) as pet, cast(patternstarttime as timestamp) as pst, patternprice as patp, breakoutprice as pe, breakoutbars as be, errormargin as erm, patternlengthbars as l, bandwidth as bw, qtytp as qtp, p.patternname as patternname, cast(x0 as timestamp) as x0, cast(x1 as timestamp) as x1, cast(x2 as timestamp) as x2, cast(( case when x3 = ? then ? else x3 end) as timestamp) as x3, cast(( case when x4 = ? then ? else x4 end) as timestamp) as x4, cast(( case when x5 = ? then ? else x5 end) as timestamp) as x5, cast(( case when x6 = ? then ? else x6 end) as timestamp) as x6, cast(( case when x7 = ? then ? else x7 end) as timestamp) as x7, cast(( case when x8 = ? then ? else x8 end) as timestamp) as x8, cast(( case when x9 = ? then ? else x9 end) as timestamp) as x9, cast(atbaridentified as timestamp) as patternendtime, cast(atbaridentified as timestamp) as atbar, cast(( case when approachingtimestamp = ? then ? else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzos, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_keylevels_results order by resultuid desc limit ?) then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= ( select resultuid from relevance_keylevels_results order by resultuid desc limit ?) then ? else ? end as relevant, cast(?.? as double precision) as premium, cast(? as bigint) as instrumentid, ? as derivativeid, ? as underlyingid, ? as isunderlying from symbols c inner join brokersymbollist b on c.symbolid = b.symbolid inner join symbolgroup sg on c.symbolid = sg.symbolid inner join downloadersymbolsettings dss on dss.symbolid = c.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join keylevels_results a on a.symbolid = c.symbolid inner join hrspatterns p on a.patternid = p.patternid left outer join relevance_keylevels_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and sg.groupid = ? and patternclassid = ? and patternlengthbars >= ? and a.patternid & ? > ? and dftt.dayofweek = ? and a.qtytp >= ? and a.resultuid > ? and c.nonliquid = ? and c.deleted = ? and dss.enabled = ? and ((rar.age is null and a.resultuid <= ( select resultuid from relevance_keylevels_results order by resultuid desc limit ?)) or rar.age >= ( case c.timegranularity when ? then ? when ? then ? when ? then ? when ? then ? when ? then ? end)) order by relevant desc, age asc, patternendtime desc, qtp desc limit ?;Times Reported Time consuming queries #20
Day Hour Count Duration Avg duration May 08 18 106 7s698ms 72ms [ User: postgres - Total duration: 7s698ms - Times executed: 106 ]
-
/*server.KeyLevelResultList*/ SELECT DISTINCT a.ResultUID AS ruid, c.symbolid AS sid, c.symbol AS sym, c.longname as longname, c.shortname, c.Exchange AS e, c.timegranularity AS tg, p.PatternID AS pid, a.direction AS d, cast(atbaridentified as timestamp) AS pet, cast(patternstarttime as timestamp) AS pst, PatternPrice AS patp, breakoutprice as pE, breakoutbars as bE, errorMargin as erm, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, cast(x0 as timestamp) AS x0, cast(x1 as timestamp) AS x1, cast(x2 as timestamp) AS x2, cast(( case when x3 = '' then '1900-01-01' else x3 end) as timestamp) AS x3, cast((case when x4 = '' then '1900-01-01' else x4 end) as timestamp) AS x4, cast(( case when x5 = '' then '1900-01-01' else x5 end) as timestamp) AS x5, cast((case when x6 = '' then '1900-01-01' else x6 end) as timestamp) AS x6, cast(( case when x7 = '' then '1900-01-01' else x7 end) as timestamp) AS x7, cast((case when x8 = '' then '1900-01-01' else x8 end) as timestamp) AS x8, cast(( case when x9 = '' then '1900-01-01' else x9 end) as timestamp) AS x9, cast(atbaridentified as timestamp) as PatternEndTime, cast(atbaridentified as timestamp) as atBar, cast((case when approachingtimestamp = '' then '1900-01-01' else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzOs, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant, cast(0.0 as double precision) as premium, cast(0 as bigint) as instrumentid, 0 as derivativeid, 0 as underlyingid, 0 as isunderlying FROM symbols c INNER JOIN brokersymbollist b ON c.symbolid = b.symbolid INNER JOIN symbolgroup sg ON c.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = c.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN keylevels_results a ON a.symbolid = c.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 529 AND sg.groupid = 515852059718346308 AND patternclassid = '2' AND patternlengthbars >= '20' AND a.PatternID & '39' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '0' AND a.resultuid > '2070283591' AND c.nonliquid = '0' AND c.deleted = 0 AND dss.enabled = 1 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= ( case c.timegranularity when 1440 then 1 when 240 then 3 when 60 then 4 when 30 then 5 when 15 then 5 end)) ORDER BY relevant DESC, age asc, PatternEndTime DESC, qtp DESC LIMIT 50;
Date: 2022-05-08 18:03:53 Duration: 127ms Database: acaweb_fx User: postgres Bind query: yes
-
/*server.KeyLevelResultList*/ SELECT DISTINCT a.ResultUID AS ruid, c.symbolid AS sid, c.symbol AS sym, c.longname as longname, c.shortname, c.Exchange AS e, c.timegranularity AS tg, p.PatternID AS pid, a.direction AS d, cast(atbaridentified as timestamp) AS pet, cast(patternstarttime as timestamp) AS pst, PatternPrice AS patp, breakoutprice as pE, breakoutbars as bE, errorMargin as erm, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, cast(x0 as timestamp) AS x0, cast(x1 as timestamp) AS x1, cast(x2 as timestamp) AS x2, cast(( case when x3 = '' then '1900-01-01' else x3 end) as timestamp) AS x3, cast((case when x4 = '' then '1900-01-01' else x4 end) as timestamp) AS x4, cast(( case when x5 = '' then '1900-01-01' else x5 end) as timestamp) AS x5, cast((case when x6 = '' then '1900-01-01' else x6 end) as timestamp) AS x6, cast(( case when x7 = '' then '1900-01-01' else x7 end) as timestamp) AS x7, cast((case when x8 = '' then '1900-01-01' else x8 end) as timestamp) AS x8, cast(( case when x9 = '' then '1900-01-01' else x9 end) as timestamp) AS x9, cast(atbaridentified as timestamp) as PatternEndTime, cast(atbaridentified as timestamp) as atBar, cast((case when approachingtimestamp = '' then '1900-01-01' else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzOs, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant, cast(0.0 as double precision) as premium, cast(0 as bigint) as instrumentid, 0 as derivativeid, 0 as underlyingid, 0 as isunderlying FROM symbols c INNER JOIN brokersymbollist b ON c.symbolid = b.symbolid INNER JOIN symbolgroup sg ON c.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = c.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN keylevels_results a ON a.symbolid = c.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 529 AND sg.groupid = 515852059759428308 AND patternclassid = '1' AND patternlengthbars >= '20' AND a.PatternID & '39' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '0' AND a.resultuid > '-1082317593' AND c.nonliquid = '0' AND c.deleted = 0 AND dss.enabled = 1 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= ( case c.timegranularity when 1440 then 1 when 240 then 3 when 60 then 4 when 30 then 5 when 15 then 5 end)) ORDER BY relevant DESC, age asc, PatternEndTime DESC, qtp DESC LIMIT 50;
Date: 2022-05-08 18:15:52 Duration: 126ms Database: acaweb_fx User: postgres Bind query: yes
-
/*server.KeyLevelResultList*/ SELECT DISTINCT a.ResultUID AS ruid, c.symbolid AS sid, c.symbol AS sym, c.longname as longname, c.shortname, c.Exchange AS e, c.timegranularity AS tg, p.PatternID AS pid, a.direction AS d, cast(atbaridentified as timestamp) AS pet, cast(patternstarttime as timestamp) AS pst, PatternPrice AS patp, breakoutprice as pE, breakoutbars as bE, errorMargin as erm, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, cast(x0 as timestamp) AS x0, cast(x1 as timestamp) AS x1, cast(x2 as timestamp) AS x2, cast(( case when x3 = '' then '1900-01-01' else x3 end) as timestamp) AS x3, cast((case when x4 = '' then '1900-01-01' else x4 end) as timestamp) AS x4, cast(( case when x5 = '' then '1900-01-01' else x5 end) as timestamp) AS x5, cast((case when x6 = '' then '1900-01-01' else x6 end) as timestamp) AS x6, cast(( case when x7 = '' then '1900-01-01' else x7 end) as timestamp) AS x7, cast((case when x8 = '' then '1900-01-01' else x8 end) as timestamp) AS x8, cast(( case when x9 = '' then '1900-01-01' else x9 end) as timestamp) AS x9, cast(atbaridentified as timestamp) as PatternEndTime, cast(atbaridentified as timestamp) as atBar, cast((case when approachingtimestamp = '' then '1900-01-01' else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzOs, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant, cast(0.0 as double precision) as premium, cast(0 as bigint) as instrumentid, 0 as derivativeid, 0 as underlyingid, 0 as isunderlying FROM symbols c INNER JOIN brokersymbollist b ON c.symbolid = b.symbolid INNER JOIN symbolgroup sg ON c.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = c.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN keylevels_results a ON a.symbolid = c.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 529 AND sg.groupid = 515852059718346308 AND patternclassid = '2' AND patternlengthbars >= '20' AND a.PatternID & '39' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '0' AND a.resultuid > '2070283591' AND c.nonliquid = '0' AND c.deleted = 0 AND dss.enabled = 1 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= ( case c.timegranularity when 1440 then 1 when 240 then 3 when 60 then 4 when 30 then 5 when 15 then 5 end)) ORDER BY relevant DESC, age asc, PatternEndTime DESC, qtp DESC LIMIT 50;
Date: 2022-05-08 18:07:53 Duration: 115ms Database: acaweb_fx User: postgres Bind query: yes
Most frequent queries (N)
Rank Times executed Total duration Min duration Max duration Avg duration Query 1 594 53s563ms 50ms 698ms 90ms select distinct a.resultuid as ruid, c.symbolid as sid, c.symbol as sym, c.longname as longname, c.shortname, c.exchange as e, c.timegranularity as tg, p.patternid as pid, a.direction as d, cast(atbaridentified as timestamp) as pet, cast(patternstarttime as timestamp) as pst, patternprice as patp, breakoutprice as pe, breakoutbars as be, errormargin as erm, patternlengthbars as l, bandwidth as bw, qtytp as qtp, p.patternname as patternname, cast(x0 as timestamp) as x0, cast(x1 as timestamp) as x1, cast(x2 as timestamp) as x2, cast(( case when x3 = ? then ? else x3 end) as timestamp) as x3, cast(( case when x4 = ? then ? else x4 end) as timestamp) as x4, cast(( case when x5 = ? then ? else x5 end) as timestamp) as x5, cast(( case when x6 = ? then ? else x6 end) as timestamp) as x6, cast(( case when x7 = ? then ? else x7 end) as timestamp) as x7, cast(( case when x8 = ? then ? else x8 end) as timestamp) as x8, cast(( case when x9 = ? then ? else x9 end) as timestamp) as x9, cast(atbaridentified as timestamp) as patternendtime, cast(atbaridentified as timestamp) as atbar, cast(( case when approachingtimestamp = ? then ? else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzos, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_keylevels_results order by resultuid desc limit ?) then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= ( select resultuid from relevance_keylevels_results order by resultuid desc limit ?) then ? else ? end as relevant, cast(?.? as double precision) as premium, cast(? as bigint) as instrumentid, ? as derivativeid, ? as underlyingid, ? as isunderlying from symbols c inner join brokersymbollist b on c.symbolid = b.symbolid inner join symbolgroup sg on c.symbolid = sg.symbolid inner join downloadersymbolsettings dss on dss.symbolid = c.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join keylevels_results a on a.symbolid = c.symbolid inner join hrspatterns p on a.patternid = p.patternid left outer join relevance_keylevels_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and sg.groupid = ? and patternclassid = ? and patternlengthbars >= ? and a.patternid & ? > ? and dftt.dayofweek = ? and a.qtytp >= ? and a.resultuid > ? and c.nonliquid = ? and c.deleted = ? and dss.enabled = ? order by relevant desc, age asc, patternendtime desc, qtp desc limit ?;Times Reported Time consuming queries #1
Day Hour Count Duration Avg duration May 08 18 594 53s563ms 90ms [ User: postgres - Total duration: 53s563ms - Times executed: 594 ]
-
/*server.KeyLevelResultList*/ SELECT DISTINCT a.ResultUID AS ruid, c.symbolid AS sid, c.symbol AS sym, c.longname as longname, c.shortname, c.Exchange AS e, c.timegranularity AS tg, p.PatternID AS pid, a.direction AS d, cast(atbaridentified as timestamp) AS pet, cast(patternstarttime as timestamp) AS pst, PatternPrice AS patp, breakoutprice as pE, breakoutbars as bE, errorMargin as erm, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, cast(x0 as timestamp) AS x0, cast(x1 as timestamp) AS x1, cast(x2 as timestamp) AS x2, cast(( case when x3 = '' then '1900-01-01' else x3 end) as timestamp) AS x3, cast((case when x4 = '' then '1900-01-01' else x4 end) as timestamp) AS x4, cast(( case when x5 = '' then '1900-01-01' else x5 end) as timestamp) AS x5, cast((case when x6 = '' then '1900-01-01' else x6 end) as timestamp) AS x6, cast(( case when x7 = '' then '1900-01-01' else x7 end) as timestamp) AS x7, cast((case when x8 = '' then '1900-01-01' else x8 end) as timestamp) AS x8, cast(( case when x9 = '' then '1900-01-01' else x9 end) as timestamp) AS x9, cast(atbaridentified as timestamp) as PatternEndTime, cast(atbaridentified as timestamp) as atBar, cast((case when approachingtimestamp = '' then '1900-01-01' else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzOs, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant, cast(0.0 as double precision) as premium, cast(0 as bigint) as instrumentid, 0 as derivativeid, 0 as underlyingid, 0 as isunderlying FROM symbols c INNER JOIN brokersymbollist b ON c.symbolid = b.symbolid INNER JOIN symbolgroup sg ON c.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = c.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN keylevels_results a ON a.symbolid = c.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 627 AND sg.groupid = 515852059868055308 AND patternclassid = '2' AND patternlengthbars >= '20' AND a.PatternID & '39' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '0' AND a.resultuid > '961946279' 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-05-08 18:18:19 Duration: 698ms Database: acaweb_fx User: postgres Bind query: yes
-
/*server.KeyLevelResultList*/ SELECT DISTINCT a.ResultUID AS ruid, c.symbolid AS sid, c.symbol AS sym, c.longname as longname, c.shortname, c.Exchange AS e, c.timegranularity AS tg, p.PatternID AS pid, a.direction AS d, cast(atbaridentified as timestamp) AS pet, cast(patternstarttime as timestamp) AS pst, PatternPrice AS patp, breakoutprice as pE, breakoutbars as bE, errorMargin as erm, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, cast(x0 as timestamp) AS x0, cast(x1 as timestamp) AS x1, cast(x2 as timestamp) AS x2, cast(( case when x3 = '' then '1900-01-01' else x3 end) as timestamp) AS x3, cast((case when x4 = '' then '1900-01-01' else x4 end) as timestamp) AS x4, cast(( case when x5 = '' then '1900-01-01' else x5 end) as timestamp) AS x5, cast((case when x6 = '' then '1900-01-01' else x6 end) as timestamp) AS x6, cast(( case when x7 = '' then '1900-01-01' else x7 end) as timestamp) AS x7, cast((case when x8 = '' then '1900-01-01' else x8 end) as timestamp) AS x8, cast(( case when x9 = '' then '1900-01-01' else x9 end) as timestamp) AS x9, cast(atbaridentified as timestamp) as PatternEndTime, cast(atbaridentified as timestamp) as atBar, cast((case when approachingtimestamp = '' then '1900-01-01' else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzOs, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant, cast(0.0 as double precision) as premium, cast(0 as bigint) as instrumentid, 0 as derivativeid, 0 as underlyingid, 0 as isunderlying FROM symbols c INNER JOIN brokersymbollist b ON c.symbolid = b.symbolid INNER JOIN symbolgroup sg ON c.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = c.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN keylevels_results a ON a.symbolid = c.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 49 AND sg.groupid = 515852059825210308 AND patternclassid = '2' AND patternlengthbars >= '20' AND a.PatternID & '39' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '0' AND a.resultuid > '2018977127' 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-05-08 18:47:58 Duration: 418ms Database: acaweb_fx User: postgres Bind query: yes
-
/*server.KeyLevelResultList*/ SELECT DISTINCT a.ResultUID AS ruid, c.symbolid AS sid, c.symbol AS sym, c.longname as longname, c.shortname, c.Exchange AS e, c.timegranularity AS tg, p.PatternID AS pid, a.direction AS d, cast(atbaridentified as timestamp) AS pet, cast(patternstarttime as timestamp) AS pst, PatternPrice AS patp, breakoutprice as pE, breakoutbars as bE, errorMargin as erm, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, cast(x0 as timestamp) AS x0, cast(x1 as timestamp) AS x1, cast(x2 as timestamp) AS x2, cast(( case when x3 = '' then '1900-01-01' else x3 end) as timestamp) AS x3, cast((case when x4 = '' then '1900-01-01' else x4 end) as timestamp) AS x4, cast(( case when x5 = '' then '1900-01-01' else x5 end) as timestamp) AS x5, cast((case when x6 = '' then '1900-01-01' else x6 end) as timestamp) AS x6, cast(( case when x7 = '' then '1900-01-01' else x7 end) as timestamp) AS x7, cast((case when x8 = '' then '1900-01-01' else x8 end) as timestamp) AS x8, cast(( case when x9 = '' then '1900-01-01' else x9 end) as timestamp) AS x9, cast(atbaridentified as timestamp) as PatternEndTime, cast(atbaridentified as timestamp) as atBar, cast((case when approachingtimestamp = '' then '1900-01-01' else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzOs, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant, cast(0.0 as double precision) as premium, cast(0 as bigint) as instrumentid, 0 as derivativeid, 0 as underlyingid, 0 as isunderlying FROM symbols c INNER JOIN brokersymbollist b ON c.symbolid = b.symbolid INNER JOIN symbolgroup sg ON c.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = c.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN keylevels_results a ON a.symbolid = c.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 515852059702019308 AND patternclassid = '2' AND patternlengthbars >= '20' AND a.PatternID & '39' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '0' AND a.resultuid > '-1658206681' 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-05-08 18:32:47 Duration: 344ms Database: acaweb_fx User: postgres Bind query: yes
2 117 13m37s 283ms 15s571ms 6s986ms with rar_max as ( ;Times Reported Time consuming queries #2
Day Hour Count Duration Avg duration May 08 18 117 13m37s 6s986ms [ User: postgres - Total duration: 13m37s - Times executed: 117 ]
-
WITH rar_max as ( ;
Date: 2022-05-08 18:06:36 Duration: 15s571ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2022-05-08 18:06:31 Duration: 15s469ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2022-05-08 18:03:45 Duration: 14s823ms Database: acaweb_fx User: postgres Bind query: yes
3 106 7s698ms 50ms 127ms 72ms select distinct a.resultuid as ruid, c.symbolid as sid, c.symbol as sym, c.longname as longname, c.shortname, c.exchange as e, c.timegranularity as tg, p.patternid as pid, a.direction as d, cast(atbaridentified as timestamp) as pet, cast(patternstarttime as timestamp) as pst, patternprice as patp, breakoutprice as pe, breakoutbars as be, errormargin as erm, patternlengthbars as l, bandwidth as bw, qtytp as qtp, p.patternname as patternname, cast(x0 as timestamp) as x0, cast(x1 as timestamp) as x1, cast(x2 as timestamp) as x2, cast(( case when x3 = ? then ? else x3 end) as timestamp) as x3, cast(( case when x4 = ? then ? else x4 end) as timestamp) as x4, cast(( case when x5 = ? then ? else x5 end) as timestamp) as x5, cast(( case when x6 = ? then ? else x6 end) as timestamp) as x6, cast(( case when x7 = ? then ? else x7 end) as timestamp) as x7, cast(( case when x8 = ? then ? else x8 end) as timestamp) as x8, cast(( case when x9 = ? then ? else x9 end) as timestamp) as x9, cast(atbaridentified as timestamp) as patternendtime, cast(atbaridentified as timestamp) as atbar, cast(( case when approachingtimestamp = ? then ? else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzos, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_keylevels_results order by resultuid desc limit ?) then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= ( select resultuid from relevance_keylevels_results order by resultuid desc limit ?) then ? else ? end as relevant, cast(?.? as double precision) as premium, cast(? as bigint) as instrumentid, ? as derivativeid, ? as underlyingid, ? as isunderlying from symbols c inner join brokersymbollist b on c.symbolid = b.symbolid inner join symbolgroup sg on c.symbolid = sg.symbolid inner join downloadersymbolsettings dss on dss.symbolid = c.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join keylevels_results a on a.symbolid = c.symbolid inner join hrspatterns p on a.patternid = p.patternid left outer join relevance_keylevels_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and sg.groupid = ? and patternclassid = ? and patternlengthbars >= ? and a.patternid & ? > ? and dftt.dayofweek = ? and a.qtytp >= ? and a.resultuid > ? and c.nonliquid = ? and c.deleted = ? and dss.enabled = ? and ((rar.age is null and a.resultuid <= ( select resultuid from relevance_keylevels_results order by resultuid desc limit ?)) or rar.age >= ( case c.timegranularity when ? then ? when ? then ? when ? then ? when ? then ? when ? then ? end)) order by relevant desc, age asc, patternendtime desc, qtp desc limit ?;Times Reported Time consuming queries #3
Day Hour Count Duration Avg duration May 08 18 106 7s698ms 72ms [ User: postgres - Total duration: 7s698ms - Times executed: 106 ]
-
/*server.KeyLevelResultList*/ SELECT DISTINCT a.ResultUID AS ruid, c.symbolid AS sid, c.symbol AS sym, c.longname as longname, c.shortname, c.Exchange AS e, c.timegranularity AS tg, p.PatternID AS pid, a.direction AS d, cast(atbaridentified as timestamp) AS pet, cast(patternstarttime as timestamp) AS pst, PatternPrice AS patp, breakoutprice as pE, breakoutbars as bE, errorMargin as erm, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, cast(x0 as timestamp) AS x0, cast(x1 as timestamp) AS x1, cast(x2 as timestamp) AS x2, cast(( case when x3 = '' then '1900-01-01' else x3 end) as timestamp) AS x3, cast((case when x4 = '' then '1900-01-01' else x4 end) as timestamp) AS x4, cast(( case when x5 = '' then '1900-01-01' else x5 end) as timestamp) AS x5, cast((case when x6 = '' then '1900-01-01' else x6 end) as timestamp) AS x6, cast(( case when x7 = '' then '1900-01-01' else x7 end) as timestamp) AS x7, cast((case when x8 = '' then '1900-01-01' else x8 end) as timestamp) AS x8, cast(( case when x9 = '' then '1900-01-01' else x9 end) as timestamp) AS x9, cast(atbaridentified as timestamp) as PatternEndTime, cast(atbaridentified as timestamp) as atBar, cast((case when approachingtimestamp = '' then '1900-01-01' else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzOs, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant, cast(0.0 as double precision) as premium, cast(0 as bigint) as instrumentid, 0 as derivativeid, 0 as underlyingid, 0 as isunderlying FROM symbols c INNER JOIN brokersymbollist b ON c.symbolid = b.symbolid INNER JOIN symbolgroup sg ON c.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = c.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN keylevels_results a ON a.symbolid = c.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 529 AND sg.groupid = 515852059718346308 AND patternclassid = '2' AND patternlengthbars >= '20' AND a.PatternID & '39' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '0' AND a.resultuid > '2070283591' AND c.nonliquid = '0' AND c.deleted = 0 AND dss.enabled = 1 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= ( case c.timegranularity when 1440 then 1 when 240 then 3 when 60 then 4 when 30 then 5 when 15 then 5 end)) ORDER BY relevant DESC, age asc, PatternEndTime DESC, qtp DESC LIMIT 50;
Date: 2022-05-08 18:03:53 Duration: 127ms Database: acaweb_fx User: postgres Bind query: yes
-
/*server.KeyLevelResultList*/ SELECT DISTINCT a.ResultUID AS ruid, c.symbolid AS sid, c.symbol AS sym, c.longname as longname, c.shortname, c.Exchange AS e, c.timegranularity AS tg, p.PatternID AS pid, a.direction AS d, cast(atbaridentified as timestamp) AS pet, cast(patternstarttime as timestamp) AS pst, PatternPrice AS patp, breakoutprice as pE, breakoutbars as bE, errorMargin as erm, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, cast(x0 as timestamp) AS x0, cast(x1 as timestamp) AS x1, cast(x2 as timestamp) AS x2, cast(( case when x3 = '' then '1900-01-01' else x3 end) as timestamp) AS x3, cast((case when x4 = '' then '1900-01-01' else x4 end) as timestamp) AS x4, cast(( case when x5 = '' then '1900-01-01' else x5 end) as timestamp) AS x5, cast((case when x6 = '' then '1900-01-01' else x6 end) as timestamp) AS x6, cast(( case when x7 = '' then '1900-01-01' else x7 end) as timestamp) AS x7, cast((case when x8 = '' then '1900-01-01' else x8 end) as timestamp) AS x8, cast(( case when x9 = '' then '1900-01-01' else x9 end) as timestamp) AS x9, cast(atbaridentified as timestamp) as PatternEndTime, cast(atbaridentified as timestamp) as atBar, cast((case when approachingtimestamp = '' then '1900-01-01' else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzOs, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant, cast(0.0 as double precision) as premium, cast(0 as bigint) as instrumentid, 0 as derivativeid, 0 as underlyingid, 0 as isunderlying FROM symbols c INNER JOIN brokersymbollist b ON c.symbolid = b.symbolid INNER JOIN symbolgroup sg ON c.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = c.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN keylevels_results a ON a.symbolid = c.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 529 AND sg.groupid = 515852059759428308 AND patternclassid = '1' AND patternlengthbars >= '20' AND a.PatternID & '39' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '0' AND a.resultuid > '-1082317593' AND c.nonliquid = '0' AND c.deleted = 0 AND dss.enabled = 1 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= ( case c.timegranularity when 1440 then 1 when 240 then 3 when 60 then 4 when 30 then 5 when 15 then 5 end)) ORDER BY relevant DESC, age asc, PatternEndTime DESC, qtp DESC LIMIT 50;
Date: 2022-05-08 18:15:52 Duration: 126ms Database: acaweb_fx User: postgres Bind query: yes
-
/*server.KeyLevelResultList*/ SELECT DISTINCT a.ResultUID AS ruid, c.symbolid AS sid, c.symbol AS sym, c.longname as longname, c.shortname, c.Exchange AS e, c.timegranularity AS tg, p.PatternID AS pid, a.direction AS d, cast(atbaridentified as timestamp) AS pet, cast(patternstarttime as timestamp) AS pst, PatternPrice AS patp, breakoutprice as pE, breakoutbars as bE, errorMargin as erm, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, cast(x0 as timestamp) AS x0, cast(x1 as timestamp) AS x1, cast(x2 as timestamp) AS x2, cast(( case when x3 = '' then '1900-01-01' else x3 end) as timestamp) AS x3, cast((case when x4 = '' then '1900-01-01' else x4 end) as timestamp) AS x4, cast(( case when x5 = '' then '1900-01-01' else x5 end) as timestamp) AS x5, cast((case when x6 = '' then '1900-01-01' else x6 end) as timestamp) AS x6, cast(( case when x7 = '' then '1900-01-01' else x7 end) as timestamp) AS x7, cast((case when x8 = '' then '1900-01-01' else x8 end) as timestamp) AS x8, cast(( case when x9 = '' then '1900-01-01' else x9 end) as timestamp) AS x9, cast(atbaridentified as timestamp) as PatternEndTime, cast(atbaridentified as timestamp) as atBar, cast((case when approachingtimestamp = '' then '1900-01-01' else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzOs, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant, cast(0.0 as double precision) as premium, cast(0 as bigint) as instrumentid, 0 as derivativeid, 0 as underlyingid, 0 as isunderlying FROM symbols c INNER JOIN brokersymbollist b ON c.symbolid = b.symbolid INNER JOIN symbolgroup sg ON c.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = c.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN keylevels_results a ON a.symbolid = c.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 529 AND sg.groupid = 515852059718346308 AND patternclassid = '2' AND patternlengthbars >= '20' AND a.PatternID & '39' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '0' AND a.resultuid > '2070283591' AND c.nonliquid = '0' AND c.deleted = 0 AND dss.enabled = 1 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= ( case c.timegranularity when 1440 then 1 when 240 then 3 when 60 then 4 when 30 then 5 when 15 then 5 end)) ORDER BY relevant DESC, age asc, PatternEndTime DESC, qtp DESC LIMIT 50;
Date: 2022-05-08 18:07:53 Duration: 115ms Database: acaweb_fx User: postgres Bind query: yes
4 94 1m15s 754ms 1s149ms 797ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?);Times Reported Time consuming queries #4
Day Hour Count Duration Avg duration May 08 18 94 1m15s 797ms [ User: pgperfstats - Total duration: 1m15s - Times executed: 94 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 515840247994934300, 1, 1095, '2022-05-08 00:00:00', 0.560680228687073, 1.52166666666666, 1.01840739548984, 2.16166666666667, 1.36510762966871, 2.85166666666667, 2.89232718096331, 5.095, 16.643458283157, 22.0658333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1110, '2022-05-08 00:00:00', 0.681696519668052, 1.51166666666667, 0.940369858627179, 2.07208333333334, 1.15444690000344, 2.66791666666667, 2.87236580645414, 5.05625, 16.6307629218361, 22.1516666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1125, '2022-05-08 00:00:00', 0.534670255960339, 1.33875, 0.663849118530647, 1.77, 0.934209636498968, 2.47791666666667, 3.37345001982124, 5.26541666666667, 17.6455143487073, 22.88875 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1140, '2022-05-08 00:00:00', 0.707510434193558, 1.30333333333333, 0.772170735606792, 1.83958333333333, 0.996732342366217, 2.57166666666667, 3.75147446857976, 5.49291666666667, 17.6743571721654, 23.0333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1155, '2022-05-08 00:00:00', 0.480054344749679, 1.205, 0.715269787957809, 1.71249999999999, 1.58401434629721, 2.64166666666667, 3.65805521210145, 7.72875, 17.7668381860824, 23.17 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1170, '2022-05-08 00:00:00', 0.53694367906956, 1.13041666666666, 0.88544756553076, 1.82, 1.83699734325623, 2.63125, 3.36882284949867, 7.8375, 17.8002237355667, 23.0954166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1185, '2022-05-08 00:00:00', 0.521074697696709, 1.32333333333334, 1.07864238005837, 1.87791666666668, 1.3733160966978, 2.42833333333334, 2.92087390139083, 8.01, 17.818144310412, 23.0233333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1200, '2022-05-08 00:00:00', 0.794392941136527, 1.28916666666667, 1.08878397466084, 1.78625, 1.47058082777332, 2.38916666666667, 2.61781269328068, 7.90041666666666, 17.8337955869252, 22.9629166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1215, '2022-05-08 00:00:00', 0.581047903934488, 1.14083333333333, 0.514322404948378, 1.46333333333333, 1.54264448034976, 2.31041666666667, 2.30738370567562, 7.8575, 17.8372182498086, 23.06375 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1230, '2022-05-08 00:00:00', 0.433826920673958, 1.08666666666667, 0.97431321036105, 1.66083333333334, 1.54135363057695, 2.39666666666667, 2.61183926531212, 8.225, 17.8839298561991, 23.1391666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1245, '2022-05-08 00:00:00', 0.728610823337158, 1.17708333333333, 1.26076466330234, 1.72166666666666, 1.23828356835264, 2.26375, 2.54234568026675, 8.26791666666667, 17.9391674955886, 23.23 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1260, '2022-05-08 00:00:00', 0.599858528007378, 1.23291666666667, 0.830357003717792, 1.74833333333334, 1.1357459401555, 2.38166666666667, 2.54967801320373, 8.34166666666667, 18.0286371232475, 23.34 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1275, '2022-05-08 00:00:00', 0.653937765731026, 1.17458333333333, 0.982909021694045, 1.66333333333333, 1.19994134820434, 2.54375, 2.57166383714987, 8.46125, 18.0688191468706, 23.3458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1290, '2022-05-08 00:00:00', 0.678155533440692, 1.14416666666666, 0.749979589094243, 1.64541666666667, 1.48888143744981, 2.73125000000001, 2.55515151710468, 8.49083333333334, 18.0588778550623, 23.3454166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1305, '2022-05-08 00:00:00', 0.6913230331993, 1.18333333333333, 1.24258467182992, 1.99583333333334, 2.04531472366494, 2.97916666666667, 2.56041772944873, 8.63208333333333, 18.090139394076, 23.3504166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1320, '2022-05-08 00:00:00', 0.740143457488038, 1.42863636363636, 1.08971152702044, 1.95045454545455, 1.97042730549335, 3.32136363636364, 2.35651183997621, 8.79636363636364, 18.8339431824795, 23.4359090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1335, '2022-05-08 00:00:00', 0.711253998992095, 1.41818181818182, 1.20913478421842, 2.07545454545455, 2.41198688552213, 6.05045454545454, 2.32992280124048, 8.66454545454545, 18.8599228994949, 23.4118181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1350, '2022-05-08 00:00:00', 0.884867490752423, 1.4, 1.36208499776099, 2.40227272727273, 2.11612572765375, 6.145, 2.37405716076877, 8.44954545454546, 18.8721458379311, 23.3886363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1365, '2022-05-08 00:00:00', 0.700396455448769, 1.72136363636364, 2.19627493567486, 5.41045454545454, 1.91506535780776, 6.26909090909091, 2.30707100527414, 8.31636363636364, 18.8898365043262, 23.3077272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 990, '2022-05-08 00:00:00', 1.66071532317113, 3.89923076923077, 1.52085583193756, 4.50230769230769, 1.58682304766959, 5.00923076923077, 1.95062660543892, 7.06807692307692, 17.4108623035692, 22.5969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1005, '2022-05-08 00:00:00', 0.961290558812233, 2.42653846153846, 1.37173853754446, 3.55115384615384, 1.51044343972735, 4.21923076923077, 2.09337107592956, 6.60230769230769, 17.4882486126673, 22.3865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1020, '2022-05-08 00:00:00', 1.16037474053063, 2.44846153846153, 1.1447311407555, 3.01423076923076, 1.75509425563241, 4.25961538461539, 2.24130363851041, 6.225, 17.4037424313101, 22.4988461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1035, '2022-05-08 00:00:00', 0.685495104622592, 1.87346153846153, 0.954455543551082, 2.61576923076923, 1.53163065441328, 3.87730769230769, 2.3078613809859, 5.91807692307692, 17.4725487375087, 22.3307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1050, '2022-05-08 00:00:00', 0.705652780164478, 1.99538461538462, 1.51652822135094, 3.02461538461539, 1.60335537593463, 3.84269230769231, 2.40688349403251, 5.89807692307692, 17.5111402782958, 22.4053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1065, '2022-05-08 00:00:00', 1.06555987450441, 1.84538461538462, 1.19351587917638, 2.57807692307692, 1.4963870334396, 3.35307692307693, 2.11338954871443, 5.44923076923077, 17.5107619348349, 22.1665384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1080, '2022-05-08 00:00:00', 0.694664944138818, 1.67076923076923, 0.847797962143918, 2.12576923076924, 1.1843396732097, 2.86730769230769, 1.99673830186978, 5.09038461538462, 17.4540372935935, 22.0546153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1095, '2022-05-08 00:00:00', 0.456313657308387, 1.38307692307693, 0.87695416948927, 2.04615384615385, 1.21906117723687, 2.78307692307692, 2.07233487789832, 5.13038461538462, 17.4335286864576, 22.0376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1110, '2022-05-08 00:00:00', 0.719244154544307, 1.52192307692308, 0.778435907148725, 1.94769230769231, 1.22521156728762, 2.65923076923077, 2.13991574241029, 5.04923076923077, 17.4087461528792, 22.1288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1125, '2022-05-08 00:00:00', 0.515738305732665, 1.255, 1.00107911006842, 1.96076923076923, 1.05058372053167, 2.47692307692307, 2.09911252309527, 4.86423076923077, 17.5886052274236, 22.9853846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1140, '2022-05-08 00:00:00', 0.80775777024094, 1.43384615384615, 0.852782594713425, 1.84692307692308, 0.83262624360421, 2.23769230769231, 2.18260849584937, 5.03961538461539, 17.519067225784, 23.2326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1155, '2022-05-08 00:00:00', 0.573208647741951, 1.21807692307693, 0.631331803534277, 1.63961538461538, 0.845130486056167, 2.14153846153846, 2.71725494967595, 7.25230769230769, 17.4858633890791, 23.5723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1170, '2022-05-08 00:00:00', 0.4381169496133, 1.13230769230769, 0.586890633239801, 1.50384615384615, 0.868805811710267, 2.10653846153846, 2.76141847607348, 7.69, 17.4408013400937, 23.6792307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1185, '2022-05-08 00:00:00', 0.388759763666651, 1.07692307692308, 0.506267183943874, 1.45230769230769, 0.651803179353536, 2.12076923076923, 2.95699486225198, 8.03115384615385, 17.3366548277165, 23.9261538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1200, '2022-05-08 00:00:00', 0.3912978405256, 1.125, 0.51173971749468, 1.56153846153846, 0.851400384886331, 2.23115384615385, 2.91257731491966, 8.23115384615385, 17.2885843705742, 23.9915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1215, '2022-05-08 00:00:00', 0.324897143487216, 1.06307692307693, 0.537181390364405, 1.53038461538462, 0.848523060744594, 2.24923076923077, 3.04143872837536, 8.28846153846154, 17.2769856879474, 24.0123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1230, '2022-05-08 00:00:00', 0.3328034763132, 1.02692307692308, 0.535690639771174, 1.4473076923077, 0.688495908037673, 2.20115384615385, 2.92168718380322, 8.26, 17.6249614424019, 24.0146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1245, '2022-05-08 00:00:00', 0.447840802758506, 1.08423076923077, 0.5395589366824, 1.59038461538462, 0.762430627361248, 2.24269230769231, 2.95969353922899, 8.29461538461538, 17.9366167335469, 24.0996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1260, '2022-05-08 00:00:00', 0.402126654368802, 1.13538461538461, 0.595975347967198, 1.67115384615385, 0.77553723314874, 2.245, 3.09771886294514, 8.35692307692308, 17.9755069597922, 24.1623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1275, '2022-05-08 00:00:00', 0.412145605338694, 1.14, 0.5912828296301, 1.56076923076923, 1.21950582677512, 2.46230769230769, 3.1352539585519, 8.39576923076923, 18.0358527767504, 24.2242307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1290, '2022-05-08 00:00:00', 0.465874859394, 1.04923076923076, 0.565524399255983, 1.48538461538461, 1.166324404008, 2.52384615384616, 3.10765852990021, 8.34153846153846, 18.2577220417512, 24.2930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1305, '2022-05-08 00:00:00', 0.474161932741902, 1.12846153846154, 0.996637423462594, 1.91307692307692, 1.26126895807967, 2.77923076923077, 2.99407188650147, 8.41769230769231, 18.3905819249545, 24.3465384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1320, '2022-05-08 00:00:00', 0.451373909078834, 1.32416666666666, 0.809104779047972, 1.89625, 1.17037704503132, 3.00541666666667, 2.94642450969041, 8.56, 19.0191585330253, 24.855 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1335, '2022-05-08 00:00:00', 0.59546094068718, 1.25791666666667, 0.804541006962392, 1.80083333333333, 2.37804069271993, 6.20916666666667, 3.06107575577748, 8.5475, 19.0509817113624, 24.8145833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1350, '2022-05-08 00:00:00', 0.472025392340807, 1.18583333333333, 0.760886210998045, 2.015, 2.34440866590141, 6.54458333333333, 3.13531009376393, 8.58958333333333, 19.0433384021815, 24.82375 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1365, '2022-05-08 00:00:00', 0.706288010391791, 1.62916666666667, 2.17780898904234, 5.80208333333333, 2.34916204610082, 6.78333333333334, 3.10384987684182, 8.83333333333333, 18.9822241360746, 24.89625 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 990, '2022-05-08 00:00:00', 1.55969661744249, 3.64153846153846, 1.74945763023859, 4.325, 1.91093340060256, 5.29769230769231, 2.65612722702695, 7.49961538461538, 18.3623109824277, 23.9138461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1005, '2022-05-08 00:00:00', 0.750095891305804, 2.27038461538462, 0.891727191811144, 3.26576923076923, 1.28373757203182, 4.01307692307692, 2.21965323002005, 6.2873076923077, 17.8445797890047, 23.3103846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1020, '2022-05-08 00:00:00', 0.70982077911367, 2.21153846153846, 1.008071502348, 2.76807692307693, 1.16404791072428, 3.41346153846154, 2.43704044977635, 6.04692307692308, 17.8625290870194, 23.2542307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1035, '2022-05-08 00:00:00', 0.785033463274999, 1.80846153846154, 0.867556072229072, 2.60846153846153, 1.1630081023595, 3.14961538461538, 2.71214649592986, 6.11115384615384, 17.7798441500481, 23.225 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1050, '2022-05-08 00:00:00', 0.474078214903566, 1.67692307692307, 0.539176580180729, 2.04076923076923, 1.01408306441753, 2.7926923076923, 2.75549490180007, 5.93192307692307, 17.7690172361462, 23.1715384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1065, '2022-05-08 00:00:00', 0.365334830616436, 1.31153846153846, 0.913628185608602, 2.02730769230769, 1.06407265512492, 2.86884615384615, 2.77428011452451, 5.98307692307692, 17.6997348958852, 23.3207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1080, '2022-05-08 00:00:00', 0.716096362230677, 1.515, 0.908022110879549, 2.04192307692307, 0.952614539852538, 2.68230769230769, 3.09998223319971, 6.18461538461538, 17.609315314519, 23.4646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1095, '2022-05-08 00:00:00', 0.642740885702667, 1.40038461538462, 0.750908885182585, 1.91192307692308, 1.2200337952444, 2.6423076923077, 3.8513826688007, 6.53730769230769, 17.5629269901557, 23.4873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1110, '2022-05-08 00:00:00', 0.567916705701973, 1.27576923076923, 0.720052669013766, 1.73961538461538, 1.47431590394169, 2.74923076923077, 4.1393699446246, 6.65346153846154, 17.5195251604076, 23.6946153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1125, '2022-05-08 00:00:00', 0.463339881894323, 1.24038461538462, 0.997969939427041, 1.86, 1.37275338140318, 2.77961538461538, 4.15273663244631, 6.71153846153847, 18.1942026311849, 24.1642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1140, '2022-05-08 00:00:00', 0.722987817750328, 1.35076923076923, 0.996607167420465, 2.01461538461538, 1.263004537418, 2.72730769230769, 4.10314423526454, 6.74384615384615, 18.1613631477545, 24.3107692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1155, '2022-05-08 00:00:00', 0.668199532613292, 1.35115384615384, 0.946024312583984, 1.86499999999999, 1.97996802615986, 3.09576923076923, 16.8966269551511, 12.0776923076923, 18.1625879255641, 24.5419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1170, '2022-05-08 00:00:00', 0.606105474446358, 1.16038461538461, 0.805530594367176, 1.69653846153847, 1.82957632758558, 2.79846153846154, 16.8632655839208, 11.9130769230769, 18.2051594926781, 24.5080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1185, '2022-05-08 00:00:00', 0.522237935751958, 1.1373076923077, 1.7307924818951, 2.19884615384616, 1.69215643030288, 2.63423076923077, 16.813914256216, 11.9561538461538, 18.1715780949685, 24.6076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1200, '2022-05-08 00:00:00', 1.76786355199193, 1.75153846153846, 1.70216084388683, 2.06346153846154, 1.71936285157747, 2.60384615384616, 16.7569882551912, 12.1207692307692, 18.0592639810835, 24.8965384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1215, '2022-05-08 00:00:00', 0.436366289327607, 1.13653846153846, 0.721696718744212, 1.62692307692308, 1.51576337710891, 2.84115384615385, 16.618926860661, 12.215, 17.9151113695845, 24.9307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1230, '2022-05-08 00:00:00', 0.788472817930582, 1.25423076923077, 1.07822139870037, 1.70576923076923, 1.62126598206938, 2.90076923076923, 16.5660213504817, 12.4692307692308, 17.8574871735596, 25.0380769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1245, '2022-05-08 00:00:00', 0.511132678846321, 1.15384615384616, 1.48622190081479, 2.22653846153846, 1.62583398717279, 2.89192307692308, 16.5652160727973, 12.5365384615385, 17.8502097595949, 24.9673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1260, '2022-05-08 00:00:00', 1.61168731458679, 1.81, 1.55080961485878, 2.23230769230769, 2.24681138162851, 3.13423076923077, 16.5627981888977, 12.5903846153846, 17.858266764895, 24.9203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1275, '2022-05-08 00:00:00', 0.654760555176766, 1.32076923076923, 1.08819370447615, 1.94153846153846, 2.83301242224868, 3.42923076923077, 16.5450470999167, 12.4934615384615, 17.8638658620821, 24.9365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1290, '2022-05-08 00:00:00', 1.03613215670292, 1.46461538461539, 1.95968368719193, 2.23192307692309, 3.02538887519502, 3.63538461538462, 16.5496525503849, 12.4634615384615, 17.8741859803891, 25.0326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1305, '2022-05-08 00:00:00', 1.07613760915886, 1.45807692307693, 2.02532504513757, 2.46153846153846, 2.42369178035364, 3.34461538461539, 16.5726537357827, 12.3103846153846, 17.8668955764134, 25.0384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1320, '2022-05-08 00:00:00', 1.179984033299, 1.65833333333333, 1.34615717152001, 2.275, 1.53843299722689, 3.0025, 17.1828072513263, 12.7170833333333, 18.487246676396, 25.66875 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1335, '2022-05-08 00:00:00', 0.844340064741414, 1.40333333333333, 0.92026687606824, 1.84708333333333, 17.6935647844805, 9.935, 17.1789770198716, 12.6208333333333, 18.6460182640007, 25.7066666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1350, '2022-05-08 00:00:00', 0.539902701916033, 1.26416666666667, 0.910723155885841, 2.07583333333333, 17.4796584831743, 10.2445833333333, 17.0497588862632, 12.5679166666667, 18.7217894395499, 25.6820833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1365, '2022-05-08 00:00:00', 0.852858683946296, 1.72125, 17.5471474001918, 9.62916666666667, 17.3658815453701, 10.46625, 16.9922649708795, 12.5308333333333, 18.7201460446969, 25.64625 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 990, '2022-05-08 00:00:00', 2.24874594681866, 3.928, 2.44921055308304, 4.60359999999999, 2.90200648976991, 5.708, 3.59356591702448, 7.5808, 6.39845338083093, 20.4784 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1005, '2022-05-08 00:00:00', 1.04621094112676, 2.4564, 1.70952644514984, 3.4316, 2.60008281919378, 4.7484, 3.36510534753371, 7.0644, 6.36206237525747, 20.2072 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1020, '2022-05-08 00:00:00', 1.24256119902938, 2.386, 1.99853904973942, 3.636, 2.37603009240203, 4.6176, 3.2019850613851, 6.802, 6.5650686211189, 19.9648 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1035, '2022-05-08 00:00:00', 1.31693166109712, 2.3544, 1.70326157709261, 3.062, 1.88454609919737, 3.9884, 3.16952220373987, 6.23720000000001, 6.91675983872988, 19.618 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1050, '2022-05-08 00:00:00', 0.7548288989345, 1.764, 1.04076141998699, 2.6052, 1.57448753567629, 3.64880000000001, 3.08642851853076, 5.9108, 7.01076225052122, 19.5096 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1065, '2022-05-08 00:00:00', 0.805782849159744, 1.8612, 1.16468851343753, 2.5908, 1.56801094809103, 3.412, 2.95401433081606, 5.7056, 6.87038094528486, 19.3352 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1080, '2022-05-08 00:00:00', 0.948727217556936, 1.7, 1.34494089089446, 2.2692, 1.581781379753, 2.9964, 2.79481024996927, 5.4832, 6.9596491290869, 19.0108 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1095, '2022-05-08 00:00:00', 0.834600702931245, 1.51800000000001, 0.924035533227302, 2.01400000000001, 1.40141595062518, 2.79800000000001, 2.28477001030738, 5.7136, 6.8291104105879, 18.7264 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1110, '2022-05-08 00:00:00', 0.582330089668508, 1.42800000000001, 0.90333972937465, 2.0032, 1.34834466414687, 2.944, 2.09895275474858, 5.7712, 6.64863226536105, 18.5488 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1125, '2022-05-08 00:00:00', 0.667720001198105, 1.408, 0.98995909006383, 1.9324, 1.31461933653815, 2.7164, 2.04487228615057, 5.7488, 7.17358464553578, 19.418 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1140, '2022-05-08 00:00:00', 0.584764910027954, 1.252, 1.02801183521074, 1.968, 1.29942654018354, 2.6648, 1.96304593255821, 5.95919999999999, 7.17435460511954, 19.3184 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1155, '2022-05-08 00:00:00', 0.817978606077202, 1.3684, 0.964923658465619, 1.9488, 1.1463819898562, 2.542, 2.17948938974247, 7.4664, 7.04859837130758, 19.4284 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1170, '2022-05-08 00:00:00', 0.626007987169493, 1.3788, 0.886803623507859, 1.8304, 1.09892022761739, 2.4744, 2.21050582446643, 7.8888, 6.96749543714717, 19.6952 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1185, '2022-05-08 00:00:00', 0.609041049519653, 1.1668, 0.64680290661066, 1.6096, 1.03952184520897, 2.3616, 2.15207365115602, 7.9628, 7.00683471095663, 19.6992 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1200, '2022-05-08 00:00:00', 0.441962291000785, 1.1516, 0.792407092345841, 1.6744, 0.932294123832882, 2.2784, 2.72392131555472, 8.1516, 6.98526305875448, 19.786 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1215, '2022-05-08 00:00:00', 0.604481044643526, 1.2016, 0.713320404867265, 1.5948, 0.805964639422845, 2.2296, 2.78647579091104, 8.2084, 6.98013311716426, 19.73 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1230, '2022-05-08 00:00:00', 0.411004055130033, 1.0808, 0.65814562724876, 1.5484, 0.850327779937442, 2.3364, 2.77552547577331, 8.354, 6.99012284107606, 19.6744 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1245, '2022-05-08 00:00:00', 0.492562009632628, 1.07440000000001, 0.761672064167599, 1.7212, 0.822394876767444, 2.362, 2.97727655192907, 8.6144, 7.1386765113243, 19.6876 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1260, '2022-05-08 00:00:00', 0.599366888196754, 1.25639999999999, 0.731799836020749, 1.80319999999999, 0.864608389195167, 2.3432, 3.14901561338354, 8.7908, 7.23839933963303, 19.664 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1275, '2022-05-08 00:00:00', 0.69938735094843, 1.39519999999999, 0.704353841001333, 1.7368, 1.10418114455917, 2.7408, 3.02453919355219, 8.7496, 7.19541041220026, 19.5368 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1290, '2022-05-08 00:00:00', 0.372286627927105, 1.04160000000001, 0.499024047516747, 1.514, 1.19985763044343, 2.632, 3.06362258336978, 8.71, 7.25777610566763, 19.4316 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1305, '2022-05-08 00:00:00', 0.423256423459812, 1.0972, 0.877499667616274, 1.9284, 1.13681470199266, 2.6568, 3.0578846174003, 8.59600000000001, 7.23491246203666, 19.41 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1320, '2022-05-08 00:00:00', 0.482718749692139, 1.34086956521739, 0.717187909842125, 1.80304347826087, 1.03772002286252, 2.87086956521739, 3.1064063601384, 8.76826086956522, 7.22936392546387, 20.0213043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1335, '2022-05-08 00:00:00', 0.56030765123423, 1.23086956521739, 0.600094524833534, 1.8395652173913, 1.73751731017624, 5.50130434782609, 3.00231419305742, 8.72217391304348, 7.1546843606406, 20.2091304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1350, '2022-05-08 00:00:00', 0.532025364190748, 1.34652173913043, 0.703346883084485, 2.14826086956521, 1.95266170829347, 6.28826086956521, 2.98842133162913, 8.77565217391305, 7.10108873799097, 20.1539130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1365, '2022-05-08 00:00:00', 0.598239842446911, 1.77, 1.62522725683629, 5.19, 1.93595162533886, 6.53217391304347, 2.96619657716534, 8.71695652173913, 7.06854997960892, 20.0547826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 990, '2022-05-08 00:00:00', 1.56780233660582, 3.69708333333334, 1.77800246164711, 5.02166666666667, 2.211177099797, 5.98541666666667, 2.56188502694878, 7.89875000000001, 7.36068639235953, 19.4154166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1005, '2022-05-08 00:00:00', 1.08983012903156, 3.05916666666666, 1.53109219092172, 3.62791666666666, 1.95744268985276, 4.90416666666667, 2.46756113825262, 6.89333333333334, 7.3385742677041, 19.25125 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1020, '2022-05-08 00:00:00', 0.908395224590028, 2.36583333333333, 1.41390756467645, 3.51041666666666, 1.55919223791764, 4.44249999999999, 2.09296436157919, 6.23958333333333, 7.31856107659724, 18.9116666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1035, '2022-05-08 00:00:00', 0.973648077957402, 2.40916666666667, 1.24655692475982, 2.99791666666667, 1.66278920335159, 4.06375, 2.33633581409692, 5.79958333333333, 7.48207334620365, 18.7770833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1050, '2022-05-08 00:00:00', 0.738176243634725, 1.81791666666667, 1.11688587508797, 2.56083333333333, 1.30095366358015, 3.4975, 2.33943783504884, 5.34708333333334, 7.45994316283668, 18.7095833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1065, '2022-05-08 00:00:00', 0.923174658055209, 1.85416666666667, 0.967250323549082, 2.51416666666667, 1.15005474034809, 3.41458333333334, 2.30020351966605, 5.28333333333334, 7.44324407953523, 18.7770833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1080, '2022-05-08 00:00:00', 0.5862679804727, 1.77166666666667, 0.740228984352385, 2.45208333333334, 1.14607332137652, 3.39333333333333, 2.34453755367231, 5.31708333333334, 7.43408677617179, 18.69125 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1095, '2022-05-08 00:00:00', 0.523813877499316, 1.62625, 0.734364434860788, 2.35958333333334, 1.13039615667009, 3.01958333333334, 2.44135683348539, 5.25666666666667, 7.37081257933684, 18.7379166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1110, '2022-05-08 00:00:00', 0.732145447654853, 1.6475, 1.05738183291548, 2.22041666666667, 1.19665475752017, 2.63, 2.46164457664772, 5.19375000000001, 7.29980552401267, 18.9570833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1125, '2022-05-08 00:00:00', 0.55099909255824, 1.48, 0.661827591499153, 1.84625000000001, 0.877249902424819, 2.3525, 2.23662980001583, 5.20458333333334, 16.4835812909062, 22.34 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1140, '2022-05-08 00:00:00', 0.530557370308249, 1.30708333333333, 0.729706611680642, 1.8275, 0.934500467195398, 2.49291666666667, 2.40587550727832, 5.48750000000001, 16.460649497637, 22.4741666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1155, '2022-05-08 00:00:00', 0.546906815844704, 1.32875, 0.726450074089697, 1.68916666666666, 1.10627844268685, 2.57791666666666, 3.76391887878671, 8.56625, 16.6061279886481, 22.3354166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1170, '2022-05-08 00:00:00', 0.431945170634865, 1.18124999999999, 0.576148978066904, 1.75541666666666, 1.20630679636506, 2.63249999999999, 3.82789380919752, 8.95166666666667, 16.561503943251, 22.4195833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1185, '2022-05-08 00:00:00', 0.508307079388554, 1.2575, 1.01391969710324, 1.79624999999999, 1.28697826068597, 2.46, 4.25953865638256, 9.46, 16.571468474197, 22.3425 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1200, '2022-05-08 00:00:00', 0.39333930680353, 1.16391304347826, 0.630362841745112, 1.65869565217391, 1.29031570730032, 2.43652173913043, 4.38814793420756, 9.82826086956522, 16.7203393572422, 21.9313043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1215, '2022-05-08 00:00:00', 0.448891916355343, 1.17304347826088, 0.567313550015874, 1.64086956521739, 1.50840137349358, 2.49260869565217, 4.42006255209436, 10.115652173913, 16.7698671865506, 21.87 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1230, '2022-05-08 00:00:00', 0.504995988713376, 1.26869565217391, 1.27156030633557, 1.94260869565217, 1.52449084353295, 2.59782608695652, 4.46312205726258, 10.1530434782609, 16.7700884788642, 21.9430434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1245, '2022-05-08 00:00:00', 1.20493156612788, 1.36652173913043, 1.45797696756316, 1.79173913043478, 1.47877633421702, 2.50391304347826, 4.4527532007954, 10.1726086956522, 16.791668023748, 21.9317391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1260, '2022-05-08 00:00:00', 0.652391768619778, 1.17826086956521, 1.09683284619404, 1.84173913043478, 1.14274580908868, 2.5004347826087, 4.57349551927431, 10.2160869565217, 16.8617390290267, 21.8760869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1275, '2022-05-08 00:00:00', 0.645900419398112, 1.37652173913044, 0.631940045687786, 1.72130434782609, 1.15646370474618, 2.57913043478262, 4.55358743168765, 10.3630434782609, 16.8014660451052, 21.7939130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1290, '2022-05-08 00:00:00', 0.45738213670009, 1.09565217391304, 0.792412387147221, 1.74913043478261, 1.40892482764713, 2.80347826086957, 4.63947267686401, 10.5039130434783, 16.7873038441476, 21.7939130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1305, '2022-05-08 00:00:00', 0.670423734804881, 1.33956521739131, 1.14655507392772, 2.04391304347827, 1.41681656185989, 2.95652173913044, 4.68624962770045, 10.5508695652174, 16.7787792406457, 21.8234782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1320, '2022-05-08 00:00:00', 0.309627272085408, 1.20761904761905, 0.406747259773597, 1.79333333333333, 1.16303748455335, 3.1152380952381, 4.89382774523175, 10.91, 17.3726850461949, 22.7057142857143 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1335, '2022-05-08 00:00:00', 0.336980287681215, 1.23428571428571, 0.709551501536941, 1.88333333333334, 3.84410104668737, 7.41142857142857, 4.84118196901778, 10.7385714285714, 17.3507193895047, 22.6233333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1350, '2022-05-08 00:00:00', 0.575086742939494, 1.36952380952381, 1.32557750217998, 2.46571428571428, 3.87602692997673, 8.12952380952381, 4.89318904678933, 10.7090476190476, 17.4016562840602, 22.6028571428571 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1365, '2022-05-08 00:00:00', 1.10268827352586, 1.89714285714286, 3.84021043570222, 6.89809523809525, 4.16148107792223, 8.46619047619048, 4.6701370429571, 10.41, 17.4536520260838, 22.5809523809524 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 990, '2022-05-08 00:00:00', 2.08446834957868, 4.03913043478262, 2.49972480698815, 4.94173913043479, 2.70576897956034, 6.19695652173914, 3.31320361309386, 8.18000000000001, 16.6228915094332, 22.7730434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1005, '2022-05-08 00:00:00', 0.926854299920236, 2.56043478260869, 1.23876516355393, 3.59130434782608, 1.33682666550187, 4.79652173913043, 2.76356853853739, 6.83739130434782, 16.725031818447, 22.305652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1020, '2022-05-08 00:00:00', 0.972951582869718, 2.56434782608695, 1.05084644971069, 3.27652173913043, 1.50863797431637, 4.27391304347826, 2.75422650418655, 6.49, 16.7225080267153, 22.2426086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1035, '2022-05-08 00:00:00', 0.882001631217519, 2.12217391304348, 1.13136473606345, 3.0404347826087, 1.70429926021795, 3.61782608695652, 3.28380388942302, 6.1804347826087, 16.7581689006044, 22.1339130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1050, '2022-05-08 00:00:00', 0.688235413350495, 2.0395652173913, 1.3987651245001, 2.69565217391304, 1.58750419376372, 3.24173913043478, 3.42016589986637, 5.94565217391304, 16.7627453367668, 22.1369565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1065, '2022-05-08 00:00:00', 0.902199113891564, 1.63782608695652, 0.97758009689733, 2.1891304347826, 1.62323397498617, 3.04608695652174, 3.23048528519565, 5.56478260869565, 16.7973486755989, 22.3195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1080, '2022-05-08 00:00:00', 0.51837691355415, 1.58347826086957, 0.783458179718346, 2.06608695652174, 1.47206356732482, 3.02565217391305, 3.14711644163879, 5.29347826086957, 16.8907312445697, 22.2773913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 930, '2022-05-08 00:00:00', 0.742462120245863, 3.09499999999998, 0.15556349186106, 4.28, 1.15965512114595, 5.23, 0.113137084989845, 6.13000000000001, 5.38815367264147, 16.76 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 945, '2022-05-08 00:00:00', 0.431335136523804, 3.495, 0.544472221513649, 4.045, 1.27279220613579, 4.56, 0.692964645562809, 5.95, 5.38815367264147, 16.76 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 960, '2022-05-08 00:00:00', 1.61220346110533, 2.52, 0.883883476483184, 3.035, 0.424264068711924, 3.36, 0.848528137423849, 5.84, 5.38815367264147, 16.76 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 975, '2022-05-08 00:00:00', 0.395979797464468, 1.33000000000001, 0.700035713374689, 1.935, 1.209152595829, 3.11499999999999, 0.643467170879736, 5.69499999999999, 5.38815367264147, 16.76 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 930, '2022-05-08 00:00:00', 0.523259018078032, 3.01000000000001, 1.30107647738323, 3.56, 2.44658946290546, 5.04000000000001, 3.30925973595305, 6.53999999999999, 10.146982310027, 22.065 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 945, '2022-05-08 00:00:00', 1.40007142674936, 2.15999999999998, 1.43542676580869, 3.37499999999999, 2.95570634535977, 5.01999999999998, 2.26274169979694, 5.94999999999999, 11.0874343290051, 21.4 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 960, '2022-05-08 00:00:00', 0.169705627484778, 1.47999999999999, 0.113137084989845, 2.73, 1.29400540957139, 3.84499999999998, 0.289913780286482, 4.55499999999999, 11.2854242277373, 21.26 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 975, '2022-05-08 00:00:00', 0.707106781186548, 1.98000000000002, 0.388908729652609, 2.875, 0.664680374315353, 3.12, 0.169705627484778, 4.22999999999999, 11.2854242277373, 21.26 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 930, '2022-05-08 00:00:00', 0.657609306503494, 2.125, 0.395979797464468, 2.67000000000002, 1.02530483272049, 3.685, 2.50315800540037, 5.16000000000001, 5.97505230102634, 17.505 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 945, '2022-05-08 00:00:00', 0.53740115370177, 1.81, 0.565685424949226, 2.2, 1.83847763108502, 4.14999999999999, 2.36173664916305, 5.06, 5.93262589415514, 17.475 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 960, '2022-05-08 00:00:00', 0.346482322781415, 1.55500000000001, 0.282842712474603, 2.72, 1.13844191771035, 3.655, 1.44956890143241, 4.41500000000001, 5.93262589415514, 17.475 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 975, '2022-05-08 00:00:00', 0.905096679918762, 1.53999999999999, 1.54856385079854, 2.32499999999999, 1.93040151263927, 3.33499999999999, 1.17379725676965, 5.46000000000001, 5.93262589415514, 17.475 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 930, '2022-05-08 00:00:00', 0.289913780286482, 2.55500000000002, 0.127279220613583, 3.49000000000001, 0.905096679918782, 4.90000000000002, 0.721248916810286, 5.03000000000002, 2.34759451353933, 16.58 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 945, '2022-05-08 00:00:00', 0.0353553390593354, 2.30500000000001, 0.813172798364534, 3.71500000000002, 1.3717871555019, 4.11000000000001, 0.848528137423869, 4.48, 1.65462986797652, 15.95 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 960, '2022-05-08 00:00:00', 0.692964645562809, 1.91000000000001, 1.85969083452062, 3.185, 1.87383297014436, 3.75500000000001, 0.714177848998427, 4.575, 1.64755880016464, 15.945 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 975, '2022-05-08 00:00:00', 0.791959594928936, 1.91, 0.806101730552675, 2.48, 0.311126983722099, 2.83, 0.197989898732234, 4.20999999999999, 1.60513239329345, 15.975 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 930, '2022-05-08 00:00:00', 1.26572113832393, 2.935, 1.50613744392736, 3.96499999999999, 0.247487373415288, 5.205, 0.855599205235728, 7.11499999999999, 0.261629509039006, 12.395 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 945, '2022-05-08 00:00:00', 0.268700576850905, 1.80999999999999, 0.141421356237322, 2.74999999999999, 0.353553390593274, 3.84999999999999, 0.371231060122937, 6.75999999999999, 0.389792613129084, 11.995 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 960, '2022-05-08 00:00:00', 0.0989949493661271, 1.2, 0.0353553390593153, 2.605, 0.15556349186104, 3.29000000000001, 0.424264068711924, 5.79000000000001, 0.30405591591022, 11.995 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 975, '2022-05-08 00:00:00', 0.509116882454313, 2.27, 0.240416305603429, 2.60000000000001, 1.30814754519511, 4.265, 0.530330085889911, 5.715, 0.30405591591022, 11.995 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2022-05-08 18:06:24 Duration: 1s149ms 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 515840248001389300, 1, 1095, '2022-05-08 00:00:00', 2.80377924946139, 8.90708333333333, 3.91867648094594, 12.2458333333333, 11.0888384851289, 16.9045833333333, 13.2736179921471, 30.6629166666667, 49.2533903195609, 111.668333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1110, '2022-05-08 00:00:00', 3.04682716889247, 8.86416666666668, 10.1595052854422, 12.6654166666667, 10.4809416755269, 15.9991666666667, 12.4546477850349, 30.5858333333333, 49.0867429175498, 111.615416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1125, '2022-05-08 00:00:00', 9.22956245920715, 9.32333333333333, 9.11601806306279, 12.33875, 9.68009596910148, 15.2633333333333, 12.5936916287711, 31.8691666666666, 51.8472891413268, 114.755 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1140, '2022-05-08 00:00:00', 4.30638250201062, 8.13791666666666, 6.2132173134422, 10.5754166666666, 7.77058266099167, 15.42375, 14.6684077791478, 33.6295833333333, 52.2140168153414, 115.687083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1155, '2022-05-08 00:00:00', 3.27037024784211, 6.47791666666666, 5.01640524259863, 9.90791666666668, 8.42885845718768, 16.13875, 14.253671888985, 41.4516666666667, 52.5972871882687, 116.3475 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1170, '2022-05-08 00:00:00', 3.04969029076156, 7.47250000000002, 4.98726811963238, 11.2245833333334, 8.41373479212256, 15.54875, 28.313192142098, 48.7733333333333, 52.8410299090378, 116.65375 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1185, '2022-05-08 00:00:00', 3.78694199983906, 7.90583333333334, 6.64670671422529, 11.2383333333333, 7.2461442895665, 15.00625, 28.3559394386657, 51.7616666666667, 53.0453165422285, 116.68625 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1200, '2022-05-08 00:00:00', 3.9477177409636, 7.07833333333331, 5.23711496803398, 9.48416666666668, 6.00648049784683, 12.9808333333333, 27.3037751510666, 51.76625, 52.6569175833912, 116.697083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1215, '2022-05-08 00:00:00', 3.8867215190526, 6.33708333333336, 4.02647036335256, 9.21875000000001, 5.64866124962752, 12.87, 27.0788029834129, 53.3733333333333, 52.3921136337759, 118.263333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1230, '2022-05-08 00:00:00', 2.1914428028062, 6.75708333333335, 4.86891915437956, 9.79541666666668, 5.42116502733713, 13.4895833333333, 27.7072324277317, 54.93625, 52.6540176151307, 118.571666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1245, '2022-05-08 00:00:00', 4.23638995122505, 7.14208333333333, 4.79299209141907, 9.84916666666666, 6.11591472000049, 13.7729166666667, 27.7658013374915, 55.8925, 52.5296947008291, 118.630833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1260, '2022-05-08 00:00:00', 3.28637723980659, 6.98666666666666, 4.53064468970453, 9.99249999999998, 7.41778941591365, 14.6879166666667, 27.9810440492659, 56.08, 52.4736820974316, 118.602083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1275, '2022-05-08 00:00:00', 3.19909860492889, 7.24166666666665, 4.05435854216245, 10.0066666666667, 9.07549710180813, 17.2929166666667, 27.8370081287119, 56.1195833333333, 52.8298370059922, 118.782083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1290, '2022-05-08 00:00:00', 3.40404168876359, 6.75708333333334, 6.33060332083736, 10.8708333333333, 9.45116002963642, 17.0679166666667, 28.0886821810256, 56.3566666666667, 52.815892657515, 118.739583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1305, '2022-05-08 00:00:00', 5.08739526474109, 8.10416666666666, 8.3150409813626, 13.2725, 8.69548741872906, 18.0833333333333, 27.7721936808713, 56.39125, 52.6042163888415, 118.249166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1320, '2022-05-08 00:00:00', 4.33060057020979, 8.41818181818181, 4.68750150360725, 11.2468181818182, 10.7406697756442, 19.3759090909091, 28.2227747522921, 57.0663636363636, 54.3738572990344, 116.056363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1335, '2022-05-08 00:00:00', 2.92088657002943, 8.05454545454545, 5.21531479793485, 12.2931818181818, 8.45437826837444, 30.845, 28.2374075830801, 56.0718181818182, 54.1986634633375, 115.975454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1350, '2022-05-08 00:00:00', 4.05333877128537, 8.91136363636365, 8.29899864871832, 13.835, 26.9959122126013, 38.46, 29.4999312237807, 55.6222727272728, 53.8875552058228, 115.901818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1365, '2022-05-08 00:00:00', 6.29237021667692, 9.95909090909092, 7.99137388022276, 27.4677272727273, 25.8563416823572, 41.9436363636364, 29.8240582779155, 55.4595454545455, 52.8678323051049, 115.905454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 990, '2022-05-08 00:00:00', 6.67291569302011, 20.4596153846154, 24.2444519807347, 30.5296153846154, 25.0561327023944, 37.735, 30.206274304929, 51.5907692307692, 48.7879378172673, 117.257307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1005, '2022-05-08 00:00:00', 21.6676640322713, 19.4438461538461, 21.6043596633073, 26.8873076923077, 21.9308101116636, 31.9880769230769, 28.4439743950211, 47.2292307692308, 47.8536476368714, 114.301923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1020, '2022-05-08 00:00:00', 9.08010573472834, 15.2080769230769, 9.8384854447295, 19.7296153846154, 11.1832262855513, 27.1930769230769, 21.3326316202702, 41.5203846153846, 45.6631088887366, 109.965769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1035, '2022-05-08 00:00:00', 5.92467331134415, 12.0846153846154, 6.43156859680318, 16.3611538461539, 10.2339543451425, 24.1784615384616, 19.9300359372867, 38.9273076923077, 45.3853014379698, 108.928846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1050, '2022-05-08 00:00:00', 5.43447628217649, 12.4973076923077, 7.81061858084138, 19.1288461538462, 12.0780313029006, 23.5280769230769, 19.4860503477192, 38.1530769230769, 45.1785597618367, 109.163076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1065, '2022-05-08 00:00:00', 6.24888455276991, 12.8130769230769, 7.98076962743282, 16.7796153846154, 10.8060399705977, 21.0603846153846, 18.0138032075406, 34.205, 44.9711610086013, 110.877692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1080, '2022-05-08 00:00:00', 4.01467601911556, 9.82346153846153, 5.80709646765192, 12.5857692307692, 8.30226430652414, 17.9038461538462, 16.5623196303677, 31.0234615384616, 44.5421944469943, 110.306923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1095, '2022-05-08 00:00:00', 4.99671505937805, 9.56423076923076, 6.14881538309492, 13.2211538461538, 9.92736166050484, 18.2015384615385, 16.7248184628529, 32.0838461538462, 44.2040508759792, 109.924615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1110, '2022-05-08 00:00:00', 4.2135725934176, 9.115, 5.87724090159527, 12.6438461538462, 8.89446835873933, 16.8992307692308, 16.0979221831696, 31.0311538461539, 44.2122529013777, 109.588846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1125, '2022-05-08 00:00:00', 3.99843646365002, 8.30692307692308, 6.30431710448056, 11.5030769230769, 6.71274687556328, 16.0088461538462, 18.0167880173337, 30.6376923076923, 50.9329609841739, 119.401153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1140, '2022-05-08 00:00:00', 3.9046808399072, 8.05730769230772, 5.42449623325662, 11.6307692307692, 6.6898832460779, 15.3253846153846, 17.8968580869553, 30.3942307692308, 52.8401281210233, 121.510384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1155, '2022-05-08 00:00:00', 3.55457365181167, 8.27538461538461, 4.42775331117435, 11.0307692307692, 7.89462344793059, 14.9492307692308, 20.0187968016216, 39.3057692307692, 52.7483508513628, 121.651538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1170, '2022-05-08 00:00:00', 2.72834601911123, 6.93000000000001, 4.47509525468024, 9.83153846153847, 8.22550342625813, 15.1211538461538, 18.5760529756417, 40.2019230769231, 52.5623487488906, 122.275 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1185, '2022-05-08 00:00:00', 3.33152420649492, 7.61153846153846, 4.89611689151565, 11.3238461538461, 9.77126836897146, 16.2715384615384, 19.3237180528131, 43.7707692307692, 51.7436408118093, 123.617307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1200, '2022-05-08 00:00:00', 4.43266325570324, 8.23346153846153, 6.0459566654087, 11.41, 8.45937234442005, 16.4373076923077, 18.0096192117947, 44.7819230769231, 50.5600333084725, 123.998076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1215, '2022-05-08 00:00:00', 3.80245606862801, 7.46192307692309, 6.24511565453048, 11.1384615384615, 7.31262773984419, 15.5526923076923, 18.0175434891834, 45.7542307692308, 49.9432160943421, 124.174615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1230, '2022-05-08 00:00:00', 4.07776205590951, 7.97923076923074, 5.5827850232106, 11.1561538461538, 7.03692202162717, 15.5365384615385, 18.853125772259, 46.2392307692308, 49.2187840377416, 124.436923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1245, '2022-05-08 00:00:00', 4.83802788811245, 7.62538461538461, 5.09674351537709, 10.6276923076923, 6.41394811808906, 14.4023076923077, 18.7938189184227, 47.0384615384616, 48.8267488622941, 124.197307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1260, '2022-05-08 00:00:00', 2.85031636570668, 7.50923076923076, 6.12199952252904, 11.6930769230769, 6.75097804880037, 14.2838461538461, 18.9507109060888, 47.5996153846154, 48.9710099187421, 124.317307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1275, '2022-05-08 00:00:00', 4.05871561722899, 7.79730769230771, 4.12681698910169, 9.98230769230771, 7.49405948324813, 15.4765384615385, 18.9515134853292, 47.6292307692308, 48.8966659992903, 124.234615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1290, '2022-05-08 00:00:00', 2.74427832744084, 7.23346153846152, 4.59468468826919, 9.49076923076921, 7.88928625025492, 15.8584615384615, 18.9377065827778, 47.7611538461539, 48.9377073446831, 124.338076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1305, '2022-05-08 00:00:00', 4.39003509710868, 7.50807692307691, 6.9160081082837, 12.7219230769231, 11.4195417394246, 18.1415384615385, 18.9210699973906, 47.9646153846154, 48.9377073446831, 124.338076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1320, '2022-05-08 00:00:00', 4.27681360377666, 8.85041666666667, 5.70471099497877, 11.7366666666667, 8.46845518097451, 16.68125, 19.4537473570488, 47.7991666666667, 50.8323369348771, 123.85 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1335, '2022-05-08 00:00:00', 3.4144169776261, 7.23458333333335, 5.40818274281761, 10.7166666666667, 12.2092491593968, 29.5120833333333, 18.9547837830156, 47.7075, 50.5131430091879, 124.019166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1350, '2022-05-08 00:00:00', 4.20388844758161, 7.80541666666666, 4.81163488365682, 11.1870833333333, 13.3947551924874, 32.4133333333333, 18.3007836561044, 47.5304166666667, 49.8605506674597, 124.124583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1365, '2022-05-08 00:00:00', 3.26218182412067, 8.15708333333333, 11.932619333854, 28.4995833333333, 16.0748775042102, 37.0745833333333, 17.5072598554122, 47.8554166666667, 48.9315478981622, 124.491666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 990, '2022-05-08 00:00:00', 8.36448802056371, 18.4903846153846, 11.6240088675915, 23.5769230769231, 14.9401643951412, 32.2380769230769, 16.2419225320915, 43.0334615384615, 46.057107035305, 122.827307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1005, '2022-05-08 00:00:00', 5.9286938372111, 13.6888461538462, 10.1962094993113, 21.6319230769231, 11.2730392325434, 26.4815384615385, 11.5353454417949, 37.1576923076923, 44.6808166718284, 121.597692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1020, '2022-05-08 00:00:00', 4.93368684111119, 12.5546153846154, 5.4094295021251, 16.2334615384615, 8.64457034568743, 20.4626923076923, 9.30202267499675, 31.7846153846154, 44.3462300747894, 120.455384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1035, '2022-05-08 00:00:00', 3.65569069555103, 10.3523076923077, 5.52638071853123, 13.6503846153846, 8.02341125418896, 18.9919230769231, 10.1528648249569, 32.1619230769231, 43.0334089337754, 120.232692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1050, '2022-05-08 00:00:00', 3.81812102399154, 9.51807692307695, 5.50051741622132, 12.9696153846154, 7.30121483042379, 17.605, 10.4135991856802, 33.11, 42.8230969382717, 120.270769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1065, '2022-05-08 00:00:00', 3.07821899056034, 8.56192307692307, 4.97375518249387, 13.2038461538461, 6.65096806140628, 16.9680769230769, 12.0912537048003, 33.4480769230769, 42.526387155054, 120.937307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1080, '2022-05-08 00:00:00', 4.21960019980021, 9.62461538461537, 5.00060900906465, 12.3523076923077, 5.51562530104598, 15.9223076923077, 12.4158879418516, 33.0542307692308, 42.5640106427954, 120.945 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1095, '2022-05-08 00:00:00', 2.64178578878874, 7.63807692307693, 4.17267125288051, 10.1457692307692, 5.16118294430796, 13.6057692307692, 16.9954200753751, 34.9634615384615, 41.7446065958964, 121.340384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1110, '2022-05-08 00:00:00', 3.3973603554253, 7.38423076923075, 3.58933010677265, 10.0311538461538, 7.08731503896493, 14.4176923076923, 17.9581152171893, 36.0130769230769, 40.7251359255417, 121.208076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1125, '2022-05-08 00:00:00', 2.79318136787538, 6.86307692307692, 3.7750987353364, 9.2376923076923, 5.47240952414932, 13.945, 17.3432047255934, 35.8269230769231, 39.800171688845, 122.997692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1140, '2022-05-08 00:00:00', 2.31758312439093, 6.67653846153845, 5.01708901195169, 9.79692307692308, 4.31430088819108, 13.8719230769231, 18.3361189962913, 36.2196153846154, 39.6809080231093, 124.588461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1155, '2022-05-08 00:00:00', 3.29403713023769, 6.83615384615386, 3.6947226397411, 9.95923076923077, 4.33731801214316, 15.1465384615385, 26.8639272917878, 50.7584615384615, 40.4626406378108, 125.739230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1170, '2022-05-08 00:00:00', 2.67925687171189, 7.47423076923077, 2.76053643059014, 9.74576923076923, 4.25610988869124, 14.3207692307692, 28.617382560524, 53.4238461538461, 41.2780977740757, 126.409615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1185, '2022-05-08 00:00:00', 1.96645268283938, 5.88807692307692, 3.9124997321209, 10.2830769230769, 5.43647244225377, 12.8838461538462, 30.013842183489, 55.3311538461538, 41.5589668561894, 127.213076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1200, '2022-05-08 00:00:00', 3.47998410694868, 8.17576923076922, 4.07925930305225, 9.90269230769231, 7.19108727202265, 13.4080769230769, 29.7141663287965, 57.0838461538462, 41.3130882464812, 127.417307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1215, '2022-05-08 00:00:00', 2.93758134420922, 6.63192307692308, 4.61237140742155, 9.38500000000001, 9.016127097937, 16.2303846153846, 30.1008030150999, 58.5630769230769, 41.1971989040331, 127.611538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1230, '2022-05-08 00:00:00', 4.25161386552665, 7.05269230769232, 6.03872589720203, 9.9823076923077, 8.97251756112047, 18.3992307692308, 29.6389473834683, 59.595, 41.1721606484471, 127.912692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1245, '2022-05-08 00:00:00', 3.1921976996806, 7.06692307692309, 7.53107638644448, 13.1165384615385, 9.53703792912342, 18.9426923076923, 29.7098872327819, 59.5107692307692, 40.4241835710335, 127.165769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1260, '2022-05-08 00:00:00', 8.29832425159536, 10.9957692307692, 8.83969560909981, 14.9276923076923, 10.7384926101601, 18.5734615384615, 29.576871039066, 59.3873076923077, 40.5334192677902, 127.131538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1275, '2022-05-08 00:00:00', 4.79429000117685, 9.07615384615383, 7.51850533427611, 13.0523076923077, 14.9279247256739, 20.9538461538462, 27.1272111838903, 58.4188461538461, 39.3076801675429, 126.051923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1290, '2022-05-08 00:00:00', 5.80687852067236, 9.36692307692308, 7.95820432007122, 12.13, 17.5778945969516, 22.1576923076923, 26.7070117125706, 58.5511538461538, 38.9399490043521, 126.227307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1305, '2022-05-08 00:00:00', 4.85848170332447, 8.02269230769231, 11.7263950326406, 15.3873076923077, 14.53163659585, 20.5630769230769, 24.8835705359055, 57.9411538461538, 37.6623557660186, 125.334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1320, '2022-05-08 00:00:00', 9.324046897323, 10.36625, 12.2731716885694, 14.8529166666667, 12.6546379193387, 17.95, 22.7204411531918, 58.60125, 38.2712877747115, 123.99625 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1335, '2022-05-08 00:00:00', 7.68762034193541, 10.3725, 7.92197329391897, 13.11, 23.0040077754266, 35.4954166666667, 21.3245628894835, 57.3079166666667, 38.0534992868069, 123.534166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1350, '2022-05-08 00:00:00', 4.57350432904859, 8.70874999999999, 5.30317294618056, 11.0354166666667, 22.6399884774898, 39.04, 20.7555409006778, 57.0845833333333, 38.3362975066938, 123.5575 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1365, '2022-05-08 00:00:00', 3.73396977138582, 8.30541666666668, 21.742819500213, 32.6945833333333, 22.9528022309613, 41.4954166666667, 20.4172599618026, 57.025, 37.9196365686698, 124.11875 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 990, '2022-05-08 00:00:00', 10.8442681787815, 20.5724, 13.4045728764478, 27.0864, 16.9646035910068, 36.572, 16.5109942967305, 50.5808, 37.9785166245339, 124.516 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1005, '2022-05-08 00:00:00', 7.7975022710267, 15.432, 11.1193487818907, 21.2256, 12.3742485697786, 28.9312, 15.2555954215713, 41.396, 38.1729189478615, 119.6592 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1020, '2022-05-08 00:00:00', 5.9728915945294, 13.6644, 8.48416872769513, 18.5524, 9.9555835589884, 26.1224, 14.0144119034657, 37.9692, 37.7772445748319, 116.9408 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1035, '2022-05-08 00:00:00', 4.99465070517117, 11.7676, 7.4261191749123, 16.9728, 9.94663036744937, 23.2816, 13.0574928425534, 34.9212, 37.1808831928452, 114.232 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1050, '2022-05-08 00:00:00', 4.96978178595401, 11.2768, 6.55204555844966, 15.7252, 9.12736776586401, 20.3456, 11.7404937147748, 32.0648, 38.3833748733311, 112.476 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1065, '2022-05-08 00:00:00', 5.02516673023558, 10.9844, 6.6462155146118, 14.6684, 7.4693834417574, 17.9416, 10.4744247733865, 30.5208, 39.1275685759627, 111.4632 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1080, '2022-05-08 00:00:00', 3.97027236681145, 9.19280000000002, 4.7752648094111, 11.9404, 5.8819687180399, 15.1632, 11.5168089185619, 30.0972, 39.3296686866289, 110.1184 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1095, '2022-05-08 00:00:00', 3.65736530852472, 8.4828, 5.40933674307674, 11.9864, 6.34511097880354, 15.154, 12.2002926877459, 32.052, 39.6569800623631, 111.1948 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1110, '2022-05-08 00:00:00', 3.43919685391809, 8.42400000000003, 4.11619861036856, 10.8708, 6.19165707491404, 15.4956, 12.0219973659399, 32.0896, 39.4966787506663, 111.0664 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1125, '2022-05-08 00:00:00', 3.45053483777035, 7.58639999999999, 4.89058064037391, 10.9496, 7.14630440624151, 15.466, 12.4523412524178, 32.9988, 41.0025450917379, 116.3396 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1140, '2022-05-08 00:00:00', 2.97347821022227, 7.38319999999999, 4.22215576848287, 10.8608, 7.10539555549161, 14.5428, 12.006630071201, 33.1264, 41.401159210824, 115.7544 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1155, '2022-05-08 00:00:00', 3.00649618881069, 7.45120000000001, 4.1106776408114, 10.4096, 5.63246541637555, 13.676, 15.1674561919042, 41.2624, 40.6427603721335, 117.1704 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1170, '2022-05-08 00:00:00', 3.49899804706054, 8.28040000000001, 4.80186949704661, 10.4944, 5.13980096890921, 13.7296, 16.4277244620185, 43.6332, 40.1590809572795, 117.392 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1185, '2022-05-08 00:00:00', 2.90671590172368, 6.1584, 3.39360560466299, 9.90439999999999, 4.59073240344067, 13.3136, 16.9092327541297, 44.0876, 39.8092922485861, 117.5308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1200, '2022-05-08 00:00:00', 2.78822661680621, 7.5092, 3.30742714709385, 10.0292, 4.60936629773188, 13.6708, 15.9442135480765, 44.8504, 39.6810686306035, 117.8192 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1215, '2022-05-08 00:00:00', 2.51306035210725, 6.9516, 2.92448724850472, 9.05559999999999, 4.29576826656187, 13.884, 15.6294033582006, 45.0408, 40.0259174868817, 117.6596 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1230, '2022-05-08 00:00:00', 2.64102145643184, 6.79880000000002, 3.88146772067819, 9.94400000000002, 4.92405412236706, 13.8656, 15.8023408287085, 45.5344, 40.0405839035014, 117.5048 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1245, '2022-05-08 00:00:00', 3.602644306617, 7.03280000000002, 4.26424639688343, 10.6516, 5.81869329546306, 14.346, 16.2412047274825, 46.2532, 39.8904236628291, 117.142 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1260, '2022-05-08 00:00:00', 2.20204639672587, 7.73400000000002, 3.54720077431958, 10.332, 6.49002226498495, 15.4916, 16.9320588431138, 46.768, 39.5371207432543, 117.08 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1275, '2022-05-08 00:00:00', 3.38890680505281, 7.19679999999999, 4.40517214949274, 10.352, 7.05876292277903, 16.6544, 15.8453716901813, 45.9596, 39.1457004876227, 116.744 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1290, '2022-05-08 00:00:00', 3.01061887325513, 6.61479999999998, 4.83951702135657, 10.43, 6.1565124867899, 15.5928, 14.9355787523171, 44.9728, 38.7687680055308, 116.3732 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1305, '2022-05-08 00:00:00', 3.58232685089826, 7.25359999999998, 5.17396472736334, 11.2412, 6.67619385079054, 15.6768, 15.2968949681518, 44.2204, 38.3121948949243, 115.7812 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1320, '2022-05-08 00:00:00', 3.83760563321032, 7.98478260869567, 4.49500930985156, 10.8878260869565, 6.47305320436664, 16.1821739130435, 15.2117501260451, 45.0665217391305, 37.8497444240305, 113.074347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1335, '2022-05-08 00:00:00', 2.70260114786234, 6.92434782608697, 3.46711028883431, 10.1108695652174, 9.56488077650606, 26.9452173913043, 14.9778591798911, 43.8873913043478, 37.4769221478484, 112.551304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1350, '2022-05-08 00:00:00', 2.94430977973639, 8.10347826086958, 3.78210363490192, 11.7452173913043, 10.9035568044626, 31.0834782608696, 15.0512862371063, 43.7708695652174, 37.4257400432718, 112.507826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1365, '2022-05-08 00:00:00', 2.79598003351706, 8.69043478260869, 8.96119746903569, 25.2434782608696, 11.7077306307302, 33.3173913043478, 14.3535296371129, 44.0830434782609, 37.3030561114893, 112.399565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 990, '2022-05-08 00:00:00', 7.93998558024465, 21.2216666666666, 9.37241357558898, 26.6083333333333, 10.8376869289999, 31.2533333333333, 15.6807754020694, 40.9429166666667, 36.5632140708172, 115.368333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1005, '2022-05-08 00:00:00', 5.54386681289607, 15.51375, 8.36558892605357, 20.7620833333333, 10.0254755841509, 26.2229166666667, 14.2223434135839, 37.24, 36.1072296119991, 113.137083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1020, '2022-05-08 00:00:00', 5.35456624855318, 13.2366666666667, 8.01887591963442, 18.7133333333334, 11.4601482146371, 23.7416666666667, 12.4945171453583, 34.1725, 35.8972742899691, 112.148333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1035, '2022-05-08 00:00:00', 4.97315773187288, 12.2125, 7.12399648412302, 15.9129166666667, 9.81865301869097, 22.4191666666667, 11.3804155447424, 31.6933333333333, 35.6495202317454, 111.161666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1050, '2022-05-08 00:00:00', 4.94857174534639, 11.0416666666667, 7.21470835631397, 15.2641666666667, 8.69871903571548, 20.4854166666667, 11.0789498060217, 30.39625, 35.232787430814, 110.508333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1065, '2022-05-08 00:00:00', 4.13825525091665, 9.56999999999999, 6.16734738213148, 13.6454166666667, 6.85876196998185, 17.18375, 10.9646141558632, 29.42625, 34.9806255459641, 110.71375 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1080, '2022-05-08 00:00:00', 4.71978007041043, 10.3675, 6.10150866352039, 13.2908333333333, 6.74995646792189, 16.6341666666667, 11.1697486121206, 29.5166666666667, 34.9143030338653, 111.137916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1095, '2022-05-08 00:00:00', 4.86549740892254, 8.80708333333335, 4.99637069368312, 12.17625, 5.85241085898102, 14.9745833333334, 15.8635771810226, 32.73125, 34.8150036970777, 111.372916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1110, '2022-05-08 00:00:00', 3.37028573058681, 8.15791666666667, 4.46560957099698, 10.7458333333333, 4.59375945232194, 13.3054166666667, 16.036213767369, 31.6629166666667, 34.7126562455711, 111.410833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1125, '2022-05-08 00:00:00', 2.12029902013434, 6.56625000000001, 3.09083767549057, 9.06083333333334, 4.56375441361891, 13.0925, 16.2065142062503, 30.97375, 36.1622795208616, 113.294166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1140, '2022-05-08 00:00:00', 2.93292985532077, 6.98583333333334, 3.85136593499208, 9.89750000000001, 4.47382319965141, 13.44375, 15.8658750049883, 31.39625, 37.7434060658186, 115.011666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1155, '2022-05-08 00:00:00', 2.73508044419754, 6.95041666666667, 3.29834301834522, 9.68166666666666, 8.12526079849004, 14.1375, 24.6404081898184, 54.34125, 41.4060857390781, 116.328333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1170, '2022-05-08 00:00:00', 2.7058197812134, 6.78791666666667, 2.9160052769778, 9.42541666666667, 10.0536603670187, 14.8020833333333, 26.2934873735089, 57.565, 41.5421147032952, 116.99375 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1185, '2022-05-08 00:00:00', 2.25730019418477, 6.52291666666667, 8.42221333951074, 10.9658333333334, 10.0907324302184, 14.58125, 26.1547624691726, 58.1920833333333, 41.0001871681836, 116.9 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1200, '2022-05-08 00:00:00', 2.00472465655925, 6.7286956521739, 2.90500658193862, 8.74217391304347, 4.24416269669853, 12.3952173913043, 26.1845449241604, 59.9073913043478, 41.8147092762548, 117.508695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1215, '2022-05-08 00:00:00', 2.35639865568329, 5.99652173913044, 3.09395132195204, 8.81434782608696, 5.05791517612286, 12.7282608695652, 26.0105914274005, 61.2586956521739, 42.2952263025532, 117.359565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1230, '2022-05-08 00:00:00', 2.14588539085199, 6.37826086956521, 3.83408393292883, 8.61782608695652, 5.24063719988986, 13.5865217391304, 26.5683507441622, 61.8039130434783, 42.4790347126506, 117.129130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1245, '2022-05-08 00:00:00', 2.58598663520721, 5.8821739130435, 3.01284857265332, 8.65739130434784, 4.46213347826639, 12.9852173913043, 27.07671301593, 62.1082608695652, 42.7530772902555, 117.067826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1260, '2022-05-08 00:00:00', 2.64629213340779, 6.26434782608696, 3.61973433829638, 9.75695652173912, 5.40906328421552, 13.7326086956522, 26.8876136829808, 62.3417391304348, 43.3339512305191, 117.112608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1275, '2022-05-08 00:00:00', 2.67675250117922, 7.23304347826087, 4.40699426128201, 9.94434782608694, 15.6124838819589, 18.544347826087, 26.6746895399991, 62.6143478260869, 44.2928217491054, 117.486956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1290, '2022-05-08 00:00:00', 3.17257404751354, 6.91521739130434, 4.28551245431015, 10.7347826086956, 15.8460507417675, 17.2882608695652, 26.2423014572036, 62.8530434782609, 44.1354380839441, 117.643043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1305, '2022-05-08 00:00:00', 2.44360074172936, 7.15130434782609, 15.4958453694987, 13.7434782608696, 14.9542868918143, 16.6165217391304, 25.2668308324611, 62.2069565217391, 44.0748401336445, 117.33652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1320, '2022-05-08 00:00:00', 2.49682979948956, 6.51761904761906, 3.864417038522, 8.98095238095237, 4.31116490720811, 14.3814285714286, 24.9397500942152, 61.6304761904762, 45.5884627948783, 116.75 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1335, '2022-05-08 00:00:00', 2.33463681278673, 6.62761904761904, 3.52310016347884, 10.0195238095238, 24.429611247711, 45.0257142857143, 25.4242107617354, 60.6714285714286, 45.895433339588, 116.307142857143 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1350, '2022-05-08 00:00:00', 3.93942242563794, 7.79095238095237, 5.16772433106728, 11.5861904761905, 25.8190856962534, 48.6752380952381, 26.1338492326386, 60.8342857142857, 45.7599951819012, 116.422380952381 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1365, '2022-05-08 00:00:00', 3.42019095818877, 8.31809523809523, 23.5384448246248, 42.4061904761905, 24.4087503728049, 47.9338095238095, 25.2770263847855, 59.3014285714286, 46.0636330111996, 115.395238095238 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 990, '2022-05-08 00:00:00', 10.3743985015409, 23.2147826086957, 11.3542748997029, 28.8269565217391, 10.2211609722454, 34.7204347826087, 13.6948367408919, 47.1152173913043, 41.5549381064112, 111.739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1005, '2022-05-08 00:00:00', 6.29656421777913, 17.2313043478261, 6.20843182226394, 21.434347826087, 9.92301269915884, 30.2991304347826, 13.7061072334223, 41.8113043478261, 43.6173708325011, 109.237391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1020, '2022-05-08 00:00:00', 4.32791988301931, 13.6478260869565, 6.51819930152396, 18.9469565217391, 6.91143275788735, 26.6813043478261, 12.1759905165571, 37.1621739130435, 44.7154032316159, 107.869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1035, '2022-05-08 00:00:00', 4.19298166665643, 12.5904347826087, 7.23485052059375, 18.434347826087, 7.76798944895338, 22.9534782608696, 13.2290995723092, 34.4586956521739, 45.0002729152901, 107.504782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1050, '2022-05-08 00:00:00', 5.3623997636596, 12.2569565217392, 5.03773837204141, 16.2752173913043, 6.46345986594915, 19.9204347826087, 13.7576877251049, 31.7147826086957, 45.9301733301148, 106.933043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1065, '2022-05-08 00:00:00', 3.33429330709035, 9.72130434782608, 4.97092522861274, 12.7860869565217, 6.93686585607207, 17.2952173913043, 14.4582569103394, 29.7526086956522, 45.569160398746, 106.946086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1080, '2022-05-08 00:00:00', 3.17836952010367, 8.96652173913044, 4.38717160634928, 12.1173913043478, 11.3831070836337, 17.9778260869565, 13.1407092775164, 29.7069565217391, 45.7596103645066, 106.990434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 930, '2022-05-08 00:00:00', 4.47598592491087, 23.585, 4.66690475583115, 30.05, 7.6650375080622, 38.36, 6.1376868606992, 39.44, 13.7744400975139, 123.56 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 945, '2022-05-08 00:00:00', 1.8314065632731, 17.255, 2.65872149726141, 23.89, 0.834386001800171, 28.39, 9.91363707223538, 36.97, 12.0490995514187, 124.78 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 960, '2022-05-08 00:00:00', 7.02157033718238, 16.305, 5.19723484172114, 20.805, 5.4570965838072, 20.805, 5.72995141299756, 34.77, 6.01644898364744, 124.78 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 975, '2022-05-08 00:00:00', 0.0565685424950331, 11.39, 6.77408296376723, 16.14, 2.07889393668849, 19.46, 13.0249069094562, 34.77, 10.9601551083915, 125.55 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 930, '2022-05-08 00:00:00', 8.61963166266405, 17.225, 7.77110352524016, 20.485, 5.63564104605672, 22.765, 9.11460640949459, 37.835, 19.869700551342, 132.98 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 945, '2022-05-08 00:00:00', 4.34870670429725, 11.455, 0.954594154601775, 18.715, 11.1652160749356, 28.355, 6.10940258945176, 39.96, 19.869700551342, 132.98 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 960, '2022-05-08 00:00:00', 1.30107647738327, 12.16, 3.37997041407168, 16.21, 11.2712820921136, 23.47, 0.0212132034355771, 36.115, 17.614029919357, 126.425 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 975, '2022-05-08 00:00:00', 8.86711903607928, 10.98, 14.1279934881072, 16.76, 12.2541605179629, 21.425, 0.735391052434064, 35.3, 22.0475894373966, 121.94 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 930, '2022-05-08 00:00:00', 8.52063671329786, 21.985, 3.92444263558531, 25.235, 14.0502117421767, 44.4650000000001, 16.7230753750618, 48.285, 17.1049130369026, 127.645 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 945, '2022-05-08 00:00:00', 6.34274782724327, 14.115, 21.4536197411997, 27.99, 16.29881130635, 35.155, 20.336391026925, 38.0099999999999, 20.1454721960047, 125.495 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 960, '2022-05-08 00:00:00', 19.4242232791943, 22.385, 15.6341309320346, 28.5850000000001, 14.2694148443446, 29.5500000000001, 18.0029386490094, 35.19, 20.1454721960047, 125.495 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 975, '2022-05-08 00:00:00', 1.527350647363, 10.5600000000001, 0.869741340859547, 12.025, 5.81948880916538, 15.525, 20.2586092809946, 41.485, 20.1454721960047, 125.495 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 930, '2022-05-08 00:00:00', 0.424264068711945, 18.11, 2.89913780286486, 24.53, 4.86489465456344, 31.73, 3.05470129472592, 37.33, 7.89838274585371, 130.895 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 945, '2022-05-08 00:00:00', 1.77483802077823, 16.705, 3.58503138061583, 19.695, 9.53887047820653, 23.905, 0.855599205235748, 31.255, 6.01747870789751, 129.565 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 960, '2022-05-08 00:00:00', 4.58205194208884, 10.54, 9.12874854511831, 15.7449999999999, 4.17900107681247, 19.2449999999999, 2.29809703885636, 32.195, 10.931870837144, 133.04 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 975, '2022-05-08 00:00:00', 5.26794551983973, 9.96499999999997, 3.69816846560558, 11.855, 7.06399674405354, 20.235, 4.02343758495149, 33.415, 15.76848122046, 136.46 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 930, '2022-05-08 00:00:00', 2.75064537881558, 12.655, 3.48603643124972, 15.395, 11.7167593642611, 23.725, 8.54184991673344, 30.16, 39.9020356623567, 144.925 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 945, '2022-05-08 00:00:00', 3.45775216000213, 10.485, 4.77297077300928, 18.815, 5.01161931165974, 18.815, 5.26220027724273, 25.25, 5.52531029110486, 140.015 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 960, '2022-05-08 00:00:00', 4.02343758495149, 12.475, 2.892066735053, 13.275, 3.17490944752752, 17.565, 3.25976226126999, 21.815, 28.1004234843532, 136.58 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 975, '2022-05-08 00:00:00', 0.650538238691595, 8.91000000000003, 0.0848528137423889, 12.05, 3.45068109219035, 14.59, 5.09823989235503, 20.515, 26.2619458532682, 135.28 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2022-05-08 18:06:32 Duration: 891ms 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 515840247113770300, 1, 1095, '2022-05-08 00:00:00', 0.105043124339552, 0.259166666666666, 0.140943861524542, 0.327291666666666, 0.189877916536931, 0.435833333333333, 0.543675094790677, 0.919999999999999, 0.944452888744576, 3.05604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1110, '2022-05-08 00:00:00', 0.114592654429835, 0.240208333333333, 0.157338455225522, 0.341458333333333, 0.244090202945372, 0.441875, 0.655319336637501, 0.962708333333333, 0.967513036836857, 3.06520833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1125, '2022-05-08 00:00:00', 0.101877083867723, 0.215625, 0.118699932236894, 0.27375, 0.204636032499415, 0.395416666666667, 0.672327101851515, 0.950416666666666, 0.977549597503734, 3.18645833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1140, '2022-05-08 00:00:00', 0.104478518699133, 0.196250000000001, 0.1576766033116, 0.280208333333334, 0.18402787576335, 0.399791666666666, 0.677415565089914, 0.971249999999999, 1.00644118941627, 3.21729166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1155, '2022-05-08 00:00:00', 0.0872652129505472, 0.184999999999999, 0.127296121450074, 0.258958333333333, 0.171719247610744, 0.388749999999998, 0.640215338263482, 1.438125, 1.00090140532842, 3.21416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1170, '2022-05-08 00:00:00', 0.0697147396720109, 0.169166666666667, 0.126102205787003, 0.261874999999999, 0.190416686487171, 0.375416666666666, 0.634744007226649, 1.52729166666667, 1.0217312673148, 3.24 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1185, '2022-05-08 00:00:00', 0.0971654423568679, 0.187083333333333, 0.11366665604148, 0.263749999999999, 0.177940614584868, 0.354583333333333, 0.612659325625066, 1.54333333333333, 1.02681314978199, 3.236875 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1200, '2022-05-08 00:00:00', 0.0820190747520865, 0.191458333333333, 0.137606184296062, 0.260625, 0.179224881004324, 0.357083333333334, 0.60580072625207, 1.60645833333333, 1.06040135876312, 3.25520833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1215, '2022-05-08 00:00:00', 0.0946042002774981, 0.182708333333334, 0.0981936031300008, 0.234375, 0.190173333407001, 0.370625, 0.622986612087755, 1.61833333333333, 1.0631513987853, 3.253125 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1230, '2022-05-08 00:00:00', 0.0825367726566753, 0.171666666666667, 0.11723180925606, 0.249583333333333, 0.211729314305393, 0.386458333333333, 0.628147148827175, 1.62416666666667, 1.06267632807966, 3.24875 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1245, '2022-05-08 00:00:00', 0.108118795373622, 0.17875, 0.185273006551201, 0.282499999999999, 0.225849443245921, 0.380833333333333, 0.63125303127411, 1.61229166666667, 1.06728695732468, 3.22833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1260, '2022-05-08 00:00:00', 0.12835903422302, 0.188958333333332, 0.15451830246641, 0.272083333333333, 0.19608660002699, 0.366041666666666, 0.630880129120295, 1.62145833333333, 1.07566408119808, 3.23979166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1275, '2022-05-08 00:00:00', 0.0871527789806937, 0.167291666666667, 0.115651901492541, 0.241666666666666, 0.551064023477321, 0.512083333333332, 0.639989491252039, 1.621875, 1.04369119204285, 3.2675 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1290, '2022-05-08 00:00:00', 0.0839122104223865, 0.172708333333332, 0.171131014942828, 0.270208333333332, 0.665954692283126, 0.554999999999999, 0.643889301798852, 1.64604166666667, 1.03805138569718, 3.275625 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1305, '2022-05-08 00:00:00', 0.168438588129367, 0.202083333333333, 0.562325939252781, 0.418125, 0.677148218741604, 0.579166666666667, 0.663683418014813, 1.673125, 1.01449414466778, 3.29625 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1320, '2022-05-08 00:00:00', 0.112751162634026, 0.186590909090908, 0.144176456640295, 0.264772727272726, 0.205342602534362, 0.473181818181817, 0.564485600796418, 1.61977272727273, 1.05271924226277, 3.30977272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1335, '2022-05-08 00:00:00', 0.0984731927834665, 0.182272727272726, 0.141167825577767, 0.285454545454544, 0.430758417042329, 1.14136363636364, 0.575202956840837, 1.61681818181818, 1.05509250020208, 3.30022727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1350, '2022-05-08 00:00:00', 0.105510509109129, 0.209090909090909, 0.184535364810655, 0.376590909090908, 0.465785249088459, 1.25522727272727, 0.57920367224267, 1.60068181818182, 1.06714504120154, 3.29159090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1365, '2022-05-08 00:00:00', 0.123518931370566, 0.284545454545453, 0.429857773720222, 1.07409090909091, 0.479399200117807, 1.27045454545455, 0.579500456618267, 1.57272727272727, 1.06615172060171, 3.28159090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 990, '2022-05-08 00:00:00', 0.182207405067792, 0.501538461538462, 0.255139479199424, 0.703076923076923, 0.285887820926051, 0.870384615384616, 0.403887312920895, 1.15480769230769, 1.08255531036525, 3.19 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1005, '2022-05-08 00:00:00', 0.197460025165757, 0.457307692307692, 0.202644155716748, 0.579423076923078, 0.298737407201606, 0.739038461538462, 0.399995817285823, 1.03442307692308, 1.03994469157665, 3.13519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1020, '2022-05-08 00:00:00', 0.0862351436480506, 0.3675, 0.255660607356406, 0.542884615384615, 0.279290860243196, 0.669230769230769, 0.390446342221113, 0.962884615384616, 1.01189063334244, 3.07442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1035, '2022-05-08 00:00:00', 0.225946555968101, 0.375384615384616, 0.239883625631584, 0.488076923076923, 0.23366223156843, 0.584038461538461, 0.379234248696786, 0.873846153846154, 1.00378215534279, 3.05115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1050, '2022-05-08 00:00:00', 0.159754619531137, 0.321538461538462, 0.176169935442591, 0.400384615384615, 0.197504040854474, 0.530384615384616, 0.303058511740657, 0.812307692307693, 0.986112511134194, 3.04673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1065, '2022-05-08 00:00:00', 0.116386788835265, 0.266730769230769, 0.13277062348855, 0.349038461538462, 0.187641638810219, 0.48576923076923, 0.28999761272227, 0.748846153846154, 0.997337628967165, 3.04788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1080, '2022-05-08 00:00:00', 0.0771322540535705, 0.230769230769231, 0.153832576323942, 0.342692307692308, 0.172781320215423, 0.46076923076923, 0.282790830555296, 0.714423076923077, 1.02452533099292, 3.05692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1095, '2022-05-08 00:00:00', 0.117049792166214, 0.230576923076924, 0.1429830544021, 0.321923076923076, 0.265194558477646, 0.448076923076922, 0.421122355689577, 0.769038461538461, 1.01950976152568, 3.05192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1110, '2022-05-08 00:00:00', 0.0919508648054029, 0.225192307692308, 0.125741645998696, 0.309807692307691, 0.258985298068027, 0.425769230769231, 0.417572287615707, 0.788846153846154, 1.00970545971814, 3.06634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1125, '2022-05-08 00:00:00', 0.0919749129675285, 0.219230769230768, 0.218398365730712, 0.324615384615385, 0.222429677737621, 0.394807692307692, 0.39443869563645, 0.783269230769231, 1.24302133467674, 3.27903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1140, '2022-05-08 00:00:00', 0.168339971943225, 0.217115384615385, 0.163744171945611, 0.286923076923078, 0.16866044632292, 0.377884615384615, 0.480645439447352, 0.819038461538461, 1.29451108977037, 3.33019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1155, '2022-05-08 00:00:00', 0.105678940482664, 0.195961538461539, 0.116122614242282, 0.257692307692308, 0.12788531520919, 0.350576923076924, 0.588038362170884, 1.08865384615385, 1.29799514044367, 3.34076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1170, '2022-05-08 00:00:00', 0.0842407264925946, 0.1775, 0.101253869821584, 0.252884615384614, 0.153864075879179, 0.363076923076924, 0.631273712425918, 1.1925, 1.27320485994384, 3.37884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1185, '2022-05-08 00:00:00', 0.0690974785246275, 0.172307692307691, 0.0869686061837167, 0.238461538461538, 0.211147141549715, 0.376346153846154, 0.61965874603564, 1.20019230769231, 1.28115442232627, 3.41442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1200, '2022-05-08 00:00:00', 0.0889079039490597, 0.176153846153846, 0.161672032689163, 0.269615384615385, 0.238252936054231, 0.412692307692308, 0.624862815713609, 1.22346153846154, 1.29821458757195, 3.44365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1215, '2022-05-08 00:00:00', 0.142759076230388, 0.186923076923077, 0.196463443458025, 0.28173076923077, 0.233089368796936, 0.390576923076923, 0.639103578941149, 1.27576923076923, 1.30125822246719, 3.44980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1230, '2022-05-08 00:00:00', 0.0878827890737687, 0.189230769230771, 0.149103603629774, 0.273269230769231, 0.216216415800323, 0.388461538461538, 0.627195221724342, 1.27961538461539, 1.29100175772984, 3.45653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1245, '2022-05-08 00:00:00', 0.0831183123394231, 0.170576923076923, 0.101284253465185, 0.2275, 0.199398807958785, 0.381730769230769, 0.617329609004661, 1.27461538461538, 1.29933758271134, 3.43692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1260, '2022-05-08 00:00:00', 0.0823771813064748, 0.17, 0.15509401615199, 0.276923076923076, 0.216698035204609, 0.410961538461538, 0.597529786833968, 1.26961538461538, 1.32269214105173, 3.4375 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1275, '2022-05-08 00:00:00', 0.130988695930367, 0.199038461538462, 0.164989510156064, 0.291538461538462, 0.351914980991365, 0.471923076923078, 0.604151789383584, 1.27576923076923, 1.34157502155546, 3.49653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1290, '2022-05-08 00:00:00', 0.0839047078536119, 0.185000000000001, 0.131326369722974, 0.253846153846154, 0.314432578073338, 0.440384615384616, 0.607985734903505, 1.27557692307692, 1.38843089354632, 3.51288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1305, '2022-05-08 00:00:00', 0.0923829821158384, 0.166153846153846, 0.329337797125359, 0.32923076923077, 0.340273249926267, 0.473269230769232, 0.626841195691051, 1.27673076923077, 1.41844314709419, 3.51019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1320, '2022-05-08 00:00:00', 0.0840718184183833, 0.190625, 0.129955399261059, 0.278333333333333, 0.298384463475359, 0.455625, 0.616832723431283, 1.215, 1.45041546709, 3.604375 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1335, '2022-05-08 00:00:00', 0.106398340607633, 0.190208333333333, 0.181367091113934, 0.303750000000002, 0.501965295223381, 0.851875000000001, 0.647112839599025, 1.224375, 1.4513823370862, 3.61791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1350, '2022-05-08 00:00:00', 0.110036225918979, 0.223333333333334, 0.17335236273748, 0.336458333333334, 0.553329186294919, 0.979166666666667, 0.666727861774703, 1.22270833333333, 1.48133605969042, 3.6425 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1365, '2022-05-08 00:00:00', 0.0964250008924117, 0.262291666666667, 0.51615386250866, 0.816875, 0.538895811499935, 0.985, 0.678810467186769, 1.22520833333333, 1.47364897595995, 3.6475 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 990, '2022-05-08 00:00:00', 0.11845609378097, 0.469615384615385, 0.197205574113762, 0.645961538461538, 0.232774899519158, 0.733076923076923, 0.372237982189642, 1.04865384615385, 1.49744650604338, 3.46403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1005, '2022-05-08 00:00:00', 0.182049866372249, 0.403076923076923, 0.221661991467952, 0.509038461538462, 0.312868121639872, 0.667692307692308, 0.377679809443844, 0.980961538461538, 1.52401034722916, 3.42846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1020, '2022-05-08 00:00:00', 0.177611503438956, 0.360384615384615, 0.209859751702454, 0.453653846153846, 0.261737684303609, 0.581153846153846, 0.364754501211221, 0.900384615384615, 1.48054201353631, 3.38942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1035, '2022-05-08 00:00:00', 0.138499652873766, 0.286923076923077, 0.188765625945143, 0.407692307692308, 0.216459269574245, 0.508846153846155, 0.342242604010664, 0.85, 1.41856288328933, 3.34942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1050, '2022-05-08 00:00:00', 0.105920325644399, 0.278653846153847, 0.10770972386644, 0.35923076923077, 0.152598013899769, 0.463076923076924, 0.310250085229023, 0.813653846153847, 1.4260664025968, 3.33923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1065, '2022-05-08 00:00:00', 0.0657773049474802, 0.234423076923077, 0.123894651278353, 0.333269230769231, 0.147874817120637, 0.435192307692308, 0.301447533386185, 0.778846153846155, 1.36854015426883, 3.43192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1080, '2022-05-08 00:00:00', 0.105453051894415, 0.232115384615384, 0.11479831813295, 0.295576923076922, 0.135373699297679, 0.415961538461537, 0.29447299732547, 0.757884615384615, 1.35996879206275, 3.46634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1095, '2022-05-08 00:00:00', 0.0608266768398927, 0.18826923076923, 0.0783041407687907, 0.283461538461537, 0.119442454763791, 0.377499999999999, 0.332670314968947, 0.778461538461538, 1.33131688708818, 3.46557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1110, '2022-05-08 00:00:00', 0.0687831039181519, 0.201346153846153, 0.0974892499004576, 0.261923076923076, 0.135588177383406, 0.356923076923076, 0.398337748071235, 0.810192307692308, 1.30799558926567, 3.46730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1125, '2022-05-08 00:00:00', 0.0675380234785169, 0.169230769230769, 0.0950070847560656, 0.247115384615385, 0.15120554019154, 0.358653846153846, 0.408395170618625, 0.791153846153846, 1.29113320828583, 3.52519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1140, '2022-05-08 00:00:00', 0.0820789957203522, 0.194807692307693, 0.0945428270882894, 0.262115384615385, 0.148709965524016, 0.359423076923077, 0.453862441037607, 0.818653846153846, 1.28689913536974, 3.54423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1155, '2022-05-08 00:00:00', 0.0592296703194757, 0.173076923076922, 0.120801330863783, 0.254807692307692, 0.164097531974128, 0.369999999999999, 0.92743643779714, 1.36288461538462, 1.28508539075754, 3.54269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1170, '2022-05-08 00:00:00', 0.0759202516815148, 0.173269230769231, 0.0965626540327382, 0.232884615384615, 0.163419352022289, 0.34826923076923, 0.923592921484019, 1.43826923076923, 1.28149067345566, 3.55211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1185, '2022-05-08 00:00:00', 0.0545019406852781, 0.157307692307692, 0.114273625734294, 0.247692307692307, 0.168766110342094, 0.359999999999999, 0.910302084264002, 1.48826923076923, 1.28082042517226, 3.56519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1200, '2022-05-08 00:00:00', 0.114333520221122, 0.181923076923076, 0.129555452932771, 0.248846153846154, 0.170284942195315, 0.340192307692307, 0.894384210160609, 1.52134615384615, 1.27911682271552, 3.56461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1215, '2022-05-08 00:00:00', 0.103634156828424, 0.179038461538462, 0.139086718936839, 0.251346153846155, 0.20288998534636, 0.367115384615386, 0.879888563748492, 1.52326923076923, 1.25489774330574, 3.55788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1230, '2022-05-08 00:00:00', 0.109691174878172, 0.181923076923077, 0.135133694482965, 0.236346153846154, 0.217182748287809, 0.367884615384615, 0.883445614537847, 1.53807692307692, 1.24444972392806, 3.57134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1245, '2022-05-08 00:00:00', 0.0862939965823448, 0.165576923076923, 0.188437400338027, 0.289423076923077, 0.215232343151445, 0.379807692307692, 0.885956610328415, 1.54634615384615, 1.2412775056988, 3.57961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1260, '2022-05-08 00:00:00', 0.192291545475974, 0.240961538461538, 0.214018331350018, 0.300384615384615, 0.252037008881938, 0.404423076923077, 0.871062657818687, 1.55692307692308, 1.23437439776032, 3.57807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1275, '2022-05-08 00:00:00', 0.16250739628138, 0.210576923076922, 0.176967619810908, 0.293461538461538, 0.307916634572011, 0.439423076923077, 0.863471793668756, 1.56653846153846, 1.23492516123292, 3.58192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1290, '2022-05-08 00:00:00', 0.143156718856804, 0.220384615384615, 0.20985022131181, 0.303653846153846, 0.358374750140773, 0.492307692307692, 0.864297780771277, 1.57442307692308, 1.22713644153934, 3.59038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1305, '2022-05-08 00:00:00', 0.126783431336822, 0.209038461538461, 0.251017621201872, 0.324615384615385, 0.300130228144641, 0.458076923076923, 0.878448129023346, 1.58365384615385, 1.22983671524062, 3.59211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1320, '2022-05-08 00:00:00', 0.121507551802049, 0.196458333333334, 0.183928546302437, 0.311666666666668, 0.231767683377064, 0.424791666666667, 0.902378273737264, 1.653125, 1.25830717892005, 3.615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1335, '2022-05-08 00:00:00', 0.117194715961409, 0.207083333333334, 0.139218835140835, 0.258333333333334, 0.907245792239476, 1.18583333333333, 0.912888963159251, 1.65854166666667, 1.26194278491194, 3.618125 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1350, '2022-05-08 00:00:00', 0.0639236410419326, 0.163333333333333, 0.11227796123777, 0.312916666666667, 0.890270451295153, 1.28645833333333, 0.901016108165616, 1.651875, 1.26681757420094, 3.624375 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1365, '2022-05-08 00:00:00', 0.11059047709088, 0.274583333333334, 0.887090970246432, 1.12770833333333, 0.872017795822932, 1.34958333333333, 0.885287045072904, 1.65375, 1.27594544372489, 3.63041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 990, '2022-05-08 00:00:00', 0.170269883811945, 0.477800000000001, 0.258138690113152, 0.6772, 0.351473920322215, 0.9012, 0.507244352687473, 1.2402, 1.3181498397375, 3.4724 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1005, '2022-05-08 00:00:00', 0.251497680572473, 0.478599999999999, 0.284644807903932, 0.6318, 0.485813921853488, 0.8612, 0.521783799416324, 1.203, 1.33043460944159, 3.466 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1020, '2022-05-08 00:00:00', 0.129237185051361, 0.367200000000001, 0.338545048701056, 0.5326, 0.479454725008873, 0.6632, 0.496270843390986, 1.1008, 1.33230386298822, 3.4476 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1035, '2022-05-08 00:00:00', 0.353664506748039, 0.3616, 0.491121845031014, 0.4856, 0.495117662783303, 0.5654, 0.515573063040859, 1.0452, 1.31617982560641, 3.4328 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1050, '2022-05-08 00:00:00', 0.219160899797386, 0.3026, 0.250831949054874, 0.383, 0.263075876253728, 0.5138, 0.438118610271998, 0.993, 1.28921057886858, 3.3942 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1065, '2022-05-08 00:00:00', 0.122078526640302, 0.241399999999999, 0.131243095056465, 0.3232, 0.222394544297591, 0.4902, 0.408450629411519, 0.985599999999999, 1.27952048309774, 3.3918 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1080, '2022-05-08 00:00:00', 0.103907811705056, 0.224800000000001, 0.188469714631643, 0.362, 0.224870333006971, 0.464, 0.41218169537232, 0.973000000000001, 1.2719685530704, 3.3896 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1095, '2022-05-08 00:00:00', 0.147450556684831, 0.263000000000001, 0.184039850757021, 0.360400000000001, 0.239691294515814, 0.469600000000001, 0.420934278322241, 1.0076, 1.27478079815054, 3.3834 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1110, '2022-05-08 00:00:00', 0.100716185392419, 0.233, 0.119800876457561, 0.282200000000001, 0.196617861175767, 0.462400000000001, 0.404121990657937, 0.985000000000001, 1.27208234796337, 3.3782 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1125, '2022-05-08 00:00:00', 0.0733581397437709, 0.1822, 0.128978357357607, 0.272, 0.195746860340935, 0.4478, 0.426006161927266, 0.97, 1.32759808175015, 3.555 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1140, '2022-05-08 00:00:00', 0.104913853549789, 0.1944, 0.156604597633659, 0.313, 0.214688145923338, 0.439200000000001, 0.440138425195226, 0.9902, 1.30549230816067, 3.5718 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1155, '2022-05-08 00:00:00', 0.0981062349360806, 0.2146, 0.135639841737842, 0.2876, 0.199732529482139, 0.4242, 0.65257809238946, 1.4354, 1.31518275029239, 3.5716 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1170, '2022-05-08 00:00:00', 0.100431568742104, 0.1914, 0.134563491829446, 0.2764, 0.208374062685353, 0.419800000000001, 0.711152234054004, 1.5, 1.31155861477861, 3.5912 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1185, '2022-05-08 00:00:00', 0.0710586612126438, 0.169199999999999, 0.148358237609736, 0.2768, 0.24419374138854, 0.4158, 0.71648011137784, 1.509, 1.28684005740159, 3.5914 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1200, '2022-05-08 00:00:00', 0.110418899348496, 0.2044, 0.166891182111776, 0.2988, 0.203867195333956, 0.3958, 0.750502720403687, 1.5678, 1.27891092991915, 3.5906 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1215, '2022-05-08 00:00:00', 0.100113685378173, 0.2054, 0.14326781448276, 0.2744, 0.174352851042553, 0.3652, 0.735941856851931, 1.579, 1.27274316602631, 3.5828 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1230, '2022-05-08 00:00:00', 0.100588683922861, 0.1808, 0.117637508190769, 0.2386, 0.151918289440958, 0.358, 0.777557982832577, 1.6112, 1.26295661709604, 3.5814 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1245, '2022-05-08 00:00:00', 0.0874166269462888, 0.166, 0.118910680765018, 0.2478, 0.169533674137814, 0.416, 0.771274540398337, 1.6196, 1.26226895575652, 3.581 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1260, '2022-05-08 00:00:00', 0.0874557030730408, 0.1738, 0.132827268786697, 0.2792, 0.210492082194715, 0.4556, 0.77101215943719, 1.6192, 1.2570815075669, 3.5718 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1275, '2022-05-08 00:00:00', 0.106654426381031, 0.2222, 0.139835319811079, 0.3332, 0.301359143437417, 0.535600000000001, 0.745619876344508, 1.6086, 1.29188067044393, 3.5916 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1290, '2022-05-08 00:00:00', 0.0942571836342815, 0.1936, 0.140825542190802, 0.3038, 0.307167842283879, 0.491, 0.711456663004384, 1.5632, 1.27010340786358, 3.5572 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1305, '2022-05-08 00:00:00', 0.0868250155965054, 0.2086, 0.258077830637711, 0.355, 0.323965918989432, 0.471799999999999, 0.678464074214692, 1.5752, 1.27534384252509, 3.5346 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1320, '2022-05-08 00:00:00', 0.0869146144076381, 0.197826086956523, 0.132851814978506, 0.282826086956522, 0.200548408200167, 0.454130434782609, 0.694810023228973, 1.57717391304348, 1.31123779888218, 3.50826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1335, '2022-05-08 00:00:00', 0.10115196175848, 0.198913043478261, 0.138109411287451, 0.28586956521739, 0.551981160530889, 1.06826086956522, 0.708767719243686, 1.57195652173913, 1.29328460868108, 3.48652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1350, '2022-05-08 00:00:00', 0.118090037331675, 0.205434782608695, 0.144461997683488, 0.354782608695652, 0.590813651459569, 1.19304347826087, 0.70490958969521, 1.5595652173913, 1.28227267823341, 3.47130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1365, '2022-05-08 00:00:00', 0.105099707975811, 0.293695652173913, 0.504220233110752, 0.998043478260869, 0.570136763289087, 1.19173913043478, 0.678544346988493, 1.53739130434783, 1.27035723711145, 3.45434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 990, '2022-05-08 00:00:00', 0.197525337761947, 0.506458333333334, 0.246624678173248, 0.699583333333333, 0.349810507710029, 0.850000000000001, 0.486142759494261, 1.2425, 1.1230324985296, 3.35958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1005, '2022-05-08 00:00:00', 0.151772140423386, 0.4775, 0.212735376888073, 0.574583333333334, 0.329997735499477, 0.739375, 0.498273650150981, 1.15625, 1.15895612623439, 3.28979166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1020, '2022-05-08 00:00:00', 0.223431631244503, 0.417708333333334, 0.332346660185163, 0.572708333333334, 0.418714334410202, 0.732291666666667, 0.514432816982359, 1.14208333333333, 1.16420945296039, 3.27854166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1035, '2022-05-08 00:00:00', 0.150816617698161, 0.349999999999999, 0.195065485102467, 0.483749999999999, 0.254711313570617, 0.623125, 0.47565344070255, 1.06625, 1.15757553279708, 3.230625 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1050, '2022-05-08 00:00:00', 0.132606943442927, 0.322083333333333, 0.208927449962484, 0.444375, 0.199860345263124, 0.540625, 0.500717555765897, 1.035625, 1.12629916933317, 3.22708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1065, '2022-05-08 00:00:00', 0.166606012513945, 0.295208333333333, 0.164451079682365, 0.384374999999999, 0.257111533346347, 0.519583333333333, 0.530034820773017, 1.01104166666667, 1.11897857150093, 3.22 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1080, '2022-05-08 00:00:00', 0.123542957382606, 0.264583333333334, 0.141657981404692, 0.336875000000001, 0.25323764044121, 0.524791666666667, 0.576565292253951, 1.03333333333333, 1.122398259648, 3.218125 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1095, '2022-05-08 00:00:00', 0.0810503399665637, 0.226875000000001, 0.20420932710178, 0.388333333333334, 0.343349602119127, 0.575416666666667, 0.575105810995316, 1.10354166666667, 1.11950364260109, 3.21083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1110, '2022-05-08 00:00:00', 0.148702114445557, 0.285833333333333, 0.1595292838049, 0.378124999999999, 0.313520724299396, 0.526875, 0.579677532483938, 1.05229166666667, 1.11243946260955, 3.18208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1125, '2022-05-08 00:00:00', 0.107177008877296, 0.227708333333332, 0.312971311251794, 0.368541666666666, 0.414092118505891, 0.473749999999999, 0.568356230147807, 0.998749999999999, 1.16609250882185, 3.3775 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1140, '2022-05-08 00:00:00', 0.100065196138623, 0.22804347826087, 0.115963484098525, 0.294565217391304, 0.169671561362468, 0.390434782608695, 0.415713349476303, 0.953043478260869, 1.07249441433264, 3.34521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1155, '2022-05-08 00:00:00', 0.089871449695416, 0.207173913043478, 0.115251057800398, 0.276521739130434, 0.215202359039041, 0.419347826086957, 0.483616665398725, 1.48347826086957, 1.06719327312977, 3.39086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1170, '2022-05-08 00:00:00', 0.0685875281072138, 0.177391304347825, 0.102896778548083, 0.253260869565217, 0.182977946358995, 0.388260869565217, 0.54545625823183, 1.5445652173913, 1.10466617209846, 3.40347826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1185, '2022-05-08 00:00:00', 0.0940045621632788, 0.188695652173913, 0.181635901711401, 0.294347826086957, 0.214149895787068, 0.410217391304348, 0.574636850438102, 1.56565217391304, 1.11219768730751, 3.41782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1200, '2022-05-08 00:00:00', 0.130107348285645, 0.202727272727273, 0.134356128494644, 0.267954545454545, 0.205457071489663, 0.40068181818182, 0.57083125572346, 1.61931818181818, 1.12364589020745, 3.45409090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1215, '2022-05-08 00:00:00', 0.0744172889887351, 0.188863636363635, 0.142909054420976, 0.292954545454546, 0.230397736280365, 0.429545454545455, 0.563636778208197, 1.66431818181818, 1.0882306472244, 3.46068181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1230, '2022-05-08 00:00:00', 0.0842284180483422, 0.197045454545455, 0.121825268741326, 0.268409090909092, 0.186181148115001, 0.409090909090909, 0.553380060484646, 1.67159090909091, 1.09340446923055, 3.455 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1245, '2022-05-08 00:00:00', 0.0817043159086182, 0.1725, 0.130021851310393, 0.268409090909091, 0.132371190349834, 0.375681818181818, 0.535110995080718, 1.64159090909091, 1.10036212555654, 3.45204545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1260, '2022-05-08 00:00:00', 0.0953144715394703, 0.174090909090909, 0.117993001846925, 0.261590909090909, 0.159704306040775, 0.395681818181817, 0.537420486417087, 1.64227272727273, 1.10172476449881, 3.45386363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1275, '2022-05-08 00:00:00', 0.0852920244643633, 0.198409090909092, 0.0827385701814514, 0.266363636363637, 0.362110815116371, 0.498636363636363, 0.552745068173032, 1.63659090909091, 1.12071270613702, 3.45272727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1290, '2022-05-08 00:00:00', 0.08390238607817, 0.209090909090909, 0.149096848155386, 0.308181818181818, 0.37971630159498, 0.504772727272727, 0.563216835209321, 1.62681818181818, 1.11204953426845, 3.4675 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1305, '2022-05-08 00:00:00', 0.0961836716979476, 0.201818181818181, 0.373020968388029, 0.372499999999999, 0.369113832909337, 0.505454545454545, 0.53870741763798, 1.62340909090909, 1.08092215020565, 3.47886363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1320, '2022-05-08 00:00:00', 0.0920451119374568, 0.20225, 0.109814137235795, 0.29025, 0.167206144435072, 0.514999999999999, 0.598367241134704, 1.65225, 1.11158125871969, 3.4255 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1335, '2022-05-08 00:00:00', 0.0838148806031849, 0.20975, 0.157300416568525, 0.3325, 0.482481183161854, 1.28025, 0.624776328397864, 1.65675, 1.11290161290206, 3.425 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1350, '2022-05-08 00:00:00', 0.13498537932524, 0.269999999999999, 0.162530159144631, 0.4365, 0.532292460173817, 1.368, 0.648114471695434, 1.6495, 1.13373448460341, 3.41725 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1365, '2022-05-08 00:00:00', 0.136139440899472, 0.315500000000001, 0.532156486680176, 1.198, 0.555804952062179, 1.36825, 0.654547402891172, 1.63075, 1.17590443914461, 3.39725 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 990, '2022-05-08 00:00:00', 0.156763208557723, 0.537391304347827, 0.161754828385211, 0.723478260869566, 0.241578512839227, 0.849782608695653, 0.402499723811067, 1.13913043478261, 0.999385977496089, 3.18782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1005, '2022-05-08 00:00:00', 0.0952731666555962, 0.457391304347825, 0.172116561294772, 0.576739130434781, 0.242386031244156, 0.751521739130434, 0.354206651234356, 1.04652173913043, 0.981630842359764, 3.17326086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1020, '2022-05-08 00:00:00', 0.109736028939591, 0.329782608695653, 0.165595702718679, 0.44913043478261, 0.23711207136574, 0.646956521739132, 0.371622603838619, 0.954782608695653, 0.946836734802545, 3.13543478260869 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1035, '2022-05-08 00:00:00', 0.149009907620836, 0.311956521739131, 0.209134769415935, 0.478478260869566, 0.235167293913253, 0.588260869565219, 0.343381090222699, 0.904130434782609, 0.95002803162305, 3.13152173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1050, '2022-05-08 00:00:00', 0.135876600608366, 0.330217391304347, 0.172780962115522, 0.408478260869565, 0.190459969547409, 0.525, 0.330872155672261, 0.868260869565217, 0.938243776104703, 3.11173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1065, '2022-05-08 00:00:00', 0.116049090062559, 0.254130434782609, 0.143809684292967, 0.32804347826087, 0.157241537723882, 0.458913043478261, 0.303920691235829, 0.842826086956521, 0.935496634183775, 3.10804347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1080, '2022-05-08 00:00:00', 0.102245538766386, 0.237173913043478, 0.112488471082516, 0.348260869565218, 0.156890485708754, 0.456521739130435, 0.315145834865704, 0.846521739130435, 0.931120070119982, 3.10869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 930, '2022-05-08 00:00:00', 0.427799602617859, 0.7075, 0.558614357137372, 0.820000000000004, 0.388908729652604, 0.940000000000001, 0.26870057685089, 1.025, 0.473761543394988, 3.255 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 945, '2022-05-08 00:00:00', 0.045961940777124, 0.387500000000003, 0.0989949493661171, 0.520000000000003, 0.0353553390593254, 0.755000000000003, 0.109601551083916, 0.912500000000001, 0.473761543394988, 3.255 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 960, '2022-05-08 00:00:00', 0.0212132034355972, 0.359999999999999, 0.0742462120245853, 0.537499999999998, 0.0282842712474613, 0.719999999999995, 0.0530330085889931, 0.782499999999999, 0.367695526217002, 3.18 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 975, '2022-05-08 00:00:00', 0.0106066017177986, 0.252499999999998, 0.0707106781186558, 0.345000000000002, 0.0494974746830585, 0.485000000000003, 0.187383297014435, 0.792499999999997, 0.367695526217002, 3.18 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 930, '2022-05-08 00:00:00', 0.0530330085889931, 0.677500000000002, 0.219203102167831, 1.085, 0.0494974746830585, 1.275, 0.0519723484172115, 1.275, 0.054570965838072, 3.0825 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 945, '2022-05-08 00:00:00', 0.169705627484773, 0.569999999999997, 0.0989949493661171, 0.759999999999998, 0.166170093578833, 0.8325, 0.0883883476483184, 1.0725, 0.286378246380553, 3.0825 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 960, '2022-05-08 00:00:00', 0.109601551083911, 0.512499999999999, 0.0388908729652549, 0.5625, 0.335875721063606, 0.772500000000001, 0.0388908729652599, 0.982499999999998, 0.159099025766974, 2.9925 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 975, '2022-05-08 00:00:00', 0.0530330085889931, 0.387500000000003, 0.346482322781405, 0.670000000000002, 0.388908729652599, 0.700000000000003, 0.091923881554253, 0.91, 0.106066017177981, 2.92000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 930, '2022-05-08 00:00:00', 0.240416305603429, 0.649999999999999, 0.2524371208836, 0.649999999999999, 0.26505897692778, 0.8825, 0.278311925774169, 1.4175, 0.292227522062878, 2.235 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 945, '2022-05-08 00:00:00', 0.0318198051533958, 0.282499999999999, 0.00707106781186407, 0.395, 0.374766594028876, 0.745000000000001, 0.569220958855166, 1.4125, 0.0707106781186507, 2.235 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 960, '2022-05-08 00:00:00', 0.0176776695296627, 0.362500000000001, 0.367695526217007, 0.635000000000002, 0.339411254969546, 0.770000000000003, 0.61164736572636, 1.4825, 0.0707106781186507, 2.235 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 975, '2022-05-08 00:00:00', 0.240416305603429, 0.479999999999997, 0.215667568261902, 0.612499999999997, 0.155563491861045, 0.654999999999998, 0.357088924499203, 1.6425, 0.0565685424949176, 2.225 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 930, '2022-05-08 00:00:00', 0.127279220613583, 0.439999999999998, 0.0494974746830585, 0.654999999999998, 0.130814754519513, 0.712499999999999, 0.159099025766974, 0.9175, 1.15611958724001, 3.3475 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 945, '2022-05-08 00:00:00', 0.123743686707649, 0.482499999999998, 0.106066017177986, 0.609999999999999, 0.091923881554248, 0.75, 0.258093975133086, 0.8675, 1.15611958724001, 3.3475 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 960, '2022-05-08 00:00:00', 0.159099025766969, 0.342500000000001, 0.0565685424949176, 0.449999999999999, 0.098994949366112, 0.699999999999999, 0.332340187157677, 0.865000000000002, 1.15611958724001, 3.3475 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 975, '2022-05-08 00:00:00', 0.0989949493661171, 0.305, 0.222738636073761, 0.612499999999997, 0.233875567877449, 0.612499999999997, 0.245569346271321, 0.782500000000002, 0.257847813584887, 3.3475 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 930, '2022-05-08 00:00:00', 0.0954594154601825, 0.5825, 0.392444263558534, 0.802499999999998, 0.360624458405138, 0.824999999999999, 0.282842712474618, 0.879999999999999, 0.664680374315358, 3.695 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 945, '2022-05-08 00:00:00', 0.254558441227162, 0.419999999999998, 0.187383297014435, 0.467500000000001, 0.134350288425447, 0.504999999999999, 0.272236110756824, 0.722499999999997, 0.664680374315358, 3.695 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 960, '2022-05-08 00:00:00', 0.123743686707644, 0.237500000000004, 0.0530330085889931, 0.417500000000004, 0.0318198051534009, 0.432500000000001, 0.226274169979695, 0.739999999999998, 0.555078823231442, 3.6675 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 975, '2022-05-08 00:00:00', 0.0106066017177936, 0.352500000000003, 0.045961940777119, 0.377500000000001, 0.0813172798364493, 0.442500000000003, 0.155563491861045, 0.73, 0.434870670429728, 3.6825 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2022-05-08 18:02:48 Duration: 877ms Database: acaweb_fx User: pgperfstats
5 84 7m49s 453ms 20s284ms 5s584ms 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 ), all_results as ( select ar.resultuid as resultuid, ar.direction as direction, ar.predictiontimeto as predictiontimeto, ar.predictionpricefrom as predictionpricefrom, ar.predictionpriceto as predictionpriceto, cp.pip as pip, s.exchange as exchange, s.symbolid as symbolid, coalesce(bim.code, s.symbol) as symbol_code, s.longname as symbol_name, s.timegranularity as interval, ar.pattern as pattern_name, ar.breakout as breakout, ar.patternendtime as identified, dtt.timezone as timezone, ar.patternlengthbars as length, g.basegroupname, newlevels.profit, newlevels.stop, newlevels.filtered, case when ar.age is not null then ar.age when ar.resultuid <= rm.resultuid then ? else ? end as age, case when ar.relevant is not null then ar.relevant when ar.resultuid <= rm.resultuid then ? else ? end as relevant from ar inner join symbols s on ar.symbolid = s.symbolid and s.nonliquid = ? inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = s.symbolid inner join symbolgroup sg on bsl.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on sg.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join currencypips cp on s.symbol = cp.symbol left join lateral calc_cp_signal (ar.resultuid) newlevels on true left outer join brokerinstrumentmap bim on dss.datafeedinstrumentid = bim.datafeedinstrumentid and bim.brokerid = bsl.brokerid and bim.type = ? where ar.gmttimefound > now() - interval ? and dss.enabled = ? and (ar.simulation = ? or ar.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or coalesce(bim.code, s.symbol) in (...)) and (? = ? or ar.pattern in (...)) and (? = ? or (? = ? and ar.breakout >= ?) or (? = ? and ar.breakout < ?)) and (? = ? or ar.patternlengthbars <= ?) and newlevels.filtered = false ), results as ( select distinct on (symbolid) * from all_results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by symbolid, resultuid ) select * from results order by identified desc, length desc;Times Reported Time consuming queries #5
Day Hour Count Duration Avg duration May 08 18 84 7m49s 5s584ms [ User: postgres - Total duration: 7m49s - Times executed: 84 ]
-
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 ), all_results AS ( SELECT ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '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 LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('211' = 0 OR coalesce(bim.code, s.symbol) in ('BCHEUR', 'BCHUSD', 'BTCEUR', 'BTCUSD', 'ETHEUR', 'ETHUSD', 'LTCEUR', 'LTCUSD', 'USDRON', 'XRPEUR', 'XRPUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURCZK', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'EURZAR', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCZK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'AA', 'AAPL', 'AC.pa', 'ACA.pa', 'ACB', 'ACKB.br', 'AD.as', 'ADBE', 'ADS.de', 'AGS.br', 'AI.pa', 'AIG', 'AIR.pa', 'ALV.de', 'AMZN', 'AXP', 'BA', 'BABA', 'BAC', 'BAS.de', 'BAYN.de', 'BIDU', 'BMW.de', 'BN.pa', 'BNP.pa', 'BRKB', 'C', 'CA.pa', 'CAP.pa', 'CAT', 'CBK.de', 'CGC', 'CRON', 'CS.pa', 'CSCO', 'CVX', 'DAI.de', 'DBK.de', 'DIS', 'DLTR', 'DPW.de', 'DTE.de', 'EBAY', 'EDF.pa', 'EL.pa', 'EN.pa', 'EOAN.de', 'FB', 'FEYE', 'FP.pa', 'FSLR', 'GE', 'GILD', 'GLE.pa', 'GM', 'GOOG', 'GS', 'HAS', 'HEIA.as', 'HEN3.de', 'HOG', 'HPQ', 'HSY', 'IBE.mc', 'IBM', 'IFX.de', 'INGA.as', 'INTC', 'JNJ', 'JPM', 'KO', 'LHA.de', 'LLOY.l', 'LMT', 'LR.pa', 'LVS', 'LYFT', 'M', 'MC.pa', 'ML.pa', 'MMM', 'MRK.de', 'MS', 'MSFT', 'NFLX', 'NKE', 'NOV', 'NOVN.vx', 'NVDA', 'ORA.pa', 'PANW', 'PFE', 'PG', 'PM', 'PUB.pa', 'PYPL', 'QCOM', 'RACE', 'REGN', 'RI.pa', 'RNO.pa', 'RWE.de', 'SAF.pa', 'SAN.pa', 'SAP.de', 'SBUX', 'SGO.pa', 'SIE.de', 'SMSN.l', 'SNAP', 'SRE', 'SU.pa', 'T', 'TEF.mc', 'TEVA', 'TGT', 'TKA.de', 'TSLA', 'TWTR', 'UBER', 'UBSG.vx', 'UNA.as', 'URW.as', 'V', 'VIE.pa', 'VIV.pa', 'VK.pa', 'VOW3.de', 'VZ', 'WMT', 'XOM', '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 ), results AS ( SELECT DISTINCT ON (symbolid) * FROM all_results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY symbolid, resultuid ) SELECT * from results ORDER BY identified DESC, length DESC;
Date: 2022-05-08 18:56:06 Duration: 20s284ms 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 ), all_results AS ( SELECT ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '758' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('211' = 0 OR coalesce(bim.code, s.symbol) in ('BCHEUR', 'BCHUSD', 'BTCEUR', 'BTCUSD', 'ETHEUR', 'ETHUSD', 'LTCEUR', 'LTCUSD', 'USDRON', 'XRPEUR', 'XRPUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURCZK', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'EURZAR', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCZK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'AA', 'AAPL', 'AC.pa', 'ACA.pa', 'ACB', 'ACKB.br', 'AD.as', 'ADBE', 'ADS.de', 'AGS.br', 'AI.pa', 'AIG', 'AIR.pa', 'ALV.de', 'AMZN', 'AXP', 'BA', 'BABA', 'BAC', 'BAS.de', 'BAYN.de', 'BIDU', 'BMW.de', 'BN.pa', 'BNP.pa', 'BRKB', 'C', 'CA.pa', 'CAP.pa', 'CAT', 'CBK.de', 'CGC', 'CRON', 'CS.pa', 'CSCO', 'CVX', 'DAI.de', 'DBK.de', 'DIS', 'DLTR', 'DPW.de', 'DTE.de', 'EBAY', 'EDF.pa', 'EL.pa', 'EN.pa', 'EOAN.de', 'FB', 'FEYE', 'FP.pa', 'FSLR', 'GE', 'GILD', 'GLE.pa', 'GM', 'GOOG', 'GS', 'HAS', 'HEIA.as', 'HEN3.de', 'HOG', 'HPQ', 'HSY', 'IBE.mc', 'IBM', 'IFX.de', 'INGA.as', 'INTC', 'JNJ', 'JPM', 'KO', 'LHA.de', 'LLOY.l', 'LMT', 'LR.pa', 'LVS', 'LYFT', 'M', 'MC.pa', 'ML.pa', 'MMM', 'MRK.de', 'MS', 'MSFT', 'NFLX', 'NKE', 'NOV', 'NOVN.vx', 'NVDA', 'ORA.pa', 'PANW', 'PFE', 'PG', 'PM', 'PUB.pa', 'PYPL', 'QCOM', 'RACE', 'REGN', 'RI.pa', 'RNO.pa', 'RWE.de', 'SAF.pa', 'SAN.pa', 'SAP.de', 'SBUX', 'SGO.pa', 'SIE.de', 'SMSN.l', 'SNAP', 'SRE', 'SU.pa', 'T', 'TEF.mc', 'TEVA', 'TGT', 'TKA.de', 'TSLA', 'TWTR', 'UBER', 'UBSG.vx', 'UNA.as', 'URW.as', 'V', 'VIE.pa', 'VIV.pa', 'VK.pa', 'VOW3.de', 'VZ', 'WMT', 'XOM', '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 ), results AS ( SELECT DISTINCT ON (symbolid) * FROM all_results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY symbolid, resultuid ) SELECT * from results ORDER BY identified DESC, length DESC;
Date: 2022-05-08 18:19:03 Duration: 12s514ms 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 ), all_results AS ( SELECT ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '572' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('99' = 0 OR coalesce(bim.code, 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 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 ), results AS ( SELECT DISTINCT ON (symbolid) * FROM all_results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY symbolid, resultuid ) SELECT * from results ORDER BY identified DESC, length DESC;
Date: 2022-05-08 18:48:06 Duration: 12s512ms Database: acaweb_fx User: postgres Bind query: yes
6 84 3m51s 497ms 15s535ms 2s750ms with rar_max as ( select resultuid from relevance_autochartist_results order by resultuid desc limit ? ), ar as ( select a.*, rr.age, rr.relevant from autochartist_results a left outer join relevance_autochartist_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_autochartist_results) end ), results as ( select distinct on (s.symbolid) ar.resultuid as resultuid, ar.direction as direction, ar.predictiontimeto as predictiontimeto, ar.predictionpricefrom as predictionpricefrom, ar.predictionpriceto as predictionpriceto, cp.pip as pip, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, ar.pattern as pattern_name, ar.breakout as breakout, ar.patternendtime as identified, dtt.timezone as timezone, ar.patternlengthbars as length, g.basegroupname, newlevels.profit, newlevels.stop, newlevels.filtered, case when ar.age is not null then ar.age when ar.resultuid <= rm.resultuid then ? else ? end as age, case when ar.relevant is not null then ar.relevant when ar.resultuid <= rm.resultuid then ? else ? end as relevant from ar inner join symbols s on ar.symbolid = s.symbolid and s.nonliquid = ? inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = s.symbolid inner join symbolgroup sg on bsl.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on sg.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join currencypips cp on s.symbol = cp.symbol left join lateral calc_cp_signal (ar.resultuid) newlevels on true where ar.gmttimefound > now() - interval ? and dss.enabled = ? and (ar.simulation = ? or ar.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or ar.pattern in (...)) and (? = ? or (? = ? and ar.breakout >= ?) or (? = ? and ar.breakout < ?)) and (? = ? or ar.patternlengthbars <= ?) and newlevels.filtered = false order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #6
Day Hour Count Duration Avg duration May 08 18 84 3m51s 2s750ms [ User: postgres - Total duration: 3m51s - Times executed: 84 ]
-
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-05-08 18:21:13 Duration: 15s535ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('0' = 0 OR ar.patternlengthbars <= '0') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2022-05-08 18:16:05 Duration: 15s174ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('0' = 0 OR ar.patternlengthbars <= '0') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2022-05-08 18:06:16 Duration: 14s937ms Database: acaweb_fx User: postgres Bind query: yes
7 82 15s408ms 66ms 1s590ms 187ms (( select distinct ? as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant from autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_autochartist_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = ? union select distinct ? as patterntype, ar.resultuid as resultuid, ?, ? from autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = ? inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?))) union all (( select distinct ? as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant from fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_fibonacci_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = ? union select distinct ? as patterntype, ar.resultuid as resultuid, ?, ? from fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = ? inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ?))) union all (( select distinct ? as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant from keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_keylevels_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = ? union select distinct ? as patterntype, ar.resultuid as resultuid, ?, ? from keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = ? inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit ?)));Times Reported Time consuming queries #7
Day Hour Count Duration Avg duration May 08 18 82 15s408ms 187ms [ User: postgres - Total duration: 15s408ms - Times executed: 82 ]
-
(( 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 = '49' 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 = '49' 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 = '49' 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 = '49' 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 = '49' 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 = '49' 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-05-08 18:18:48 Duration: 1s590ms 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 = '49' 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 = '49' 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 = '49' 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 = '49' 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 = '49' 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 = '49' 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-05-08 18:03:46 Duration: 990ms 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 = '643' 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 = '643' 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 = '643' 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 = '643' 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 = '643' 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 = '643' 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-05-08 18:04:50 Duration: 938ms Database: acaweb_fx User: postgres Bind query: yes
8 73 17s125ms 58ms 504ms 234ms with rar_max as ( select resultuid from relevance_keylevels_results order by resultuid desc limit ? ), kr as ( select a.*, rr.age, rr.relevant from keylevels_results a left outer join relevance_keylevels_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_keylevels_results) end ), results as ( select distinct on (s.symbolid) kr.resultuid as resultuid, kr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, p.patternname as pattern_name, kr.breakout as breakout, kr.atbaridentified as identified, dtt.timezone as timezone, kr.patternlengthbars as length, g.basegroupname, newlevels.filtered, case when kr.age is not null then kr.age when kr.resultuid <= rm.resultuid then ? else ? end as age, case when kr.relevant is not null then kr.relevant when kr.resultuid <= rm.resultuid then ? else ? end as relevant from kr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = kr.symbolid inner join symbols s on bsl.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on s.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join hrspatterns p on kr.patternid = p.patternid inner join downloadersymbolsettings dss on s.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_keylevels_results rar on rar.resultuid = kr.resultuid left join lateral calc_kl_signal_filter (kr.resultuid) newlevels on true where kr.gmttimefound > now() - interval ? and dss.enabled = ? and (kr.simulation = ? or kr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or p.patternname in (...)) and (? = ? or kr.patternclassid in (...)) and (? = ? or kr.patternlengthbars <= ?) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #8
Day Hour Count Duration Avg duration May 08 18 73 17s125ms 234ms [ User: postgres - Total duration: 17s125ms - Times executed: 73 ]
-
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 = '641' 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-05-08 18:05:31 Duration: 504ms 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 = '558' 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 ('80' = 0 OR s.symbol in ('AUDSGD', 'CHFSGD', 'EURDKK', 'EURHKD', 'EURNOK', 'EURPLN', 'EURSEK', 'EURSGD', 'EURTRY', 'EURZAR', 'GBPDKK', 'GBPNOK', 'GBPSEK', 'GBPSGD', 'NOKJPY', 'NOKSEK', 'SEKJPY', 'SGDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDTHB', 'USDTRY', 'USDZAR', 'AUDUSD', 'EURUSD', 'GBPUSD', 'USDCAD', 'USDCHF', 'USDJPY', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDSGD', 'AUS200', 'DE30', 'ES35', 'F40', 'HK50', 'IT40', 'JP225', 'STOXX50', 'UK100', 'US2000', 'US30', 'US500', 'CHINA50', 'USTEC', 'XAGEUR', 'XAGUSD', 'XAUUSD', 'XAUEUR', 'XPDUSD', 'XPTUSD')) 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-05-08 18:06:00 Duration: 464ms 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 = '558' 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 ('80' = 0 OR s.symbol in ('AUDSGD', 'CHFSGD', 'EURDKK', 'EURHKD', 'EURNOK', 'EURPLN', 'EURSEK', 'EURSGD', 'EURTRY', 'EURZAR', 'GBPDKK', 'GBPNOK', 'GBPSEK', 'GBPSGD', 'NOKJPY', 'NOKSEK', 'SEKJPY', 'SGDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDTHB', 'USDTRY', 'USDZAR', 'AUDUSD', 'EURUSD', 'GBPUSD', 'USDCAD', 'USDCHF', 'USDJPY', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDSGD', 'AUS200', 'DE30', 'ES35', 'F40', 'HK50', 'IT40', 'JP225', 'STOXX50', 'UK100', 'US2000', 'US30', 'US500', 'CHINA50', 'USTEC', 'XAGEUR', 'XAGUSD', 'XAUUSD', 'XAUEUR', 'XPDUSD', 'XPTUSD')) 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-05-08 18:55:44 Duration: 440ms Database: acaweb_fx User: postgres Bind query: yes
9 72 13s272ms 53ms 329ms 184ms with rar_max as ( select resultuid from relevance_bigmovement_results order by resultuid desc limit ? ), all_results as ( select bmr.resultuid as resultuid, ? as direction, s.exchange as exchange, s.symbolid as symbolid, coalesce(bim.code, s.symbol) as symbol_code, s.longname as symbol_name, s.timegranularity as interval, bmr.patternendtime as identified, bmr.patternlengthbars, dtt.timezone as timezone, g.basegroupname, case when rbr.age is not null then rbr.age when bmr.resultuid <= rm.resultuid then ? else ? end as age, case when rbr.relevant is not null then rbr.relevant when bmr.resultuid <= rm.resultuid then ? else ? end as relevant, cps.pip from bigmovement_results bmr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = bmr.symbolid inner join symbols s on bmr.symbolid = s.symbolid and s.nonliquid = ? inner join downloadersymbolsettings dss on bmr.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join symbolgroup sg on bmr.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join rar_max rm on ? = ? left outer join relevance_bigmovement_results rbr on rbr.resultuid = bmr.resultuid left join currencypips cps on cps.symbol = s.symbol left outer join brokerinstrumentmap bim on dss.datafeedinstrumentid = bim.datafeedinstrumentid and bim.brokerid = bsl.brokerid and bim.type = ? where bmr.gmttimefound > now() - interval ? and (bmr.simulation = ? or bmr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or coalesce(bim.code, s.symbol) in (...)) and (? = ? or bmr.patternlengthbars <= ?) ), results as ( select distinct on (symbolid) * from all_results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by symbolid, resultuid ) select * from results order by identified desc, interval desc;Times Reported Time consuming queries #9
Day Hour Count Duration Avg duration May 08 18 72 13s272ms 184ms [ User: postgres - Total duration: 13s272ms - Times executed: 72 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_bigmovement_results ORDER BY resultuid DESC LIMIT 1 ), all_results AS ( SELECT bmr.resultuid AS resultuid, 0 AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, bmr.patternendtime AS identified, bmr.patternlengthbars, dtt.timezone AS timezone, g.basegroupname, CASE WHEN rbr.age IS NOT NULL THEN rbr.age WHEN bmr.resultuid <= rm.resultuid THEN 4 ELSE 0 END as age, CASE WHEN rbr.relevant IS NOT NULL THEN rbr.relevant WHEN bmr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM bigmovement_results bmr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '627' AND bsl.symbolid = bmr.symbolid INNER JOIN symbols s ON bmr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN downloadersymbolsettings dss ON bmr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN symbolgroup sg on bmr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_bigmovement_results rbr ON rbr.resultuid = bmr.resultuid LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE bmr.gmttimefound > now() - INTERVAL '7 DAYS' AND (bmr.simulation = 0 OR bmr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('232' = 0 OR coalesce(bim.code, s.symbol) in ('#ADBE', '#AIRF', '#ALVG', '#AMZN', '#APPL', '#BA', '#BABA', '#BAYGn', '#BMWG', '#BNPP', '#BP', '#CAT', '#CBKG', '#DAIGn', '#DBKGn', '#DIS', '#EA', '#FB', '#FDX', '#GE', '#GM', '#GOOGL', '#GS', '#INTC', '#JPM', '#KO', '#MSFT', '#NFLX', '#RDSa', '#TSLA', '#TWTR', '#VOWG', '#WMT', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS_200', 'BTCEUR', 'BTCGBP', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CL_BRENT', 'DASHUSD', 'EOSUSD', 'ESP_35', 'ETHEUR', 'ETHGBP', 'ETHUSD', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'EUR_50', 'FRA_40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'GBR_100', 'GER_30', 'HKDJPY', 'HKG_50', 'IOTAUSD', 'LTCEUR', 'LTCUSD', 'NAS100', 'NEOUSD', 'NOKJPY', 'NOKSEK', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'OMGUSD', 'SPX500', 'TRXUSD', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDZAR', 'USOIL', 'XAGUSD', 'XAUEUR', 'XAUUSD', 'XMRUSD', 'XPTUSD', 'XRPUSD', 'ZARJPY', 'ZECUSD', '#BP', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'HKDJPY', 'NOKJPY', 'NOKSEK', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDZAR', 'ZARJPY', 'BTCEUR', 'BTCGBP', 'BTCUSD', 'DASHUSD', 'EOSUSD', 'ETHEUR', 'ETHGBP', 'ETHUSD', 'IOTAUSD', 'LTCEUR', 'LTCUSD', 'NEOUSD', 'OMGUSD', 'TRXUSD', 'XMRUSD', 'XRPUSD', 'ZECUSD', 'XAGUSD', 'XAUEUR', 'XAUUSD', 'XPTUSD', 'CL_BRENT', 'USOIL', '#AIRF', '#ALVG', '#BAYGn', '#BMWG', '#BNPP', '#CBKG', '#DAIGn', '#DBKGn', '#RDSa', '#VOWG', 'AUS_200', 'ESP_35', 'EUR_50', 'FRA_40', 'GBR_100', 'GER_30', 'HKG_50', 'NAS100', 'SPX500', 'US30', '#ADBE', '#AMZN', '#APPL', '#BA', '#BABA', '#CAT', '#DIS', '#EA', '#FB', '#FDX', '#GE', '#GM', '#GOOGL', '#GS', '#INTC', '#JPM', '#KO', '#MSFT', '#NFLX', '#TSLA', '#TWTR', '#WMT', '#XOM')) AND ('400' = 0 OR bmr.patternlengthbars <= '400') ), results AS ( SELECT DISTINCT ON (symbolid) * FROM all_results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY symbolid, resultuid ) SELECT * from results ORDER BY identified DESC, interval DESC;
Date: 2022-05-08 18:04:28 Duration: 329ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_bigmovement_results ORDER BY resultuid DESC LIMIT 1 ), all_results AS ( SELECT bmr.resultuid AS resultuid, 0 AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, bmr.patternendtime AS identified, bmr.patternlengthbars, dtt.timezone AS timezone, g.basegroupname, CASE WHEN rbr.age IS NOT NULL THEN rbr.age WHEN bmr.resultuid <= rm.resultuid THEN 4 ELSE 0 END as age, CASE WHEN rbr.relevant IS NOT NULL THEN rbr.relevant WHEN bmr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM bigmovement_results bmr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '660' AND bsl.symbolid = bmr.symbolid INNER JOIN symbols s ON bmr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN downloadersymbolsettings dss ON bmr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN symbolgroup sg on bmr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_bigmovement_results rbr ON rbr.resultuid = bmr.resultuid LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE bmr.gmttimefound > now() - INTERVAL '7 DAYS' AND (bmr.simulation = 0 OR bmr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('211' = 0 OR coalesce(bim.code, s.symbol) in ('BCHEUR', 'BCHUSD', 'BTCEUR', 'BTCUSD', 'ETHEUR', 'ETHUSD', 'LTCEUR', 'LTCUSD', 'USDRON', 'XRPEUR', 'XRPUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURCZK', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'EURZAR', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCZK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'AA', 'AAPL', 'AC.pa', 'ACA.pa', 'ACB', 'ACKB.br', 'AD.as', 'ADBE', 'ADS.de', 'AGS.br', 'AI.pa', 'AIG', 'AIR.pa', 'ALV.de', 'AMZN', 'AXP', 'BA', 'BABA', 'BAC', 'BAS.de', 'BAYN.de', 'BIDU', 'BMW.de', 'BN.pa', 'BNP.pa', 'BRKB', 'C', 'CA.pa', 'CAP.pa', 'CAT', 'CBK.de', 'CGC', 'CRON', 'CS.pa', 'CSCO', 'CVX', 'DAI.de', 'DBK.de', 'DIS', 'DLTR', 'DPW.de', 'DTE.de', 'EBAY', 'EDF.pa', 'EL.pa', 'EN.pa', 'EOAN.de', 'FB', 'FEYE', 'FP.pa', 'FSLR', 'GE', 'GILD', 'GLE.pa', 'GM', 'GOOG', 'GS', 'HAS', 'HEIA.as', 'HEN3.de', 'HOG', 'HPQ', 'HSY', 'IBE.mc', 'IBM', 'IFX.de', 'INGA.as', 'INTC', 'JNJ', 'JPM', 'KO', 'LHA.de', 'LLOY.l', 'LMT', 'LR.pa', 'LVS', 'LYFT', 'M', 'MC.pa', 'ML.pa', 'MMM', 'MRK.de', 'MS', 'MSFT', 'NFLX', 'NKE', 'NOV', 'NOVN.vx', 'NVDA', 'ORA.pa', 'PANW', 'PFE', 'PG', 'PM', 'PUB.pa', 'PYPL', 'QCOM', 'RACE', 'REGN', 'RI.pa', 'RNO.pa', 'RWE.de', 'SAF.pa', 'SAN.pa', 'SAP.de', 'SBUX', 'SGO.pa', 'SIE.de', 'SMSN.l', 'SNAP', 'SRE', 'SU.pa', 'T', 'TEF.mc', 'TEVA', 'TGT', 'TKA.de', 'TSLA', 'TWTR', 'UBER', 'UBSG.vx', 'UNA.as', 'URW.as', 'V', 'VIE.pa', 'VIV.pa', 'VK.pa', 'VOW3.de', 'VZ', 'WMT', 'XOM', 'XAGUSD', 'XAUUSD', 'BRENT', 'COCOA', 'COFFEE', 'CORN', 'COTTON', 'NGAS', 'SUGAR', 'USDX', 'WHEAT', 'WTI', 'FRENCH40', 'GERMAN30', 'JPN225', 'NETHERLAND25', 'SPANISH35', 'SWISS20', 'UK100', 'US30', 'US500', 'USTECH100', 'USVIX')) AND ('400' = 0 OR bmr.patternlengthbars <= '400') ), results AS ( SELECT DISTINCT ON (symbolid) * FROM all_results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY symbolid, resultuid ) SELECT * from results ORDER BY identified DESC, interval DESC;
Date: 2022-05-08 18:06:31 Duration: 323ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_bigmovement_results ORDER BY resultuid DESC LIMIT 1 ), all_results AS ( SELECT bmr.resultuid AS resultuid, 0 AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, bmr.patternendtime AS identified, bmr.patternlengthbars, dtt.timezone AS timezone, g.basegroupname, CASE WHEN rbr.age IS NOT NULL THEN rbr.age WHEN bmr.resultuid <= rm.resultuid THEN 4 ELSE 0 END as age, CASE WHEN rbr.relevant IS NOT NULL THEN rbr.relevant WHEN bmr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM bigmovement_results bmr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '627' AND bsl.symbolid = bmr.symbolid INNER JOIN symbols s ON bmr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN downloadersymbolsettings dss ON bmr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN symbolgroup sg on bmr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_bigmovement_results rbr ON rbr.resultuid = bmr.resultuid LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE bmr.gmttimefound > now() - INTERVAL '7 DAYS' AND (bmr.simulation = 0 OR bmr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('232' = 0 OR coalesce(bim.code, s.symbol) in ('#ADBE', '#AIRF', '#ALVG', '#AMZN', '#APPL', '#BA', '#BABA', '#BAYGn', '#BMWG', '#BNPP', '#BP', '#CAT', '#CBKG', '#DAIGn', '#DBKGn', '#DIS', '#EA', '#FB', '#FDX', '#GE', '#GM', '#GOOGL', '#GS', '#INTC', '#JPM', '#KO', '#MSFT', '#NFLX', '#RDSa', '#TSLA', '#TWTR', '#VOWG', '#WMT', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS_200', 'BTCEUR', 'BTCGBP', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CL_BRENT', 'DASHUSD', 'EOSUSD', 'ESP_35', 'ETHEUR', 'ETHGBP', 'ETHUSD', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'EUR_50', 'FRA_40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'GBR_100', 'GER_30', 'HKDJPY', 'HKG_50', 'IOTAUSD', 'LTCEUR', 'LTCUSD', 'NAS100', 'NEOUSD', 'NOKJPY', 'NOKSEK', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'OMGUSD', 'SPX500', 'TRXUSD', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDZAR', 'USOIL', 'XAGUSD', 'XAUEUR', 'XAUUSD', 'XMRUSD', 'XPTUSD', 'XRPUSD', 'ZARJPY', 'ZECUSD', '#BP', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'HKDJPY', 'NOKJPY', 'NOKSEK', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDZAR', 'ZARJPY', 'BTCEUR', 'BTCGBP', 'BTCUSD', 'DASHUSD', 'EOSUSD', 'ETHEUR', 'ETHGBP', 'ETHUSD', 'IOTAUSD', 'LTCEUR', 'LTCUSD', 'NEOUSD', 'OMGUSD', 'TRXUSD', 'XMRUSD', 'XRPUSD', 'ZECUSD', 'XAGUSD', 'XAUEUR', 'XAUUSD', 'XPTUSD', 'CL_BRENT', 'USOIL', '#AIRF', '#ALVG', '#BAYGn', '#BMWG', '#BNPP', '#CBKG', '#DAIGn', '#DBKGn', '#RDSa', '#VOWG', 'AUS_200', 'ESP_35', 'EUR_50', 'FRA_40', 'GBR_100', 'GER_30', 'HKG_50', 'NAS100', 'SPX500', 'US30', '#ADBE', '#AMZN', '#APPL', '#BA', '#BABA', '#CAT', '#DIS', '#EA', '#FB', '#FDX', '#GE', '#GM', '#GOOGL', '#GS', '#INTC', '#JPM', '#KO', '#MSFT', '#NFLX', '#TSLA', '#TWTR', '#WMT', '#XOM')) AND ('400' = 0 OR bmr.patternlengthbars <= '400') ), results AS ( SELECT DISTINCT ON (symbolid) * FROM all_results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY symbolid, resultuid ) SELECT * from results ORDER BY identified DESC, interval DESC;
Date: 2022-05-08 18:37:59 Duration: 296ms Database: acaweb_fx User: postgres Bind query: yes
10 72 11s945ms 52ms 323ms 165ms 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 ), all_results as ( select fr.resultuid as resultuid, fr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, coalesce(bim.code, s.symbol) as symbol_code, s.longname as symbol_name, s.timegranularity as interval, fr.pattern as pattern_name, fr.timed as timed, fr.patternendtime as identified, dtt.timezone as timezone, fr.patternlengthbars as length, g.basegroupname, case when fr.age is not null then fr.age when fr.resultuid <= rm.resultuid then ? else ? end as age, case when fr.relevant is not null then fr.relevant when fr.resultuid <= rm.resultuid then ? else ? end as relevant, cps.pip from fr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = fr.symbolid inner join symbols s on fr.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on fr.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on fr.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left join currencypips cps on cps.symbol = s.symbol left outer join brokerinstrumentmap bim on dss.datafeedinstrumentid = bim.datafeedinstrumentid and bim.brokerid = bsl.brokerid and bim.type = ? where fr.gmttimefound > now() - interval ? and dss.enabled = ? and (fr.simulation = ? or fr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or coalesce(bim.code, s.symbol) in (...)) and (? = ? or fr.pattern in (...)) and (? = ? or fr.patternlengthbars <= ?) and (? = ? or (? = ? and fr.timed > cast(? as timestamp)) or (? = ? and fr.timed < cast(? as timestamp))) ), results as ( select distinct on (symbolid) * from all_results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by symbolid, resultuid ) select * from results order by identified desc, length desc;Times Reported Time consuming queries #10
Day Hour Count Duration Avg duration May 08 18 72 11s945ms 165ms [ User: postgres - Total duration: 11s945ms - Times executed: 72 ]
-
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 ), all_results AS ( SELECT fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN fr.age IS NOT NULL THEN fr.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN fr.relevant IS NOT NULL THEN fr.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '700' AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('250' = 0 OR coalesce(bim.code, s.symbol) in ('#C-BRENT', '#C-COCOA', '#C-COFFEE', '#C-COPPER', '#C-CORN', '#C-COTTON', '#C-FCATTLE', '#C-HEATOIL', '#C-LCATTLE', '#C-LHOG', '#C-NATGAS', '#C-OATS', '#C-ORANGE', '#C-RICE', '#C-ROBUSTA', '#C-SOYB', '#C-SOYBM', '#C-SUGAR', '#C-WHEAT', '#S-AA', '#S-AAL', '#S-AAPL', '#S-AIG', '#S-AMD', '#S-AMGN', '#S-AMZN', '#S-ATVI', '#S-BA', '#S-BABA', '#S-BP', '#S-C', '#S-CAT', '#S-CL', '#S-COST', '#S-CRM', '#S-CSCO', '#S-CX', '#S-DAL', '#S-DE', '#S-DIS', '#S-DUK', '#S-EA', '#S-EBAY', '#S-F', '#S-FB', '#S-GE', '#S-GIS', '#S-GM', '#S-GOOG', '#S-IBM', '#S-INTC', '#S-KO', '#S-MMM', '#S-MO', '#S-MSFT', '#S-NOK', '#S-OXY', '#S-TSLA', '#S-TWTR', '#S-USB', '#S-V', '#S-VLO', '#S-VZ', '#S-WBA', '#S-WDC', '#S-XOM', 'AU200', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'DE30', 'DJI', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURRUB', 'EURSEK', 'EURUSD', 'EURZAR', 'GB100', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPSEK', 'GBPUSD', 'HK50', 'JP2000', 'NIKKEI', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'Nd100', 'OIL', 'RUT2000', 'SP500', 'USDCAD', 'USDCHF', 'USDHKD', 'USDIDX', 'USDJPY', 'USDMXN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'USVIX', 'XAGEUR', 'XAGUSD', 'XAUEUR', 'XAUOIL', 'XAUSnP', 'XAUUSD', 'XAUXAG', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURRUB', 'EURSEK', 'EURUSD', 'EURZAR', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPSEK', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDHKD', 'USDJPY', 'USDMXN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'XAGEUR', 'XAGUSD', 'XAUEUR', 'XAUOIL', 'XAUSnP', 'XAUUSD', 'XAUXAG', '#S-AA', '#S-AAL', '#S-AAPL', '#S-AIG', '#S-AMD', '#S-AMGN', '#S-AMZN', '#S-ATVI', '#S-BA', '#S-BABA', '#S-BP', '#S-C', '#S-CAT', '#S-CL', '#S-COST', '#S-CRM', '#S-CSCO', '#S-CX', '#S-DAL', '#S-DE', '#S-DIS', '#S-DUK', '#S-EA', '#S-EBAY', '#S-F', '#S-FB', '#S-GE', '#S-GIS', '#S-GM', '#S-GOOG', '#S-IBM', '#S-INTC', '#S-KO', '#S-MMM', '#S-MO', '#S-MSFT', '#S-NOK', '#S-OXY', '#S-TSLA', '#S-TWTR', '#S-USB', '#S-V', '#S-VLO', '#S-VZ', '#S-WBA', '#S-WDC', '#S-XOM', 'AU200', 'DE30', 'DJI', 'GB100', 'HK50', 'JP2000', 'NIKKEI', 'Nd100', 'RUT2000', 'SP500', 'USDIDX', 'USVIX', '#C-BRENT', '#C-COCOA', '#C-COFFEE', '#C-COPPER', '#C-CORN', '#C-COTTON', '#C-FCATTLE', '#C-HEATOIL', '#C-LCATTLE', '#C-LHOG', '#C-NATGAS', '#C-OATS', '#C-ORANGE', '#C-RICE', '#C-ROBUSTA', '#C-SOYB', '#C-SOYBM', '#C-SUGAR', '#C-WHEAT', 'OIL')) AND ('0' = 0 OR fr.pattern in ('')) AND ('400' = 0 OR fr.patternlengthbars <= '400') AND ('0' = 0 OR ('0' = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ('0' = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ), results AS ( SELECT DISTINCT ON (symbolid) * FROM all_results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY symbolid, resultuid ) SELECT * from results ORDER BY identified DESC, length DESC;
Date: 2022-05-08 18:04:59 Duration: 323ms 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 ), all_results AS ( SELECT fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN fr.age IS NOT NULL THEN fr.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN fr.relevant IS NOT NULL THEN fr.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '700' AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('250' = 0 OR coalesce(bim.code, s.symbol) in ('#C-BRENT', '#C-COCOA', '#C-COFFEE', '#C-COPPER', '#C-CORN', '#C-COTTON', '#C-FCATTLE', '#C-HEATOIL', '#C-LCATTLE', '#C-LHOG', '#C-NATGAS', '#C-OATS', '#C-ORANGE', '#C-RICE', '#C-ROBUSTA', '#C-SOYB', '#C-SOYBM', '#C-SUGAR', '#C-WHEAT', '#S-AA', '#S-AAL', '#S-AAPL', '#S-AIG', '#S-AMD', '#S-AMGN', '#S-AMZN', '#S-ATVI', '#S-BA', '#S-BABA', '#S-BP', '#S-C', '#S-CAT', '#S-CL', '#S-COST', '#S-CRM', '#S-CSCO', '#S-CX', '#S-DAL', '#S-DE', '#S-DIS', '#S-DUK', '#S-EA', '#S-EBAY', '#S-F', '#S-FB', '#S-GE', '#S-GIS', '#S-GM', '#S-GOOG', '#S-IBM', '#S-INTC', '#S-KO', '#S-MMM', '#S-MO', '#S-MSFT', '#S-NOK', '#S-OXY', '#S-TSLA', '#S-TWTR', '#S-USB', '#S-V', '#S-VLO', '#S-VZ', '#S-WBA', '#S-WDC', '#S-XOM', 'AU200', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'DE30', 'DJI', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURRUB', 'EURSEK', 'EURUSD', 'EURZAR', 'GB100', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPSEK', 'GBPUSD', 'HK50', 'JP2000', 'NIKKEI', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'Nd100', 'OIL', 'RUT2000', 'SP500', 'USDCAD', 'USDCHF', 'USDHKD', 'USDIDX', 'USDJPY', 'USDMXN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'USVIX', 'XAGEUR', 'XAGUSD', 'XAUEUR', 'XAUOIL', 'XAUSnP', 'XAUUSD', 'XAUXAG', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURRUB', 'EURSEK', 'EURUSD', 'EURZAR', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPSEK', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDHKD', 'USDJPY', 'USDMXN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'XAGEUR', 'XAGUSD', 'XAUEUR', 'XAUOIL', 'XAUSnP', 'XAUUSD', 'XAUXAG', '#S-AA', '#S-AAL', '#S-AAPL', '#S-AIG', '#S-AMD', '#S-AMGN', '#S-AMZN', '#S-ATVI', '#S-BA', '#S-BABA', '#S-BP', '#S-C', '#S-CAT', '#S-CL', '#S-COST', '#S-CRM', '#S-CSCO', '#S-CX', '#S-DAL', '#S-DE', '#S-DIS', '#S-DUK', '#S-EA', '#S-EBAY', '#S-F', '#S-FB', '#S-GE', '#S-GIS', '#S-GM', '#S-GOOG', '#S-IBM', '#S-INTC', '#S-KO', '#S-MMM', '#S-MO', '#S-MSFT', '#S-NOK', '#S-OXY', '#S-TSLA', '#S-TWTR', '#S-USB', '#S-V', '#S-VLO', '#S-VZ', '#S-WBA', '#S-WDC', '#S-XOM', 'AU200', 'DE30', 'DJI', 'GB100', 'HK50', 'JP2000', 'NIKKEI', 'Nd100', 'RUT2000', 'SP500', 'USDIDX', 'USVIX', '#C-BRENT', '#C-COCOA', '#C-COFFEE', '#C-COPPER', '#C-CORN', '#C-COTTON', '#C-FCATTLE', '#C-HEATOIL', '#C-LCATTLE', '#C-LHOG', '#C-NATGAS', '#C-OATS', '#C-ORANGE', '#C-RICE', '#C-ROBUSTA', '#C-SOYB', '#C-SOYBM', '#C-SUGAR', '#C-WHEAT', 'OIL')) AND ('0' = 0 OR fr.pattern in ('')) AND ('400' = 0 OR fr.patternlengthbars <= '400') AND ('0' = 0 OR ('0' = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ('0' = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ), results AS ( SELECT DISTINCT ON (symbolid) * FROM all_results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY symbolid, resultuid ) SELECT * from results ORDER BY identified DESC, length DESC;
Date: 2022-05-08 18:19:21 Duration: 293ms 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 ), all_results AS ( SELECT fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN fr.age IS NOT NULL THEN fr.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN fr.relevant IS NOT NULL THEN fr.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '700' AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('250' = 0 OR coalesce(bim.code, s.symbol) in ('#C-BRENT', '#C-COCOA', '#C-COFFEE', '#C-COPPER', '#C-CORN', '#C-COTTON', '#C-FCATTLE', '#C-HEATOIL', '#C-LCATTLE', '#C-LHOG', '#C-NATGAS', '#C-OATS', '#C-ORANGE', '#C-RICE', '#C-ROBUSTA', '#C-SOYB', '#C-SOYBM', '#C-SUGAR', '#C-WHEAT', '#S-AA', '#S-AAL', '#S-AAPL', '#S-AIG', '#S-AMD', '#S-AMGN', '#S-AMZN', '#S-ATVI', '#S-BA', '#S-BABA', '#S-BP', '#S-C', '#S-CAT', '#S-CL', '#S-COST', '#S-CRM', '#S-CSCO', '#S-CX', '#S-DAL', '#S-DE', '#S-DIS', '#S-DUK', '#S-EA', '#S-EBAY', '#S-F', '#S-FB', '#S-GE', '#S-GIS', '#S-GM', '#S-GOOG', '#S-IBM', '#S-INTC', '#S-KO', '#S-MMM', '#S-MO', '#S-MSFT', '#S-NOK', '#S-OXY', '#S-TSLA', '#S-TWTR', '#S-USB', '#S-V', '#S-VLO', '#S-VZ', '#S-WBA', '#S-WDC', '#S-XOM', 'AU200', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'DE30', 'DJI', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURRUB', 'EURSEK', 'EURUSD', 'EURZAR', 'GB100', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPSEK', 'GBPUSD', 'HK50', 'JP2000', 'NIKKEI', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'Nd100', 'OIL', 'RUT2000', 'SP500', 'USDCAD', 'USDCHF', 'USDHKD', 'USDIDX', 'USDJPY', 'USDMXN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'USVIX', 'XAGEUR', 'XAGUSD', 'XAUEUR', 'XAUOIL', 'XAUSnP', 'XAUUSD', 'XAUXAG', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURRUB', 'EURSEK', 'EURUSD', 'EURZAR', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPSEK', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDHKD', 'USDJPY', 'USDMXN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'XAGEUR', 'XAGUSD', 'XAUEUR', 'XAUOIL', 'XAUSnP', 'XAUUSD', 'XAUXAG', '#S-AA', '#S-AAL', '#S-AAPL', '#S-AIG', '#S-AMD', '#S-AMGN', '#S-AMZN', '#S-ATVI', '#S-BA', '#S-BABA', '#S-BP', '#S-C', '#S-CAT', '#S-CL', '#S-COST', '#S-CRM', '#S-CSCO', '#S-CX', '#S-DAL', '#S-DE', '#S-DIS', '#S-DUK', '#S-EA', '#S-EBAY', '#S-F', '#S-FB', '#S-GE', '#S-GIS', '#S-GM', '#S-GOOG', '#S-IBM', '#S-INTC', '#S-KO', '#S-MMM', '#S-MO', '#S-MSFT', '#S-NOK', '#S-OXY', '#S-TSLA', '#S-TWTR', '#S-USB', '#S-V', '#S-VLO', '#S-VZ', '#S-WBA', '#S-WDC', '#S-XOM', 'AU200', 'DE30', 'DJI', 'GB100', 'HK50', 'JP2000', 'NIKKEI', 'Nd100', 'RUT2000', 'SP500', 'USDIDX', 'USVIX', '#C-BRENT', '#C-COCOA', '#C-COFFEE', '#C-COPPER', '#C-CORN', '#C-COTTON', '#C-FCATTLE', '#C-HEATOIL', '#C-LCATTLE', '#C-LHOG', '#C-NATGAS', '#C-OATS', '#C-ORANGE', '#C-RICE', '#C-ROBUSTA', '#C-SOYB', '#C-SOYBM', '#C-SUGAR', '#C-WHEAT', 'OIL')) AND ('0' = 0 OR fr.pattern in ('')) AND ('400' = 0 OR fr.patternlengthbars <= '400') AND ('0' = 0 OR ('0' = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ('0' = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ), results AS ( SELECT DISTINCT ON (symbolid) * FROM all_results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY symbolid, resultuid ) SELECT * from results ORDER BY identified DESC, length DESC;
Date: 2022-05-08 18:33:02 Duration: 290ms Database: acaweb_fx User: postgres Bind query: yes
11 62 54s259ms 837ms 970ms 875ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?);Times Reported Time consuming queries #11
Day Hour Count Duration Avg duration May 08 18 62 54s259ms 875ms [ User: pgperfstats - Total duration: 54s259ms - Times executed: 62 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 515840247052740300, 1, 1095, '2022-05-08 00:00:00', 0.00589547849344463, 0.0135600000000001, 0.0378067123669858, 0.05108, 0.041117484115641, 0.06572, 0.0449963702239784, 0.08894, 0.0708663648472719, 0.1725 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 600, '2022-05-08 00:00:00', 0.0127198814701783, 0.0286538461538462, 0.0170746776070477, 0.0382307692307692, 0.0209667227181183, 0.0542115384615385, 0.0268479264347575, 0.0761346153846154, 0.0666524077700008, 0.161711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 615, '2022-05-08 00:00:00', 0.0155610460395872, 0.0276153846153845, 0.0174466659808157, 0.0381153846153845, 0.0207249756425578, 0.0492307692307692, 0.0255984374523134, 0.071, 0.0651976875474773, 0.159038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 630, '2022-05-08 00:00:00', 0.0126429214004698, 0.0237884615384615, 0.0176069916182792, 0.0348846153846153, 0.0204623199677245, 0.0439423076923077, 0.0228888367147359, 0.0616730769230769, 0.066463526724177, 0.156096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 645, '2022-05-08 00:00:00', 0.00876672028841954, 0.0218461538461539, 0.0111132111263335, 0.0272884615384616, 0.0200997512422417, 0.0395, 0.0230074653436327, 0.0567884615384616, 0.0643502943630827, 0.153096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 660, '2022-05-08 00:00:00', 0.00567491104640548, 0.0177307692307692, 0.0149506367242849, 0.0276923076923078, 0.0197484566096071, 0.0376923076923076, 0.0213822356174466, 0.0545000000000001, 0.0612999090223946, 0.150826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 675, '2022-05-08 00:00:00', 0.0116576320329382, 0.0185961538461538, 0.0141260261710296, 0.0262307692307692, 0.016174968790839, 0.0339807692307692, 0.0203125671596523, 0.0515961538461539, 0.0604587748928017, 0.149288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 690, '2022-05-08 00:00:00', 0.00772052708443781, 0.0174423076923078, 0.0130051469101215, 0.0264230769230768, 0.0135678494412909, 0.0319423076923077, 0.0196408620365416, 0.0512884615384616, 0.0606362927626682, 0.149 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 705, '2022-05-08 00:00:00', 0.00986963096496591, 0.0175192307692307, 0.0114754587640823, 0.0228846153846154, 0.0111246953285852, 0.0283269230769231, 0.0168616086466815, 0.0490769230769232, 0.062956092758244, 0.156480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 720, '2022-05-08 00:00:00', 0.00687749954561973, 0.016, 0.00745378066177464, 0.0206730769230769, 0.0100185405047918, 0.0273653846153846, 0.0155040441374302, 0.0473461538461539, 0.0645806740560864, 0.157288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 735, '2022-05-08 00:00:00', 0.00671107007402406, 0.0139615384615384, 0.00738504205498152, 0.0188269230769231, 0.0093733665243605, 0.026, 0.0167995421183024, 0.0462692307692308, 0.0683211562008094, 0.159096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 750, '2022-05-08 00:00:00', 0.0054249069470928, 0.0135192307692308, 0.00789997565721676, 0.0189807692307692, 0.00850972294586526, 0.0236538461538461, 0.0150617191786126, 0.0441538461538462, 0.0682440868106197, 0.158846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 765, '2022-05-08 00:00:00', 0.00579124006914425, 0.0130384615384615, 0.00694217877570485, 0.016923076923077, 0.00725385838974414, 0.0205384615384616, 0.0155550758473042, 0.0445961538461538, 0.0717037387717416, 0.160615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 780, '2022-05-08 00:00:00', 0.00603913519025315, 0.0128653846153846, 0.00625447532079713, 0.0154615384615384, 0.00859642143792766, 0.0219615384615384, 0.0172193205440865, 0.0447500000000001, 0.0718031416711425, 0.160865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 795, '2022-05-08 00:00:00', 0.0040854808586204, 0.0108653846153846, 0.00502826625572484, 0.0142115384615384, 0.00969766030466202, 0.0217307692307692, 0.0189568335557799, 0.0463076923076924, 0.0737817363267132, 0.160769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 810, '2022-05-08 00:00:00', 0.00255018852998383, 0.00921153846153843, 0.00508708772663324, 0.0154615384615385, 0.0128119685630874, 0.0219423076923076, 0.0203158899538117, 0.0483461538461539, 0.0737392938774062, 0.160288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 825, '2022-05-08 00:00:00', 0.00492091298595945, 0.0118461538461539, 0.00981317795306205, 0.0164615384615385, 0.012756898586195, 0.0225384615384615, 0.0216421685960178, 0.0497884615384616, 0.0735660352232031, 0.159807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 840, '2022-05-08 00:00:00', 0.00909761168997336, 0.0110576923076923, 0.0123312143016755, 0.0153269230769231, 0.0112785705586371, 0.0203846153846154, 0.0237002839970001, 0.0512115384615386, 0.0740055299389071, 0.159538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 855, '2022-05-08 00:00:00', 0.00468077081094724, 0.00948076923076917, 0.00507103388032305, 0.0138461538461538, 0.0128015624046443, 0.021, 0.0265364843187639, 0.0527500000000002, 0.0736747216851521, 0.159769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 870, '2022-05-08 00:00:00', 0.00411400048614478, 0.00974999999999993, 0.00822641149918031, 0.0144230769230768, 0.0108083479133207, 0.0215961538461538, 0.026709174453734, 0.0530000000000001, 0.0723678131811055, 0.159096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 885, '2022-05-08 00:00:00', 0.00656953926495965, 0.0108269230769231, 0.0087293492576216, 0.0156923076923078, 0.0090222801143357, 0.0226923076923078, 0.0410170133556233, 0.0713461538461539, 0.0724377398449604, 0.158884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 900, '2022-05-08 00:00:00', 0.00595185814553865, 0.0102692307692309, 0.00670226712503932, 0.0144038461538462, 0.00814618834887725, 0.0219038461538462, 0.0457206736608288, 0.0780000000000001, 0.0726673903163215, 0.160019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 915, '2022-05-08 00:00:00', 0.00393685739567059, 0.00982692307692311, 0.00731839095388085, 0.0158269230769231, 0.00907797418946624, 0.0224807692307692, 0.045957693756156, 0.0795192307692309, 0.0723932237585387, 0.160173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 930, '2022-05-08 00:00:00', 0.00676498337026778, 0.0132499999999999, 0.00826708022125193, 0.0177307692307692, 0.0090875443073726, 0.0222115384615384, 0.0458335156173532, 0.0806346153846155, 0.0751012956971091, 0.160769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 945, '2022-05-08 00:00:00', 0.00397535678127907, 0.00928846153846155, 0.00623710978431019, 0.0141923076923077, 0.00858283170055197, 0.02425, 0.0448065972134256, 0.0806346153846154, 0.0777247139193587, 0.160634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 960, '2022-05-08 00:00:00', 0.00525371663315965, 0.0116923076923077, 0.00530601980337867, 0.0150769230769231, 0.010204976161733, 0.0278076923076923, 0.0446029017683138, 0.0808269230769232, 0.0795266597776156, 0.161019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 975, '2022-05-08 00:00:00', 0.00394637126406616, 0.0105769230769231, 0.00858543041347467, 0.0205192307692308, 0.0139152379122258, 0.0310769230769231, 0.0443565145679345, 0.0809038461538463, 0.0793963572115342, 0.160692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 990, '2022-05-08 00:00:00', 0.00776553034495785, 0.0177115384615384, 0.00981523541000649, 0.0231730769230769, 0.0166108051025183, 0.0338269230769231, 0.0435323442970856, 0.08075, 0.0792918271081821, 0.160076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 1005, '2022-05-08 00:00:00', 0.00596402677598071, 0.0149807692307691, 0.0110220234077052, 0.02275, 0.0156213488041697, 0.0324423076923077, 0.0442000696135895, 0.0803846153846155, 0.079209566244333, 0.159846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 1020, '2022-05-08 00:00:00', 0.00750725290328271, 0.0168269230769231, 0.0103414029698399, 0.0242692307692308, 0.0147652919427231, 0.0320769230769231, 0.0426583069735094, 0.0798653846153847, 0.0769095572734624, 0.159 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 1035, '2022-05-08 00:00:00', 0.00724186546302911, 0.0157692307692308, 0.00854654676102926, 0.0212884615384616, 0.0131939963036807, 0.0288076923076924, 0.0400986332013373, 0.0775961538461539, 0.0769157406116989, 0.157634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 1050, '2022-05-08 00:00:00', 0.00569483571722257, 0.0131346153846155, 0.0088515318100664, 0.0189807692307693, 0.0114071671127613, 0.0267884615384617, 0.0390241542558532, 0.0752307692307693, 0.0768389624724733, 0.155884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 1065, '2022-05-08 00:00:00', 0.00682484150280881, 0.0125384615384615, 0.00733518915911508, 0.01825, 0.0340449024762209, 0.0513461538461538, 0.0369917506396308, 0.0730192307692308, 0.0762967208691476, 0.154480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 1080, '2022-05-08 00:00:00', 0.00568682688324508, 0.0129999999999999, 0.00726384619457636, 0.0187115384615385, 0.0388582483076433, 0.0572115384615385, 0.0370430103445255, 0.0722307692307693, 0.0767209453900202, 0.154288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 1095, '2022-05-08 00:00:00', 0.00569956138663318, 0.01325, 0.0346822499491954, 0.0465384615384615, 0.038380383611343, 0.0570769230769231, 0.0369761253534474, 0.0710769230769231, 0.0767571595257507, 0.152807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 600, '2022-05-08 00:00:00', 0.0124192933033184, 0.0263269230769231, 0.0160668435462123, 0.0367884615384615, 0.0162246370114665, 0.042673076923077, 0.0215022449632948, 0.0580576923076923, 0.0653857665057041, 0.140461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 615, '2022-05-08 00:00:00', 0.0100580622082295, 0.0232307692307693, 0.010786030851915, 0.0284615384615384, 0.0146334837326538, 0.0393269230769231, 0.0207589461715628, 0.0550769230769231, 0.064992188879777, 0.137769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 630, '2022-05-08 00:00:00', 0.00706325812813152, 0.0199807692307691, 0.010940819825842, 0.0268076923076922, 0.0112739318102221, 0.0341923076923076, 0.0187222718049508, 0.0527115384615385, 0.0649263162243287, 0.136057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 645, '2022-05-08 00:00:00', 0.00807455642982701, 0.0174615384615385, 0.0108523659242512, 0.026076923076923, 0.00986152196086464, 0.0309807692307693, 0.0201824085625232, 0.0520192307692307, 0.0651474451946092, 0.135019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 660, '2022-05-08 00:00:00', 0.0106294221566657, 0.0197307692307691, 0.0104861080262633, 0.0240384615384615, 0.0108970179407028, 0.03025, 0.0212941396777466, 0.0510961538461538, 0.0657557602039547, 0.1335 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 675, '2022-05-08 00:00:00', 0.00851785455110891, 0.0149230769230769, 0.00995344934412964, 0.0216346153846155, 0.0127922001475659, 0.0285961538461539, 0.0218918671235197, 0.0490769230769231, 0.0663830058187972, 0.132288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 690, '2022-05-08 00:00:00', 0.006652818951392, 0.0155000000000001, 0.0100248920961007, 0.0210384615384615, 0.0107691153839972, 0.0295769230769231, 0.020943697418041, 0.0480384615384615, 0.0663893556111334, 0.131942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 705, '2022-05-08 00:00:00', 0.00603480290927943, 0.0141730769230769, 0.00882845051305943, 0.0193076923076923, 0.00993178657721687, 0.0275961538461539, 0.0178123984477536, 0.0451923076923077, 0.0885612022189262, 0.142442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 720, '2022-05-08 00:00:00', 0.00624832285189708, 0.0136923076923078, 0.00728560224003482, 0.0195000000000001, 0.00724635186729261, 0.0255192307692308, 0.017572104203932, 0.0443269230769231, 0.0983597419992237, 0.148326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 735, '2022-05-08 00:00:00', 0.00462451660675517, 0.0141153846153846, 0.00679436984115978, 0.0192884615384616, 0.00627902491205073, 0.0251153846153846, 0.0169633541675985, 0.0428461538461538, 0.104604809420247, 0.149884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 750, '2022-05-08 00:00:00', 0.00495378643060042, 0.013, 0.00464161775511682, 0.0167307692307692, 0.00847503120030562, 0.0218846153846153, 0.0165790414495113, 0.0412692307692308, 0.10530346622975, 0.153 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 765, '2022-05-08 00:00:00', 0.00457400682788503, 0.0121923076923077, 0.00630607155537729, 0.0169423076923077, 0.0114326119231178, 0.0232307692307692, 0.0198832457495868, 0.0432884615384616, 0.105612142367176, 0.156230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 780, '2022-05-08 00:00:00', 0.00487272629422803, 0.0122884615384615, 0.00763453691104799, 0.0161153846153846, 0.0133596407137319, 0.0240000000000001, 0.0215343017961148, 0.0438846153846154, 0.106227281734098, 0.157346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 795, '2022-05-08 00:00:00', 0.00485544896125833, 0.00984615384615379, 0.00795071356255819, 0.0150769230769231, 0.0106944449994449, 0.0233653846153846, 0.0188515353384117, 0.0430961538461538, 0.106725744857483, 0.158269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 810, '2022-05-08 00:00:00', 0.00375479181026874, 0.00996153846153849, 0.00652253490128342, 0.0157115384615385, 0.00791677867667045, 0.0216538461538461, 0.0162431642427017, 0.0419038461538461, 0.106575890259549, 0.158403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 825, '2022-05-08 00:00:00', 0.00549237233316832, 0.0108846153846154, 0.00654217089351849, 0.0160000000000001, 0.00883970500726037, 0.0215961538461539, 0.0164147330632715, 0.0432115384615385, 0.106895831752945, 0.158673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 840, '2022-05-08 00:00:00', 0.00438862165149833, 0.011, 0.00560030905740588, 0.0142115384615384, 0.00881781413695291, 0.0210769230769231, 0.0160909434632795, 0.0435384615384615, 0.106901753961289, 0.15925 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 855, '2022-05-08 00:00:00', 0.00501352018200639, 0.0103461538461538, 0.0078980279914575, 0.0151730769230769, 0.00853402691492215, 0.0204807692307692, 0.0163999648217257, 0.0441730769230769, 0.107374413224868, 0.159230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 870, '2022-05-08 00:00:00', 0.00548438342372784, 0.0100384615384616, 0.00725682702436397, 0.0148076923076923, 0.00679015123882778, 0.0191153846153846, 0.0165821034204395, 0.0443846153846154, 0.108180333773679, 0.158730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 885, '2022-05-08 00:00:00', 0.0050369786426145, 0.0098653846153847, 0.00483421300571418, 0.0134807692307693, 0.00651816987056478, 0.0179423076923077, 0.0319852910906537, 0.063826923076923, 0.108255070941806, 0.159403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 900, '2022-05-08 00:00:00', 0.00304030615867249, 0.00928846153846148, 0.00450883747595929, 0.0134807692307692, 0.00537071833041117, 0.0187692307692308, 0.0322034219395298, 0.0680961538461538, 0.107894722548631, 0.159134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 915, '2022-05-08 00:00:00', 0.00463415414238502, 0.00965384615384612, 0.00536014494637537, 0.0131346153846154, 0.00581036871595815, 0.0190961538461539, 0.0331038691673066, 0.0698846153846154, 0.107659464909572, 0.159596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 930, '2022-05-08 00:00:00', 0.00493593573078718, 0.0102884615384616, 0.00529774988520159, 0.0146153846153847, 0.00717731468962081, 0.0200769230769231, 0.0332693032458082, 0.0710576923076923, 0.107763637366514, 0.159692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 945, '2022-05-08 00:00:00', 0.0047677199840337, 0.0108653846153846, 0.00616591124964207, 0.0144615384615385, 0.0113679881177874, 0.0248653846153846, 0.0327916323754423, 0.0733653846153846, 0.107519051978994, 0.159942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 960, '2022-05-08 00:00:00', 0.00636640823747229, 0.00986538461538455, 0.00730753036257806, 0.0139999999999999, 0.0124048377659686, 0.0259999999999999, 0.0332926649348102, 0.0751923076923077, 0.107520688528015, 0.160038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 975, '2022-05-08 00:00:00', 0.00609930639183984, 0.0113076923076922, 0.0105034975859693, 0.0207884615384615, 0.0120924006651349, 0.0281153846153845, 0.0327883187454595, 0.0760769230769231, 0.10751748516118, 0.160019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 990, '2022-05-08 00:00:00', 0.00595805853768346, 0.0165384615384616, 0.00849979637765157, 0.0214423076923077, 0.0101217397410038, 0.0274807692307692, 0.0332033188795245, 0.0769038461538461, 0.10745171545325, 0.161134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 1005, '2022-05-08 00:00:00', 0.00558789901345895, 0.0132692307692307, 0.0071329409189931, 0.0186730769230769, 0.0098353366060265, 0.0249230769230769, 0.0334923871947045, 0.0765, 0.106831601850043, 0.160365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 1020, '2022-05-08 00:00:00', 0.0051717055660138, 0.0134423076923077, 0.0065624807692026, 0.0178846153846153, 0.00916741721869025, 0.0238076923076923, 0.0346184699479694, 0.0759615384615386, 0.106290575962601, 0.161557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 1035, '2022-05-08 00:00:00', 0.00545699973921987, 0.012326923076923, 0.00857079118509251, 0.0175384615384615, 0.00967184653438081, 0.0237307692307692, 0.0358086796525862, 0.0763076923076924, 0.106072103560956, 0.161134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 1050, '2022-05-08 00:00:00', 0.00589536976070074, 0.0123461538461538, 0.00754894287046464, 0.0169423076923076, 0.0100599931182115, 0.0242115384615384, 0.0380047365469096, 0.0765000000000001, 0.106097147065247, 0.161230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 1065, '2022-05-08 00:00:00', 0.00509328366199424, 0.0113076923076923, 0.00504990479727465, 0.0143076923076923, 0.025516178879593, 0.0458461538461539, 0.0381841741281143, 0.0756346153846155, 0.106265076758367, 0.161557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 1080, '2022-05-08 00:00:00', 0.00359599135790864, 0.00963461538461537, 0.007501922830438, 0.0163269230769231, 0.0264673165650364, 0.050173076923077, 0.0385979323878286, 0.0764038461538463, 0.106230721327901, 0.161115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 1095, '2022-05-08 00:00:00', 0.00618226371286318, 0.0134038461538461, 0.0256329190390314, 0.0425576923076923, 0.0291699265577514, 0.0552692307692308, 0.0380015991566347, 0.0761923076923078, 0.106692577782366, 0.161615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 600, '2022-05-08 00:00:00', 0.012858594850856, 0.0262884615384615, 0.0209419343754252, 0.0377692307692307, 0.0264398373671246, 0.04725, 0.0340173259022291, 0.0684615384615386, 0.103088610129643, 0.154807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 615, '2022-05-08 00:00:00', 0.0212114355949804, 0.0262499999999999, 0.0262506922985632, 0.034826923076923, 0.0314065463533665, 0.0448653846153846, 0.0339172579171045, 0.064596153846154, 0.103265246592676, 0.153865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 630, '2022-05-08 00:00:00', 0.00965433342319153, 0.0198846153846154, 0.01073421918625, 0.0257115384615385, 0.0157208338005532, 0.0372692307692308, 0.0249300328612207, 0.0569423076923079, 0.100201589116832, 0.151961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 645, '2022-05-08 00:00:00', 0.00743908596535899, 0.0175000000000001, 0.0133555663993017, 0.0266346153846154, 0.0137466219626721, 0.0345192307692308, 0.0234325956407211, 0.0540576923076925, 0.0974333953963503, 0.151557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 660, '2022-05-08 00:00:00', 0.0101548018198289, 0.0184999999999999, 0.0113947525034723, 0.0259038461538462, 0.0110949746073826, 0.0340384615384615, 0.02389059196871, 0.0524038461538463, 0.0978584711949629, 0.150903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 675, '2022-05-08 00:00:00', 0.00671888841539015, 0.0172884615384616, 0.00809330207403258, 0.0236923076923076, 0.0125541442743637, 0.0324423076923077, 0.0232792495913951, 0.0507115384615386, 0.0974760503129635, 0.150596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 690, '2022-05-08 00:00:00', 0.00656775339179121, 0.0171538461538461, 0.00835825248574037, 0.0239038461538462, 0.0116149108410764, 0.0291153846153847, 0.0231309067300409, 0.049673076923077, 0.0983381078806099, 0.150788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 705, '2022-05-08 00:00:00', 0.00726987990589626, 0.0158653846153847, 0.0088639503261591, 0.0204807692307692, 0.0121720992437624, 0.0275000000000001, 0.0228257614246576, 0.0483461538461539, 0.098045287808943, 0.157461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 720, '2022-05-08 00:00:00', 0.00606173369463026, 0.0137307692307692, 0.00759959513091621, 0.0185769230769231, 0.0151789327688082, 0.0275, 0.0202407148703187, 0.0470576923076923, 0.0975906442552453, 0.159576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 735, '2022-05-08 00:00:00', 0.00566527886475013, 0.0133461538461539, 0.00753333616972956, 0.0178653846153847, 0.016163539216397, 0.0265, 0.0192384730723062, 0.0456730769230769, 0.0953387321404782, 0.160576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 750, '2022-05-08 00:00:00', 0.0044799124304629, 0.0119807692307694, 0.0111945900395614, 0.0181730769230769, 0.0147453904140088, 0.0250576923076923, 0.0187977085346552, 0.043576923076923, 0.0920795308415502, 0.16 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 765, '2022-05-08 00:00:00', 0.00945363178075771, 0.0133653846153846, 0.0139436779167533, 0.0183846153846153, 0.0135546897930058, 0.0234807692307692, 0.019291737968523, 0.0431346153846154, 0.0906658722155993, 0.160903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 780, '2022-05-08 00:00:00', 0.00683970309746989, 0.0121923076923077, 0.00666959230676522, 0.0162884615384616, 0.00596863597353836, 0.0207307692307692, 0.0201584588086108, 0.0437884615384615, 0.0901329360103517, 0.163115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 795, '2022-05-08 00:00:00', 0.00432274841346969, 0.0101153846153846, 0.00581536426532881, 0.0140384615384615, 0.00555327346290882, 0.0198269230769232, 0.0212783114570103, 0.0450576923076922, 0.0899417097560757, 0.163865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 810, '2022-05-08 00:00:00', 0.0050754689059618, 0.0114038461538461, 0.00526881244830224, 0.0144038461538462, 0.00500952938062894, 0.0213461538461539, 0.0221360218092243, 0.0472884615384615, 0.0898498662299419, 0.163961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 825, '2022-05-08 00:00:00', 0.00315253255946107, 0.0095384615384616, 0.00457451132320755, 0.0151153846153847, 0.00647067348771489, 0.0215192307692309, 0.022148033425462, 0.0478461538461538, 0.0894779581796545, 0.16425 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 840, '2022-05-08 00:00:00', 0.00532338816342198, 0.0120384615384616, 0.00593519489667673, 0.0170576923076924, 0.0095151902846893, 0.023173076923077, 0.0220354260226572, 0.0475, 0.0893579857392982, 0.164519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 855, '2022-05-08 00:00:00', 0.00571879492416136, 0.0112307692307693, 0.00699705982208572, 0.0161730769230769, 0.00940950828438169, 0.0221730769230769, 0.0220418832086692, 0.0472692307692307, 0.0892880666503304, 0.164173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 870, '2022-05-08 00:00:00', 0.005600034340554, 0.0109038461538462, 0.00768417454652994, 0.0155576923076923, 0.00946802310614315, 0.0217884615384616, 0.0231554612265742, 0.0481538461538461, 0.088883259650813, 0.164423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 885, '2022-05-08 00:00:00', 0.00534919116819033, 0.0105769230769231, 0.00561440455093308, 0.0141923076923077, 0.0116724033514953, 0.0222500000000001, 0.0243100881243854, 0.0604038461538461, 0.0883737800481568, 0.16475 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 900, '2022-05-08 00:00:00', 0.00341157531850704, 0.00917307692307696, 0.00795354299377618, 0.0138269230769231, 0.0122351322648537, 0.0215384615384615, 0.0251982905403094, 0.0609230769230769, 0.0882666959582414, 0.164980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 915, '2022-05-08 00:00:00', 0.00648074069840785, 0.0100000000000001, 0.0101845282357415, 0.0157692307692308, 0.013630127828285, 0.0229038461538461, 0.0292051167803494, 0.0638269230769231, 0.0879653690599099, 0.165615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 930, '2022-05-08 00:00:00', 0.00672572558281888, 0.0111538461538462, 0.00848763806956927, 0.016, 0.0108632230661354, 0.0220192307692306, 0.0291905213804333, 0.0644423076923077, 0.087956326575269, 0.165846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 945, '2022-05-08 00:00:00', 0.00459615223688418, 0.0112692307692307, 0.00682667280147969, 0.0167884615384615, 0.0105608311153125, 0.0233653846153846, 0.0349068044942529, 0.0667499999999999, 0.0878417107861985, 0.166115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 960, '2022-05-08 00:00:00', 0.00614482271134374, 0.0116730769230769, 0.00687305217162247, 0.0148269230769229, 0.0144740749671213, 0.0256730769230767, 0.0351212679375113, 0.0672115384615384, 0.0879695139500917, 0.166346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 975, '2022-05-08 00:00:00', 0.00624512117268649, 0.0111923076923076, 0.00932094415818485, 0.0185, 0.0161228576394366, 0.0279423076923076, 0.0369276267228833, 0.0690192307692308, 0.0876479342860707, 0.166903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 990, '2022-05-08 00:00:00', 0.00580029840081198, 0.0152115384615386, 0.0112785023555708, 0.0217692307692307, 0.0146974618426239, 0.0311538461538461, 0.03602450021006, 0.0692307692307692, 0.0880725050957797, 0.167384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 1005, '2022-05-08 00:00:00', 0.00793444293037546, 0.0148461538461539, 0.0084455040383354, 0.0209423076923077, 0.0109251474202341, 0.0293269230769231, 0.0353541206389559, 0.068076923076923, 0.0877292162544233, 0.167653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 1020, '2022-05-08 00:00:00', 0.00520827743559753, 0.0143846153846153, 0.00975344120731827, 0.0220192307692307, 0.00924331359166427, 0.026326923076923, 0.0356402322361423, 0.0683846153846154, 0.0876072288025454, 0.167942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 1035, '2022-05-08 00:00:00', 0.00763181599520151, 0.0137692307692307, 0.00724146712716736, 0.0181730769230769, 0.00897320798479913, 0.0230384615384615, 0.0360938520228329, 0.0686153846153846, 0.0871736838377624, 0.169365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 1050, '2022-05-08 00:00:00', 0.00361364933806004, 0.0125384615384616, 0.00537544273668547, 0.0158461538461539, 0.00895243843017942, 0.0236153846153847, 0.0367014357296194, 0.0696538461538461, 0.0871096236845363, 0.169442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 1065, '2022-05-08 00:00:00', 0.0043247498816072, 0.0112115384615384, 0.00641452678271395, 0.0166153846153846, 0.0217858546203371, 0.0432884615384615, 0.0359861939338706, 0.0693846153846154, 0.086321367352113, 0.169461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 1080, '2022-05-08 00:00:00', 0.0048969770895304, 0.0114038461538462, 0.00617828081638844, 0.0168653846153846, 0.0228437165237048, 0.0446538461538461, 0.0366070873759964, 0.0706730769230769, 0.0856845758492246, 0.169557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 1095, '2022-05-08 00:00:00', 0.005324110615507, 0.0123846153846153, 0.0222651849652875, 0.0400384615384615, 0.0254768446905148, 0.0505192307692308, 0.036532367103075, 0.0709230769230769, 0.0864530219252051, 0.17075 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 600, '2022-05-08 00:00:00', 0.00980712259939954, 0.024318181818182, 0.0111007780235114, 0.0318181818181819, 0.0190108905903684, 0.0418409090909093, 0.0401520648496226, 0.0644545454545455, 0.0871660882915594, 0.179613636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 615, '2022-05-08 00:00:00', 0.008309392015725, 0.0223863636363637, 0.0139041243997842, 0.030909090909091, 0.0214363550077271, 0.0402727272727273, 0.036960052144788, 0.0635454545454545, 0.0797631776082454, 0.179045454545454 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 630, '2022-05-08 00:00:00', 0.0113406759382292, 0.0197954545454546, 0.0106583097674803, 0.0266363636363637, 0.0180335335786787, 0.03625, 0.0364369897326771, 0.0600227272727272, 0.0777960064188298, 0.177136363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 645, '2022-05-08 00:00:00', 0.00559587819862548, 0.0173636363636364, 0.011981135966494, 0.0264999999999999, 0.0140979105633098, 0.0353181818181818, 0.0287072852270677, 0.0566818181818181, 0.0725564715131707, 0.175318181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 660, '2022-05-08 00:00:00', 0.0105603853684623, 0.0203913043478261, 0.00944988863727603, 0.0263695652173912, 0.0132476040044118, 0.0361086956521739, 0.0285887772004712, 0.057, 0.0704446002160899, 0.172652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 675, '2022-05-08 00:00:00', 0.00516974705232085, 0.0163913043478261, 0.00880335230793967, 0.024608695652174, 0.0146006456622622, 0.0327608695652175, 0.0278929170603289, 0.0539130434782609, 0.0681462113875908, 0.172760869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 690, '2022-05-08 00:00:00', 0.00902685934992453, 0.0170652173913044, 0.0116618614233624, 0.0228913043478262, 0.0159334398649148, 0.0319782608695653, 0.028212053460787, 0.0525217391304348, 0.0689686157645222, 0.172521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 705, '2022-05-08 00:00:00', 0.0060207972893962, 0.0150000000000001, 0.0109727023849395, 0.0216739130434783, 0.0131116744889865, 0.0300652173913044, 0.0262664027427335, 0.0499130434782609, 0.0674388465479312, 0.17745652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 720, '2022-05-08 00:00:00', 0.00651563944001292, 0.0148913043478261, 0.00762284117044841, 0.020304347826087, 0.0116437993473397, 0.0278478260869565, 0.0255365157443931, 0.0479999999999999, 0.068673836719688, 0.180630434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 735, '2022-05-08 00:00:00', 0.0052639800689221, 0.0133695652173913, 0.0081263490822826, 0.0199130434782609, 0.0107350870914801, 0.0265869565217391, 0.0250071531268532, 0.046195652173913, 0.0695159293031278, 0.180652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 750, '2022-05-08 00:00:00', 0.00650774849804708, 0.0138478260869566, 0.00969561450922335, 0.0186304347826088, 0.0128699023831487, 0.0250434782608696, 0.0238326261907127, 0.0453043478260869, 0.0684002259432738, 0.18 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 765, '2022-05-08 00:00:00', 0.0065110122586593, 0.0129347826086957, 0.00585184339727626, 0.017304347826087, 0.0118740092160003, 0.0225869565217391, 0.0222443757602775, 0.046695652173913, 0.0660449002857521, 0.179760869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 780, '2022-05-08 00:00:00', 0.00377111971084415, 0.013304347826087, 0.0114424146820039, 0.0187391304347826, 0.0126606670487212, 0.0232608695652173, 0.0215704104897345, 0.0473478260869565, 0.064550773593672, 0.179434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 795, '2022-05-08 00:00:00', 0.01209759392012, 0.0134782608695651, 0.0118596452632762, 0.0174130434782608, 0.0170170224006257, 0.0240217391304347, 0.0217673423659364, 0.0476086956521738, 0.0643278949075834, 0.179347826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 810, '2022-05-08 00:00:00', 0.00662616981990457, 0.0122608695652174, 0.0125949751571604, 0.0167391304347826, 0.0196098053637246, 0.0233913043478261, 0.0228059566797592, 0.0499565217391304, 0.0638468476941055, 0.178521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 825, '2022-05-08 00:00:00', 0.00630350614525932, 0.0109347826086957, 0.011463337331109, 0.0158913043478262, 0.0142683901166789, 0.0217826086956523, 0.0206308606477576, 0.0487173913043478, 0.0638412139051676, 0.178217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 840, '2022-05-08 00:00:00', 0.00806740379258221, 0.0120869565217392, 0.0100427938099854, 0.0161956521739132, 0.01488055207442, 0.0228913043478262, 0.0194383844625482, 0.0483478260869565, 0.0652754349741707, 0.178782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 855, '2022-05-08 00:00:00', 0.00531711755845533, 0.0103913043478261, 0.00863191064729728, 0.0146521739130435, 0.0143500492348799, 0.0234130434782609, 0.0186717801908139, 0.0481086956521738, 0.0650088850722724, 0.179782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 870, '2022-05-08 00:00:00', 0.00707979645092722, 0.0101521739130434, 0.0130017101337924, 0.0163913043478261, 0.0133244700448567, 0.0227826086956522, 0.0183882427207096, 0.0486739130434782, 0.0650576363498615, 0.180282608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 885, '2022-05-08 00:00:00', 0.00840078106664155, 0.0123695652173914, 0.00858726421623129, 0.0171739130434783, 0.0106204274048115, 0.0234565217391305, 0.0471238591667405, 0.0741086956521739, 0.0660298321607579, 0.180065217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 900, '2022-05-08 00:00:00', 0.00585800354503108, 0.0119565217391305, 0.0068340000960091, 0.0153913043478261, 0.00801973849533742, 0.0224565217391304, 0.0534976450296218, 0.0834565217391304, 0.065871656262874, 0.179934782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 915, '2022-05-08 00:00:00', 0.00405203311092296, 0.0101521739130435, 0.00586373594302202, 0.0162391304347826, 0.00686516094367856, 0.021804347826087, 0.0586274497621434, 0.0872173913043477, 0.0670352393906227, 0.179717391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 930, '2022-05-08 00:00:00', 0.00530194982405156, 0.0137391304347826, 0.00541718098298108, 0.0163695652173912, 0.0101350563683155, 0.0234130434782608, 0.0603209056636176, 0.0915434782608695, 0.0677226893162206, 0.180391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 945, '2022-05-08 00:00:00', 0.00486385799797903, 0.0109565217391303, 0.00673767356431633, 0.0166521739130435, 0.0111841396735356, 0.0258043478260869, 0.0610096862652302, 0.0949999999999999, 0.0671742910308257, 0.180891304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 960, '2022-05-08 00:00:00', 0.00534168483139405, 0.0115217391304348, 0.00773990481092714, 0.0157608695652173, 0.0114500979508039, 0.0256739130434783, 0.0608033261129945, 0.0963913043478261, 0.0677009160323591, 0.181130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 975, '2022-05-08 00:00:00', 0.0038412160459238, 0.00986956521739124, 0.00854429287369424, 0.0186304347826088, 0.0107481039783971, 0.0246086956521739, 0.0600195455647771, 0.0956304347826088, 0.0664279900765681, 0.180217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 990, '2022-05-08 00:00:00', 0.00774692339799391, 0.0159130434782609, 0.00893028554974584, 0.0205000000000001, 0.0134644532743176, 0.0277173913043478, 0.0592400239262494, 0.0956956521739131, 0.0663378435447369, 0.180130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 1005, '2022-05-08 00:00:00', 0.00547163002932997, 0.0145652173913043, 0.0062646665857673, 0.0182826086956521, 0.0112077489427465, 0.025, 0.0571327937920264, 0.0942608695652174, 0.0667950230093097, 0.179934782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 1020, '2022-05-08 00:00:00', 0.00532556664394048, 0.0135434782608696, 0.0115836449375628, 0.0196086956521738, 0.0114117164671785, 0.0239999999999999, 0.0568608488019851, 0.0942608695652174, 0.0646796147883548, 0.17945652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 1035, '2022-05-08 00:00:00', 0.007243028541335, 0.0134347826086956, 0.00784288655822702, 0.0174782608695653, 0.0084027216558266, 0.0220869565217391, 0.0568258816917039, 0.094108695652174, 0.0656799943672276, 0.17904347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 1050, '2022-05-08 00:00:00', 0.00516534897558, 0.0133913043478262, 0.00661071713414421, 0.0177608695652175, 0.00907277341232017, 0.0222391304347826, 0.0572283063822739, 0.0940217391304349, 0.0658438084760025, 0.17904347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 1065, '2022-05-08 00:00:00', 0.00392153777210225, 0.0120869565217391, 0.00402045166872499, 0.0146304347826087, 0.0397531787080141, 0.0547608695652173, 0.0567383304503445, 0.0929782608695652, 0.0676628178322189, 0.177565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 1080, '2022-05-08 00:00:00', 0.00426656270459629, 0.010108695652174, 0.00646654510025224, 0.0150434782608695, 0.0454214998455725, 0.0666086956521739, 0.0563335194623926, 0.0930217391304348, 0.0680923866708286, 0.177369565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 1095, '2022-05-08 00:00:00', 0.00387068642991585, 0.0108695652173912, 0.0384358199205431, 0.0523043478260869, 0.04837032907866, 0.0720652173913043, 0.0551412308165892, 0.0921521739130435, 0.0684535704280486, 0.176869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 600, '2022-05-08 00:00:00', 0.0102164083708512, 0.0248749999999999, 0.0205283473148294, 0.04025, 0.0270263475176527, 0.0536458333333334, 0.0319581644554614, 0.0742083333333334, 0.0642989472663839, 0.1709375 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 615, '2022-05-08 00:00:00', 0.0125221361966534, 0.0266041666666667, 0.0170454953886204, 0.0351249999999999, 0.028333346653876, 0.0486875, 0.0322797722366837, 0.0693750000000001, 0.0643325788890958, 0.1674375 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 630, '2022-05-08 00:00:00', 0.00982175841719782, 0.0204791666666666, 0.016734702618784, 0.0314375000000001, 0.0302740801270037, 0.0444583333333334, 0.0308789639830527, 0.0640208333333334, 0.0655975839902837, 0.165895833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 645, '2022-05-08 00:00:00', 0.0150469675311692, 0.0234583333333335, 0.0282750386024674, 0.0347708333333335, 0.0305389911733191, 0.0416041666666668, 0.0326881399402539, 0.0620833333333335, 0.0672344178111612, 0.164479166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 660, '2022-05-08 00:00:00', 0.0236403360621298, 0.0248125000000001, 0.0255495752822127, 0.0302083333333333, 0.0256623049418313, 0.0350208333333334, 0.0305424389941299, 0.0585833333333334, 0.0665720127413524, 0.1625625 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 675, '2022-05-08 00:00:00', 0.00547126882986901, 0.016, 0.00795569138179192, 0.0216458333333333, 0.0100984062094478, 0.0282291666666667, 0.0217633850201715, 0.0499166666666667, 0.06407094898332, 0.157395833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 690, '2022-05-08 00:00:00', 0.0064865733679632, 0.0149791666666667, 0.00919177227395409, 0.0193541666666667, 0.0130829121597491, 0.0271458333333334, 0.0235588609133852, 0.0492916666666667, 0.0640978326918867, 0.157020833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 705, '2022-05-08 00:00:00', 0.00674201083838706, 0.0132916666666667, 0.00973889185137382, 0.0200416666666667, 0.0134130992646762, 0.0265416666666667, 0.0229496041297043, 0.0488541666666667, 0.067324960915836, 0.167041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 720, '2022-05-08 00:00:00', 0.00628821649330454, 0.0144583333333334, 0.0108757808315381, 0.0202500000000001, 0.012079147200918, 0.0266666666666669, 0.0227958707009512, 0.0486041666666667, 0.0689928812490353, 0.1691875 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 735, '2022-05-08 00:00:00', 0.00564623608114808, 0.0135208333333334, 0.0069249339451671, 0.0180416666666668, 0.0110674603019949, 0.0250208333333335, 0.0228835960327765, 0.0470625, 0.0719238602041538, 0.169791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 750, '2022-05-08 00:00:00', 0.00495614828239645, 0.0130416666666667, 0.00654250317738458, 0.0177500000000001, 0.00949675764653932, 0.0243333333333333, 0.0231210973988592, 0.0482916666666667, 0.0719514731798705, 0.170166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 765, '2022-05-08 00:00:00', 0.0057135739722377, 0.0124166666666668, 0.00872890832691642, 0.0169583333333335, 0.00910682874057398, 0.0233958333333334, 0.0263603013854249, 0.0506875, 0.0720663819391337, 0.171708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 780, '2022-05-08 00:00:00', 0.00552854090088465, 0.0111041666666666, 0.00611213896713934, 0.0161458333333333, 0.00834274830468725, 0.0215833333333333, 0.0291048516798204, 0.0523749999999999, 0.0716757367027647, 0.172208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 795, '2022-05-08 00:00:00', 0.00514248959895527, 0.0115208333333333, 0.00826497323702228, 0.0163749999999999, 0.00984809902203601, 0.0204375, 0.0325360377120509, 0.0555625, 0.0712894055791328, 0.172125 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 810, '2022-05-08 00:00:00', 0.00607068866518155, 0.011125, 0.00635081730447202, 0.0140625, 0.00745830803169525, 0.0196875, 0.0306328110417382, 0.0561041666666667, 0.0715114767316955, 0.17275 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 825, '2022-05-08 00:00:00', 0.0043733692612964, 0.0101875, 0.00670573921397156, 0.0143541666666666, 0.008908044727636, 0.020875, 0.0299201761092042, 0.0573958333333333, 0.071245582115767, 0.172958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 840, '2022-05-08 00:00:00', 0.00429273062652243, 0.00958333333333337, 0.00530586222145306, 0.014, 0.0119080870097545, 0.0232916666666667, 0.029374818840021, 0.0571458333333333, 0.069848435164487, 0.172729166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 855, '2022-05-08 00:00:00', 0.00520307705781537, 0.00993749999999995, 0.00802890498246116, 0.0154375, 0.0122565976022144, 0.0230624999999999, 0.0299138179379227, 0.0568541666666666, 0.0690917264704441, 0.172333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 870, '2022-05-08 00:00:00', 0.00613698546354067, 0.0113541666666667, 0.0102977414155177, 0.01775, 0.0136062478988168, 0.0237708333333334, 0.0308944483427977, 0.0591458333333333, 0.0695800257393173, 0.173020833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 885, '2022-05-08 00:00:00', 0.00679180559118166, 0.0114583333333334, 0.0100453455585811, 0.0158125, 0.014595264270661, 0.023, 0.0439898497844442, 0.0782083333333333, 0.0693340867085602, 0.172708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 900, '2022-05-08 00:00:00', 0.00709357741761583, 0.0113333333333333, 0.0103043363602944, 0.0153750000000001, 0.0135918773697669, 0.0239999999999999, 0.0498102195439297, 0.0838333333333333, 0.0700045417781248, 0.173625 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 915, '2022-05-08 00:00:00', 0.0064454230474709, 0.0105000000000001, 0.00938138671341642, 0.0160208333333333, 0.0125269094410764, 0.0224791666666666, 0.0455059669204195, 0.0848541666666666, 0.0696075827745092, 0.172708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 930, '2022-05-08 00:00:00', 0.00758896510100988, 0.011625, 0.00856644955457119, 0.0160833333333333, 0.0151831213494803, 0.0233750000000001, 0.0445471121317123, 0.0868541666666666, 0.069604108241238, 0.172666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 945, '2022-05-08 00:00:00', 0.00672004221648229, 0.0109374999999999, 0.010709415300891, 0.0148125, 0.0154296997397219, 0.0288541666666667, 0.0435370074131508, 0.0883333333333332, 0.0699397126516624, 0.173041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 960, '2022-05-08 00:00:00', 0.00603237040918606, 0.00945833333333333, 0.0110314931255797, 0.0152083333333334, 0.0163706502132872, 0.0319583333333333, 0.0446928932845583, 0.0909583333333333, 0.0699947688262736, 0.1729375 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 975, '2022-05-08 00:00:00', 0.0103901256077551, 0.0115416666666667, 0.0114402789250987, 0.0240208333333332, 0.02133616376151, 0.0365833333333332, 0.0453785556757526, 0.0916874999999999, 0.0697914076352537, 0.172833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 990, '2022-05-08 00:00:00', 0.00832873061295587, 0.0192916666666666, 0.00923542231640327, 0.0255208333333333, 0.0144627833230425, 0.0347916666666666, 0.0465194364864245, 0.0923333333333332, 0.0699967875815679, 0.1729375 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 1005, '2022-05-08 00:00:00', 0.00832815962584904, 0.0163541666666667, 0.0141494193817478, 0.0255208333333333, 0.0149253577628084, 0.032375, 0.0480992331735554, 0.0931666666666665, 0.06954229241823, 0.1725 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 1020, '2022-05-08 00:00:00', 0.00762136109415744, 0.0157916666666666, 0.00835161942987406, 0.0214791666666667, 0.0118112993983837, 0.0269375, 0.0477514511502689, 0.0911249999999999, 0.0696977428782227, 0.170083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 1035, '2022-05-08 00:00:00', 0.00538903207140817, 0.0140416666666667, 0.00777712643925598, 0.019375, 0.0106983508142576, 0.0237083333333333, 0.0474300973057695, 0.0908749999999999, 0.0701649712349816, 0.170416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 1050, '2022-05-08 00:00:00', 0.00787216707728905, 0.0145833333333333, 0.0102166521857239, 0.0181458333333333, 0.0125256259064299, 0.02625, 0.0466902324685903, 0.0906041666666666, 0.0707643024668737, 0.170770833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 1065, '2022-05-08 00:00:00', 0.00440335017385879, 0.0105416666666666, 0.0058216238583255, 0.0144999999999999, 0.0382583643880938, 0.0544375, 0.0461403027323389, 0.0890833333333333, 0.0709060794392786, 0.171041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 1080, '2022-05-08 00:00:00', 0.00454640923768653, 0.0113125, 0.00772134135489686, 0.0180208333333333, 0.0444502602248621, 0.0623958333333333, 0.0458202962354178, 0.0893958333333333, 0.0712855269931818, 0.1711875 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 00:00:00' and dayofweek = 1 and fromtime = 1080);
Date: 2022-05-08 18:02:10 Duration: 970ms 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 515840247943103300, 1, 1095, '2022-05-08 00:00:00', 0.0173294546942481, 0.03132, 0.141734920655897, 0.178676, 0.175819075377692, 0.220868, 0.179011244339567, 0.290668, 0.335990596941839, 0.582696 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 600, '2022-05-08 00:00:00', 0.0689954336281645, 0.104811538461538, 0.0959762824067247, 0.132696153846154, 0.129176987293224, 0.165373076923077, 0.146324442093063, 0.229334615384615, 0.317042237152184, 0.539042307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 615, '2022-05-08 00:00:00', 0.0420393405496109, 0.0761153846153846, 0.0765944283974916, 0.102338461538462, 0.0818609270935493, 0.127453846153846, 0.117958296933215, 0.197269230769231, 0.310538555515315, 0.521438461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 630, '2022-05-08 00:00:00', 0.051626783895422, 0.0600192307692307, 0.0541819602394064, 0.0835192307692306, 0.0631854837272468, 0.111815384615384, 0.0977107228191775, 0.179584615384615, 0.308059082245348, 0.517284615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 645, '2022-05-08 00:00:00', 0.024707924608545, 0.0538076923076923, 0.0297868324031843, 0.0698461538461539, 0.048142289102202, 0.096, 0.0941993215719485, 0.172746153846154, 0.309177765147396, 0.510361538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 660, '2022-05-08 00:00:00', 0.0241696885820619, 0.0494230769230769, 0.0395983187288786, 0.0723730769230767, 0.0446444414663925, 0.0963846153846153, 0.0893058247734241, 0.170707692307692, 0.312459043469946, 0.509476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 675, '2022-05-08 00:00:00', 0.0289553887637784, 0.0507576923076922, 0.0311061705478807, 0.0649230769230768, 0.049376497056175, 0.0930384615384616, 0.0825643946355718, 0.162861538461538, 0.309179311179675, 0.505861538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 690, '2022-05-08 00:00:00', 0.0253629651263411, 0.042, 0.0316034078006689, 0.0618461538461538, 0.0450385988305074, 0.0863461538461539, 0.0822535995939012, 0.156476923076923, 0.31403549872831, 0.501861538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 705, '2022-05-08 00:00:00', 0.0206924735480914, 0.0434615384615385, 0.0366070400963447, 0.064346153846154, 0.0470282402883138, 0.085846153846154, 0.0838433869691673, 0.158392307692308, 0.318229234261187, 0.533207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 720, '2022-05-08 00:00:00', 0.0319267671639091, 0.0480384615384615, 0.0347320291108055, 0.064076923076923, 0.0432611390724535, 0.0883846153846154, 0.087312744686073, 0.162546153846154, 0.317673786236036, 0.534438461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 735, '2022-05-08 00:00:00', 0.0265995951386194, 0.0435384615384615, 0.0433718270841267, 0.0603461538461538, 0.042933383102376, 0.0836538461538462, 0.0808010986216247, 0.155007692307692, 0.331811597446503, 0.54095 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 750, '2022-05-08 00:00:00', 0.0410701651024009, 0.0420384615384615, 0.0416633578173362, 0.0586538461538462, 0.0548440025470844, 0.0787692307692308, 0.0775711263689901, 0.148573076923077, 0.332260906124181, 0.543142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 765, '2022-05-08 00:00:00', 0.0246610249958543, 0.0403846153846154, 0.0243930633267234, 0.0563076923076923, 0.0476967987959843, 0.0747692307692307, 0.0746693858593694, 0.145803846153846, 0.326682380985191, 0.540026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 780, '2022-05-08 00:00:00', 0.017867245493877, 0.0399615384615384, 0.038235303863556, 0.0544615384615384, 0.0399919222612998, 0.0699230769230769, 0.0707989848905934, 0.147611538461538, 0.327291258032682, 0.542796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 795, '2022-05-08 00:00:00', 0.0276018115347526, 0.0365, 0.0288098273831371, 0.0486153846153846, 0.0388616837198089, 0.0743384615384615, 0.0747383967840237, 0.151765384615384, 0.325632151431878, 0.545026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 810, '2022-05-08 00:00:00', 0.0140084040709635, 0.0316538461538462, 0.0207483456245034, 0.043423076923077, 0.0343702751717906, 0.0700692307692308, 0.0788838641002367, 0.153619230769231, 0.325856512192808, 0.547342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 825, '2022-05-08 00:00:00', 0.0169004779176849, 0.0308846153846155, 0.0317440196669448, 0.0557961538461538, 0.0340798230403494, 0.0737923076923076, 0.0804780563498284, 0.156465384615384, 0.325515154415038, 0.548984615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 840, '2022-05-08 00:00:00', 0.0303127566444329, 0.0480192307692307, 0.0338515374040144, 0.0559538461538461, 0.0489079405225148, 0.0785230769230768, 0.0915198877924272, 0.167311538461538, 0.32501860595262, 0.549369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 855, '2022-05-08 00:00:00', 0.021521509812636, 0.0321538461538462, 0.0230600553738744, 0.0493846153846153, 0.0457704641074939, 0.0671538461538461, 0.0898549600531537, 0.163076923076923, 0.324669764530053, 0.5489 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 870, '2022-05-08 00:00:00', 0.0198171642774642, 0.036, 0.03838246795288, 0.0494230769230769, 0.0534195153046583, 0.0657307692307692, 0.0932873229082314, 0.162730769230769, 0.325186920921585, 0.548207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 885, '2022-05-08 00:00:00', 0.0268034440955751, 0.0332307692307693, 0.0322818596356911, 0.0459615384615385, 0.0464509046032641, 0.0711423076923077, 0.147492408566053, 0.207153846153846, 0.328977697630799, 0.550207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 900, '2022-05-08 00:00:00', 0.0190298550865577, 0.0311538461538462, 0.0273681454361706, 0.0441538461538462, 0.0383354475448185, 0.0737576923076922, 0.147791406432798, 0.215230769230769, 0.330430764096714, 0.551388461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 915, '2022-05-08 00:00:00', 0.0183936443872919, 0.0306153846153846, 0.0288783935734766, 0.0542192307692306, 0.0364938572280954, 0.0761807692307691, 0.149524294295661, 0.225153846153846, 0.331479195796891, 0.553773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 930, '2022-05-08 00:00:00', 0.0217374207655477, 0.0419115384615385, 0.0288541011616401, 0.0580653846153845, 0.0349713949040993, 0.0759615384615385, 0.149257472329374, 0.229423076923077, 0.331334391189045, 0.554003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 945, '2022-05-08 00:00:00', 0.0197545320992814, 0.0391923076923076, 0.025625257972435, 0.0544230769230769, 0.0428477986150263, 0.0844230769230769, 0.152816312459914, 0.235615384615385, 0.331890518371067, 0.559246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 960, '2022-05-08 00:00:00', 0.0186302070676795, 0.0372692307692308, 0.0300230936754718, 0.0528846153846155, 0.0446030871646278, 0.0886538461538463, 0.148050310991282, 0.239346153846154, 0.330374963942488, 0.5599 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 975, '2022-05-08 00:00:00', 0.0224879112824237, 0.0358846153846154, 0.0340114008034864, 0.0631538461538461, 0.0458127291682798, 0.0916153846153846, 0.140966256082249, 0.241884615384615, 0.326967462319089, 0.555669230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 990, '2022-05-08 00:00:00', 0.0236049864353993, 0.0503461538461537, 0.0286569094903561, 0.0665384615384615, 0.0437333352876796, 0.0902692307692307, 0.141280999212426, 0.245692307692308, 0.326370847868589, 0.554707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 1005, '2022-05-08 00:00:00', 0.0213854012030495, 0.0428461538461539, 0.0322012183238222, 0.0630384615384617, 0.0415813012709393, 0.0867307692307693, 0.139327585208386, 0.2462, 0.320014779754839, 0.556438461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 1020, '2022-05-08 00:00:00', 0.0269846965177273, 0.0484230769230769, 0.0320374780530553, 0.063, 0.0546691306511623, 0.0949230769230769, 0.142957456823834, 0.254661538461538, 0.319696004450382, 0.555938461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 1035, '2022-05-08 00:00:00', 0.0224210066335464, 0.0406923076923078, 0.0315708726518606, 0.0600000000000001, 0.0493544324250619, 0.0845, 0.139440668386235, 0.2597, 0.31587082393818, 0.551130769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 1050, '2022-05-08 00:00:00', 0.0271024268002247, 0.0436923076923078, 0.0509933479824727, 0.0671923076923076, 0.0559994093375444, 0.0814230769230768, 0.138613384857085, 0.259238461538461, 0.3158381910945, 0.550784615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 1065, '2022-05-08 00:00:00', 0.037308114192698, 0.0468461538461538, 0.0366904095622569, 0.0591153846153845, 0.117474762461495, 0.151730769230769, 0.129614248979275, 0.255892307692308, 0.307958135816193, 0.548630769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 1080, '2022-05-08 00:00:00', 0.0205503134919004, 0.0356538461538462, 0.0262378470036056, 0.0477692307692307, 0.110456148486454, 0.160692307692308, 0.128352530165946, 0.2527, 0.301388770450802, 0.549284615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 1095, '2022-05-08 00:00:00', 0.0180951757276735, 0.0303461538461539, 0.108012054028171, 0.135769230769231, 0.109890708503424, 0.163269230769231, 0.137672097614362, 0.248238461538462, 0.299234854818855, 0.547707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 600, '2022-05-08 00:00:00', 0.066654516841581, 0.100730769230769, 0.0733067800411393, 0.1218, 0.0750568368228113, 0.141234615384615, 0.126058715074182, 0.225973076923077, 0.29696833503824, 0.536119230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 615, '2022-05-08 00:00:00', 0.0408931064342897, 0.0676153846153845, 0.0451869177800559, 0.0863923076923075, 0.0575264514409208, 0.112930769230769, 0.104060304409732, 0.211415384615385, 0.296520830037543, 0.523823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 630, '2022-05-08 00:00:00', 0.0343178984474013, 0.0575846153846153, 0.0413692713905455, 0.0779692307692309, 0.0548987011195654, 0.107853846153846, 0.102325770270927, 0.202761538461538, 0.293232901186858, 0.522592307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 645, '2022-05-08 00:00:00', 0.0283594510091162, 0.0474615384615385, 0.0429094933014201, 0.0687692307692309, 0.0556220764140946, 0.103846153846154, 0.0935598299732067, 0.191253846153846, 0.293371967618952, 0.513046153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 660, '2022-05-08 00:00:00', 0.0259459793832078, 0.048923076923077, 0.0299998974357221, 0.069076923076923, 0.0708116135629219, 0.112730769230769, 0.0945452497281265, 0.188023076923077, 0.293917876546913, 0.508815384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 675, '2022-05-08 00:00:00', 0.0278905829158269, 0.0477307692307693, 0.0543106307768986, 0.0757307692307693, 0.0753918991771559, 0.107461538461539, 0.0949871518437341, 0.181830769230769, 0.292318989093448, 0.506353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 690, '2022-05-08 00:00:00', 0.0505138061858797, 0.0542692307692308, 0.0710248927110445, 0.0788461538461539, 0.0771740490459963, 0.101923076923077, 0.0866956157173785, 0.176946153846154, 0.284272584787099, 0.501238461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 705, '2022-05-08 00:00:00', 0.0308730402679199, 0.0472307692307692, 0.0365020758103087, 0.0638076923076923, 0.0566395485640419, 0.0960384615384615, 0.0736641292520418, 0.167292307692308, 0.382619992480991, 0.542976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 720, '2022-05-08 00:00:00', 0.0202188411750411, 0.0408076923076923, 0.0324974081806771, 0.0628076923076923, 0.046926915353722, 0.0881538461538462, 0.0652656235347876, 0.159880769230769, 0.383179386791015, 0.542438461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 735, '2022-05-08 00:00:00', 0.0251890085919664, 0.0443846153846154, 0.0378178020758235, 0.0661153846153846, 0.0418817566305611, 0.0851923076923078, 0.0597448040869214, 0.156419230769231, 0.38217063754297, 0.54245 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 750, '2022-05-08 00:00:00', 0.0294757266498804, 0.0445384615384615, 0.0323999287748506, 0.0556538461538462, 0.0409623466875843, 0.0750769230769232, 0.0590439764399906, 0.148534615384615, 0.381868384595853, 0.544034615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 765, '2022-05-08 00:00:00', 0.0186926559005239, 0.0321538461538461, 0.0235321384166748, 0.0521923076923077, 0.0429489858391952, 0.0711538461538462, 0.0574050312723948, 0.148419230769231, 0.380987788720119, 0.545534615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 780, '2022-05-08 00:00:00', 0.0183737270621354, 0.040923076923077, 0.0279277364198829, 0.0530384615384617, 0.0482238370677662, 0.0764615384615384, 0.0580969154483729, 0.147796153846154, 0.378381932098325, 0.549842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 795, '2022-05-08 00:00:00', 0.0212767840253535, 0.0336923076923077, 0.0376557892167787, 0.0479615384615385, 0.0363031070931317, 0.0833961538461538, 0.0601507839964253, 0.146219230769231, 0.378128982165935, 0.547265384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 810, '2022-05-08 00:00:00', 0.0220740014148215, 0.0333076923076922, 0.031081258265788, 0.0542692307692307, 0.0285382348114567, 0.0796269230769231, 0.0576667552541189, 0.142411538461539, 0.377407470983082, 0.549534615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 825, '2022-05-08 00:00:00', 0.0263503320662188, 0.0405, 0.0263821387714083, 0.0648269230769231, 0.0327379161500263, 0.0824346153846154, 0.0562186764751304, 0.138603846153846, 0.376253631007269, 0.550226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 840, '2022-05-08 00:00:00', 0.0248333798313109, 0.0515653846153847, 0.0241751496694119, 0.0592115384615385, 0.0331822039885608, 0.0790884615384616, 0.0566903981830596, 0.133673076923077, 0.376336290386057, 0.553188461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 855, '2022-05-08 00:00:00', 0.0138015049346634, 0.0308076923076924, 0.0276659468550169, 0.0477307692307693, 0.0351912576556253, 0.0667692307692309, 0.0577384154214905, 0.125730769230769, 0.374305896540003, 0.559746153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 870, '2022-05-08 00:00:00', 0.0202031223786363, 0.0326153846153846, 0.0242940005256125, 0.0439615384615385, 0.0317494033862783, 0.0617692307692309, 0.0568951667543035, 0.1235, 0.373820074614266, 0.562746153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 885, '2022-05-08 00:00:00', 0.0124480458769175, 0.026076923076923, 0.0231685463174004, 0.0416923076923077, 0.027787130391327, 0.0612692307692308, 0.186843109216097, 0.216011538461538, 0.367651310807485, 0.570207692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 900, '2022-05-08 00:00:00', 0.015519714509666, 0.0313076923076923, 0.0231205868969959, 0.0451923076923077, 0.0386916210368802, 0.0681923076923077, 0.186131454994747, 0.217857692307692, 0.367339597396448, 0.57143076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 915, '2022-05-08 00:00:00', 0.015484235159075, 0.0291923076923077, 0.020395059733633, 0.0449615384615385, 0.0489557571062502, 0.0768846153846155, 0.185666283961305, 0.22005, 0.367727304649268, 0.571046153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 930, '2022-05-08 00:00:00', 0.0187273966320839, 0.0353461538461539, 0.0356171955013955, 0.0537692307692308, 0.0506320664583834, 0.0806153846153848, 0.186082450914807, 0.223742307692308, 0.367736336314694, 0.571276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 945, '2022-05-08 00:00:00', 0.0325665236329957, 0.0374615384615386, 0.0446938302401849, 0.0584615384615386, 0.0466403753778271, 0.0862692307692309, 0.185351092420677, 0.224011538461539, 0.36759727263155, 0.572473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 960, '2022-05-08 00:00:00', 0.0369954882904139, 0.0411153846153847, 0.0448504009072211, 0.0580384615384618, 0.041256216314822, 0.0873461538461539, 0.184703953770518, 0.220742307692308, 0.367332997219354, 0.572126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 975, '2022-05-08 00:00:00', 0.0207620956404842, 0.0352307692307694, 0.0344582913992242, 0.067423076923077, 0.0358706222201613, 0.0883076923076924, 0.186081225647462, 0.221857692307693, 0.367489342702615, 0.57155 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 990, '2022-05-08 00:00:00', 0.0296348028247454, 0.0566923076923077, 0.0299166277408502, 0.0687307692307692, 0.0313776010261116, 0.0849230769230769, 0.185354666476502, 0.222896153846154, 0.365827246850835, 0.570242307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 1005, '2022-05-08 00:00:00', 0.0200922870773836, 0.0425000000000001, 0.024183147342408, 0.0597692307692309, 0.0311809853300668, 0.072423076923077, 0.185955352168202, 0.22605, 0.365332926541511, 0.56958076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 1020, '2022-05-08 00:00:00', 0.0183852532879354, 0.0420076923076924, 0.0250725715903624, 0.055923076923077, 0.0280379138914544, 0.0672692307692308, 0.184020568791811, 0.230057692307692, 0.36416283274635, 0.569965384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 1035, '2022-05-08 00:00:00', 0.0192478969880229, 0.0378076923076924, 0.0196630461682666, 0.0476538461538462, 0.0255256432149801, 0.0610384615384616, 0.180930333936744, 0.229942307692308, 0.36121867336091, 0.570196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 1050, '2022-05-08 00:00:00', 0.0123612919414412, 0.0301923076923077, 0.0197928114378778, 0.0443461538461539, 0.0254180129950273, 0.057346153846154, 0.188873195068503, 0.234730769230769, 0.361383478593032, 0.57335 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 1065, '2022-05-08 00:00:00', 0.0128454122310112, 0.0317307692307693, 0.021393888415584, 0.0415384615384615, 0.17659007063296, 0.175776923076923, 0.195785291543097, 0.240896153846154, 0.361645605722594, 0.575542307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 1080, '2022-05-08 00:00:00', 0.0179901254966334, 0.0292692307692308, 0.022603641639891, 0.0397307692307695, 0.176125706200473, 0.179896153846154, 0.19474942579159, 0.242626923076923, 0.360892143465863, 0.577119230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 1095, '2022-05-08 00:00:00', 0.0214419072056425, 0.0316538461538463, 0.176527486114333, 0.168315384615385, 0.173596401283153, 0.183742307692308, 0.191975603618312, 0.245396153846154, 0.362882766935083, 0.580842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 600, '2022-05-08 00:00:00', 0.115554967805869, 0.110353846153846, 0.126875417089121, 0.126011538461538, 0.127097299190575, 0.145588461538462, 0.147306004107619, 0.211473076923077, 0.341646107161287, 0.565457692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 615, '2022-05-08 00:00:00', 0.0356524246667094, 0.0628461538461538, 0.047635516807719, 0.0861615384615386, 0.0581337582318042, 0.109776923076923, 0.114025868387566, 0.200011538461539, 0.338535276766521, 0.562780769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 630, '2022-05-08 00:00:00', 0.0468637424225399, 0.0621346153846155, 0.0557171142054632, 0.0835192307692309, 0.0581930253552779, 0.0997500000000002, 0.105706869000298, 0.195984615384615, 0.334503544996738, 0.562819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 645, '2022-05-08 00:00:00', 0.0355718125227525, 0.0549230769230769, 0.0442110323857676, 0.0728461538461539, 0.0628148071715579, 0.0945, 0.0988405706953609, 0.187080769230769, 0.331597749018063, 0.559934615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 660, '2022-05-08 00:00:00', 0.0398055465791081, 0.0521923076923077, 0.0437184699570402, 0.0662307692307693, 0.0609440985973719, 0.0938346153846155, 0.0993886089278615, 0.183396153846154, 0.3313292688318, 0.558396153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 675, '2022-05-08 00:00:00', 0.0337931262924192, 0.044846153846154, 0.0472148770556975, 0.0647307692307693, 0.0607259347712836, 0.0913346153846154, 0.0926118228870458, 0.176857692307692, 0.326001243154779, 0.555857692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 690, '2022-05-08 00:00:00', 0.0276206444530175, 0.0425000000000001, 0.0354027171925461, 0.059796153846154, 0.0611248407265504, 0.0905846153846153, 0.0876510887202558, 0.172884615384615, 0.325775792768349, 0.555165384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 705, '2022-05-08 00:00:00', 0.0334769063913988, 0.0433615384615386, 0.0466493658955998, 0.0644576923076924, 0.064096945805073, 0.0886615384615385, 0.0915199095615475, 0.174723076923077, 0.321896558157813, 0.578415384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 720, '2022-05-08 00:00:00', 0.0335562214797795, 0.0446999999999999, 0.0574649163871715, 0.0689692307692306, 0.0663306701307923, 0.08965, 0.0903852939025267, 0.175615384615385, 0.322106814581747, 0.5833 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 735, '2022-05-08 00:00:00', 0.0462947745846781, 0.0495846153846153, 0.0449122494854818, 0.0605846153846153, 0.0627450028656895, 0.0881538461538462, 0.0868760012006502, 0.174603846153846, 0.321282626909465, 0.585365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 750, '2022-05-08 00:00:00', 0.0187860574322064, 0.0340346153846155, 0.0396634877631615, 0.0561115384615386, 0.0474298996901257, 0.0768538461538462, 0.113469420346832, 0.186084615384615, 0.320965256039677, 0.587096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 765, '2022-05-08 00:00:00', 0.0382221878776431, 0.0415730769230771, 0.0460058190299378, 0.0571538461538462, 0.0497611440939461, 0.0789884615384615, 0.113846848880415, 0.18565, 0.322104667484631, 0.590019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 780, '2022-05-08 00:00:00', 0.0296760198450896, 0.0368846153846154, 0.030928667309447, 0.0481615384615385, 0.0484243803820411, 0.0759692307692308, 0.120092126239048, 0.187796153846154, 0.329531825777117, 0.59825 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 795, '2022-05-08 00:00:00', 0.0194444455189254, 0.0312384615384615, 0.0339972725150348, 0.0551423076923076, 0.0492468338693345, 0.100623076923077, 0.119597810373576, 0.192076923076923, 0.330028516716592, 0.600723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 810, '2022-05-08 00:00:00', 0.0303832101914603, 0.0404115384615384, 0.0349660406680537, 0.0522, 0.0476440378060208, 0.0998923076923076, 0.120194727645792, 0.194884615384615, 0.3313427372653, 0.603107692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 825, '2022-05-08 00:00:00', 0.0296722403292006, 0.035123076923077, 0.04850921704647, 0.0803423076923076, 0.0473465683916113, 0.0974076923076922, 0.121102737122088, 0.194142307692308, 0.340143276598825, 0.605069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 840, '2022-05-08 00:00:00', 0.0468045231213329, 0.0681538461538461, 0.0443697278991674, 0.0822653846153846, 0.0496203804282691, 0.0979846153846153, 0.121180794429074, 0.196142307692308, 0.339783400690227, 0.606453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 855, '2022-05-08 00:00:00', 0.02180722004644, 0.0338730769230769, 0.0312892866895119, 0.0509884615384614, 0.0505677253409115, 0.0730730769230769, 0.113722817208536, 0.181565384615384, 0.337728442960636, 0.599203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 870, '2022-05-08 00:00:00', 0.0217269772048837, 0.0353076923076922, 0.0312174864705418, 0.0489884615384614, 0.064088311306773, 0.0752269230769231, 0.115078519348246, 0.183180769230769, 0.338221015973511, 0.600973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 885, '2022-05-08 00:00:00', 0.0301311573981791, 0.037976923076923, 0.0474168240184854, 0.0567, 0.0708999834002367, 0.082226923076923, 0.130316548627386, 0.241873076923077, 0.336994347749906, 0.603819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 900, '2022-05-08 00:00:00', 0.0318716436141388, 0.0361400000000001, 0.0468394804981155, 0.050488, 0.059374340136684, 0.079768, 0.132347955279508, 0.245828, 0.347008716413099, 0.597652 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 915, '2022-05-08 00:00:00', 0.0291783024409122, 0.03204, 0.0395377574815096, 0.053448, 0.0493706957617573, 0.0835680000000001, 0.143295318369675, 0.255708, 0.345818948680761, 0.600212 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 930, '2022-05-08 00:00:00', 0.0299324617542003, 0.0423679999999998, 0.0421500921311763, 0.0628879999999999, 0.0875442646132037, 0.099708, 0.140365649644063, 0.263068, 0.345634540037113, 0.600612 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 945, '2022-05-08 00:00:00', 0.0265652956568025, 0.0432080000000001, 0.0388219817457413, 0.062928, 0.0821150733219344, 0.0965880000000001, 0.138755002071997, 0.266468, 0.348795544218482, 0.60394 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 960, '2022-05-08 00:00:00', 0.0232253453508589, 0.0412, 0.0750965241095307, 0.070428, 0.0791224384524811, 0.099088, 0.143379181194482, 0.266828, 0.348979080079786, 0.60186 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 975, '2022-05-08 00:00:00', 0.0579050999481049, 0.0474680000000001, 0.055560803929869, 0.063028, 0.0640945546308993, 0.100988, 0.142680984250413, 0.264308, 0.347165186426673, 0.5999 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 990, '2022-05-08 00:00:00', 0.0273361592035167, 0.046568, 0.0434404834227245, 0.0709680000000001, 0.0565800665723656, 0.102268, 0.146100573578614, 0.266348, 0.345893167514673, 0.6019 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 1005, '2022-05-08 00:00:00', 0.0415333207597627, 0.0555559999999999, 0.0415725959417178, 0.0782359999999999, 0.0540773310485394, 0.101076, 0.147638688696425, 0.267436, 0.345662600811832, 0.602188 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 1020, '2022-05-08 00:00:00', 0.0282628743525259, 0.056356, 0.0406123142244648, 0.0737559999999999, 0.0567874786668094, 0.0972759999999998, 0.14489575586147, 0.263156, 0.344889842703435, 0.599988 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 1035, '2022-05-08 00:00:00', 0.0273407315191091, 0.0450679999999999, 0.0330271141135078, 0.0607879999999999, 0.0492723546558649, 0.0887079999999999, 0.134577338112081, 0.250508, 0.339038029233693, 0.592588 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 1050, '2022-05-08 00:00:00', 0.0182649025912176, 0.0367599999999999, 0.0343163226468107, 0.0568799999999999, 0.0446434765671314, 0.0779599999999999, 0.132053297320943, 0.24036, 0.341416578781211, 0.594388 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 1065, '2022-05-08 00:00:00', 0.0214417816423917, 0.04, 0.030474032661705, 0.0556, 0.0966792463079158, 0.16528, 0.12922083165393, 0.23724, 0.332567795494392, 0.591388 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 1080, '2022-05-08 00:00:00', 0.0173397424048532, 0.0374, 0.0222054798041686, 0.0488000000000001, 0.100322782058713, 0.171132, 0.131227794058017, 0.237532, 0.327476539872197, 0.58632 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 1095, '2022-05-08 00:00:00', 0.0153625084757233, 0.0285600000000001, 0.0941657595236542, 0.142212, 0.104881397778634, 0.172452, 0.138608745274844, 0.236052, 0.328735883093607, 0.58524 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 600, '2022-05-08 00:00:00', 0.0936099465594424, 0.105186956521739, 0.0981222938248721, 0.1301, 0.0982422469760799, 0.1531, 0.13200715141126, 0.220543478260869, 0.317682803930341, 0.592086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 615, '2022-05-08 00:00:00', 0.0363216308770025, 0.0724782608695654, 0.0564884821587621, 0.0976956521739131, 0.0545540671724784, 0.124347826086956, 0.135936556784243, 0.202473913043478, 0.332840579472927, 0.580595652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 630, '2022-05-08 00:00:00', 0.038444559949664, 0.0645652173913043, 0.0361648072113264, 0.0834347826086955, 0.0475478124250019, 0.111608695652174, 0.13138819635832, 0.194821739130435, 0.329323536450219, 0.57885652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 645, '2022-05-08 00:00:00', 0.0233756908967668, 0.0538260869565215, 0.0295984322840905, 0.0806086956521739, 0.0474927912149971, 0.102739130434783, 0.12812904438811, 0.190573913043478, 0.323946145368045, 0.576465217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 660, '2022-05-08 00:00:00', 0.0178014965840632, 0.0565652173913044, 0.0294486221048375, 0.0756956521739131, 0.0488703617028197, 0.0943043478260871, 0.132129295282828, 0.183260869565218, 0.340860481061397, 0.577986956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 675, '2022-05-08 00:00:00', 0.0209919992287669, 0.0488695652173914, 0.0335150842094305, 0.0664782608695653, 0.0498918989519106, 0.0912608695652175, 0.12681491477226, 0.180652173913044, 0.337026322789429, 0.574204347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 690, '2022-05-08 00:00:00', 0.0248479168610171, 0.0486521739130435, 0.0340826129562986, 0.0665217391304349, 0.0438201047582918, 0.0872608695652173, 0.130624367464474, 0.175608695652174, 0.342164405217183, 0.573073913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 705, '2022-05-08 00:00:00', 0.0209662819841085, 0.0426956521739131, 0.0322369561818965, 0.0606956521739131, 0.034707700960001, 0.0805217391304347, 0.136541820028154, 0.176704347826087, 0.383076088634875, 0.596682608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 720, '2022-05-08 00:00:00', 0.0231306651003423, 0.0428695652173915, 0.0289071704933025, 0.0615217391304348, 0.0299888648636502, 0.0811739130434783, 0.147503943271468, 0.182834782608696, 0.381626417442659, 0.598639130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 735, '2022-05-08 00:00:00', 0.0193901079054498, 0.0446086956521739, 0.0253692883328215, 0.0593478260869566, 0.0345683146746647, 0.0811739130434781, 0.136520052531059, 0.183573913043478, 0.382529830865485, 0.607682608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 750, '2022-05-08 00:00:00', 0.0217034450189756, 0.040304347826087, 0.0270171955197969, 0.0577391304347826, 0.067105485953529, 0.0893478260869564, 0.14075691433392, 0.187356521739131, 0.382597407525272, 0.608247826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 765, '2022-05-08 00:00:00', 0.0163101122879596, 0.0382608695652173, 0.030270976459478, 0.0568260869565216, 0.0843693179904982, 0.0899999999999999, 0.137961178591729, 0.191095652173913, 0.379994290522949, 0.613508695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 780, '2022-05-08 00:00:00', 0.0236871907146577, 0.041086956521739, 0.0677706256980845, 0.0703043478260868, 0.0843967863689555, 0.0923130434782608, 0.132327104588197, 0.192147826086957, 0.373732924392143, 0.618117391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 795, '2022-05-08 00:00:00', 0.0624914223362905, 0.051782608695652, 0.0763031969553874, 0.0662173913043477, 0.0811092093044438, 0.102026086956522, 0.124455888339172, 0.195321739130435, 0.36923972947949, 0.622465217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 810, '2022-05-08 00:00:00', 0.0320897949621287, 0.0388695652173913, 0.0342220510008322, 0.0536173913043479, 0.0479257821311805, 0.0918173913043479, 0.110153325409695, 0.193234782608696, 0.369287659493985, 0.6239 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 825, '2022-05-08 00:00:00', 0.0200766554700145, 0.0354869565217391, 0.0438450023292167, 0.0706173913043478, 0.0478046386688663, 0.0902434782608696, 0.103286459171671, 0.188191304347826, 0.369944987310767, 0.6243 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 840, '2022-05-08 00:00:00', 0.0365324664746219, 0.0593260869565217, 0.0402890612759596, 0.0715869565217392, 0.0611212405586703, 0.0941173913043478, 0.0994179113978934, 0.180626086956522, 0.371609477695394, 0.628213043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 855, '2022-05-08 00:00:00', 0.0271831469528618, 0.0363565217391304, 0.0356194755095176, 0.0537391304347826, 0.0584208866759142, 0.0800000000000001, 0.101102836544344, 0.169008695652174, 0.376332563538483, 0.627726086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 870, '2022-05-08 00:00:00', 0.0251422042546512, 0.0376956521739129, 0.0455296888762702, 0.0569565217391303, 0.0489879391464692, 0.0769999999999999, 0.0898590659818498, 0.163691304347826, 0.37754327966965, 0.627756521739131 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 885, '2022-05-08 00:00:00', 0.0321847433966761, 0.0386956521739131, 0.0335404893655038, 0.0526521739130435, 0.0516980817833608, 0.0863434782608696, 0.23160338141872, 0.264308695652174, 0.38735126733793, 0.622060869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 900, '2022-05-08 00:00:00', 0.0181519715498411, 0.0363043478260869, 0.0272091881714359, 0.0513913043478259, 0.060914476754388, 0.0933434782608695, 0.237733412408719, 0.277991304347826, 0.388534836189506, 0.62384347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 915, '2022-05-08 00:00:00', 0.0187565008493235, 0.0355217391304346, 0.0404466031640469, 0.066704347826087, 0.0526047267146906, 0.0962999999999999, 0.242009410443237, 0.283526086956522, 0.393027880665274, 0.625495652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 930, '2022-05-08 00:00:00', 0.0413513486070353, 0.0585304347826088, 0.0534543131733815, 0.0767782608695653, 0.0550750221356388, 0.0999521739130435, 0.246749598395419, 0.304839130434783, 0.390891248232375, 0.626539130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 945, '2022-05-08 00:00:00', 0.0350177256074603, 0.0471739130434784, 0.0369134764426627, 0.0648260869565218, 0.0447342013978517, 0.0911826086956521, 0.234331703010013, 0.304460869565218, 0.385844823556845, 0.631282608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 960, '2022-05-08 00:00:00', 0.0315084529721099, 0.0436521739130434, 0.039869054440459, 0.0602173913043478, 0.0416582482141145, 0.0888347826086956, 0.22907749176469, 0.308721739130435, 0.380847721739477, 0.632152173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 975, '2022-05-08 00:00:00', 0.0232214804469954, 0.0356521739130434, 0.0258178202390758, 0.0604434782608695, 0.0522594107114225, 0.0948347826086958, 0.223779399773183, 0.310939130434783, 0.372480031934228, 0.633665217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 990, '2022-05-08 00:00:00', 0.023943398340893, 0.0509217391304347, 0.0307152605914649, 0.0707782608695653, 0.0526830871151661, 0.100269565217391, 0.224650314124783, 0.3122, 0.373120027896375, 0.633839130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 1005, '2022-05-08 00:00:00', 0.0172920267673667, 0.0443347826086957, 0.0339530599015736, 0.0680869565217393, 0.0365794387049389, 0.0846521739130435, 0.221456272863321, 0.304147826086957, 0.378622070425694, 0.628969565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 1020, '2022-05-08 00:00:00', 0.0329829875899034, 0.0561739130434785, 0.0371432969178673, 0.0735217391304349, 0.0354437705325663, 0.084521739130435, 0.220750149754424, 0.307495652173913, 0.37823427015876, 0.629230434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 1035, '2022-05-08 00:00:00', 0.0191793078551435, 0.0431304347826087, 0.0240319286957569, 0.0574782608695651, 0.0256965416537795, 0.0686956521739131, 0.217275277574461, 0.308547826086957, 0.374430022539134, 0.623621739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 1050, '2022-05-08 00:00:00', 0.0194146556434809, 0.0402608695652172, 0.0194217178058391, 0.0540304347826088, 0.0239900341627609, 0.0666086956521738, 0.212789872043452, 0.308634782608696, 0.368021972460122, 0.623969565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 1065, '2022-05-08 00:00:00', 0.015456887639304, 0.0402913043478262, 0.0194335800001068, 0.0471304347826089, 0.204141805224496, 0.212813043478261, 0.212227522029352, 0.304973913043478, 0.373319893079876, 0.62265652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 1080, '2022-05-08 00:00:00', 0.0119191943383726, 0.0293913043478261, 0.0140449588666261, 0.0415217391304348, 0.203282253881353, 0.227726086956522, 0.204857046850404, 0.307365217391304, 0.368465101613056, 0.622873913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 1095, '2022-05-08 00:00:00', 0.00947453420591077, 0.0273043478260869, 0.19972543396456, 0.203247826086957, 0.205931126672988, 0.23195652173913, 0.204308669833588, 0.30275652173913, 0.368140100339885, 0.61974347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 600, '2022-05-08 00:00:00', 0.0763690656272722, 0.1133125, 0.0796745416716013, 0.136229166666667, 0.0941101386058155, 0.170541666666667, 0.103456755300905, 0.226125, 0.301711184210225, 0.606870833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 615, '2022-05-08 00:00:00', 0.0378038175742664, 0.0754583333333333, 0.0398846915894861, 0.0967083333333334, 0.0707950132066344, 0.132245833333333, 0.0997380493004595, 0.206875, 0.295205550072281, 0.5952125 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 630, '2022-05-08 00:00:00', 0.0296505147571223, 0.0601541666666666, 0.0656810738351995, 0.0919541666666667, 0.0771183674008968, 0.121454166666667, 0.11225621670271, 0.192208333333333, 0.299187455385658, 0.588295833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 645, '2022-05-08 00:00:00', 0.0651067479082499, 0.0680083333333334, 0.072827741469417, 0.0913416666666666, 0.0765779809991949, 0.115675, 0.119815184673149, 0.191625, 0.299871910064368, 0.5848375 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 660, '2022-05-08 00:00:00', 0.0425639969995736, 0.0590416666666666, 0.0496570849623346, 0.08, 0.0535486877198847, 0.096625, 0.097920955996091, 0.171616666666667, 0.28674758098243, 0.573704166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 675, '2022-05-08 00:00:00', 0.0276746103490367, 0.0498333333333333, 0.0411872491525426, 0.0662916666666667, 0.0421727812488204, 0.0857499999999998, 0.096447403628437, 0.156991666666667, 0.287506682688559, 0.562995833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 690, '2022-05-08 00:00:00', 0.0257061149889688, 0.04375, 0.0309599729899144, 0.0585416666666665, 0.0541354815469377, 0.0869583333333332, 0.113956683863218, 0.160316666666666, 0.287691862602978, 0.562454166666666 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 705, '2022-05-08 00:00:00', 0.0241351493631718, 0.0416249999999998, 0.0303275595715385, 0.0607499999999998, 0.0566041575520201, 0.0929249999999999, 0.110396447560861, 0.157845833333333, 0.361372457405119, 0.612091666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 720, '2022-05-08 00:00:00', 0.019811018380572, 0.0429583333333332, 0.0380765818707053, 0.0615, 0.046095885414795, 0.0869249999999999, 0.100601676791137, 0.149554166666667, 0.353454751936746, 0.604008333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 735, '2022-05-08 00:00:00', 0.0273637600179296, 0.0390833333333333, 0.0364133505935567, 0.0593416666666666, 0.0363317474058877, 0.0756749999999999, 0.0963470086138672, 0.149954166666667, 0.34676132584452, 0.600466666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 750, '2022-05-08 00:00:00', 0.0266907518043996, 0.0393833333333333, 0.0358890884067382, 0.0606333333333333, 0.0383632740665008, 0.0783416666666665, 0.105879948338413, 0.157245833333333, 0.346582170339303, 0.602258333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 765, '2022-05-08 00:00:00', 0.0210064925028603, 0.0379999999999999, 0.0208540950566649, 0.0474347826086955, 0.0292836745788152, 0.0664782608695653, 0.101817415246268, 0.158717391304348, 0.3412418816304, 0.611921739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 780, '2022-05-08 00:00:00', 0.0201663046167918, 0.0330434782608695, 0.0282502929433202, 0.0504782608695652, 0.0341538740792976, 0.0616434782608697, 0.10170101825756, 0.16145652173913, 0.34115636597817, 0.610617391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 795, '2022-05-08 00:00:00', 0.0242575932449929, 0.0353913043478261, 0.0259345482033876, 0.0416521739130436, 0.031922238150505, 0.0646260869565217, 0.0984380278955669, 0.167152173913043, 0.33824742686184, 0.609921739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 810, '2022-05-08 00:00:00', 0.0194228991620125, 0.029391304347826, 0.02569265286161, 0.0413826086956522, 0.038961039625447, 0.0704478260869565, 0.09564262181015, 0.170073913043478, 0.335808322244309, 0.610226086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 825, '2022-05-08 00:00:00', 0.0197662847923618, 0.0304916666666668, 0.0208699839933829, 0.0514166666666667, 0.0452969133862213, 0.0772083333333334, 0.0851798862723022, 0.167320833333333, 0.332086278622402, 0.593508333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 840, '2022-05-08 00:00:00', 0.0157126345358751, 0.0418416666666666, 0.0238025330523905, 0.0554666666666667, 0.0431206161392886, 0.0780333333333334, 0.0798645863684092, 0.165654166666667, 0.331788876909066, 0.594433333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 855, '2022-05-08 00:00:00', 0.0212898815865897, 0.0340416666666666, 0.0420082807571782, 0.0549999999999999, 0.0462353776336642, 0.0731666666666666, 0.0785583983831247, 0.163325, 0.328507759129021, 0.591779166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 870, '2022-05-08 00:00:00', 0.0352734401456698, 0.0402916666666665, 0.0365414198180482, 0.0528333333333333, 0.0502555786794441, 0.0736666666666665, 0.0718769217764503, 0.159116666666667, 0.333090251511769, 0.5908 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 885, '2022-05-08 00:00:00', 0.0226609780798675, 0.0339583333333334, 0.025978216906154, 0.0445416666666666, 0.0442627202710937, 0.0671666666666666, 0.145572638126175, 0.244258333333333, 0.335384540463457, 0.586604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 900, '2022-05-08 00:00:00', 0.0209273674919929, 0.0300416666666666, 0.0398943350742243, 0.0454166666666666, 0.0426311276355464, 0.0637499999999999, 0.157272266458843, 0.259633333333333, 0.334419197119684, 0.5836875 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 915, '2022-05-08 00:00:00', 0.0246023446508425, 0.0298333333333333, 0.026537060494903, 0.0447083333333333, 0.0386065512199865, 0.0677833333333333, 0.174808157372755, 0.276416666666667, 0.332954908570672, 0.5824375 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 930, '2022-05-08 00:00:00', 0.0246787695533362, 0.0342083333333333, 0.0294628235411084, 0.0453333333333333, 0.0539269688654434, 0.0777833333333334, 0.173553777323308, 0.285333333333333, 0.332585610832171, 0.5815625 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 945, '2022-05-08 00:00:00', 0.017683151319256, 0.0315416666666666, 0.0301652069468273, 0.0508666666666665, 0.0447463284867426, 0.0869499999999999, 0.17402069841907, 0.287, 0.33199326666714, 0.579604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 960, '2022-05-08 00:00:00', 0.0239585814101838, 0.0371166666666667, 0.0349927818643889, 0.0564500000000001, 0.0401326631582545, 0.0958250000000001, 0.173111731898836, 0.298070833333333, 0.332347753283092, 0.579895833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 975, '2022-05-08 00:00:00', 0.022812404456818, 0.0348333333333333, 0.0334823120078542, 0.06525, 0.0514325046661338, 0.100791666666667, 0.172070470902249, 0.3, 0.332805308424035, 0.5803125 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 990, '2022-05-08 00:00:00', 0.0279206627034012, 0.0555416666666666, 0.0354314760171464, 0.0762083333333334, 0.0511607122532599, 0.101875, 0.172616980498796, 0.302125, 0.332527618091307, 0.5796875 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 1005, '2022-05-08 00:00:00', 0.0199492108739357, 0.0461666666666667, 0.0289621191874158, 0.0677499999999999, 0.0395484476325547, 0.0875833333333332, 0.179463125072728, 0.300375, 0.333722714213288, 0.576904166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 1020, '2022-05-08 00:00:00', 0.028577887468704, 0.0494999999999999, 0.0346629474732924, 0.0622916666666666, 0.0406854093777103, 0.0827916666666665, 0.180933525906896, 0.297541666666667, 0.33325547058906, 0.573779166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 1035, '2022-05-08 00:00:00', 0.0186283250120248, 0.0433333333333334, 0.0328121299150973, 0.0628749999999999, 0.035837166967157, 0.0742916666666667, 0.179278689212625, 0.296583333333333, 0.332524302233817, 0.5721125 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 1050, '2022-05-08 00:00:00', 0.0230216895210971, 0.0384583333333333, 0.0228573078410195, 0.0492499999999999, 0.0360524728292172, 0.0639583333333332, 0.176060921397902, 0.293375, 0.330593395971766, 0.570529166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 1065, '2022-05-08 00:00:00', 0.0146642990513242, 0.0332083333333335, 0.0212362487475911, 0.0427500000000002, 0.144210594233331, 0.1895375, 0.172953034537695, 0.295279166666667, 0.331940433258565, 0.572058333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 1080, '2022-05-08 00:00:00', 0.0174727531159024, 0.0320833333333335, 0.021313906462581, 0.04275, 0.158621093446716, 0.210745833333333, 0.178600075415454, 0.299945833333333, 0.342825786238645, 0.584933333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 00:00:00' and dayofweek = 1 and fromtime = 1080);
Date: 2022-05-08 18:05:13 Duration: 951ms 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 515840247008118300, 1, 1095, '2022-05-08 00:00:00', 0.0327145925424328, 0.0493750000000004, 0.229625956089779, 0.489583333333334, 0.274764391824146, 0.574583333333334, 0.301001874783511, 0.746041666666666, 0.789064956410296, 1.596875 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 600, '2022-05-08 00:00:00', 0.189308051760982, 0.236538461538461, 0.255769126662791, 0.330384615384615, 0.256293701714383, 0.412307692307692, 0.298886459018497, 0.596346153846153, 0.779877899713499, 1.52846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 615, '2022-05-08 00:00:00', 0.130763585851014, 0.218653846153847, 0.130476640998126, 0.268076923076923, 0.155909737200234, 0.359615384615385, 0.257880786411086, 0.5275, 0.728348395079844, 1.50423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 630, '2022-05-08 00:00:00', 0.0825462574280906, 0.158269230769231, 0.128806503658066, 0.251346153846155, 0.178364363463798, 0.344615384615385, 0.260415053328336, 0.49, 0.731067817542363, 1.50192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 645, '2022-05-08 00:00:00', 0.0957801970860692, 0.165384615384616, 0.116520879607971, 0.236346153846154, 0.183308483164308, 0.310000000000001, 0.257426016257397, 0.468076923076922, 0.724225129681053, 1.49403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 660, '2022-05-08 00:00:00', 0.0748107869638724, 0.154423076923077, 0.110134183891916, 0.208461538461539, 0.167028901230159, 0.274423076923077, 0.234928467017909, 0.42576923076923, 0.717112720460426, 1.47442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 675, '2022-05-08 00:00:00', 0.0790260424456097, 0.133653846153847, 0.10398964445485, 0.179615384615385, 0.143946704881196, 0.254423076923077, 0.206548187709682, 0.398076923076922, 0.700535838867978, 1.45269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 690, '2022-05-08 00:00:00', 0.0739493069609163, 0.1275, 0.0994989369869772, 0.179038461538462, 0.131448147132682, 0.246153846153845, 0.186435078409452, 0.38903846153846, 0.683006926420561, 1.44230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 705, '2022-05-08 00:00:00', 0.0539686518695384, 0.116153846153846, 0.079988460706241, 0.168076923076922, 0.114076222830985, 0.215769230769229, 0.174125949111114, 0.359615384615383, 0.746569410447136, 1.52173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 720, '2022-05-08 00:00:00', 0.0745530270757247, 0.126923076923076, 0.102977966276585, 0.167307692307691, 0.0987173509805411, 0.216346153846153, 0.178934023079416, 0.35576923076923, 0.737783087780809, 1.52673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 735, '2022-05-08 00:00:00', 0.0789469149784556, 0.103846153846153, 0.0793630896575983, 0.147499999999999, 0.0817954766475506, 0.207499999999999, 0.174649208855484, 0.357884615384615, 0.727012987927578, 1.54326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 750, '2022-05-08 00:00:00', 0.0575620067004673, 0.110769230769231, 0.0598150997144216, 0.150384615384616, 0.0794006394083915, 0.202307692307692, 0.16570049440528, 0.349423076923076, 0.706253386649471, 1.55038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 765, '2022-05-08 00:00:00', 0.0426186127630436, 0.0978846153846149, 0.0601488538160513, 0.13826923076923, 0.0781785431904735, 0.178269230769231, 0.159616367003464, 0.34576923076923, 0.707899384419522, 1.55153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 780, '2022-05-08 00:00:00', 0.0596283360621314, 0.0934615384615379, 0.0620111652477563, 0.11923076923077, 0.0772331634627349, 0.170192307692307, 0.166063125161674, 0.354807692307691, 0.740731135692713, 1.56884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 795, '2022-05-08 00:00:00', 0.0301489890122634, 0.0748076923076923, 0.044884895523482, 0.109423076923077, 0.0899908114967646, 0.167115384615385, 0.159920172393796, 0.362692307692307, 0.740323655832107, 1.57134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 810, '2022-05-08 00:00:00', 0.0315576395724494, 0.0767307692307699, 0.056361470745674, 0.116153846153846, 0.087698127337256, 0.164807692307693, 0.152481146375544, 0.3725, 0.747731980982903, 1.58865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 825, '2022-05-08 00:00:00', 0.0461085675335946, 0.0799999999999994, 0.0732878938475879, 0.121346153846153, 0.110859752008493, 0.176730769230769, 0.148781848562043, 0.37903846153846, 0.741982168560363, 1.60346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 840, '2022-05-08 00:00:00', 0.053771596734564, 0.0857692307692309, 0.0618758061330546, 0.121153846153847, 0.109562767398419, 0.175, 0.145919893724658, 0.386153846153846, 0.742148673680789, 1.61442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 855, '2022-05-08 00:00:00', 0.0293657309435016, 0.0778846153846156, 0.0724422847195241, 0.123269230769231, 0.0964085856374595, 0.176153846153845, 0.138220698661458, 0.390192307692308, 0.739545494517774, 1.62153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 870, '2022-05-08 00:00:00', 0.0662143953672172, 0.0871153846153852, 0.084043944549175, 0.124230769230769, 0.102640710172015, 0.178653846153845, 0.149921133112868, 0.392884615384615, 0.742352419935852, 1.62865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 885, '2022-05-08 00:00:00', 0.0491387360909441, 0.0861538461538465, 0.0565062964497012, 0.124807692307692, 0.0818939276418918, 0.181153846153846, 0.427628748044197, 0.707884615384615, 0.756636992527816, 1.63846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 900, '2022-05-08 00:00:00', 0.0487300254936864, 0.0938461538461527, 0.0619605954185035, 0.126346153846153, 0.113496865426049, 0.201538461538461, 0.479819717746637, 0.760192307692308, 0.798789685423179, 1.65980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 915, '2022-05-08 00:00:00', 0.0453757814088263, 0.0851923076923078, 0.0821227973595263, 0.138076923076923, 0.144410339497718, 0.212884615384616, 0.473445838020002, 0.774807692307692, 0.798679776015009, 1.66576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 930, '2022-05-08 00:00:00', 0.0634583449079908, 0.104807692307693, 0.0973953086849997, 0.150384615384615, 0.138462991445369, 0.205, 0.487074034808484, 0.783653846153846, 0.803338634411704, 1.66519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 945, '2022-05-08 00:00:00', 0.0745584437770904, 0.0901923076923074, 0.113844191771034, 0.1325, 0.113649258009693, 0.193076923076923, 0.501912227999463, 0.781730769230769, 0.816286737893945, 1.67403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 960, '2022-05-08 00:00:00', 0.0613138207534367, 0.0892307692307687, 0.0717916322529197, 0.124038461538461, 0.103687585489371, 0.206346153846154, 0.491422425210735, 0.775, 0.826129925523918, 1.66942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 975, '2022-05-08 00:00:00', 0.0375053842288516, 0.0794230769230774, 0.0622948942221897, 0.144423076923078, 0.122566151683332, 0.222307692307693, 0.500526069404828, 0.782884615384615, 0.825561533838543, 1.66961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 990, '2022-05-08 00:00:00', 0.0655696928114248, 0.124230769230768, 0.10456153874449, 0.181346153846153, 0.131257380744856, 0.2425, 0.50083069456193, 0.794230769230769, 0.828588791026879, 1.68076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 1005, '2022-05-08 00:00:00', 0.0761337386041564, 0.122115384615385, 0.0982158141739201, 0.172115384615385, 0.113133175437691, 0.223653846153845, 0.499532127248936, 0.787115384615384, 0.819286673787726, 1.67557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 1020, '2022-05-08 00:00:00', 0.0729248823210466, 0.130961538461539, 0.0996493853468255, 0.175, 0.110032337903979, 0.236346153846154, 0.505956063765955, 0.798461538461538, 0.818738640555375, 1.68019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 1035, '2022-05-08 00:00:00', 0.079626290594541, 0.117115384615385, 0.0911254418581682, 0.154615384615384, 0.0955568698975405, 0.213653846153847, 0.515515164292366, 0.78826923076923, 0.817713251414249, 1.66480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 1050, '2022-05-08 00:00:00', 0.0531962983096216, 0.0946153846153841, 0.0861860688367818, 0.150961538461539, 0.0907778353157607, 0.198846153846153, 0.532619975650124, 0.785961538461538, 0.822675489812637, 1.65480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 1065, '2022-05-08 00:00:00', 0.0639570168159846, 0.1125, 0.0634753131903689, 0.146346153846154, 0.388987838449404, 0.538461538461539, 0.507171530686081, 0.770192307692307, 0.809907402114589, 1.65 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 1080, '2022-05-08 00:00:00', 0.0403470521275658, 0.0867307692307702, 0.0573598626755132, 0.108076923076923, 0.428137289267752, 0.573461538461539, 0.493503682473987, 0.756730769230769, 0.79614883127369, 1.64480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 1095, '2022-05-08 00:00:00', 0.0293709694452497, 0.0605769230769235, 0.373513669814723, 0.487692307692308, 0.418777938218408, 0.574807692307693, 0.49237044371708, 0.760576923076923, 0.807046371749385, 1.64961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 600, '2022-05-08 00:00:00', 0.166434556323084, 0.277692307692307, 0.229070110194707, 0.366346153846154, 0.230350568949557, 0.434230769230769, 0.293660714745121, 0.623846153846154, 0.70531651378327, 1.55076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 615, '2022-05-08 00:00:00', 0.173216294312586, 0.23673076923077, 0.168228896264766, 0.295192307692308, 0.23670665064915, 0.375961538461538, 0.293193622031585, 0.592500000000001, 0.701298822515437, 1.53596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 630, '2022-05-08 00:00:00', 0.107594859757117, 0.190576923076924, 0.191248127190427, 0.270384615384616, 0.221481723503665, 0.346923076923077, 0.315408709211008, 0.580576923076922, 0.706214175401813, 1.53230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 645, '2022-05-08 00:00:00', 0.116773943352761, 0.171923076923077, 0.144729057206907, 0.2325, 0.155835218691462, 0.308846153846154, 0.328234672147841, 0.565, 0.705620648790836, 1.5325 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 660, '2022-05-08 00:00:00', 0.0758178485176552, 0.147884615384616, 0.107687760893027, 0.214423076923077, 0.160878477788002, 0.313269230769231, 0.338397638198705, 0.555192307692308, 0.70679808889211, 1.52846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 675, '2022-05-08 00:00:00', 0.0816514637863984, 0.139807692307693, 0.126039218560671, 0.201730769230769, 0.158264141426725, 0.288461538461538, 0.329675831455924, 0.533076923076923, 0.705762435515391, 1.52884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 690, '2022-05-08 00:00:00', 0.0847376040401288, 0.132692307692308, 0.0992541415528078, 0.200769230769231, 0.145569967316804, 0.273846153846155, 0.301379392894636, 0.508461538461539, 0.690014966392871, 1.51557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 705, '2022-05-08 00:00:00', 0.0742638228521487, 0.141346153846154, 0.101004188793565, 0.190384615384616, 0.145076239903766, 0.263653846153847, 0.288603800817235, 0.488076923076923, 0.95854988634676, 1.66326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 720, '2022-05-08 00:00:00', 0.0734197625878862, 0.132692307692308, 0.103421467790783, 0.18, 0.147791563202527, 0.257884615384615, 0.28350369689626, 0.477884615384615, 1.03934515256186, 1.69711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 735, '2022-05-08 00:00:00', 0.0546977710135077, 0.115384615384615, 0.0809836165767258, 0.167884615384615, 0.129087328818665, 0.251538461538461, 0.273215046325165, 0.472307692307691, 1.0604602048893, 1.70961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 750, '2022-05-08 00:00:00', 0.064555283404107, 0.120769230769232, 0.0964755847950068, 0.178461538461539, 0.183245631703628, 0.270192307692307, 0.280717555834769, 0.462884615384615, 1.31198822989561, 1.89134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 765, '2022-05-08 00:00:00', 0.0966237747459398, 0.128076923076924, 0.130460869464903, 0.174038461538461, 0.208292785797744, 0.26173076923077, 0.269113073175286, 0.445384615384615, 1.31660373105023, 1.91076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 780, '2022-05-08 00:00:00', 0.0712387642962829, 0.110192307692307, 0.150466454222042, 0.173076923076921, 0.158919428061469, 0.240769230769231, 0.260734760598995, 0.431153846153846, 1.32179360951468, 1.91288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 795, '2022-05-08 00:00:00', 0.124715830837704, 0.115961538461538, 0.13432623891682, 0.161538461538463, 0.131233936745974, 0.207884615384618, 0.240386947680994, 0.408269230769231, 1.32719803171366, 1.90615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 810, '2022-05-08 00:00:00', 0.0585008218219731, 0.0971153846153854, 0.0702449012658293, 0.137115384615386, 0.115396973697153, 0.187307692307693, 0.218954245308151, 0.390192307692308, 1.33420930199818, 1.90730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 825, '2022-05-08 00:00:00', 0.0469254728265993, 0.0900000000000007, 0.0601411800554459, 0.125192307692309, 0.145865058820183, 0.203846153846155, 0.209720326589044, 0.388846153846153, 1.33294452824737, 1.90865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 840, '2022-05-08 00:00:00', 0.047080945026788, 0.093846153846154, 0.0985565046832762, 0.139230769230769, 0.15546864635675, 0.2125, 0.203584512785609, 0.380576923076922, 1.33458626547706, 1.9075 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 855, '2022-05-08 00:00:00', 0.0746265059118755, 0.0913461538461536, 0.113509233782305, 0.147884615384616, 0.154382766076846, 0.210961538461538, 0.214677575769947, 0.392307692307692, 1.33619476931264, 1.92230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 870, '2022-05-08 00:00:00', 0.0890568098722122, 0.103653846153847, 0.103636940251126, 0.138846153846154, 0.128569047597001, 0.190000000000001, 0.220276050585483, 0.391538461538461, 1.33699250616391, 1.92480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 885, '2022-05-08 00:00:00', 0.060543690517993, 0.0915384615384614, 0.0943398113205661, 0.135, 0.111185223146575, 0.181923076923077, 0.405489068428957, 0.624230769230769, 1.32975469108461, 1.93346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 900, '2022-05-08 00:00:00', 0.0663768379435522, 0.096730769230769, 0.073885826682899, 0.123653846153847, 0.108695233778459, 0.184423076923077, 0.405148263459952, 0.671346153846154, 1.32102403460346, 1.9475 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 915, '2022-05-08 00:00:00', 0.0528786709945875, 0.0869230769230777, 0.0936047336081134, 0.144615384615385, 0.132540995109496, 0.216346153846154, 0.39916976338395, 0.7025, 1.32159396767109, 1.95115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 930, '2022-05-08 00:00:00', 0.077821294297601, 0.106923076923076, 0.0811942116163465, 0.137500000000001, 0.140983905246172, 0.222692307692307, 0.389575903535349, 0.71923076923077, 1.32148170044666, 1.95173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 945, '2022-05-08 00:00:00', 0.0665180715757295, 0.105576923076925, 0.124578674554863, 0.170384615384616, 0.138205115122971, 0.229423076923077, 0.380642018376643, 0.742115384615385, 1.32043653912112, 1.95442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 960, '2022-05-08 00:00:00', 0.125714114010873, 0.125961538461538, 0.140257044249259, 0.170961538461538, 0.157868616260485, 0.242499999999999, 0.382374162307025, 0.74, 1.32068858787901, 1.95711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 975, '2022-05-08 00:00:00', 0.0493250599438214, 0.0948076923076922, 0.102998319627816, 0.155576923076922, 0.130889853870167, 0.238076923076923, 0.392794965109514, 0.758269230769231, 1.32003107480905, 1.95903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 990, '2022-05-08 00:00:00', 0.0912412271862972, 0.119807692307691, 0.117166712258809, 0.180961538461538, 0.168458166457295, 0.248076923076923, 0.40560628883002, 0.767307692307693, 1.32057860279267, 1.96038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 1005, '2022-05-08 00:00:00', 0.0814070966477464, 0.126346153846153, 0.121950336675979, 0.18173076923077, 0.175231714726969, 0.263076923076923, 0.413281427675547, 0.783461538461539, 1.32312037942945, 1.95846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 1020, '2022-05-08 00:00:00', 0.102628718427903, 0.139423076923078, 0.151854814264759, 0.188269230769232, 0.16521838694472, 0.251346153846155, 0.395268214682716, 0.769807692307694, 1.3211765153133, 1.96076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 1035, '2022-05-08 00:00:00', 0.0718299273390864, 0.118461538461539, 0.0867418805776873, 0.173076923076923, 0.1231440682228, 0.232692307692308, 0.392293453738594, 0.751923076923078, 1.32588617680635, 1.94807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 1050, '2022-05-08 00:00:00', 0.0688610641353009, 0.119615384615385, 0.0822110323871061, 0.154423076923078, 0.10338055166006, 0.198461538461539, 0.372481078507559, 0.741923076923078, 1.33102193243214, 1.94576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 1065, '2022-05-08 00:00:00', 0.0412329218726231, 0.0919230769230775, 0.093630205514115, 0.151153846153846, 0.335246866560243, 0.497692307692308, 0.390218331391346, 0.747115384615386, 1.33550285833291, 1.94673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 1080, '2022-05-08 00:00:00', 0.0815390420879176, 0.116153846153846, 0.0812062900178392, 0.132307692307692, 0.332724880575297, 0.540384615384616, 0.400257993722126, 0.747307692307693, 1.34052549971443, 1.94384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 1095, '2022-05-08 00:00:00', 0.0261893989122429, 0.0482692307692298, 0.332879338268619, 0.434423076923077, 0.345265338321347, 0.548076923076924, 0.419249329158677, 0.750000000000001, 1.34335418320652, 1.93769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 600, '2022-05-08 00:00:00', 0.12596725765055, 0.2364, 0.221725806647159, 0.3554, 0.250938571500411, 0.445800000000001, 0.372719398475583, 0.679800000000001, 1.38777060424265, 1.9702 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 615, '2022-05-08 00:00:00', 0.179666821273897, 0.234799999999999, 0.199648023614894, 0.3152, 0.19793243796811, 0.4122, 0.341262972891386, 0.617000000000001, 1.41009908044317, 1.9426 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 630, '2022-05-08 00:00:00', 0.144005208239147, 0.218000000000001, 0.146726218970344, 0.281600000000001, 0.186255201269656, 0.3692, 0.343794027483511, 0.573800000000001, 1.42260315970407, 1.9232 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 645, '2022-05-08 00:00:00', 0.0960997745401456, 0.166800000000001, 0.134676464165049, 0.2476, 0.196681214151225, 0.322800000000001, 0.33145537658434, 0.512800000000001, 1.41454698284174, 1.8984 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 660, '2022-05-08 00:00:00', 0.109931038989602, 0.163399999999999, 0.14397135131685, 0.220599999999999, 0.224338471956997, 0.3094, 0.316359895266977, 0.502400000000001, 1.40603781362143, 1.8894 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 675, '2022-05-08 00:00:00', 0.0763751704853535, 0.1304, 0.135862062401541, 0.2072, 0.206170439200193, 0.311, 0.27808466936049, 0.470400000000001, 1.37427471780572, 1.8818 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 690, '2022-05-08 00:00:00', 0.08958608522905, 0.134400000000001, 0.135716616521339, 0.1924, 0.174892824323927, 0.268000000000001, 0.227636955113473, 0.430400000000001, 1.35126021426913, 1.858 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 705, '2022-05-08 00:00:00', 0.112539992891417, 0.124400000000001, 0.133145596998174, 0.190600000000001, 0.132294494720428, 0.248200000000001, 0.198540927770573, 0.416800000000001, 1.31556030521853, 1.9302 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 720, '2022-05-08 00:00:00', 0.0771459655458406, 0.128400000000001, 0.0943729304408844, 0.166000000000001, 0.0965543888179087, 0.2104, 0.193111151067633, 0.417400000000001, 1.29181516350702, 1.9348 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 735, '2022-05-08 00:00:00', 0.0624413057732345, 0.1052, 0.0714597788969419, 0.1476, 0.0965151110793878, 0.2088, 0.167319056495865, 0.4146, 1.27640860098429, 1.9322 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 750, '2022-05-08 00:00:00', 0.0497887202754471, 0.0982000000000008, 0.0557845558077386, 0.1284, 0.0817246392874679, 0.206800000000001, 0.161473165985352, 0.4094, 1.26396822217438, 1.9286 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 765, '2022-05-08 00:00:00', 0.0467413093526486, 0.100799999999999, 0.0615744806447181, 0.151799999999999, 0.114477799885684, 0.224800000000001, 0.164558247033281, 0.4176, 1.25932829317855, 1.9284 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 780, '2022-05-08 00:00:00', 0.0571605924858494, 0.1006, 0.0730308154137692, 0.147200000000001, 0.107231058933501, 0.213800000000001, 0.171151005450352, 0.4348, 1.24934272719698, 1.9298 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 795, '2022-05-08 00:00:00', 0.0497468591973411, 0.0982000000000008, 0.0896302590274815, 0.152400000000001, 0.101163234428324, 0.194400000000001, 0.181237183454903, 0.4314, 1.24671735636698, 1.927 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 810, '2022-05-08 00:00:00', 0.0775225773565356, 0.1092, 0.0852325250906801, 0.144, 0.0958549251038608, 0.1794, 0.190762286629197, 0.430599999999999, 1.24031672702312, 1.9322 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 825, '2022-05-08 00:00:00', 0.0482614407852342, 0.0829999999999998, 0.0807681868064404, 0.1288, 0.0910462336764504, 0.1746, 0.189659124044516, 0.428199999999999, 1.23107463218117, 1.9298 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 840, '2022-05-08 00:00:00', 0.0816532301871764, 0.1012, 0.0856227189477194, 0.129999999999999, 0.105227927218333, 0.184, 0.184396538289994, 0.432999999999999, 1.23079665934982, 1.929 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 855, '2022-05-08 00:00:00', 0.0354929570478427, 0.0741999999999996, 0.0691845358443634, 0.1164, 0.0763718971000899, 0.1708, 0.179632263249117, 0.421399999999999, 1.22849101204147, 1.9262 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 870, '2022-05-08 00:00:00', 0.0531326955210569, 0.0778000000000003, 0.0687883226524196, 0.1238, 0.0841872912024141, 0.169, 0.179098901913626, 0.414199999999999, 1.21942865719976, 1.922 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 885, '2022-05-08 00:00:00', 0.0574818812032691, 0.0920000000000005, 0.0559746966643561, 0.120399999999999, 0.10042078138181, 0.1902, 0.345579585623919, 0.6526, 1.20267642503432, 1.9392 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 900, '2022-05-08 00:00:00', 0.0503802209866792, 0.0893999999999994, 0.0870942975553894, 0.137, 0.112999631267834, 0.2028, 0.340266684626437, 0.6778, 1.20279234145661, 1.9386 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 915, '2022-05-08 00:00:00', 0.0468597197316993, 0.0859999999999994, 0.0731818511198871, 0.1342, 0.101231994283757, 0.209999999999999, 0.333669622031534, 0.681, 1.20175333714258, 1.9294 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 930, '2022-05-08 00:00:00', 0.0504356025045805, 0.0939999999999992, 0.0701231060350295, 0.141199999999999, 0.0924549439817408, 0.207, 0.324845860883794, 0.689599999999999, 1.1996760673893, 1.9218 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 945, '2022-05-08 00:00:00', 0.056452044545201, 0.1008, 0.0773520092391485, 0.148999999999999, 0.0966091783079297, 0.210999999999999, 0.320920810585208, 0.688799999999999, 1.19512649260793, 1.9124 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 960, '2022-05-08 00:00:00', 0.0739577582137265, 0.115199999999999, 0.0773261490915814, 0.1522, 0.11410886614691, 0.245999999999999, 0.362819744041951, 0.719399999999999, 1.19416264246821, 1.9084 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 975, '2022-05-08 00:00:00', 0.0389743505398102, 0.0876000000000005, 0.0545183455361578, 0.1392, 0.115942873864674, 0.248599999999999, 0.364879774720386, 0.716799999999999, 1.19314891498645, 1.9022 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 990, '2022-05-08 00:00:00', 0.0404691240330203, 0.107599999999999, 0.100977307681808, 0.1888, 0.119287118611636, 0.252399999999999, 0.389239857500059, 0.735799999999999, 1.19258413399922, 1.8994 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 1005, '2022-05-08 00:00:00', 0.0893317785934364, 0.1548, 0.0979157801378306, 0.205, 0.109065347384033, 0.248399999999999, 0.406144678655279, 0.764199999999999, 1.18805239783437, 1.8918 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 1020, '2022-05-08 00:00:00', 0.0695820858171597, 0.139999999999999, 0.0750877264715515, 0.1756, 0.102531296035243, 0.222799999999999, 0.411908667061036, 0.775999999999999, 1.18496350154762, 1.8898 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 1035, '2022-05-08 00:00:00', 0.0536594198005652, 0.1172, 0.0807088388385464, 0.1508, 0.111139926819002, 0.206999999999999, 0.416721529721388, 0.7738, 1.18405577712088, 1.8712 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 1050, '2022-05-08 00:00:00', 0.0648151216923932, 0.0951999999999995, 0.0802615516088907, 0.1376, 0.0873770564850977, 0.1742, 0.429756423260122, 0.7698, 1.18638185954888, 1.8554 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 1065, '2022-05-08 00:00:00', 0.0465322468832097, 0.0906000000000006, 0.0603614115143105, 0.1318, 0.284834454844681, 0.491600000000001, 0.438733784125788, 0.7746, 1.17236577056821, 1.8546 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 1080, '2022-05-08 00:00:00', 0.0387749919406828, 0.0857999999999996, 0.0405102867594555, 0.0984000000000003, 0.27433373835531, 0.509400000000001, 0.47450851766152, 0.794, 1.16985693569769, 1.8594 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 1095, '2022-05-08 00:00:00', 0.028117313764536, 0.0451999999999998, 0.273452768621322, 0.4392, 0.270531883518375, 0.500000000000001, 0.481143429758736, 0.7886, 1.16517620269783, 1.8472 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 600, '2022-05-08 00:00:00', 0.121432868525953, 0.224318181818182, 0.158869960981189, 0.312954545454547, 0.159796441128714, 0.362045454545456, 0.383266957362698, 0.690681818181819, 1.17720199857737, 1.82454545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 615, '2022-05-08 00:00:00', 0.113151671953183, 0.213409090909093, 0.122878534330184, 0.264090909090911, 0.143985666975475, 0.318409090909092, 0.410363317010734, 0.656363636363637, 1.15480806017457, 1.80068181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 630, '2022-05-08 00:00:00', 0.0707137391207182, 0.146363636363636, 0.0942835825549389, 0.198181818181818, 0.168021978566453, 0.291363636363636, 0.383284393638624, 0.604545454545455, 1.14217306366387, 1.76045454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 645, '2022-05-08 00:00:00', 0.0482917047181889, 0.129772727272728, 0.0643082572307157, 0.178863636363637, 0.134977952344254, 0.275, 0.355960076072551, 0.576363636363637, 1.12055741385657, 1.73681818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 660, '2022-05-08 00:00:00', 0.0852124756588202, 0.150434782608695, 0.130093839649018, 0.226956521739131, 0.171408660381426, 0.291739130434782, 0.3840256393779, 0.595652173913043, 1.0989359298274, 1.71478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 675, '2022-05-08 00:00:00', 0.0834253115588771, 0.145652173913043, 0.0918728069029203, 0.192608695652174, 0.170676693185794, 0.298478260869564, 0.378026783458338, 0.567608695652173, 1.09328718892629, 1.69217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 690, '2022-05-08 00:00:00', 0.0557335204023821, 0.12304347826087, 0.0945589930258112, 0.173695652173913, 0.137164610722964, 0.273695652173913, 0.347247078600869, 0.543478260869565, 1.10204113536275, 1.67913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 705, '2022-05-08 00:00:00', 0.0681778654980752, 0.121304347826087, 0.0975986376500526, 0.201304347826087, 0.127302897327533, 0.274130434782608, 0.332158469727717, 0.522608695652174, 1.26573846963651, 1.90934782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 720, '2022-05-08 00:00:00', 0.069296293440449, 0.142608695652173, 0.0844097150806697, 0.18, 0.13808651409712, 0.262608695652174, 0.310415697313039, 0.499782608695652, 1.28636022499862, 1.94608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 735, '2022-05-08 00:00:00', 0.0428216726923871, 0.107826086956523, 0.079121285793474, 0.164782608695652, 0.113074182513021, 0.236956521739132, 0.274755910358048, 0.488913043478262, 1.28317321434938, 1.94304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 750, '2022-05-08 00:00:00', 0.0560385242983216, 0.113043478260869, 0.0851016597377432, 0.158260869565218, 0.186060946706525, 0.241304347826088, 0.261823757214462, 0.47804347826087, 1.29733049110936, 1.95369565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 765, '2022-05-08 00:00:00', 0.0483339012278662, 0.104565217391306, 0.0629684028926082, 0.146739130434784, 0.191804928077416, 0.243695652173913, 0.238498887560486, 0.473913043478261, 1.29733330929835, 1.96847826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 780, '2022-05-08 00:00:00', 0.0515931943914108, 0.106304347826087, 0.174910479644097, 0.176304347826088, 0.189860828996798, 0.241956521739131, 0.224534652730219, 0.461086956521739, 1.28832508387407, 1.97260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 795, '2022-05-08 00:00:00', 0.16107040662185, 0.133695652173913, 0.167182239444777, 0.188913043478261, 0.198201398749866, 0.242391304347826, 0.200772962842849, 0.459347826086957, 1.2850068439245, 1.97804347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 810, '2022-05-08 00:00:00', 0.0610279207791357, 0.11195652173913, 0.0685104071607227, 0.141304347826086, 0.0992755378281441, 0.210217391304347, 0.149391387172304, 0.427173913043479, 1.27136344912179, 1.95673913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 825, '2022-05-08 00:00:00', 0.0387260062143294, 0.0876086956521736, 0.0663987535003724, 0.137608695652174, 0.0764329513196419, 0.195217391304348, 0.156725068306169, 0.416739130434783, 1.27519958912119, 1.95891304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 840, '2022-05-08 00:00:00', 0.0620825983014385, 0.0976086956521738, 0.0735733883837152, 0.14304347826087, 0.144375443807815, 0.235217391304348, 0.152836811367849, 0.425, 1.2815106574732, 1.96673913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 855, '2022-05-08 00:00:00', 0.0585859390380024, 0.101304347826087, 0.0630891207273501, 0.135652173913044, 0.13467755372838, 0.23304347826087, 0.146284686437666, 0.424130434782608, 1.29580899387857, 1.98130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 870, '2022-05-08 00:00:00', 0.0495961955062651, 0.0843478260869567, 0.135145580997831, 0.170652173913043, 0.132876729702544, 0.22304347826087, 0.139901857186633, 0.420434782608696, 1.31037551568047, 1.98891304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 885, '2022-05-08 00:00:00', 0.104467405132787, 0.125434782608697, 0.0926258357832491, 0.155000000000001, 0.111583995905743, 0.221521739130436, 0.566782141609482, 0.785217391304348, 1.33344775118425, 1.96978260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 900, '2022-05-08 00:00:00', 0.0593509026407229, 0.100434782608697, 0.0767374508544311, 0.15, 0.0884299816808705, 0.21195652173913, 0.654948705109119, 0.833478260869565, 1.33241630190456, 1.96826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 915, '2022-05-08 00:00:00', 0.0477166372490327, 0.102173913043479, 0.0663064212725768, 0.149782608695653, 0.0899615640368305, 0.203913043478262, 0.668107468101358, 0.878043478260869, 1.33099649880903, 1.96804347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 930, '2022-05-08 00:00:00', 0.058767815396545, 0.121739130434782, 0.0632447720034695, 0.153913043478261, 0.113751167304961, 0.215652173913044, 1.13809693106779, 1.09847826086956, 1.33157274242883, 1.96282608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 945, '2022-05-08 00:00:00', 0.0336630595910069, 0.0917391304347826, 0.0648028326126606, 0.13695652173913, 0.119983118048335, 0.211304347826087, 1.12301489330858, 1.12021739130435, 1.32519806111606, 1.95891304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 960, '2022-05-08 00:00:00', 0.0577612641513638, 0.0999999999999999, 0.0942779927711054, 0.147391304347825, 0.112033397759055, 0.234130434782608, 1.10852851758911, 1.13826086956522, 1.31642744779059, 1.95304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 975, '2022-05-08 00:00:00', 0.0627672153290092, 0.100217391304348, 0.0862990709351433, 0.160434782608696, 0.0960149650720474, 0.234347826086957, 1.10911067176068, 1.13586956521739, 1.31103985220555, 1.95130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 990, '2022-05-08 00:00:00', 0.0673129086281692, 0.129130434782608, 0.077275749766509, 0.179782608695652, 0.0962831997051124, 0.245000000000001, 1.10991667244115, 1.14173913043478, 1.31051248913916, 1.9445652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 1005, '2022-05-08 00:00:00', 0.0614096592162762, 0.124347826086957, 0.0597458384943355, 0.173260869565217, 0.0838647744601808, 0.215869565217392, 1.11366024012478, 1.13369565217391, 1.31835090574245, 1.93326086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 1020, '2022-05-08 00:00:00', 0.0577082069912947, 0.125652173913043, 0.087664582651054, 0.178478260869565, 0.0978130426085786, 0.230869565217391, 1.1039964681017, 1.14173913043478, 1.30109170487938, 1.93847826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 1035, '2022-05-08 00:00:00', 0.0526078789993129, 0.11804347826087, 0.0573431870994222, 0.152173913043479, 0.082969826412146, 0.216086956521739, 1.08206635144653, 1.13195652173913, 1.30239718931483, 1.9304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 1050, '2022-05-08 00:00:00', 0.0623929913972236, 0.112391304347827, 0.0875743614004892, 0.164782608695652, 0.084959302044877, 0.196086956521739, 1.07833374060468, 1.13326086956522, 1.30096684174508, 1.92978260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 1065, '2022-05-08 00:00:00', 0.0495872290074007, 0.109565217391303, 0.0528683202734634, 0.137173913043478, 0.520271858093546, 0.668478260869565, 1.08345247647264, 1.11478260869565, 1.31310741638166, 1.92521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 1080, '2022-05-08 00:00:00', 0.0346367371054527, 0.0923913043478264, 0.0373213796033051, 0.112391304347826, 0.606176215916694, 0.712173913043478, 1.08845245874164, 1.10413043478261, 1.3268200267554, 1.92173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 1095, '2022-05-08 00:00:00', 0.0233993513642751, 0.0554347826086959, 0.524970354894242, 0.625652173913044, 0.617190738033733, 0.73695652173913, 1.09390148301639, 1.085, 1.33196992215207, 1.90065217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 600, '2022-05-08 00:00:00', 0.153234881321959, 0.238260869565217, 0.22111266421596, 0.326086956521739, 1.01938217551753, 0.618260869565216, 1.04680839045363, 0.791521739130435, 1.23866588788833, 1.785 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 615, '2022-05-08 00:00:00', 0.136596836171904, 0.217173913043478, 0.153571126547574, 0.3, 1.01253702416082, 0.58195652173913, 1.08228800788691, 0.767173913043478, 1.24693616611739, 1.7704347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 630, '2022-05-08 00:00:00', 0.109791844013377, 0.192391304347826, 1.03192392938987, 0.455217391304348, 1.01802252512411, 0.55804347826087, 1.09897005321601, 0.765217391304348, 1.24693616611739, 1.7704347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 645, '2022-05-08 00:00:00', 1.03941906661723, 0.360217391304347, 1.02441914516483, 0.451304347826086, 1.01423241483614, 0.499130434782609, 1.11138511663165, 0.757826086956522, 1.24398501414407, 1.75847826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 660, '2022-05-08 00:00:00', 0.961992179571806, 0.369108695652174, 0.953991112374806, 0.413239130434783, 0.946001931889329, 0.466717391304348, 1.08853736629759, 0.746934782608696, 1.22641739851304, 1.74389130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 675, '2022-05-08 00:00:00', 0.10494916894974, 0.150652173913044, 0.127602938372997, 0.200652173913044, 0.176067046158794, 0.277173913043479, 0.431220462126418, 0.549782608695652, 0.904537747995852, 1.56608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 690, '2022-05-08 00:00:00', 0.067568586147649, 0.127173913043479, 0.104148153822639, 0.181739130434783, 0.170524649615479, 0.256739130434783, 0.432809098119505, 0.548478260869565, 0.906998045502555, 1.56 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 705, '2022-05-08 00:00:00', 0.0989170611180764, 0.123695652173914, 0.136954090573817, 0.182173913043478, 0.180390167825803, 0.252391304347826, 0.436127859556602, 0.535652173913043, 0.951666366705154, 1.64434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 720, '2022-05-08 00:00:00', 0.0931577140326788, 0.130217391304347, 0.120821054757551, 0.185, 0.190265572666976, 0.261521739130434, 0.412602245083836, 0.522608695652173, 0.911489464271674, 1.64695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 735, '2022-05-08 00:00:00', 0.0740799962864621, 0.115869565217392, 0.0948016443879339, 0.161521739130436, 0.14517741633408, 0.220869565217392, 0.401626879326607, 0.502826086956522, 0.880039300236345, 1.64847826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 750, '2022-05-08 00:00:00', 0.0729407686498128, 0.113913043478261, 0.114032274746207, 0.164782608695653, 0.130086623617759, 0.214565217391305, 0.394066540999331, 0.490434782608696, 0.855978452224083, 1.65326086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 765, '2022-05-08 00:00:00', 0.0773862802028656, 0.110000000000001, 0.0956256700614623, 0.154782608695653, 0.124852086399311, 0.216956521739131, 0.391279445847956, 0.497826086956522, 0.836238874093674, 1.65 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 780, '2022-05-08 00:00:00', 0.0712494365833081, 0.105869565217392, 0.083593336156672, 0.154130434782609, 0.119883837056342, 0.221956521739131, 0.388332428595416, 0.520434782608695, 0.821335254807995, 1.64434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 795, '2022-05-08 00:00:00', 0.0681684440110913, 0.115869565217392, 0.0895029091761167, 0.151956521739132, 0.160919418618567, 0.232826086956523, 0.399797503091579, 0.52695652173913, 0.820298497198386, 1.63652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 810, '2022-05-08 00:00:00', 0.0575925102179224, 0.0984782608695665, 0.0978403151708295, 0.155, 0.204321155016683, 0.221956521739131, 0.386127654043829, 0.528260869565217, 0.822513200153577, 1.63434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 825, '2022-05-08 00:00:00', 0.0653645901407539, 0.110434782608695, 0.125363108971136, 0.154999999999999, 0.228355956103069, 0.228478260869565, 0.369166618337657, 0.53891304347826, 0.80767758604777, 1.63608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 840, '2022-05-08 00:00:00', 0.075163852635978, 0.0971739130434792, 0.129602996720343, 0.139130434782609, 0.196619151938693, 0.235, 0.331665607349954, 0.535434782608696, 0.778008250563363, 1.62173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 855, '2022-05-08 00:00:00', 0.0718735714757512, 0.0910869565217385, 0.137870592931405, 0.150869565217391, 0.14517741633408, 0.209130434782608, 0.287670897823443, 0.529999999999999, 0.751318866744136, 1.61369565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 870, '2022-05-08 00:00:00', 0.10633677577124, 0.109347826086956, 0.115024056600513, 0.163478260869565, 0.141832306482182, 0.213695652173912, 0.269869314002753, 0.51391304347826, 0.750988347462007, 1.61195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 885, '2022-05-08 00:00:00', 0.0862383634815061, 0.114347826086956, 0.0838193993035305, 0.134347826086956, 0.121565870496473, 0.208478260869565, 0.268186155923921, 0.665217391304347, 0.758751965700615, 1.62 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 900, '2022-05-08 00:00:00', 0.0526707650045645, 0.0841304347826097, 0.0997323493254634, 0.135217391304349, 0.11778086438726, 0.197826086956523, 0.288813847893723, 0.694565217391304, 0.759000278606604, 1.62782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 915, '2022-05-08 00:00:00', 0.0675312839230859, 0.0917391304347832, 0.0769065959845374, 0.138478260869566, 0.0968087638537602, 0.199130434782609, 0.275800308695766, 0.711086956521738, 0.756117279210673, 1.63260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 930, '2022-05-08 00:00:00', 0.0616681800191761, 0.105652173913044, 0.0708551659757741, 0.135000000000001, 0.109656758766083, 0.207173913043479, 0.261415461436887, 0.726956521739131, 0.756798893509625, 1.63173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 945, '2022-05-08 00:00:00', 0.0559670640016466, 0.0886956521739139, 0.0835093661169151, 0.134782608695652, 0.130006460769829, 0.226956521739131, 0.259491940517766, 0.747391304347826, 0.757989722207586, 1.63065217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 960, '2022-05-08 00:00:00', 0.0598259993450034, 0.0971739130434779, 0.0753476789773424, 0.145, 0.145015332431837, 0.266086956521738, 0.261413193445759, 0.766304347826086, 0.754894241735579, 1.63195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 975, '2022-05-08 00:00:00', 0.0621661041559535, 0.101521739130435, 0.0964119127338317, 0.165434782608695, 0.174706982242464, 0.285434782608694, 0.270368654777447, 0.774130434782608, 0.756792691472119, 1.63021739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 990, '2022-05-08 00:00:00', 0.0926605006431896, 0.137173913043478, 0.12427735779328, 0.213043478260868, 0.174014162796466, 0.296739130434782, 0.279431063712661, 0.78891304347826, 0.758269430772644, 1.6345652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 1005, '2022-05-08 00:00:00', 0.0997571161042593, 0.154130434782607, 0.153871320912019, 0.218260869565216, 0.183060013054317, 0.292826086956522, 0.298305491079037, 0.799565217391303, 0.761384543397686, 1.63282608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 1020, '2022-05-08 00:00:00', 0.103366266161824, 0.143695652173913, 0.109081233101848, 0.193478260869566, 0.174827696090059, 0.264782608695653, 0.305243698403456, 0.796521739130434, 0.766840832024535, 1.63195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 1035, '2022-05-08 00:00:00', 0.0541006235671623, 0.13217391304348, 0.128021968841012, 0.186521739130437, 0.145324701185668, 0.249782608695652, 0.291094092607507, 0.796956521739129, 0.767707111785586, 1.62913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 1050, '2022-05-08 00:00:00', 0.097554585915793, 0.121521739130436, 0.116995067630232, 0.175869565217393, 0.114603199260023, 0.210434782608696, 0.292206408177913, 0.791304347826086, 0.770958158536142, 1.63586956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 1065, '2022-05-08 00:00:00', 0.0602596489903717, 0.106956521739131, 0.08331804866415, 0.161521739130435, 0.215521245158394, 0.536956521739131, 0.28705985383504, 0.785217391304347, 0.769489140631242, 1.64108695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 1080, '2022-05-08 00:00:00', 0.0618913046949077, 0.111521739130434, 0.0598755296543032, 0.116521739130435, 0.271995625982036, 0.585434782608696, 0.287409549270475, 0.782391304347825, 0.769721023842701, 1.64 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 00:00:00' and dayofweek = 1 and fromtime = 1080);
Date: 2022-05-08 18:01:45 Duration: 930ms Database: acaweb_fx User: pgperfstats
12 62 10s342ms 54ms 669ms 166ms copy solr_relevance_old (uuid, relevant, age, result_uid) from stdin with ( format csv, header);Times Reported Time consuming queries #12
Day Hour Count Duration Avg duration May 08 18 62 10s342ms 166ms [ User: postgres - Total duration: 10s342ms - Times executed: 62 ]
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2022-05-08 18:03:14 Duration: 669ms Database: acaweb_fx User: postgres
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2022-05-08 18:56:15 Duration: 584ms Database: acaweb_fx User: postgres
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2022-05-08 18:48:13 Duration: 558ms Database: acaweb_fx User: postgres
13 60 6m17s 877ms 32s519ms 6s298ms with rar_max as ( select resultuid from relevance_autochartist_results order by resultuid desc limit ? ), ar as ( select a.*, rr.age, rr.relevant from autochartist_results a left outer join relevance_autochartist_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_autochartist_results) end ), results as ( select distinct on (s.symbolid) ar.resultuid as resultuid, ar.direction as direction, ar.predictiontimeto as predictiontimeto, ar.predictionpricefrom as predictionpricefrom, ar.predictionpriceto as predictionpriceto, cp.pip as pip, s.exchange as exchange, s.symbolid as symbolid, coalesce(bim.code, s.symbol) as symbol_code, s.longname as symbol_name, s.timegranularity as interval, ar.pattern as pattern_name, ar.breakout as breakout, ar.patternendtime as identified, dtt.timezone as timezone, ar.patternlengthbars as length, g.basegroupname, newlevels.profit, newlevels.stop, newlevels.filtered, case when ar.age is not null then ar.age when ar.resultuid <= rm.resultuid then ? else ? end as age, case when ar.relevant is not null then ar.relevant when ar.resultuid <= rm.resultuid then ? else ? end as relevant from ar inner join symbols s on ar.symbolid = s.symbolid and s.nonliquid = ? inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = s.symbolid inner join symbolgroup sg on bsl.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on sg.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join currencypips cp on s.symbol = cp.symbol left join lateral calc_cp_signal (ar.resultuid) newlevels on true left outer join brokerinstrumentmap bim on dss.datafeedinstrumentid = bim.datafeedinstrumentid and bim.brokerid = bsl.brokerid and bim.type = ? where ar.gmttimefound > now() - interval ? and dss.enabled = ? and (ar.simulation = ? or ar.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or coalesce(bim.code, s.symbol) in (...)) and (? = ? or ar.pattern in (...)) and (? = ? or (? = ? and ar.breakout >= ?) or (? = ? and ar.breakout < ?)) and (? = ? or ar.patternlengthbars <= ?) and newlevels.filtered = false order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #13
Day Hour Count Duration Avg duration May 08 18 60 6m17s 6s298ms [ User: postgres - Total duration: 6m17s - Times executed: 60 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '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 LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR coalesce(bim.code, 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-05-08 18:16:36 Duration: 32s519ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '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 LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR coalesce(bim.code, 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-05-08 18:42:38 Duration: 31s266ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '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 LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR coalesce(bim.code, 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-05-08 18:38:18 Duration: 31s172ms Database: acaweb_fx User: postgres Bind query: yes
14 55 4s252ms 52ms 192ms 77ms select distinct patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzos, dftt.timezone as tz, longname, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) then ? else ? end as relevant from symbols s inner join brokersymbollist b on s.symbolid = b.symbolid inner join downloadersymbolsettings dss on dss.symbolid = s.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join autochartist_results a on a.symbolid = s.symbolid inner join patterns p on a.pattern = p.patternname left outer join relevance_autochartist_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and (((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?))) and breakout >= ?.? and patternendtime = latestbaratbreakouttime and patternlengthbars >= ? and patternquality >= ?.? and initialtrend >= ?.? and symmetry >= ?.? and noise <= ?.? and volumeincrease >= ?.? and temporarypattern = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and a.resultuid > ? and s.nonliquid = ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, patternquality desc limit ?;Times Reported Time consuming queries #14
Day Hour Count Duration Avg duration May 08 18 55 4s252ms 77ms [ User: postgres - Total duration: 4s252ms - Times executed: 55 ]
-
/*server.CPResultList*/ SELECT DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND (((s.symbol ilike '%xauusd%' AND timegranularity = 1440)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 60)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 240))) 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 > 540398067095185301 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-05-08 18:17:46 Duration: 192ms Database: acaweb_fx User: postgres Bind query: yes
-
/*server.CPResultList*/ SELECT DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND (((s.symbol ilike '%gbpusd%' AND timegranularity = 1440)) OR ((s.symbol ilike '%gbpusd%' AND timegranularity = 60)) OR ((s.symbol ilike '%gbpusd%' AND timegranularity = 240))) 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 > 539070467783066301 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-05-08 18:09:07 Duration: 122ms Database: acaweb_fx User: postgres Bind query: yes
-
/*server.CPResultList*/ SELECT DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND (((s.symbol ilike '%audusd%' AND timegranularity = 1440)) OR ((s.symbol ilike '%audusd%' AND timegranularity = 60)) OR ((s.symbol ilike '%audusd%' AND timegranularity = 240))) 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 > 540044820930422301 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-05-08 18:17:53 Duration: 121ms Database: acaweb_fx User: postgres Bind query: yes
15 48 1m41s 1s426ms 3s707ms 2s107ms with rar_max as ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ? ), fr as ( select a.*, rr.age, rr.relevant from fibonacci_results a left outer join relevance_fibonacci_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) end ), results as ( select distinct on (s.symbolid) fr.resultuid as resultuid, fr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, coalesce(bim.code, s.symbol) as symbol_code, s.longname as symbol_name, s.timegranularity as interval, fr.pattern as pattern_name, fr.timed as timed, fr.patternendtime as identified, dtt.timezone as timezone, fr.patternlengthbars as length, g.basegroupname, case when fr.age is not null then fr.age when fr.resultuid <= rm.resultuid then ? else ? end as age, case when fr.relevant is not null then fr.relevant when fr.resultuid <= rm.resultuid then ? else ? end as relevant, cps.pip from fr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = fr.symbolid inner join symbols s on fr.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on fr.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on fr.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left join currencypips cps on cps.symbol = s.symbol left outer join brokerinstrumentmap bim on dss.datafeedinstrumentid = bim.datafeedinstrumentid and bim.brokerid = bsl.brokerid and bim.type = ? where fr.gmttimefound > now() - interval ? and dss.enabled = ? and (fr.simulation = ? or fr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or coalesce(bim.code, s.symbol) in (...)) and (? = ? or fr.pattern in (...)) and (? = ? or fr.patternlengthbars <= ?) and (? = ? or (? = ? and fr.timed > cast(? as timestamp)) or (? = ? and fr.timed < cast(? as timestamp))) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #15
Day Hour Count Duration Avg duration May 08 18 48 1m41s 2s107ms [ User: postgres - Total duration: 1m41s - Times executed: 48 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1 ), fr AS ( SELECT a.*, rr.age, rr.relevant from fibonacci_results a LEFT OUTER JOIN relevance_fibonacci_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN fr.age IS NOT NULL THEN fr.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN fr.relevant IS NOT NULL THEN fr.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '529' AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('31' = 0 OR coalesce(bim.code, s.symbol) in ('AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'JPN225', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', 'XAGUSD', 'XAUUSD')) AND ('0' = 0 OR 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-05-08 18:22:15 Duration: 3s707ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1 ), fr AS ( SELECT a.*, rr.age, rr.relevant from fibonacci_results a LEFT OUTER JOIN relevance_fibonacci_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN fr.age IS NOT NULL THEN fr.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN fr.relevant IS NOT NULL THEN fr.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '529' AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('31' = 0 OR coalesce(bim.code, s.symbol) in ('AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'JPN225', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', 'XAGUSD', 'XAUUSD')) AND ('0' = 0 OR 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-05-08 18:15:59 Duration: 3s665ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1 ), fr AS ( SELECT a.*, rr.age, rr.relevant from fibonacci_results a LEFT OUTER JOIN relevance_fibonacci_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN fr.age IS NOT NULL THEN fr.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN fr.relevant IS NOT NULL THEN fr.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '529' AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('31' = 0 OR coalesce(bim.code, s.symbol) in ('AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'JPN225', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', 'XAGUSD', 'XAUUSD')) AND ('0' = 0 OR 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-05-08 18:42:02 Duration: 3s627ms Database: acaweb_fx User: postgres Bind query: yes
16 39 7s419ms 61ms 339ms 190ms select * from ( select pricedatetime, open, high, low, close, volume, bsf from t60 where symbolid = ? and (bsf = ? or bsf is null) order by pricedatetime desc limit ?) a order by pricedatetime asc;Times Reported Time consuming queries #16
Day Hour Count Duration Avg duration May 08 18 39 7s419ms 190ms [ User: postgres - Total duration: 7s419ms - Times executed: 39 ]
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '515840217715738300' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2022-05-08 18:38:19 Duration: 339ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '515840248033625300' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2022-05-08 18:02:04 Duration: 292ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '515840217492473300' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2022-05-08 18:02:04 Duration: 282ms Database: acaweb_fx User: postgres Bind query: yes
17 38 2m49s 2s696ms 8s638ms 4s450ms 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 ), all_results as ( select kr.resultuid as resultuid, kr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, coalesce(bim.code, s.symbol) as symbol_code, s.longname as symbol_name, s.timegranularity as interval, p.patternname as pattern_name, kr.breakout as breakout, kr.atbaridentified as identified, dtt.timezone as timezone, kr.patternlengthbars as length, g.basegroupname, newlevels.filtered, case when kr.age is not null then kr.age when kr.resultuid <= rm.resultuid then ? else ? end as age, case when kr.relevant is not null then kr.relevant when kr.resultuid <= rm.resultuid then ? else ? end as relevant, cps.pip from kr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = kr.symbolid inner join symbols s on bsl.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on s.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join hrspatterns p on kr.patternid = p.patternid inner join downloadersymbolsettings dss on s.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_keylevels_results rar on rar.resultuid = kr.resultuid left join lateral calc_kl_signal_filter (kr.resultuid) newlevels on true left join currencypips cps on cps.symbol = s.symbol left outer join brokerinstrumentmap bim on dss.datafeedinstrumentid = bim.datafeedinstrumentid and bim.brokerid = bsl.brokerid and bim.type = ? where kr.gmttimefound > now() - interval ? and dss.enabled = ? and (kr.simulation = ? or kr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or coalesce(bim.code, s.symbol) in (...)) and (? = ? or p.patternname in (...)) and (? = ? or kr.patternclassid in (...)) and (? = ? or kr.patternlengthbars <= ?) ), results as ( select distinct on (symbolid) * from all_results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by symbolid, resultuid ) select * from results order by identified desc, length desc;Times Reported Time consuming queries #17
Day Hour Count Duration Avg duration May 08 18 38 2m49s 4s450ms [ User: postgres - Total duration: 2m49s - Times executed: 38 ]
-
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 ), all_results AS ( SELECT kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '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 LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('211' = 0 OR coalesce(bim.code, s.symbol) in ('BCHEUR', 'BCHUSD', 'BTCEUR', 'BTCUSD', 'ETHEUR', 'ETHUSD', 'LTCEUR', 'LTCUSD', 'USDRON', 'XRPEUR', 'XRPUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURCZK', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'EURZAR', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCZK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'AA', 'AAPL', 'AC.pa', 'ACA.pa', 'ACB', 'ACKB.br', 'AD.as', 'ADBE', 'ADS.de', 'AGS.br', 'AI.pa', 'AIG', 'AIR.pa', 'ALV.de', 'AMZN', 'AXP', 'BA', 'BABA', 'BAC', 'BAS.de', 'BAYN.de', 'BIDU', 'BMW.de', 'BN.pa', 'BNP.pa', 'BRKB', 'C', 'CA.pa', 'CAP.pa', 'CAT', 'CBK.de', 'CGC', 'CRON', 'CS.pa', 'CSCO', 'CVX', 'DAI.de', 'DBK.de', 'DIS', 'DLTR', 'DPW.de', 'DTE.de', 'EBAY', 'EDF.pa', 'EL.pa', 'EN.pa', 'EOAN.de', 'FB', 'FEYE', 'FP.pa', 'FSLR', 'GE', 'GILD', 'GLE.pa', 'GM', 'GOOG', 'GS', 'HAS', 'HEIA.as', 'HEN3.de', 'HOG', 'HPQ', 'HSY', 'IBE.mc', 'IBM', 'IFX.de', 'INGA.as', 'INTC', 'JNJ', 'JPM', 'KO', 'LHA.de', 'LLOY.l', 'LMT', 'LR.pa', 'LVS', 'LYFT', 'M', 'MC.pa', 'ML.pa', 'MMM', 'MRK.de', 'MS', 'MSFT', 'NFLX', 'NKE', 'NOV', 'NOVN.vx', 'NVDA', 'ORA.pa', 'PANW', 'PFE', 'PG', 'PM', 'PUB.pa', 'PYPL', 'QCOM', 'RACE', 'REGN', 'RI.pa', 'RNO.pa', 'RWE.de', 'SAF.pa', 'SAN.pa', 'SAP.de', 'SBUX', 'SGO.pa', 'SIE.de', 'SMSN.l', 'SNAP', 'SRE', 'SU.pa', 'T', 'TEF.mc', 'TEVA', 'TGT', 'TKA.de', 'TSLA', 'TWTR', 'UBER', 'UBSG.vx', 'UNA.as', 'URW.as', 'V', 'VIE.pa', 'VIV.pa', 'VK.pa', 'VOW3.de', 'VZ', 'WMT', 'XOM', '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') ), results AS ( SELECT DISTINCT ON (symbolid) * FROM all_results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY symbolid, resultuid ) SELECT * from results ORDER BY identified DESC, length DESC;
Date: 2022-05-08 18:16:09 Duration: 8s638ms 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 ), all_results AS ( SELECT kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '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 LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('211' = 0 OR coalesce(bim.code, s.symbol) in ('BCHEUR', 'BCHUSD', 'BTCEUR', 'BTCUSD', 'ETHEUR', 'ETHUSD', 'LTCEUR', 'LTCUSD', 'USDRON', 'XRPEUR', 'XRPUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURCZK', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'EURZAR', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCZK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'AA', 'AAPL', 'AC.pa', 'ACA.pa', 'ACB', 'ACKB.br', 'AD.as', 'ADBE', 'ADS.de', 'AGS.br', 'AI.pa', 'AIG', 'AIR.pa', 'ALV.de', 'AMZN', 'AXP', 'BA', 'BABA', 'BAC', 'BAS.de', 'BAYN.de', 'BIDU', 'BMW.de', 'BN.pa', 'BNP.pa', 'BRKB', 'C', 'CA.pa', 'CAP.pa', 'CAT', 'CBK.de', 'CGC', 'CRON', 'CS.pa', 'CSCO', 'CVX', 'DAI.de', 'DBK.de', 'DIS', 'DLTR', 'DPW.de', 'DTE.de', 'EBAY', 'EDF.pa', 'EL.pa', 'EN.pa', 'EOAN.de', 'FB', 'FEYE', 'FP.pa', 'FSLR', 'GE', 'GILD', 'GLE.pa', 'GM', 'GOOG', 'GS', 'HAS', 'HEIA.as', 'HEN3.de', 'HOG', 'HPQ', 'HSY', 'IBE.mc', 'IBM', 'IFX.de', 'INGA.as', 'INTC', 'JNJ', 'JPM', 'KO', 'LHA.de', 'LLOY.l', 'LMT', 'LR.pa', 'LVS', 'LYFT', 'M', 'MC.pa', 'ML.pa', 'MMM', 'MRK.de', 'MS', 'MSFT', 'NFLX', 'NKE', 'NOV', 'NOVN.vx', 'NVDA', 'ORA.pa', 'PANW', 'PFE', 'PG', 'PM', 'PUB.pa', 'PYPL', 'QCOM', 'RACE', 'REGN', 'RI.pa', 'RNO.pa', 'RWE.de', 'SAF.pa', 'SAN.pa', 'SAP.de', 'SBUX', 'SGO.pa', 'SIE.de', 'SMSN.l', 'SNAP', 'SRE', 'SU.pa', 'T', 'TEF.mc', 'TEVA', 'TGT', 'TKA.de', 'TSLA', 'TWTR', 'UBER', 'UBSG.vx', 'UNA.as', 'URW.as', 'V', 'VIE.pa', 'VIV.pa', 'VK.pa', 'VOW3.de', 'VZ', 'WMT', 'XOM', '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') ), results AS ( SELECT DISTINCT ON (symbolid) * FROM all_results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY symbolid, resultuid ) SELECT * from results ORDER BY identified DESC, length DESC;
Date: 2022-05-08 18:56:14 Duration: 7s928ms 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 ), all_results AS ( SELECT kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '538' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('11' = 0 OR coalesce(bim.code, s.symbol) in ('EURUSD', 'USDJPY', 'GBPUSD', 'GBPJPY', 'AUDUSD', 'EURJPY', 'USDCAD', 'EURGBP', 'XAUUSD', 'UKOIL', 'USOIL')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('400' = 0 OR kr.patternlengthbars <= '400') ), results AS ( SELECT DISTINCT ON (symbolid) * FROM all_results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY symbolid, resultuid ) SELECT * from results ORDER BY identified DESC, length DESC;
Date: 2022-05-08 18:07:21 Duration: 7s118ms Database: acaweb_fx User: postgres Bind query: yes
18 37 1m27s 313ms 14s248ms 2s369ms with rar_max as ( select resultuid from relevance_keylevels_results order by resultuid desc limit ? ), kr as ( select a.*, rr.age, rr.relevant from keylevels_results a left outer join relevance_keylevels_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_keylevels_results) end ), results as ( select distinct on (s.symbolid) kr.resultuid as resultuid, kr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, coalesce(bim.code, s.symbol) as symbol_code, s.longname as symbol_name, s.timegranularity as interval, p.patternname as pattern_name, kr.breakout as breakout, kr.atbaridentified as identified, dtt.timezone as timezone, kr.patternlengthbars as length, g.basegroupname, newlevels.filtered, case when kr.age is not null then kr.age when kr.resultuid <= rm.resultuid then ? else ? end as age, case when kr.relevant is not null then kr.relevant when kr.resultuid <= rm.resultuid then ? else ? end as relevant, cps.pip from kr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = kr.symbolid inner join symbols s on bsl.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on s.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join hrspatterns p on kr.patternid = p.patternid inner join downloadersymbolsettings dss on s.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_keylevels_results rar on rar.resultuid = kr.resultuid left join lateral calc_kl_signal_filter (kr.resultuid) newlevels on true left join currencypips cps on cps.symbol = s.symbol left outer join brokerinstrumentmap bim on dss.datafeedinstrumentid = bim.datafeedinstrumentid and bim.brokerid = bsl.brokerid and bim.type = ? where kr.gmttimefound > now() - interval ? and dss.enabled = ? and (kr.simulation = ? or kr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or coalesce(bim.code, s.symbol) in (...)) and (? = ? or p.patternname in (...)) and (? = ? or kr.patternclassid in (...)) and (? = ? or kr.patternlengthbars <= ?) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #18
Day Hour Count Duration Avg duration May 08 18 37 1m27s 2s369ms [ User: postgres - Total duration: 1m27s - Times executed: 37 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '627' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR coalesce(bim.code, s.symbol) in ('')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-05-08 18:42:52 Duration: 14s248ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '637' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR coalesce(bim.code, s.symbol) in ('')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-05-08 18:17:46 Duration: 5s114ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '665' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR coalesce(bim.code, s.symbol) in ('')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-05-08 18:17:09 Duration: 5s98ms Database: acaweb_fx User: postgres Bind query: yes
19 37 2s389ms 50ms 114ms 64ms 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 sg.groupid = ? and patternclassid = ? and patternlengthbars >= ? and a.patternid & ? > ? and dftt.dayofweek = ? and a.qtytp >= ? and a.resultuid > ? and c.nonliquid = ? and c.deleted = ? and dss.enabled = ? order by patternendtime desc, qtp desc limit ?;Times Reported Time consuming queries #19
Day Hour Count Duration Avg duration May 08 18 37 2s389ms 64ms [ User: postgres - Total duration: 2s389ms - Times executed: 37 ]
-
/*server.KeyLevelResultList*/ SELECT DISTINCT a.ResultUID AS ruid, c.symbolid AS sid, c.symbol AS sym, c.longname as longname, c.shortname, c.Exchange AS e, c.timegranularity AS tg, p.PatternID AS pid, a.direction AS d, cast(atbaridentified as timestamp) AS pet, cast(patternstarttime as timestamp) AS pst, PatternPrice AS patp, breakoutprice as pE, breakoutbars as bE, errorMargin as erm, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, cast(x0 as timestamp) AS x0, cast(x1 as timestamp) AS x1, cast(x2 as timestamp) AS x2, cast(( case when x3 = '' then '1900-01-01' else x3 end) as timestamp) AS x3, cast((case when x4 = '' then '1900-01-01' else x4 end) as timestamp) AS x4, cast(( case when x5 = '' then '1900-01-01' else x5 end) as timestamp) AS x5, cast((case when x6 = '' then '1900-01-01' else x6 end) as timestamp) AS x6, cast(( case when x7 = '' then '1900-01-01' else x7 end) as timestamp) AS x7, cast((case when x8 = '' then '1900-01-01' else x8 end) as timestamp) AS x8, cast(( case when x9 = '' then '1900-01-01' else x9 end) as timestamp) AS x9, cast(atbaridentified as timestamp) as PatternEndTime, cast(atbaridentified as timestamp) as atBar, cast((case when approachingtimestamp = '' then '1900-01-01' else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzOs, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, 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 sg.groupid = 515852059758978308 AND patternclassid = '1' AND patternlengthbars >= '20' AND a.PatternID & '39' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '0' AND a.resultuid > '126731199' AND c.nonliquid = '0' AND c.deleted = 0 AND dss.enabled = 1 ORDER BY PatternEndTime DESC, qtp DESC LIMIT 50;
Date: 2022-05-08 18:18:48 Duration: 114ms Database: acaweb_fx User: postgres Bind query: yes
-
/*server.KeyLevelResultList*/ SELECT DISTINCT a.ResultUID AS ruid, c.symbolid AS sid, c.symbol AS sym, c.longname as longname, c.shortname, c.Exchange AS e, c.timegranularity AS tg, p.PatternID AS pid, a.direction AS d, cast(atbaridentified as timestamp) AS pet, cast(patternstarttime as timestamp) AS pst, PatternPrice AS patp, breakoutprice as pE, breakoutbars as bE, errorMargin as erm, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, cast(x0 as timestamp) AS x0, cast(x1 as timestamp) AS x1, cast(x2 as timestamp) AS x2, cast(( case when x3 = '' then '1900-01-01' else x3 end) as timestamp) AS x3, cast((case when x4 = '' then '1900-01-01' else x4 end) as timestamp) AS x4, cast(( case when x5 = '' then '1900-01-01' else x5 end) as timestamp) AS x5, cast((case when x6 = '' then '1900-01-01' else x6 end) as timestamp) AS x6, cast(( case when x7 = '' then '1900-01-01' else x7 end) as timestamp) AS x7, cast((case when x8 = '' then '1900-01-01' else x8 end) as timestamp) AS x8, cast(( case when x9 = '' then '1900-01-01' else x9 end) as timestamp) AS x9, cast(atbaridentified as timestamp) as PatternEndTime, cast(atbaridentified as timestamp) as atBar, cast((case when approachingtimestamp = '' then '1900-01-01' else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzOs, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, 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 sg.groupid = 515852059758978308 AND patternclassid = '1' AND patternlengthbars >= '20' AND a.PatternID & '39' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '0' AND a.resultuid > '126731199' AND c.nonliquid = '0' AND c.deleted = 0 AND dss.enabled = 1 ORDER BY PatternEndTime DESC, qtp DESC LIMIT 50;
Date: 2022-05-08 18:02:48 Duration: 112ms Database: acaweb_fx User: postgres Bind query: yes
-
/*server.KeyLevelResultList*/ SELECT DISTINCT a.ResultUID AS ruid, c.symbolid AS sid, c.symbol AS sym, c.longname as longname, c.shortname, c.Exchange AS e, c.timegranularity AS tg, p.PatternID AS pid, a.direction AS d, cast(atbaridentified as timestamp) AS pet, cast(patternstarttime as timestamp) AS pst, PatternPrice AS patp, breakoutprice as pE, breakoutbars as bE, errorMargin as erm, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, cast(x0 as timestamp) AS x0, cast(x1 as timestamp) AS x1, cast(x2 as timestamp) AS x2, cast(( case when x3 = '' then '1900-01-01' else x3 end) as timestamp) AS x3, cast((case when x4 = '' then '1900-01-01' else x4 end) as timestamp) AS x4, cast(( case when x5 = '' then '1900-01-01' else x5 end) as timestamp) AS x5, cast((case when x6 = '' then '1900-01-01' else x6 end) as timestamp) AS x6, cast(( case when x7 = '' then '1900-01-01' else x7 end) as timestamp) AS x7, cast((case when x8 = '' then '1900-01-01' else x8 end) as timestamp) AS x8, cast(( case when x9 = '' then '1900-01-01' else x9 end) as timestamp) AS x9, cast(atbaridentified as timestamp) as PatternEndTime, cast(atbaridentified as timestamp) as atBar, cast((case when approachingtimestamp = '' then '1900-01-01' else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzOs, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, 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 = 558 AND sg.groupid = 515852059702019308 AND patternclassid = '1' AND patternlengthbars >= '20' AND a.PatternID & '39' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '0' AND a.resultuid > '-2042977049' AND c.nonliquid = '0' AND c.deleted = 0 AND dss.enabled = 1 ORDER BY PatternEndTime DESC, qtp DESC LIMIT 50;
Date: 2022-05-08 18:01:48 Duration: 99ms Database: acaweb_fx User: postgres Bind query: yes
20 31 3s244ms 56ms 424ms 104ms select distinct a.resultuid as ruid, c.symbolid as sid, c.symbol as sym, c.longname as longname, c.shortname, c.exchange as e, c.timegranularity as tg, p.patternid as pid, a.direction as d, cast(atbaridentified as timestamp) as pet, cast(patternstarttime as timestamp) as pst, patternprice as patp, breakoutprice as pe, breakoutbars as be, errormargin as erm, patternlengthbars as l, bandwidth as bw, qtytp as qtp, p.patternname as patternname, cast(x0 as timestamp) as x0, cast(x1 as timestamp) as x1, cast(x2 as timestamp) as x2, cast(( case when x3 = ? then ? else x3 end) as timestamp) as x3, cast(( case when x4 = ? then ? else x4 end) as timestamp) as x4, cast(( case when x5 = ? then ? else x5 end) as timestamp) as x5, cast(( case when x6 = ? then ? else x6 end) as timestamp) as x6, cast(( case when x7 = ? then ? else x7 end) as timestamp) as x7, cast(( case when x8 = ? then ? else x8 end) as timestamp) as x8, cast(( case when x9 = ? then ? else x9 end) as timestamp) as x9, cast(atbaridentified as timestamp) as patternendtime, cast(atbaridentified as timestamp) as atbar, cast(( case when approachingtimestamp = ? then ? else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzos, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_keylevels_results order by resultuid desc limit ?) then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= ( select resultuid from relevance_keylevels_results order by resultuid desc limit ?) then ? else ? end as relevant, cast(?.? as double precision) as premium, cast(? as bigint) as instrumentid, ? as derivativeid, ? as underlyingid, ? as isunderlying from symbols c inner join brokersymbollist b on c.symbolid = b.symbolid inner join symbolgroup sg on c.symbolid = sg.symbolid inner join downloadersymbolsettings dss on dss.symbolid = c.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join keylevels_results a on a.symbolid = c.symbolid inner join hrspatterns p on a.patternid = p.patternid left outer join relevance_keylevels_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and sg.groupid = ? and patternclassid = ? and patternlengthbars >= ? and a.patternid & ? > ? and dftt.dayofweek = ? and a.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 May 08 18 31 3s244ms 104ms [ User: postgres - Total duration: 3s244ms - Times executed: 31 ]
-
/*server.KeyLevelResultList*/ SELECT DISTINCT a.ResultUID AS ruid, c.symbolid AS sid, c.symbol AS sym, c.longname as longname, c.shortname, c.Exchange AS e, c.timegranularity AS tg, p.PatternID AS pid, a.direction AS d, cast(atbaridentified as timestamp) AS pet, cast(patternstarttime as timestamp) AS pst, PatternPrice AS patp, breakoutprice as pE, breakoutbars as bE, errorMargin as erm, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, cast(x0 as timestamp) AS x0, cast(x1 as timestamp) AS x1, cast(x2 as timestamp) AS x2, cast(( case when x3 = '' then '1900-01-01' else x3 end) as timestamp) AS x3, cast((case when x4 = '' then '1900-01-01' else x4 end) as timestamp) AS x4, cast(( case when x5 = '' then '1900-01-01' else x5 end) as timestamp) AS x5, cast((case when x6 = '' then '1900-01-01' else x6 end) as timestamp) AS x6, cast(( case when x7 = '' then '1900-01-01' else x7 end) as timestamp) AS x7, cast((case when x8 = '' then '1900-01-01' else x8 end) as timestamp) AS x8, cast(( case when x9 = '' then '1900-01-01' else x9 end) as timestamp) AS x9, cast(atbaridentified as timestamp) as PatternEndTime, cast(atbaridentified as timestamp) as atBar, cast((case when approachingtimestamp = '' then '1900-01-01' else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzOs, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant, cast(0.0 as double precision) as premium, cast(0 as bigint) as instrumentid, 0 as derivativeid, 0 as underlyingid, 0 as isunderlying FROM symbols c INNER JOIN brokersymbollist b ON c.symbolid = b.symbolid INNER JOIN symbolgroup sg ON c.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = c.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN keylevels_results a ON a.symbolid = c.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 515852059762345308 AND patternclassid = '2' AND patternlengthbars >= '20' AND a.PatternID & '3' > 0 AND dftt.dayofweek = '3' AND a.resultuid > '-1763866841' 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-05-08 18:32:34 Duration: 424ms Database: acaweb_fx User: postgres Bind query: yes
-
/*server.KeyLevelResultList*/ SELECT DISTINCT a.ResultUID AS ruid, c.symbolid AS sid, c.symbol AS sym, c.longname as longname, c.shortname, c.Exchange AS e, c.timegranularity AS tg, p.PatternID AS pid, a.direction AS d, cast(atbaridentified as timestamp) AS pet, cast(patternstarttime as timestamp) AS pst, PatternPrice AS patp, breakoutprice as pE, breakoutbars as bE, errorMargin as erm, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, cast(x0 as timestamp) AS x0, cast(x1 as timestamp) AS x1, cast(x2 as timestamp) AS x2, cast(( case when x3 = '' then '1900-01-01' else x3 end) as timestamp) AS x3, cast((case when x4 = '' then '1900-01-01' else x4 end) as timestamp) AS x4, cast(( case when x5 = '' then '1900-01-01' else x5 end) as timestamp) AS x5, cast((case when x6 = '' then '1900-01-01' else x6 end) as timestamp) AS x6, cast(( case when x7 = '' then '1900-01-01' else x7 end) as timestamp) AS x7, cast((case when x8 = '' then '1900-01-01' else x8 end) as timestamp) AS x8, cast(( case when x9 = '' then '1900-01-01' else x9 end) as timestamp) AS x9, cast(atbaridentified as timestamp) as PatternEndTime, cast(atbaridentified as timestamp) as atBar, cast((case when approachingtimestamp = '' then '1900-01-01' else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzOs, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant, cast(0.0 as double precision) as premium, cast(0 as bigint) as instrumentid, 0 as derivativeid, 0 as underlyingid, 0 as isunderlying FROM symbols c INNER JOIN brokersymbollist b ON c.symbolid = b.symbolid INNER JOIN symbolgroup sg ON c.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = c.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN keylevels_results a ON a.symbolid = c.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 515852059702019308 AND patternclassid = '2' AND patternlengthbars >= '20' AND a.PatternID & '3' > 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-05-08 18:48:10 Duration: 173ms Database: acaweb_fx User: postgres Bind query: yes
-
/*server.KeyLevelResultList*/ SELECT DISTINCT a.ResultUID AS ruid, c.symbolid AS sid, c.symbol AS sym, c.longname as longname, c.shortname, c.Exchange AS e, c.timegranularity AS tg, p.PatternID AS pid, a.direction AS d, cast(atbaridentified as timestamp) AS pet, cast(patternstarttime as timestamp) AS pst, PatternPrice AS patp, breakoutprice as pE, breakoutbars as bE, errorMargin as erm, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, cast(x0 as timestamp) AS x0, cast(x1 as timestamp) AS x1, cast(x2 as timestamp) AS x2, cast(( case when x3 = '' then '1900-01-01' else x3 end) as timestamp) AS x3, cast((case when x4 = '' then '1900-01-01' else x4 end) as timestamp) AS x4, cast(( case when x5 = '' then '1900-01-01' else x5 end) as timestamp) AS x5, cast((case when x6 = '' then '1900-01-01' else x6 end) as timestamp) AS x6, cast(( case when x7 = '' then '1900-01-01' else x7 end) as timestamp) AS x7, cast((case when x8 = '' then '1900-01-01' else x8 end) as timestamp) AS x8, cast(( case when x9 = '' then '1900-01-01' else x9 end) as timestamp) AS x9, cast(atbaridentified as timestamp) as PatternEndTime, cast(atbaridentified as timestamp) as atBar, cast((case when approachingtimestamp = '' then '1900-01-01' else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzOs, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant, cast(0.0 as double precision) as premium, cast(0 as bigint) as instrumentid, 0 as derivativeid, 0 as underlyingid, 0 as isunderlying FROM symbols c INNER JOIN brokersymbollist b ON c.symbolid = b.symbolid INNER JOIN symbolgroup sg ON c.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = c.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN keylevels_results a ON a.symbolid = c.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 515852059702019308 AND patternclassid = '2' AND patternlengthbars >= '20' AND a.PatternID & '3' > 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-05-08 18:42:17 Duration: 159ms Database: acaweb_fx User: postgres Bind query: yes
Normalized slowest queries (N)
Rank Min duration Max duration Avg duration Times executed Total duration Query 1 4s936ms 15s491ms 8s14ms 4 32s59ms select updateageforrelevantresults ();Times Reported Time consuming queries #1
Day Hour Count Duration Avg duration May 08 18 4 32s59ms 8s14ms [ User: postgres - Total duration: 32s59ms - Times executed: 4 ]
-
select updateageforrelevantresults ();
Date: 2022-05-08 18:17:18 Duration: 15s491ms Database: acaweb_fx User: postgres
-
select updateageforrelevantresults ();
Date: 2022-05-08 18:02:09 Duration: 6s531ms Database: acaweb_fx User: postgres
-
select updateageforrelevantresults ();
Date: 2022-05-08 18:32:07 Duration: 5s100ms Database: acaweb_fx User: postgres
2 283ms 15s571ms 6s986ms 117 13m37s with rar_max as ( ;Times Reported Time consuming queries #2
Day Hour Count Duration Avg duration May 08 18 117 13m37s 6s986ms [ User: postgres - Total duration: 13m37s - Times executed: 117 ]
-
WITH rar_max as ( ;
Date: 2022-05-08 18:06:36 Duration: 15s571ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2022-05-08 18:06:31 Duration: 15s469ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2022-05-08 18:03:45 Duration: 14s823ms Database: acaweb_fx User: postgres Bind query: yes
3 877ms 32s519ms 6s298ms 60 6m17s with rar_max as ( select resultuid from relevance_autochartist_results order by resultuid desc limit ? ), ar as ( select a.*, rr.age, rr.relevant from autochartist_results a left outer join relevance_autochartist_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_autochartist_results) end ), results as ( select distinct on (s.symbolid) ar.resultuid as resultuid, ar.direction as direction, ar.predictiontimeto as predictiontimeto, ar.predictionpricefrom as predictionpricefrom, ar.predictionpriceto as predictionpriceto, cp.pip as pip, s.exchange as exchange, s.symbolid as symbolid, coalesce(bim.code, s.symbol) as symbol_code, s.longname as symbol_name, s.timegranularity as interval, ar.pattern as pattern_name, ar.breakout as breakout, ar.patternendtime as identified, dtt.timezone as timezone, ar.patternlengthbars as length, g.basegroupname, newlevels.profit, newlevels.stop, newlevels.filtered, case when ar.age is not null then ar.age when ar.resultuid <= rm.resultuid then ? else ? end as age, case when ar.relevant is not null then ar.relevant when ar.resultuid <= rm.resultuid then ? else ? end as relevant from ar inner join symbols s on ar.symbolid = s.symbolid and s.nonliquid = ? inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = s.symbolid inner join symbolgroup sg on bsl.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on sg.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join currencypips cp on s.symbol = cp.symbol left join lateral calc_cp_signal (ar.resultuid) newlevels on true left outer join brokerinstrumentmap bim on dss.datafeedinstrumentid = bim.datafeedinstrumentid and bim.brokerid = bsl.brokerid and bim.type = ? where ar.gmttimefound > now() - interval ? and dss.enabled = ? and (ar.simulation = ? or ar.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or coalesce(bim.code, s.symbol) in (...)) and (? = ? or ar.pattern in (...)) and (? = ? or (? = ? and ar.breakout >= ?) or (? = ? and ar.breakout < ?)) and (? = ? or ar.patternlengthbars <= ?) and newlevels.filtered = false order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #3
Day Hour Count Duration Avg duration May 08 18 60 6m17s 6s298ms [ User: postgres - Total duration: 6m17s - Times executed: 60 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '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 LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR coalesce(bim.code, 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-05-08 18:16:36 Duration: 32s519ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '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 LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR coalesce(bim.code, 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-05-08 18:42:38 Duration: 31s266ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '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 LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR coalesce(bim.code, 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-05-08 18:38:18 Duration: 31s172ms Database: acaweb_fx User: postgres Bind query: yes
4 453ms 20s284ms 5s584ms 84 7m49s 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 ), all_results as ( select ar.resultuid as resultuid, ar.direction as direction, ar.predictiontimeto as predictiontimeto, ar.predictionpricefrom as predictionpricefrom, ar.predictionpriceto as predictionpriceto, cp.pip as pip, s.exchange as exchange, s.symbolid as symbolid, coalesce(bim.code, s.symbol) as symbol_code, s.longname as symbol_name, s.timegranularity as interval, ar.pattern as pattern_name, ar.breakout as breakout, ar.patternendtime as identified, dtt.timezone as timezone, ar.patternlengthbars as length, g.basegroupname, newlevels.profit, newlevels.stop, newlevels.filtered, case when ar.age is not null then ar.age when ar.resultuid <= rm.resultuid then ? else ? end as age, case when ar.relevant is not null then ar.relevant when ar.resultuid <= rm.resultuid then ? else ? end as relevant from ar inner join symbols s on ar.symbolid = s.symbolid and s.nonliquid = ? inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = s.symbolid inner join symbolgroup sg on bsl.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on sg.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join currencypips cp on s.symbol = cp.symbol left join lateral calc_cp_signal (ar.resultuid) newlevels on true left outer join brokerinstrumentmap bim on dss.datafeedinstrumentid = bim.datafeedinstrumentid and bim.brokerid = bsl.brokerid and bim.type = ? where ar.gmttimefound > now() - interval ? and dss.enabled = ? and (ar.simulation = ? or ar.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or coalesce(bim.code, s.symbol) in (...)) and (? = ? or ar.pattern in (...)) and (? = ? or (? = ? and ar.breakout >= ?) or (? = ? and ar.breakout < ?)) and (? = ? or ar.patternlengthbars <= ?) and newlevels.filtered = false ), results as ( select distinct on (symbolid) * from all_results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by symbolid, resultuid ) select * from results order by identified desc, length desc;Times Reported Time consuming queries #4
Day Hour Count Duration Avg duration May 08 18 84 7m49s 5s584ms [ User: postgres - Total duration: 7m49s - Times executed: 84 ]
-
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 ), all_results AS ( SELECT ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '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 LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('211' = 0 OR coalesce(bim.code, s.symbol) in ('BCHEUR', 'BCHUSD', 'BTCEUR', 'BTCUSD', 'ETHEUR', 'ETHUSD', 'LTCEUR', 'LTCUSD', 'USDRON', 'XRPEUR', 'XRPUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURCZK', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'EURZAR', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCZK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'AA', 'AAPL', 'AC.pa', 'ACA.pa', 'ACB', 'ACKB.br', 'AD.as', 'ADBE', 'ADS.de', 'AGS.br', 'AI.pa', 'AIG', 'AIR.pa', 'ALV.de', 'AMZN', 'AXP', 'BA', 'BABA', 'BAC', 'BAS.de', 'BAYN.de', 'BIDU', 'BMW.de', 'BN.pa', 'BNP.pa', 'BRKB', 'C', 'CA.pa', 'CAP.pa', 'CAT', 'CBK.de', 'CGC', 'CRON', 'CS.pa', 'CSCO', 'CVX', 'DAI.de', 'DBK.de', 'DIS', 'DLTR', 'DPW.de', 'DTE.de', 'EBAY', 'EDF.pa', 'EL.pa', 'EN.pa', 'EOAN.de', 'FB', 'FEYE', 'FP.pa', 'FSLR', 'GE', 'GILD', 'GLE.pa', 'GM', 'GOOG', 'GS', 'HAS', 'HEIA.as', 'HEN3.de', 'HOG', 'HPQ', 'HSY', 'IBE.mc', 'IBM', 'IFX.de', 'INGA.as', 'INTC', 'JNJ', 'JPM', 'KO', 'LHA.de', 'LLOY.l', 'LMT', 'LR.pa', 'LVS', 'LYFT', 'M', 'MC.pa', 'ML.pa', 'MMM', 'MRK.de', 'MS', 'MSFT', 'NFLX', 'NKE', 'NOV', 'NOVN.vx', 'NVDA', 'ORA.pa', 'PANW', 'PFE', 'PG', 'PM', 'PUB.pa', 'PYPL', 'QCOM', 'RACE', 'REGN', 'RI.pa', 'RNO.pa', 'RWE.de', 'SAF.pa', 'SAN.pa', 'SAP.de', 'SBUX', 'SGO.pa', 'SIE.de', 'SMSN.l', 'SNAP', 'SRE', 'SU.pa', 'T', 'TEF.mc', 'TEVA', 'TGT', 'TKA.de', 'TSLA', 'TWTR', 'UBER', 'UBSG.vx', 'UNA.as', 'URW.as', 'V', 'VIE.pa', 'VIV.pa', 'VK.pa', 'VOW3.de', 'VZ', 'WMT', 'XOM', '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 ), results AS ( SELECT DISTINCT ON (symbolid) * FROM all_results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY symbolid, resultuid ) SELECT * from results ORDER BY identified DESC, length DESC;
Date: 2022-05-08 18:56:06 Duration: 20s284ms 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 ), all_results AS ( SELECT ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '758' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('211' = 0 OR coalesce(bim.code, s.symbol) in ('BCHEUR', 'BCHUSD', 'BTCEUR', 'BTCUSD', 'ETHEUR', 'ETHUSD', 'LTCEUR', 'LTCUSD', 'USDRON', 'XRPEUR', 'XRPUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURCZK', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'EURZAR', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCZK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'AA', 'AAPL', 'AC.pa', 'ACA.pa', 'ACB', 'ACKB.br', 'AD.as', 'ADBE', 'ADS.de', 'AGS.br', 'AI.pa', 'AIG', 'AIR.pa', 'ALV.de', 'AMZN', 'AXP', 'BA', 'BABA', 'BAC', 'BAS.de', 'BAYN.de', 'BIDU', 'BMW.de', 'BN.pa', 'BNP.pa', 'BRKB', 'C', 'CA.pa', 'CAP.pa', 'CAT', 'CBK.de', 'CGC', 'CRON', 'CS.pa', 'CSCO', 'CVX', 'DAI.de', 'DBK.de', 'DIS', 'DLTR', 'DPW.de', 'DTE.de', 'EBAY', 'EDF.pa', 'EL.pa', 'EN.pa', 'EOAN.de', 'FB', 'FEYE', 'FP.pa', 'FSLR', 'GE', 'GILD', 'GLE.pa', 'GM', 'GOOG', 'GS', 'HAS', 'HEIA.as', 'HEN3.de', 'HOG', 'HPQ', 'HSY', 'IBE.mc', 'IBM', 'IFX.de', 'INGA.as', 'INTC', 'JNJ', 'JPM', 'KO', 'LHA.de', 'LLOY.l', 'LMT', 'LR.pa', 'LVS', 'LYFT', 'M', 'MC.pa', 'ML.pa', 'MMM', 'MRK.de', 'MS', 'MSFT', 'NFLX', 'NKE', 'NOV', 'NOVN.vx', 'NVDA', 'ORA.pa', 'PANW', 'PFE', 'PG', 'PM', 'PUB.pa', 'PYPL', 'QCOM', 'RACE', 'REGN', 'RI.pa', 'RNO.pa', 'RWE.de', 'SAF.pa', 'SAN.pa', 'SAP.de', 'SBUX', 'SGO.pa', 'SIE.de', 'SMSN.l', 'SNAP', 'SRE', 'SU.pa', 'T', 'TEF.mc', 'TEVA', 'TGT', 'TKA.de', 'TSLA', 'TWTR', 'UBER', 'UBSG.vx', 'UNA.as', 'URW.as', 'V', 'VIE.pa', 'VIV.pa', 'VK.pa', 'VOW3.de', 'VZ', 'WMT', 'XOM', '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 ), results AS ( SELECT DISTINCT ON (symbolid) * FROM all_results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY symbolid, resultuid ) SELECT * from results ORDER BY identified DESC, length DESC;
Date: 2022-05-08 18:19:03 Duration: 12s514ms 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 ), all_results AS ( SELECT ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '572' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('99' = 0 OR coalesce(bim.code, 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 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 ), results AS ( SELECT DISTINCT ON (symbolid) * FROM all_results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY symbolid, resultuid ) SELECT * from results ORDER BY identified DESC, length DESC;
Date: 2022-05-08 18:48:06 Duration: 12s512ms Database: acaweb_fx User: postgres Bind query: yes
5 2s696ms 8s638ms 4s450ms 38 2m49s 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 ), all_results as ( select kr.resultuid as resultuid, kr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, coalesce(bim.code, s.symbol) as symbol_code, s.longname as symbol_name, s.timegranularity as interval, p.patternname as pattern_name, kr.breakout as breakout, kr.atbaridentified as identified, dtt.timezone as timezone, kr.patternlengthbars as length, g.basegroupname, newlevels.filtered, case when kr.age is not null then kr.age when kr.resultuid <= rm.resultuid then ? else ? end as age, case when kr.relevant is not null then kr.relevant when kr.resultuid <= rm.resultuid then ? else ? end as relevant, cps.pip from kr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = kr.symbolid inner join symbols s on bsl.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on s.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join hrspatterns p on kr.patternid = p.patternid inner join downloadersymbolsettings dss on s.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_keylevels_results rar on rar.resultuid = kr.resultuid left join lateral calc_kl_signal_filter (kr.resultuid) newlevels on true left join currencypips cps on cps.symbol = s.symbol left outer join brokerinstrumentmap bim on dss.datafeedinstrumentid = bim.datafeedinstrumentid and bim.brokerid = bsl.brokerid and bim.type = ? where kr.gmttimefound > now() - interval ? and dss.enabled = ? and (kr.simulation = ? or kr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or coalesce(bim.code, s.symbol) in (...)) and (? = ? or p.patternname in (...)) and (? = ? or kr.patternclassid in (...)) and (? = ? or kr.patternlengthbars <= ?) ), results as ( select distinct on (symbolid) * from all_results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by symbolid, resultuid ) select * from results order by identified desc, length desc;Times Reported Time consuming queries #5
Day Hour Count Duration Avg duration May 08 18 38 2m49s 4s450ms [ User: postgres - Total duration: 2m49s - Times executed: 38 ]
-
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 ), all_results AS ( SELECT kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '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 LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('211' = 0 OR coalesce(bim.code, s.symbol) in ('BCHEUR', 'BCHUSD', 'BTCEUR', 'BTCUSD', 'ETHEUR', 'ETHUSD', 'LTCEUR', 'LTCUSD', 'USDRON', 'XRPEUR', 'XRPUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURCZK', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'EURZAR', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCZK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'AA', 'AAPL', 'AC.pa', 'ACA.pa', 'ACB', 'ACKB.br', 'AD.as', 'ADBE', 'ADS.de', 'AGS.br', 'AI.pa', 'AIG', 'AIR.pa', 'ALV.de', 'AMZN', 'AXP', 'BA', 'BABA', 'BAC', 'BAS.de', 'BAYN.de', 'BIDU', 'BMW.de', 'BN.pa', 'BNP.pa', 'BRKB', 'C', 'CA.pa', 'CAP.pa', 'CAT', 'CBK.de', 'CGC', 'CRON', 'CS.pa', 'CSCO', 'CVX', 'DAI.de', 'DBK.de', 'DIS', 'DLTR', 'DPW.de', 'DTE.de', 'EBAY', 'EDF.pa', 'EL.pa', 'EN.pa', 'EOAN.de', 'FB', 'FEYE', 'FP.pa', 'FSLR', 'GE', 'GILD', 'GLE.pa', 'GM', 'GOOG', 'GS', 'HAS', 'HEIA.as', 'HEN3.de', 'HOG', 'HPQ', 'HSY', 'IBE.mc', 'IBM', 'IFX.de', 'INGA.as', 'INTC', 'JNJ', 'JPM', 'KO', 'LHA.de', 'LLOY.l', 'LMT', 'LR.pa', 'LVS', 'LYFT', 'M', 'MC.pa', 'ML.pa', 'MMM', 'MRK.de', 'MS', 'MSFT', 'NFLX', 'NKE', 'NOV', 'NOVN.vx', 'NVDA', 'ORA.pa', 'PANW', 'PFE', 'PG', 'PM', 'PUB.pa', 'PYPL', 'QCOM', 'RACE', 'REGN', 'RI.pa', 'RNO.pa', 'RWE.de', 'SAF.pa', 'SAN.pa', 'SAP.de', 'SBUX', 'SGO.pa', 'SIE.de', 'SMSN.l', 'SNAP', 'SRE', 'SU.pa', 'T', 'TEF.mc', 'TEVA', 'TGT', 'TKA.de', 'TSLA', 'TWTR', 'UBER', 'UBSG.vx', 'UNA.as', 'URW.as', 'V', 'VIE.pa', 'VIV.pa', 'VK.pa', 'VOW3.de', 'VZ', 'WMT', 'XOM', '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') ), results AS ( SELECT DISTINCT ON (symbolid) * FROM all_results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY symbolid, resultuid ) SELECT * from results ORDER BY identified DESC, length DESC;
Date: 2022-05-08 18:16:09 Duration: 8s638ms 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 ), all_results AS ( SELECT kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '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 LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('211' = 0 OR coalesce(bim.code, s.symbol) in ('BCHEUR', 'BCHUSD', 'BTCEUR', 'BTCUSD', 'ETHEUR', 'ETHUSD', 'LTCEUR', 'LTCUSD', 'USDRON', 'XRPEUR', 'XRPUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURCZK', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'EURZAR', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCZK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'AA', 'AAPL', 'AC.pa', 'ACA.pa', 'ACB', 'ACKB.br', 'AD.as', 'ADBE', 'ADS.de', 'AGS.br', 'AI.pa', 'AIG', 'AIR.pa', 'ALV.de', 'AMZN', 'AXP', 'BA', 'BABA', 'BAC', 'BAS.de', 'BAYN.de', 'BIDU', 'BMW.de', 'BN.pa', 'BNP.pa', 'BRKB', 'C', 'CA.pa', 'CAP.pa', 'CAT', 'CBK.de', 'CGC', 'CRON', 'CS.pa', 'CSCO', 'CVX', 'DAI.de', 'DBK.de', 'DIS', 'DLTR', 'DPW.de', 'DTE.de', 'EBAY', 'EDF.pa', 'EL.pa', 'EN.pa', 'EOAN.de', 'FB', 'FEYE', 'FP.pa', 'FSLR', 'GE', 'GILD', 'GLE.pa', 'GM', 'GOOG', 'GS', 'HAS', 'HEIA.as', 'HEN3.de', 'HOG', 'HPQ', 'HSY', 'IBE.mc', 'IBM', 'IFX.de', 'INGA.as', 'INTC', 'JNJ', 'JPM', 'KO', 'LHA.de', 'LLOY.l', 'LMT', 'LR.pa', 'LVS', 'LYFT', 'M', 'MC.pa', 'ML.pa', 'MMM', 'MRK.de', 'MS', 'MSFT', 'NFLX', 'NKE', 'NOV', 'NOVN.vx', 'NVDA', 'ORA.pa', 'PANW', 'PFE', 'PG', 'PM', 'PUB.pa', 'PYPL', 'QCOM', 'RACE', 'REGN', 'RI.pa', 'RNO.pa', 'RWE.de', 'SAF.pa', 'SAN.pa', 'SAP.de', 'SBUX', 'SGO.pa', 'SIE.de', 'SMSN.l', 'SNAP', 'SRE', 'SU.pa', 'T', 'TEF.mc', 'TEVA', 'TGT', 'TKA.de', 'TSLA', 'TWTR', 'UBER', 'UBSG.vx', 'UNA.as', 'URW.as', 'V', 'VIE.pa', 'VIV.pa', 'VK.pa', 'VOW3.de', 'VZ', 'WMT', 'XOM', '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') ), results AS ( SELECT DISTINCT ON (symbolid) * FROM all_results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY symbolid, resultuid ) SELECT * from results ORDER BY identified DESC, length DESC;
Date: 2022-05-08 18:56:14 Duration: 7s928ms 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 ), all_results AS ( SELECT kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '538' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('11' = 0 OR coalesce(bim.code, s.symbol) in ('EURUSD', 'USDJPY', 'GBPUSD', 'GBPJPY', 'AUDUSD', 'EURJPY', 'USDCAD', 'EURGBP', 'XAUUSD', 'UKOIL', 'USOIL')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('400' = 0 OR kr.patternlengthbars <= '400') ), results AS ( SELECT DISTINCT ON (symbolid) * FROM all_results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY symbolid, resultuid ) SELECT * from results ORDER BY identified DESC, length DESC;
Date: 2022-05-08 18:07:21 Duration: 7s118ms Database: acaweb_fx User: postgres Bind query: yes
6 2s596ms 8s200ms 4s242ms 4 16s969ms refresh materialized view latest_t15_candle_view;Times Reported Time consuming queries #6
Day Hour Count Duration Avg duration May 08 18 4 16s969ms 4s242ms [ User: postgres - Total duration: 16s969ms - Times executed: 4 ]
-
refresh materialized view latest_t15_candle_view;
Date: 2022-05-08 18:16:09 Duration: 8s200ms Database: acaweb_fx User: postgres
-
refresh materialized view latest_t15_candle_view;
Date: 2022-05-08 18:01:05 Duration: 3s545ms Database: acaweb_fx User: postgres
-
refresh materialized view latest_t15_candle_view;
Date: 2022-05-08 18:46:03 Duration: 2s625ms Database: acaweb_fx User: postgres
7 1s188ms 9s478ms 3s528ms 4 14s113ms select updateresultsmaterializedview ();Times Reported Time consuming queries #7
Day Hour Count Duration Avg duration May 08 18 4 14s113ms 3s528ms [ User: postgres - Total duration: 14s113ms - Times executed: 4 ]
-
select updateresultsmaterializedview ();
Date: 2022-05-08 18:02:18 Duration: 9s478ms Database: acaweb_fx User: postgres
-
select updateresultsmaterializedview ();
Date: 2022-05-08 18:17:20 Duration: 2s249ms Database: acaweb_fx User: postgres
-
select updateresultsmaterializedview ();
Date: 2022-05-08 18:32:09 Duration: 1s196ms Database: acaweb_fx User: postgres
8 497ms 15s535ms 2s750ms 84 3m51s 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 #8
Day Hour Count Duration Avg duration May 08 18 84 3m51s 2s750ms [ User: postgres - Total duration: 3m51s - Times executed: 84 ]
-
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-05-08 18:21:13 Duration: 15s535ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('0' = 0 OR ar.patternlengthbars <= '0') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2022-05-08 18:16:05 Duration: 15s174ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('0' = 0 OR ar.patternlengthbars <= '0') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2022-05-08 18:06:16 Duration: 14s937ms Database: acaweb_fx User: postgres Bind query: yes
9 313ms 14s248ms 2s369ms 37 1m27s with rar_max as ( select resultuid from relevance_keylevels_results order by resultuid desc limit ? ), kr as ( select a.*, rr.age, rr.relevant from keylevels_results a left outer join relevance_keylevels_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_keylevels_results) end ), results as ( select distinct on (s.symbolid) kr.resultuid as resultuid, kr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, coalesce(bim.code, s.symbol) as symbol_code, s.longname as symbol_name, s.timegranularity as interval, p.patternname as pattern_name, kr.breakout as breakout, kr.atbaridentified as identified, dtt.timezone as timezone, kr.patternlengthbars as length, g.basegroupname, newlevels.filtered, case when kr.age is not null then kr.age when kr.resultuid <= rm.resultuid then ? else ? end as age, case when kr.relevant is not null then kr.relevant when kr.resultuid <= rm.resultuid then ? else ? end as relevant, cps.pip from kr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = kr.symbolid inner join symbols s on bsl.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on s.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join hrspatterns p on kr.patternid = p.patternid inner join downloadersymbolsettings dss on s.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_keylevels_results rar on rar.resultuid = kr.resultuid left join lateral calc_kl_signal_filter (kr.resultuid) newlevels on true left join currencypips cps on cps.symbol = s.symbol left outer join brokerinstrumentmap bim on dss.datafeedinstrumentid = bim.datafeedinstrumentid and bim.brokerid = bsl.brokerid and bim.type = ? where kr.gmttimefound > now() - interval ? and dss.enabled = ? and (kr.simulation = ? or kr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or coalesce(bim.code, s.symbol) in (...)) and (? = ? or p.patternname in (...)) and (? = ? or kr.patternclassid in (...)) and (? = ? or kr.patternlengthbars <= ?) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #9
Day Hour Count Duration Avg duration May 08 18 37 1m27s 2s369ms [ User: postgres - Total duration: 1m27s - Times executed: 37 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '627' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR coalesce(bim.code, s.symbol) in ('')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-05-08 18:42:52 Duration: 14s248ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '637' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR coalesce(bim.code, s.symbol) in ('')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-05-08 18:17:46 Duration: 5s114ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '665' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR coalesce(bim.code, s.symbol) in ('')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-05-08 18:17:09 Duration: 5s98ms Database: acaweb_fx User: postgres Bind query: yes
10 1s426ms 3s707ms 2s107ms 48 1m41s with rar_max as ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ? ), fr as ( select a.*, rr.age, rr.relevant from fibonacci_results a left outer join relevance_fibonacci_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) end ), results as ( select distinct on (s.symbolid) fr.resultuid as resultuid, fr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, coalesce(bim.code, s.symbol) as symbol_code, s.longname as symbol_name, s.timegranularity as interval, fr.pattern as pattern_name, fr.timed as timed, fr.patternendtime as identified, dtt.timezone as timezone, fr.patternlengthbars as length, g.basegroupname, case when fr.age is not null then fr.age when fr.resultuid <= rm.resultuid then ? else ? end as age, case when fr.relevant is not null then fr.relevant when fr.resultuid <= rm.resultuid then ? else ? end as relevant, cps.pip from fr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = fr.symbolid inner join symbols s on fr.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on fr.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on fr.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left join currencypips cps on cps.symbol = s.symbol left outer join brokerinstrumentmap bim on dss.datafeedinstrumentid = bim.datafeedinstrumentid and bim.brokerid = bsl.brokerid and bim.type = ? where fr.gmttimefound > now() - interval ? and dss.enabled = ? and (fr.simulation = ? or fr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or coalesce(bim.code, s.symbol) in (...)) and (? = ? or fr.pattern in (...)) and (? = ? or fr.patternlengthbars <= ?) and (? = ? or (? = ? and fr.timed > cast(? as timestamp)) or (? = ? and fr.timed < cast(? as timestamp))) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #10
Day Hour Count Duration Avg duration May 08 18 48 1m41s 2s107ms [ User: postgres - Total duration: 1m41s - Times executed: 48 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1 ), fr AS ( SELECT a.*, rr.age, rr.relevant from fibonacci_results a LEFT OUTER JOIN relevance_fibonacci_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN fr.age IS NOT NULL THEN fr.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN fr.relevant IS NOT NULL THEN fr.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '529' AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('31' = 0 OR coalesce(bim.code, s.symbol) in ('AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'JPN225', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', 'XAGUSD', 'XAUUSD')) AND ('0' = 0 OR 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-05-08 18:22:15 Duration: 3s707ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1 ), fr AS ( SELECT a.*, rr.age, rr.relevant from fibonacci_results a LEFT OUTER JOIN relevance_fibonacci_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN fr.age IS NOT NULL THEN fr.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN fr.relevant IS NOT NULL THEN fr.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '529' AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('31' = 0 OR coalesce(bim.code, s.symbol) in ('AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'JPN225', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', 'XAGUSD', 'XAUUSD')) AND ('0' = 0 OR 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-05-08 18:15:59 Duration: 3s665ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1 ), fr AS ( SELECT a.*, rr.age, rr.relevant from fibonacci_results a LEFT OUTER JOIN relevance_fibonacci_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN fr.age IS NOT NULL THEN fr.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN fr.relevant IS NOT NULL THEN fr.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '529' AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('31' = 0 OR coalesce(bim.code, s.symbol) in ('AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'JPN225', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', 'XAGUSD', 'XAUUSD')) AND ('0' = 0 OR 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-05-08 18:42:02 Duration: 3s627ms Database: acaweb_fx User: postgres Bind query: yes
11 352ms 1s947ms 1s92ms 22 24s43ms select fixcandlegaps (?, false);Times Reported Time consuming queries #11
Day Hour Count Duration Avg duration May 08 18 22 24s43ms 1s92ms [ User: postgres - Total duration: 24s43ms - Times executed: 22 ]
-
select fixcandlegaps ('ATFX', false);
Date: 2022-05-08 18:06:14 Duration: 1s947ms Database: acaweb_fx User: postgres
-
select fixcandlegaps ('PEPPERSTONE', false);
Date: 2022-05-08 18:06:22 Duration: 1s671ms Database: acaweb_fx User: postgres
-
select fixcandlegaps ('XM', false);
Date: 2022-05-08 18:06:07 Duration: 1s658ms Database: acaweb_fx User: postgres
12 837ms 970ms 875ms 62 54s259ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, 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 May 08 18 62 54s259ms 875ms [ User: pgperfstats - Total duration: 54s259ms - Times executed: 62 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 515840247052740300, 1, 1095, '2022-05-08 00:00:00', 0.00589547849344463, 0.0135600000000001, 0.0378067123669858, 0.05108, 0.041117484115641, 0.06572, 0.0449963702239784, 0.08894, 0.0708663648472719, 0.1725 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 600, '2022-05-08 00:00:00', 0.0127198814701783, 0.0286538461538462, 0.0170746776070477, 0.0382307692307692, 0.0209667227181183, 0.0542115384615385, 0.0268479264347575, 0.0761346153846154, 0.0666524077700008, 0.161711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 615, '2022-05-08 00:00:00', 0.0155610460395872, 0.0276153846153845, 0.0174466659808157, 0.0381153846153845, 0.0207249756425578, 0.0492307692307692, 0.0255984374523134, 0.071, 0.0651976875474773, 0.159038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 630, '2022-05-08 00:00:00', 0.0126429214004698, 0.0237884615384615, 0.0176069916182792, 0.0348846153846153, 0.0204623199677245, 0.0439423076923077, 0.0228888367147359, 0.0616730769230769, 0.066463526724177, 0.156096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 645, '2022-05-08 00:00:00', 0.00876672028841954, 0.0218461538461539, 0.0111132111263335, 0.0272884615384616, 0.0200997512422417, 0.0395, 0.0230074653436327, 0.0567884615384616, 0.0643502943630827, 0.153096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 660, '2022-05-08 00:00:00', 0.00567491104640548, 0.0177307692307692, 0.0149506367242849, 0.0276923076923078, 0.0197484566096071, 0.0376923076923076, 0.0213822356174466, 0.0545000000000001, 0.0612999090223946, 0.150826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 675, '2022-05-08 00:00:00', 0.0116576320329382, 0.0185961538461538, 0.0141260261710296, 0.0262307692307692, 0.016174968790839, 0.0339807692307692, 0.0203125671596523, 0.0515961538461539, 0.0604587748928017, 0.149288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 690, '2022-05-08 00:00:00', 0.00772052708443781, 0.0174423076923078, 0.0130051469101215, 0.0264230769230768, 0.0135678494412909, 0.0319423076923077, 0.0196408620365416, 0.0512884615384616, 0.0606362927626682, 0.149 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 705, '2022-05-08 00:00:00', 0.00986963096496591, 0.0175192307692307, 0.0114754587640823, 0.0228846153846154, 0.0111246953285852, 0.0283269230769231, 0.0168616086466815, 0.0490769230769232, 0.062956092758244, 0.156480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 720, '2022-05-08 00:00:00', 0.00687749954561973, 0.016, 0.00745378066177464, 0.0206730769230769, 0.0100185405047918, 0.0273653846153846, 0.0155040441374302, 0.0473461538461539, 0.0645806740560864, 0.157288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 735, '2022-05-08 00:00:00', 0.00671107007402406, 0.0139615384615384, 0.00738504205498152, 0.0188269230769231, 0.0093733665243605, 0.026, 0.0167995421183024, 0.0462692307692308, 0.0683211562008094, 0.159096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 750, '2022-05-08 00:00:00', 0.0054249069470928, 0.0135192307692308, 0.00789997565721676, 0.0189807692307692, 0.00850972294586526, 0.0236538461538461, 0.0150617191786126, 0.0441538461538462, 0.0682440868106197, 0.158846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 765, '2022-05-08 00:00:00', 0.00579124006914425, 0.0130384615384615, 0.00694217877570485, 0.016923076923077, 0.00725385838974414, 0.0205384615384616, 0.0155550758473042, 0.0445961538461538, 0.0717037387717416, 0.160615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 780, '2022-05-08 00:00:00', 0.00603913519025315, 0.0128653846153846, 0.00625447532079713, 0.0154615384615384, 0.00859642143792766, 0.0219615384615384, 0.0172193205440865, 0.0447500000000001, 0.0718031416711425, 0.160865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 795, '2022-05-08 00:00:00', 0.0040854808586204, 0.0108653846153846, 0.00502826625572484, 0.0142115384615384, 0.00969766030466202, 0.0217307692307692, 0.0189568335557799, 0.0463076923076924, 0.0737817363267132, 0.160769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 810, '2022-05-08 00:00:00', 0.00255018852998383, 0.00921153846153843, 0.00508708772663324, 0.0154615384615385, 0.0128119685630874, 0.0219423076923076, 0.0203158899538117, 0.0483461538461539, 0.0737392938774062, 0.160288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 825, '2022-05-08 00:00:00', 0.00492091298595945, 0.0118461538461539, 0.00981317795306205, 0.0164615384615385, 0.012756898586195, 0.0225384615384615, 0.0216421685960178, 0.0497884615384616, 0.0735660352232031, 0.159807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 840, '2022-05-08 00:00:00', 0.00909761168997336, 0.0110576923076923, 0.0123312143016755, 0.0153269230769231, 0.0112785705586371, 0.0203846153846154, 0.0237002839970001, 0.0512115384615386, 0.0740055299389071, 0.159538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 855, '2022-05-08 00:00:00', 0.00468077081094724, 0.00948076923076917, 0.00507103388032305, 0.0138461538461538, 0.0128015624046443, 0.021, 0.0265364843187639, 0.0527500000000002, 0.0736747216851521, 0.159769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 870, '2022-05-08 00:00:00', 0.00411400048614478, 0.00974999999999993, 0.00822641149918031, 0.0144230769230768, 0.0108083479133207, 0.0215961538461538, 0.026709174453734, 0.0530000000000001, 0.0723678131811055, 0.159096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 885, '2022-05-08 00:00:00', 0.00656953926495965, 0.0108269230769231, 0.0087293492576216, 0.0156923076923078, 0.0090222801143357, 0.0226923076923078, 0.0410170133556233, 0.0713461538461539, 0.0724377398449604, 0.158884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 900, '2022-05-08 00:00:00', 0.00595185814553865, 0.0102692307692309, 0.00670226712503932, 0.0144038461538462, 0.00814618834887725, 0.0219038461538462, 0.0457206736608288, 0.0780000000000001, 0.0726673903163215, 0.160019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 915, '2022-05-08 00:00:00', 0.00393685739567059, 0.00982692307692311, 0.00731839095388085, 0.0158269230769231, 0.00907797418946624, 0.0224807692307692, 0.045957693756156, 0.0795192307692309, 0.0723932237585387, 0.160173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 930, '2022-05-08 00:00:00', 0.00676498337026778, 0.0132499999999999, 0.00826708022125193, 0.0177307692307692, 0.0090875443073726, 0.0222115384615384, 0.0458335156173532, 0.0806346153846155, 0.0751012956971091, 0.160769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 945, '2022-05-08 00:00:00', 0.00397535678127907, 0.00928846153846155, 0.00623710978431019, 0.0141923076923077, 0.00858283170055197, 0.02425, 0.0448065972134256, 0.0806346153846154, 0.0777247139193587, 0.160634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 960, '2022-05-08 00:00:00', 0.00525371663315965, 0.0116923076923077, 0.00530601980337867, 0.0150769230769231, 0.010204976161733, 0.0278076923076923, 0.0446029017683138, 0.0808269230769232, 0.0795266597776156, 0.161019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 975, '2022-05-08 00:00:00', 0.00394637126406616, 0.0105769230769231, 0.00858543041347467, 0.0205192307692308, 0.0139152379122258, 0.0310769230769231, 0.0443565145679345, 0.0809038461538463, 0.0793963572115342, 0.160692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 990, '2022-05-08 00:00:00', 0.00776553034495785, 0.0177115384615384, 0.00981523541000649, 0.0231730769230769, 0.0166108051025183, 0.0338269230769231, 0.0435323442970856, 0.08075, 0.0792918271081821, 0.160076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 1005, '2022-05-08 00:00:00', 0.00596402677598071, 0.0149807692307691, 0.0110220234077052, 0.02275, 0.0156213488041697, 0.0324423076923077, 0.0442000696135895, 0.0803846153846155, 0.079209566244333, 0.159846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 1020, '2022-05-08 00:00:00', 0.00750725290328271, 0.0168269230769231, 0.0103414029698399, 0.0242692307692308, 0.0147652919427231, 0.0320769230769231, 0.0426583069735094, 0.0798653846153847, 0.0769095572734624, 0.159 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 1035, '2022-05-08 00:00:00', 0.00724186546302911, 0.0157692307692308, 0.00854654676102926, 0.0212884615384616, 0.0131939963036807, 0.0288076923076924, 0.0400986332013373, 0.0775961538461539, 0.0769157406116989, 0.157634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 1050, '2022-05-08 00:00:00', 0.00569483571722257, 0.0131346153846155, 0.0088515318100664, 0.0189807692307693, 0.0114071671127613, 0.0267884615384617, 0.0390241542558532, 0.0752307692307693, 0.0768389624724733, 0.155884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 1065, '2022-05-08 00:00:00', 0.00682484150280881, 0.0125384615384615, 0.00733518915911508, 0.01825, 0.0340449024762209, 0.0513461538461538, 0.0369917506396308, 0.0730192307692308, 0.0762967208691476, 0.154480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 1080, '2022-05-08 00:00:00', 0.00568682688324508, 0.0129999999999999, 0.00726384619457636, 0.0187115384615385, 0.0388582483076433, 0.0572115384615385, 0.0370430103445255, 0.0722307692307693, 0.0767209453900202, 0.154288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 2, 1095, '2022-05-08 00:00:00', 0.00569956138663318, 0.01325, 0.0346822499491954, 0.0465384615384615, 0.038380383611343, 0.0570769230769231, 0.0369761253534474, 0.0710769230769231, 0.0767571595257507, 0.152807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 600, '2022-05-08 00:00:00', 0.0124192933033184, 0.0263269230769231, 0.0160668435462123, 0.0367884615384615, 0.0162246370114665, 0.042673076923077, 0.0215022449632948, 0.0580576923076923, 0.0653857665057041, 0.140461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 615, '2022-05-08 00:00:00', 0.0100580622082295, 0.0232307692307693, 0.010786030851915, 0.0284615384615384, 0.0146334837326538, 0.0393269230769231, 0.0207589461715628, 0.0550769230769231, 0.064992188879777, 0.137769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 630, '2022-05-08 00:00:00', 0.00706325812813152, 0.0199807692307691, 0.010940819825842, 0.0268076923076922, 0.0112739318102221, 0.0341923076923076, 0.0187222718049508, 0.0527115384615385, 0.0649263162243287, 0.136057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 645, '2022-05-08 00:00:00', 0.00807455642982701, 0.0174615384615385, 0.0108523659242512, 0.026076923076923, 0.00986152196086464, 0.0309807692307693, 0.0201824085625232, 0.0520192307692307, 0.0651474451946092, 0.135019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 660, '2022-05-08 00:00:00', 0.0106294221566657, 0.0197307692307691, 0.0104861080262633, 0.0240384615384615, 0.0108970179407028, 0.03025, 0.0212941396777466, 0.0510961538461538, 0.0657557602039547, 0.1335 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 675, '2022-05-08 00:00:00', 0.00851785455110891, 0.0149230769230769, 0.00995344934412964, 0.0216346153846155, 0.0127922001475659, 0.0285961538461539, 0.0218918671235197, 0.0490769230769231, 0.0663830058187972, 0.132288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 690, '2022-05-08 00:00:00', 0.006652818951392, 0.0155000000000001, 0.0100248920961007, 0.0210384615384615, 0.0107691153839972, 0.0295769230769231, 0.020943697418041, 0.0480384615384615, 0.0663893556111334, 0.131942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 705, '2022-05-08 00:00:00', 0.00603480290927943, 0.0141730769230769, 0.00882845051305943, 0.0193076923076923, 0.00993178657721687, 0.0275961538461539, 0.0178123984477536, 0.0451923076923077, 0.0885612022189262, 0.142442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 720, '2022-05-08 00:00:00', 0.00624832285189708, 0.0136923076923078, 0.00728560224003482, 0.0195000000000001, 0.00724635186729261, 0.0255192307692308, 0.017572104203932, 0.0443269230769231, 0.0983597419992237, 0.148326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 735, '2022-05-08 00:00:00', 0.00462451660675517, 0.0141153846153846, 0.00679436984115978, 0.0192884615384616, 0.00627902491205073, 0.0251153846153846, 0.0169633541675985, 0.0428461538461538, 0.104604809420247, 0.149884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 750, '2022-05-08 00:00:00', 0.00495378643060042, 0.013, 0.00464161775511682, 0.0167307692307692, 0.00847503120030562, 0.0218846153846153, 0.0165790414495113, 0.0412692307692308, 0.10530346622975, 0.153 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 765, '2022-05-08 00:00:00', 0.00457400682788503, 0.0121923076923077, 0.00630607155537729, 0.0169423076923077, 0.0114326119231178, 0.0232307692307692, 0.0198832457495868, 0.0432884615384616, 0.105612142367176, 0.156230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 780, '2022-05-08 00:00:00', 0.00487272629422803, 0.0122884615384615, 0.00763453691104799, 0.0161153846153846, 0.0133596407137319, 0.0240000000000001, 0.0215343017961148, 0.0438846153846154, 0.106227281734098, 0.157346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 795, '2022-05-08 00:00:00', 0.00485544896125833, 0.00984615384615379, 0.00795071356255819, 0.0150769230769231, 0.0106944449994449, 0.0233653846153846, 0.0188515353384117, 0.0430961538461538, 0.106725744857483, 0.158269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 810, '2022-05-08 00:00:00', 0.00375479181026874, 0.00996153846153849, 0.00652253490128342, 0.0157115384615385, 0.00791677867667045, 0.0216538461538461, 0.0162431642427017, 0.0419038461538461, 0.106575890259549, 0.158403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 825, '2022-05-08 00:00:00', 0.00549237233316832, 0.0108846153846154, 0.00654217089351849, 0.0160000000000001, 0.00883970500726037, 0.0215961538461539, 0.0164147330632715, 0.0432115384615385, 0.106895831752945, 0.158673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 840, '2022-05-08 00:00:00', 0.00438862165149833, 0.011, 0.00560030905740588, 0.0142115384615384, 0.00881781413695291, 0.0210769230769231, 0.0160909434632795, 0.0435384615384615, 0.106901753961289, 0.15925 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 855, '2022-05-08 00:00:00', 0.00501352018200639, 0.0103461538461538, 0.0078980279914575, 0.0151730769230769, 0.00853402691492215, 0.0204807692307692, 0.0163999648217257, 0.0441730769230769, 0.107374413224868, 0.159230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 870, '2022-05-08 00:00:00', 0.00548438342372784, 0.0100384615384616, 0.00725682702436397, 0.0148076923076923, 0.00679015123882778, 0.0191153846153846, 0.0165821034204395, 0.0443846153846154, 0.108180333773679, 0.158730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 885, '2022-05-08 00:00:00', 0.0050369786426145, 0.0098653846153847, 0.00483421300571418, 0.0134807692307693, 0.00651816987056478, 0.0179423076923077, 0.0319852910906537, 0.063826923076923, 0.108255070941806, 0.159403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 900, '2022-05-08 00:00:00', 0.00304030615867249, 0.00928846153846148, 0.00450883747595929, 0.0134807692307692, 0.00537071833041117, 0.0187692307692308, 0.0322034219395298, 0.0680961538461538, 0.107894722548631, 0.159134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 915, '2022-05-08 00:00:00', 0.00463415414238502, 0.00965384615384612, 0.00536014494637537, 0.0131346153846154, 0.00581036871595815, 0.0190961538461539, 0.0331038691673066, 0.0698846153846154, 0.107659464909572, 0.159596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 930, '2022-05-08 00:00:00', 0.00493593573078718, 0.0102884615384616, 0.00529774988520159, 0.0146153846153847, 0.00717731468962081, 0.0200769230769231, 0.0332693032458082, 0.0710576923076923, 0.107763637366514, 0.159692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 945, '2022-05-08 00:00:00', 0.0047677199840337, 0.0108653846153846, 0.00616591124964207, 0.0144615384615385, 0.0113679881177874, 0.0248653846153846, 0.0327916323754423, 0.0733653846153846, 0.107519051978994, 0.159942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 960, '2022-05-08 00:00:00', 0.00636640823747229, 0.00986538461538455, 0.00730753036257806, 0.0139999999999999, 0.0124048377659686, 0.0259999999999999, 0.0332926649348102, 0.0751923076923077, 0.107520688528015, 0.160038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 975, '2022-05-08 00:00:00', 0.00609930639183984, 0.0113076923076922, 0.0105034975859693, 0.0207884615384615, 0.0120924006651349, 0.0281153846153845, 0.0327883187454595, 0.0760769230769231, 0.10751748516118, 0.160019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 990, '2022-05-08 00:00:00', 0.00595805853768346, 0.0165384615384616, 0.00849979637765157, 0.0214423076923077, 0.0101217397410038, 0.0274807692307692, 0.0332033188795245, 0.0769038461538461, 0.10745171545325, 0.161134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 1005, '2022-05-08 00:00:00', 0.00558789901345895, 0.0132692307692307, 0.0071329409189931, 0.0186730769230769, 0.0098353366060265, 0.0249230769230769, 0.0334923871947045, 0.0765, 0.106831601850043, 0.160365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 1020, '2022-05-08 00:00:00', 0.0051717055660138, 0.0134423076923077, 0.0065624807692026, 0.0178846153846153, 0.00916741721869025, 0.0238076923076923, 0.0346184699479694, 0.0759615384615386, 0.106290575962601, 0.161557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 1035, '2022-05-08 00:00:00', 0.00545699973921987, 0.012326923076923, 0.00857079118509251, 0.0175384615384615, 0.00967184653438081, 0.0237307692307692, 0.0358086796525862, 0.0763076923076924, 0.106072103560956, 0.161134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 1050, '2022-05-08 00:00:00', 0.00589536976070074, 0.0123461538461538, 0.00754894287046464, 0.0169423076923076, 0.0100599931182115, 0.0242115384615384, 0.0380047365469096, 0.0765000000000001, 0.106097147065247, 0.161230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 1065, '2022-05-08 00:00:00', 0.00509328366199424, 0.0113076923076923, 0.00504990479727465, 0.0143076923076923, 0.025516178879593, 0.0458461538461539, 0.0381841741281143, 0.0756346153846155, 0.106265076758367, 0.161557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 1080, '2022-05-08 00:00:00', 0.00359599135790864, 0.00963461538461537, 0.007501922830438, 0.0163269230769231, 0.0264673165650364, 0.050173076923077, 0.0385979323878286, 0.0764038461538463, 0.106230721327901, 0.161115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 3, 1095, '2022-05-08 00:00:00', 0.00618226371286318, 0.0134038461538461, 0.0256329190390314, 0.0425576923076923, 0.0291699265577514, 0.0552692307692308, 0.0380015991566347, 0.0761923076923078, 0.106692577782366, 0.161615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 600, '2022-05-08 00:00:00', 0.012858594850856, 0.0262884615384615, 0.0209419343754252, 0.0377692307692307, 0.0264398373671246, 0.04725, 0.0340173259022291, 0.0684615384615386, 0.103088610129643, 0.154807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 615, '2022-05-08 00:00:00', 0.0212114355949804, 0.0262499999999999, 0.0262506922985632, 0.034826923076923, 0.0314065463533665, 0.0448653846153846, 0.0339172579171045, 0.064596153846154, 0.103265246592676, 0.153865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 630, '2022-05-08 00:00:00', 0.00965433342319153, 0.0198846153846154, 0.01073421918625, 0.0257115384615385, 0.0157208338005532, 0.0372692307692308, 0.0249300328612207, 0.0569423076923079, 0.100201589116832, 0.151961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 645, '2022-05-08 00:00:00', 0.00743908596535899, 0.0175000000000001, 0.0133555663993017, 0.0266346153846154, 0.0137466219626721, 0.0345192307692308, 0.0234325956407211, 0.0540576923076925, 0.0974333953963503, 0.151557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 660, '2022-05-08 00:00:00', 0.0101548018198289, 0.0184999999999999, 0.0113947525034723, 0.0259038461538462, 0.0110949746073826, 0.0340384615384615, 0.02389059196871, 0.0524038461538463, 0.0978584711949629, 0.150903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 675, '2022-05-08 00:00:00', 0.00671888841539015, 0.0172884615384616, 0.00809330207403258, 0.0236923076923076, 0.0125541442743637, 0.0324423076923077, 0.0232792495913951, 0.0507115384615386, 0.0974760503129635, 0.150596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 690, '2022-05-08 00:00:00', 0.00656775339179121, 0.0171538461538461, 0.00835825248574037, 0.0239038461538462, 0.0116149108410764, 0.0291153846153847, 0.0231309067300409, 0.049673076923077, 0.0983381078806099, 0.150788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 705, '2022-05-08 00:00:00', 0.00726987990589626, 0.0158653846153847, 0.0088639503261591, 0.0204807692307692, 0.0121720992437624, 0.0275000000000001, 0.0228257614246576, 0.0483461538461539, 0.098045287808943, 0.157461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 720, '2022-05-08 00:00:00', 0.00606173369463026, 0.0137307692307692, 0.00759959513091621, 0.0185769230769231, 0.0151789327688082, 0.0275, 0.0202407148703187, 0.0470576923076923, 0.0975906442552453, 0.159576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 735, '2022-05-08 00:00:00', 0.00566527886475013, 0.0133461538461539, 0.00753333616972956, 0.0178653846153847, 0.016163539216397, 0.0265, 0.0192384730723062, 0.0456730769230769, 0.0953387321404782, 0.160576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 750, '2022-05-08 00:00:00', 0.0044799124304629, 0.0119807692307694, 0.0111945900395614, 0.0181730769230769, 0.0147453904140088, 0.0250576923076923, 0.0187977085346552, 0.043576923076923, 0.0920795308415502, 0.16 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 765, '2022-05-08 00:00:00', 0.00945363178075771, 0.0133653846153846, 0.0139436779167533, 0.0183846153846153, 0.0135546897930058, 0.0234807692307692, 0.019291737968523, 0.0431346153846154, 0.0906658722155993, 0.160903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 780, '2022-05-08 00:00:00', 0.00683970309746989, 0.0121923076923077, 0.00666959230676522, 0.0162884615384616, 0.00596863597353836, 0.0207307692307692, 0.0201584588086108, 0.0437884615384615, 0.0901329360103517, 0.163115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 795, '2022-05-08 00:00:00', 0.00432274841346969, 0.0101153846153846, 0.00581536426532881, 0.0140384615384615, 0.00555327346290882, 0.0198269230769232, 0.0212783114570103, 0.0450576923076922, 0.0899417097560757, 0.163865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 810, '2022-05-08 00:00:00', 0.0050754689059618, 0.0114038461538461, 0.00526881244830224, 0.0144038461538462, 0.00500952938062894, 0.0213461538461539, 0.0221360218092243, 0.0472884615384615, 0.0898498662299419, 0.163961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 825, '2022-05-08 00:00:00', 0.00315253255946107, 0.0095384615384616, 0.00457451132320755, 0.0151153846153847, 0.00647067348771489, 0.0215192307692309, 0.022148033425462, 0.0478461538461538, 0.0894779581796545, 0.16425 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 840, '2022-05-08 00:00:00', 0.00532338816342198, 0.0120384615384616, 0.00593519489667673, 0.0170576923076924, 0.0095151902846893, 0.023173076923077, 0.0220354260226572, 0.0475, 0.0893579857392982, 0.164519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 855, '2022-05-08 00:00:00', 0.00571879492416136, 0.0112307692307693, 0.00699705982208572, 0.0161730769230769, 0.00940950828438169, 0.0221730769230769, 0.0220418832086692, 0.0472692307692307, 0.0892880666503304, 0.164173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 870, '2022-05-08 00:00:00', 0.005600034340554, 0.0109038461538462, 0.00768417454652994, 0.0155576923076923, 0.00946802310614315, 0.0217884615384616, 0.0231554612265742, 0.0481538461538461, 0.088883259650813, 0.164423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 885, '2022-05-08 00:00:00', 0.00534919116819033, 0.0105769230769231, 0.00561440455093308, 0.0141923076923077, 0.0116724033514953, 0.0222500000000001, 0.0243100881243854, 0.0604038461538461, 0.0883737800481568, 0.16475 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 900, '2022-05-08 00:00:00', 0.00341157531850704, 0.00917307692307696, 0.00795354299377618, 0.0138269230769231, 0.0122351322648537, 0.0215384615384615, 0.0251982905403094, 0.0609230769230769, 0.0882666959582414, 0.164980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 915, '2022-05-08 00:00:00', 0.00648074069840785, 0.0100000000000001, 0.0101845282357415, 0.0157692307692308, 0.013630127828285, 0.0229038461538461, 0.0292051167803494, 0.0638269230769231, 0.0879653690599099, 0.165615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 930, '2022-05-08 00:00:00', 0.00672572558281888, 0.0111538461538462, 0.00848763806956927, 0.016, 0.0108632230661354, 0.0220192307692306, 0.0291905213804333, 0.0644423076923077, 0.087956326575269, 0.165846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 945, '2022-05-08 00:00:00', 0.00459615223688418, 0.0112692307692307, 0.00682667280147969, 0.0167884615384615, 0.0105608311153125, 0.0233653846153846, 0.0349068044942529, 0.0667499999999999, 0.0878417107861985, 0.166115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 960, '2022-05-08 00:00:00', 0.00614482271134374, 0.0116730769230769, 0.00687305217162247, 0.0148269230769229, 0.0144740749671213, 0.0256730769230767, 0.0351212679375113, 0.0672115384615384, 0.0879695139500917, 0.166346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 975, '2022-05-08 00:00:00', 0.00624512117268649, 0.0111923076923076, 0.00932094415818485, 0.0185, 0.0161228576394366, 0.0279423076923076, 0.0369276267228833, 0.0690192307692308, 0.0876479342860707, 0.166903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 990, '2022-05-08 00:00:00', 0.00580029840081198, 0.0152115384615386, 0.0112785023555708, 0.0217692307692307, 0.0146974618426239, 0.0311538461538461, 0.03602450021006, 0.0692307692307692, 0.0880725050957797, 0.167384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 1005, '2022-05-08 00:00:00', 0.00793444293037546, 0.0148461538461539, 0.0084455040383354, 0.0209423076923077, 0.0109251474202341, 0.0293269230769231, 0.0353541206389559, 0.068076923076923, 0.0877292162544233, 0.167653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 1020, '2022-05-08 00:00:00', 0.00520827743559753, 0.0143846153846153, 0.00975344120731827, 0.0220192307692307, 0.00924331359166427, 0.026326923076923, 0.0356402322361423, 0.0683846153846154, 0.0876072288025454, 0.167942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 1035, '2022-05-08 00:00:00', 0.00763181599520151, 0.0137692307692307, 0.00724146712716736, 0.0181730769230769, 0.00897320798479913, 0.0230384615384615, 0.0360938520228329, 0.0686153846153846, 0.0871736838377624, 0.169365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 1050, '2022-05-08 00:00:00', 0.00361364933806004, 0.0125384615384616, 0.00537544273668547, 0.0158461538461539, 0.00895243843017942, 0.0236153846153847, 0.0367014357296194, 0.0696538461538461, 0.0871096236845363, 0.169442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 1065, '2022-05-08 00:00:00', 0.0043247498816072, 0.0112115384615384, 0.00641452678271395, 0.0166153846153846, 0.0217858546203371, 0.0432884615384615, 0.0359861939338706, 0.0693846153846154, 0.086321367352113, 0.169461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 1080, '2022-05-08 00:00:00', 0.0048969770895304, 0.0114038461538462, 0.00617828081638844, 0.0168653846153846, 0.0228437165237048, 0.0446538461538461, 0.0366070873759964, 0.0706730769230769, 0.0856845758492246, 0.169557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 4, 1095, '2022-05-08 00:00:00', 0.005324110615507, 0.0123846153846153, 0.0222651849652875, 0.0400384615384615, 0.0254768446905148, 0.0505192307692308, 0.036532367103075, 0.0709230769230769, 0.0864530219252051, 0.17075 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 600, '2022-05-08 00:00:00', 0.00980712259939954, 0.024318181818182, 0.0111007780235114, 0.0318181818181819, 0.0190108905903684, 0.0418409090909093, 0.0401520648496226, 0.0644545454545455, 0.0871660882915594, 0.179613636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 615, '2022-05-08 00:00:00', 0.008309392015725, 0.0223863636363637, 0.0139041243997842, 0.030909090909091, 0.0214363550077271, 0.0402727272727273, 0.036960052144788, 0.0635454545454545, 0.0797631776082454, 0.179045454545454 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 630, '2022-05-08 00:00:00', 0.0113406759382292, 0.0197954545454546, 0.0106583097674803, 0.0266363636363637, 0.0180335335786787, 0.03625, 0.0364369897326771, 0.0600227272727272, 0.0777960064188298, 0.177136363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 645, '2022-05-08 00:00:00', 0.00559587819862548, 0.0173636363636364, 0.011981135966494, 0.0264999999999999, 0.0140979105633098, 0.0353181818181818, 0.0287072852270677, 0.0566818181818181, 0.0725564715131707, 0.175318181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 660, '2022-05-08 00:00:00', 0.0105603853684623, 0.0203913043478261, 0.00944988863727603, 0.0263695652173912, 0.0132476040044118, 0.0361086956521739, 0.0285887772004712, 0.057, 0.0704446002160899, 0.172652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 675, '2022-05-08 00:00:00', 0.00516974705232085, 0.0163913043478261, 0.00880335230793967, 0.024608695652174, 0.0146006456622622, 0.0327608695652175, 0.0278929170603289, 0.0539130434782609, 0.0681462113875908, 0.172760869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 690, '2022-05-08 00:00:00', 0.00902685934992453, 0.0170652173913044, 0.0116618614233624, 0.0228913043478262, 0.0159334398649148, 0.0319782608695653, 0.028212053460787, 0.0525217391304348, 0.0689686157645222, 0.172521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 705, '2022-05-08 00:00:00', 0.0060207972893962, 0.0150000000000001, 0.0109727023849395, 0.0216739130434783, 0.0131116744889865, 0.0300652173913044, 0.0262664027427335, 0.0499130434782609, 0.0674388465479312, 0.17745652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 720, '2022-05-08 00:00:00', 0.00651563944001292, 0.0148913043478261, 0.00762284117044841, 0.020304347826087, 0.0116437993473397, 0.0278478260869565, 0.0255365157443931, 0.0479999999999999, 0.068673836719688, 0.180630434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 735, '2022-05-08 00:00:00', 0.0052639800689221, 0.0133695652173913, 0.0081263490822826, 0.0199130434782609, 0.0107350870914801, 0.0265869565217391, 0.0250071531268532, 0.046195652173913, 0.0695159293031278, 0.180652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 750, '2022-05-08 00:00:00', 0.00650774849804708, 0.0138478260869566, 0.00969561450922335, 0.0186304347826088, 0.0128699023831487, 0.0250434782608696, 0.0238326261907127, 0.0453043478260869, 0.0684002259432738, 0.18 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 765, '2022-05-08 00:00:00', 0.0065110122586593, 0.0129347826086957, 0.00585184339727626, 0.017304347826087, 0.0118740092160003, 0.0225869565217391, 0.0222443757602775, 0.046695652173913, 0.0660449002857521, 0.179760869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 780, '2022-05-08 00:00:00', 0.00377111971084415, 0.013304347826087, 0.0114424146820039, 0.0187391304347826, 0.0126606670487212, 0.0232608695652173, 0.0215704104897345, 0.0473478260869565, 0.064550773593672, 0.179434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 795, '2022-05-08 00:00:00', 0.01209759392012, 0.0134782608695651, 0.0118596452632762, 0.0174130434782608, 0.0170170224006257, 0.0240217391304347, 0.0217673423659364, 0.0476086956521738, 0.0643278949075834, 0.179347826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 810, '2022-05-08 00:00:00', 0.00662616981990457, 0.0122608695652174, 0.0125949751571604, 0.0167391304347826, 0.0196098053637246, 0.0233913043478261, 0.0228059566797592, 0.0499565217391304, 0.0638468476941055, 0.178521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 825, '2022-05-08 00:00:00', 0.00630350614525932, 0.0109347826086957, 0.011463337331109, 0.0158913043478262, 0.0142683901166789, 0.0217826086956523, 0.0206308606477576, 0.0487173913043478, 0.0638412139051676, 0.178217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 840, '2022-05-08 00:00:00', 0.00806740379258221, 0.0120869565217392, 0.0100427938099854, 0.0161956521739132, 0.01488055207442, 0.0228913043478262, 0.0194383844625482, 0.0483478260869565, 0.0652754349741707, 0.178782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 855, '2022-05-08 00:00:00', 0.00531711755845533, 0.0103913043478261, 0.00863191064729728, 0.0146521739130435, 0.0143500492348799, 0.0234130434782609, 0.0186717801908139, 0.0481086956521738, 0.0650088850722724, 0.179782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 870, '2022-05-08 00:00:00', 0.00707979645092722, 0.0101521739130434, 0.0130017101337924, 0.0163913043478261, 0.0133244700448567, 0.0227826086956522, 0.0183882427207096, 0.0486739130434782, 0.0650576363498615, 0.180282608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 885, '2022-05-08 00:00:00', 0.00840078106664155, 0.0123695652173914, 0.00858726421623129, 0.0171739130434783, 0.0106204274048115, 0.0234565217391305, 0.0471238591667405, 0.0741086956521739, 0.0660298321607579, 0.180065217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 900, '2022-05-08 00:00:00', 0.00585800354503108, 0.0119565217391305, 0.0068340000960091, 0.0153913043478261, 0.00801973849533742, 0.0224565217391304, 0.0534976450296218, 0.0834565217391304, 0.065871656262874, 0.179934782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 915, '2022-05-08 00:00:00', 0.00405203311092296, 0.0101521739130435, 0.00586373594302202, 0.0162391304347826, 0.00686516094367856, 0.021804347826087, 0.0586274497621434, 0.0872173913043477, 0.0670352393906227, 0.179717391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 930, '2022-05-08 00:00:00', 0.00530194982405156, 0.0137391304347826, 0.00541718098298108, 0.0163695652173912, 0.0101350563683155, 0.0234130434782608, 0.0603209056636176, 0.0915434782608695, 0.0677226893162206, 0.180391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 945, '2022-05-08 00:00:00', 0.00486385799797903, 0.0109565217391303, 0.00673767356431633, 0.0166521739130435, 0.0111841396735356, 0.0258043478260869, 0.0610096862652302, 0.0949999999999999, 0.0671742910308257, 0.180891304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 960, '2022-05-08 00:00:00', 0.00534168483139405, 0.0115217391304348, 0.00773990481092714, 0.0157608695652173, 0.0114500979508039, 0.0256739130434783, 0.0608033261129945, 0.0963913043478261, 0.0677009160323591, 0.181130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 975, '2022-05-08 00:00:00', 0.0038412160459238, 0.00986956521739124, 0.00854429287369424, 0.0186304347826088, 0.0107481039783971, 0.0246086956521739, 0.0600195455647771, 0.0956304347826088, 0.0664279900765681, 0.180217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 990, '2022-05-08 00:00:00', 0.00774692339799391, 0.0159130434782609, 0.00893028554974584, 0.0205000000000001, 0.0134644532743176, 0.0277173913043478, 0.0592400239262494, 0.0956956521739131, 0.0663378435447369, 0.180130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 1005, '2022-05-08 00:00:00', 0.00547163002932997, 0.0145652173913043, 0.0062646665857673, 0.0182826086956521, 0.0112077489427465, 0.025, 0.0571327937920264, 0.0942608695652174, 0.0667950230093097, 0.179934782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 1020, '2022-05-08 00:00:00', 0.00532556664394048, 0.0135434782608696, 0.0115836449375628, 0.0196086956521738, 0.0114117164671785, 0.0239999999999999, 0.0568608488019851, 0.0942608695652174, 0.0646796147883548, 0.17945652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 1035, '2022-05-08 00:00:00', 0.007243028541335, 0.0134347826086956, 0.00784288655822702, 0.0174782608695653, 0.0084027216558266, 0.0220869565217391, 0.0568258816917039, 0.094108695652174, 0.0656799943672276, 0.17904347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 1050, '2022-05-08 00:00:00', 0.00516534897558, 0.0133913043478262, 0.00661071713414421, 0.0177608695652175, 0.00907277341232017, 0.0222391304347826, 0.0572283063822739, 0.0940217391304349, 0.0658438084760025, 0.17904347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 1065, '2022-05-08 00:00:00', 0.00392153777210225, 0.0120869565217391, 0.00402045166872499, 0.0146304347826087, 0.0397531787080141, 0.0547608695652173, 0.0567383304503445, 0.0929782608695652, 0.0676628178322189, 0.177565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 1080, '2022-05-08 00:00:00', 0.00426656270459629, 0.010108695652174, 0.00646654510025224, 0.0150434782608695, 0.0454214998455725, 0.0666086956521739, 0.0563335194623926, 0.0930217391304348, 0.0680923866708286, 0.177369565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 5, 1095, '2022-05-08 00:00:00', 0.00387068642991585, 0.0108695652173912, 0.0384358199205431, 0.0523043478260869, 0.04837032907866, 0.0720652173913043, 0.0551412308165892, 0.0921521739130435, 0.0684535704280486, 0.176869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 600, '2022-05-08 00:00:00', 0.0102164083708512, 0.0248749999999999, 0.0205283473148294, 0.04025, 0.0270263475176527, 0.0536458333333334, 0.0319581644554614, 0.0742083333333334, 0.0642989472663839, 0.1709375 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 615, '2022-05-08 00:00:00', 0.0125221361966534, 0.0266041666666667, 0.0170454953886204, 0.0351249999999999, 0.028333346653876, 0.0486875, 0.0322797722366837, 0.0693750000000001, 0.0643325788890958, 0.1674375 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 630, '2022-05-08 00:00:00', 0.00982175841719782, 0.0204791666666666, 0.016734702618784, 0.0314375000000001, 0.0302740801270037, 0.0444583333333334, 0.0308789639830527, 0.0640208333333334, 0.0655975839902837, 0.165895833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 645, '2022-05-08 00:00:00', 0.0150469675311692, 0.0234583333333335, 0.0282750386024674, 0.0347708333333335, 0.0305389911733191, 0.0416041666666668, 0.0326881399402539, 0.0620833333333335, 0.0672344178111612, 0.164479166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 660, '2022-05-08 00:00:00', 0.0236403360621298, 0.0248125000000001, 0.0255495752822127, 0.0302083333333333, 0.0256623049418313, 0.0350208333333334, 0.0305424389941299, 0.0585833333333334, 0.0665720127413524, 0.1625625 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 675, '2022-05-08 00:00:00', 0.00547126882986901, 0.016, 0.00795569138179192, 0.0216458333333333, 0.0100984062094478, 0.0282291666666667, 0.0217633850201715, 0.0499166666666667, 0.06407094898332, 0.157395833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 690, '2022-05-08 00:00:00', 0.0064865733679632, 0.0149791666666667, 0.00919177227395409, 0.0193541666666667, 0.0130829121597491, 0.0271458333333334, 0.0235588609133852, 0.0492916666666667, 0.0640978326918867, 0.157020833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 705, '2022-05-08 00:00:00', 0.00674201083838706, 0.0132916666666667, 0.00973889185137382, 0.0200416666666667, 0.0134130992646762, 0.0265416666666667, 0.0229496041297043, 0.0488541666666667, 0.067324960915836, 0.167041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 720, '2022-05-08 00:00:00', 0.00628821649330454, 0.0144583333333334, 0.0108757808315381, 0.0202500000000001, 0.012079147200918, 0.0266666666666669, 0.0227958707009512, 0.0486041666666667, 0.0689928812490353, 0.1691875 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 735, '2022-05-08 00:00:00', 0.00564623608114808, 0.0135208333333334, 0.0069249339451671, 0.0180416666666668, 0.0110674603019949, 0.0250208333333335, 0.0228835960327765, 0.0470625, 0.0719238602041538, 0.169791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 750, '2022-05-08 00:00:00', 0.00495614828239645, 0.0130416666666667, 0.00654250317738458, 0.0177500000000001, 0.00949675764653932, 0.0243333333333333, 0.0231210973988592, 0.0482916666666667, 0.0719514731798705, 0.170166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 765, '2022-05-08 00:00:00', 0.0057135739722377, 0.0124166666666668, 0.00872890832691642, 0.0169583333333335, 0.00910682874057398, 0.0233958333333334, 0.0263603013854249, 0.0506875, 0.0720663819391337, 0.171708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 780, '2022-05-08 00:00:00', 0.00552854090088465, 0.0111041666666666, 0.00611213896713934, 0.0161458333333333, 0.00834274830468725, 0.0215833333333333, 0.0291048516798204, 0.0523749999999999, 0.0716757367027647, 0.172208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 795, '2022-05-08 00:00:00', 0.00514248959895527, 0.0115208333333333, 0.00826497323702228, 0.0163749999999999, 0.00984809902203601, 0.0204375, 0.0325360377120509, 0.0555625, 0.0712894055791328, 0.172125 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 810, '2022-05-08 00:00:00', 0.00607068866518155, 0.011125, 0.00635081730447202, 0.0140625, 0.00745830803169525, 0.0196875, 0.0306328110417382, 0.0561041666666667, 0.0715114767316955, 0.17275 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 825, '2022-05-08 00:00:00', 0.0043733692612964, 0.0101875, 0.00670573921397156, 0.0143541666666666, 0.008908044727636, 0.020875, 0.0299201761092042, 0.0573958333333333, 0.071245582115767, 0.172958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 840, '2022-05-08 00:00:00', 0.00429273062652243, 0.00958333333333337, 0.00530586222145306, 0.014, 0.0119080870097545, 0.0232916666666667, 0.029374818840021, 0.0571458333333333, 0.069848435164487, 0.172729166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 855, '2022-05-08 00:00:00', 0.00520307705781537, 0.00993749999999995, 0.00802890498246116, 0.0154375, 0.0122565976022144, 0.0230624999999999, 0.0299138179379227, 0.0568541666666666, 0.0690917264704441, 0.172333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 870, '2022-05-08 00:00:00', 0.00613698546354067, 0.0113541666666667, 0.0102977414155177, 0.01775, 0.0136062478988168, 0.0237708333333334, 0.0308944483427977, 0.0591458333333333, 0.0695800257393173, 0.173020833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 885, '2022-05-08 00:00:00', 0.00679180559118166, 0.0114583333333334, 0.0100453455585811, 0.0158125, 0.014595264270661, 0.023, 0.0439898497844442, 0.0782083333333333, 0.0693340867085602, 0.172708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 900, '2022-05-08 00:00:00', 0.00709357741761583, 0.0113333333333333, 0.0103043363602944, 0.0153750000000001, 0.0135918773697669, 0.0239999999999999, 0.0498102195439297, 0.0838333333333333, 0.0700045417781248, 0.173625 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 915, '2022-05-08 00:00:00', 0.0064454230474709, 0.0105000000000001, 0.00938138671341642, 0.0160208333333333, 0.0125269094410764, 0.0224791666666666, 0.0455059669204195, 0.0848541666666666, 0.0696075827745092, 0.172708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 930, '2022-05-08 00:00:00', 0.00758896510100988, 0.011625, 0.00856644955457119, 0.0160833333333333, 0.0151831213494803, 0.0233750000000001, 0.0445471121317123, 0.0868541666666666, 0.069604108241238, 0.172666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 945, '2022-05-08 00:00:00', 0.00672004221648229, 0.0109374999999999, 0.010709415300891, 0.0148125, 0.0154296997397219, 0.0288541666666667, 0.0435370074131508, 0.0883333333333332, 0.0699397126516624, 0.173041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 960, '2022-05-08 00:00:00', 0.00603237040918606, 0.00945833333333333, 0.0110314931255797, 0.0152083333333334, 0.0163706502132872, 0.0319583333333333, 0.0446928932845583, 0.0909583333333333, 0.0699947688262736, 0.1729375 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 975, '2022-05-08 00:00:00', 0.0103901256077551, 0.0115416666666667, 0.0114402789250987, 0.0240208333333332, 0.02133616376151, 0.0365833333333332, 0.0453785556757526, 0.0916874999999999, 0.0697914076352537, 0.172833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 990, '2022-05-08 00:00:00', 0.00832873061295587, 0.0192916666666666, 0.00923542231640327, 0.0255208333333333, 0.0144627833230425, 0.0347916666666666, 0.0465194364864245, 0.0923333333333332, 0.0699967875815679, 0.1729375 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 1005, '2022-05-08 00:00:00', 0.00832815962584904, 0.0163541666666667, 0.0141494193817478, 0.0255208333333333, 0.0149253577628084, 0.032375, 0.0480992331735554, 0.0931666666666665, 0.06954229241823, 0.1725 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 1020, '2022-05-08 00:00:00', 0.00762136109415744, 0.0157916666666666, 0.00835161942987406, 0.0214791666666667, 0.0118112993983837, 0.0269375, 0.0477514511502689, 0.0911249999999999, 0.0696977428782227, 0.170083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 1035, '2022-05-08 00:00:00', 0.00538903207140817, 0.0140416666666667, 0.00777712643925598, 0.019375, 0.0106983508142576, 0.0237083333333333, 0.0474300973057695, 0.0908749999999999, 0.0701649712349816, 0.170416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 1050, '2022-05-08 00:00:00', 0.00787216707728905, 0.0145833333333333, 0.0102166521857239, 0.0181458333333333, 0.0125256259064299, 0.02625, 0.0466902324685903, 0.0906041666666666, 0.0707643024668737, 0.170770833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 1065, '2022-05-08 00:00:00', 0.00440335017385879, 0.0105416666666666, 0.0058216238583255, 0.0144999999999999, 0.0382583643880938, 0.0544375, 0.0461403027323389, 0.0890833333333333, 0.0709060794392786, 0.171041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 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 515840247052740300, 1, 1080, '2022-05-08 00:00:00', 0.00454640923768653, 0.0113125, 0.00772134135489686, 0.0180208333333333, 0.0444502602248621, 0.0623958333333333, 0.0458202962354178, 0.0893958333333333, 0.0712855269931818, 0.1711875 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247052740300 and enddate = '2022-05-08 00:00:00' and dayofweek = 1 and fromtime = 1080);
Date: 2022-05-08 18:02:10 Duration: 970ms 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 515840247943103300, 1, 1095, '2022-05-08 00:00:00', 0.0173294546942481, 0.03132, 0.141734920655897, 0.178676, 0.175819075377692, 0.220868, 0.179011244339567, 0.290668, 0.335990596941839, 0.582696 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 600, '2022-05-08 00:00:00', 0.0689954336281645, 0.104811538461538, 0.0959762824067247, 0.132696153846154, 0.129176987293224, 0.165373076923077, 0.146324442093063, 0.229334615384615, 0.317042237152184, 0.539042307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 615, '2022-05-08 00:00:00', 0.0420393405496109, 0.0761153846153846, 0.0765944283974916, 0.102338461538462, 0.0818609270935493, 0.127453846153846, 0.117958296933215, 0.197269230769231, 0.310538555515315, 0.521438461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 630, '2022-05-08 00:00:00', 0.051626783895422, 0.0600192307692307, 0.0541819602394064, 0.0835192307692306, 0.0631854837272468, 0.111815384615384, 0.0977107228191775, 0.179584615384615, 0.308059082245348, 0.517284615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 645, '2022-05-08 00:00:00', 0.024707924608545, 0.0538076923076923, 0.0297868324031843, 0.0698461538461539, 0.048142289102202, 0.096, 0.0941993215719485, 0.172746153846154, 0.309177765147396, 0.510361538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 660, '2022-05-08 00:00:00', 0.0241696885820619, 0.0494230769230769, 0.0395983187288786, 0.0723730769230767, 0.0446444414663925, 0.0963846153846153, 0.0893058247734241, 0.170707692307692, 0.312459043469946, 0.509476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 675, '2022-05-08 00:00:00', 0.0289553887637784, 0.0507576923076922, 0.0311061705478807, 0.0649230769230768, 0.049376497056175, 0.0930384615384616, 0.0825643946355718, 0.162861538461538, 0.309179311179675, 0.505861538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 690, '2022-05-08 00:00:00', 0.0253629651263411, 0.042, 0.0316034078006689, 0.0618461538461538, 0.0450385988305074, 0.0863461538461539, 0.0822535995939012, 0.156476923076923, 0.31403549872831, 0.501861538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 705, '2022-05-08 00:00:00', 0.0206924735480914, 0.0434615384615385, 0.0366070400963447, 0.064346153846154, 0.0470282402883138, 0.085846153846154, 0.0838433869691673, 0.158392307692308, 0.318229234261187, 0.533207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 720, '2022-05-08 00:00:00', 0.0319267671639091, 0.0480384615384615, 0.0347320291108055, 0.064076923076923, 0.0432611390724535, 0.0883846153846154, 0.087312744686073, 0.162546153846154, 0.317673786236036, 0.534438461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 735, '2022-05-08 00:00:00', 0.0265995951386194, 0.0435384615384615, 0.0433718270841267, 0.0603461538461538, 0.042933383102376, 0.0836538461538462, 0.0808010986216247, 0.155007692307692, 0.331811597446503, 0.54095 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 750, '2022-05-08 00:00:00', 0.0410701651024009, 0.0420384615384615, 0.0416633578173362, 0.0586538461538462, 0.0548440025470844, 0.0787692307692308, 0.0775711263689901, 0.148573076923077, 0.332260906124181, 0.543142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 765, '2022-05-08 00:00:00', 0.0246610249958543, 0.0403846153846154, 0.0243930633267234, 0.0563076923076923, 0.0476967987959843, 0.0747692307692307, 0.0746693858593694, 0.145803846153846, 0.326682380985191, 0.540026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 780, '2022-05-08 00:00:00', 0.017867245493877, 0.0399615384615384, 0.038235303863556, 0.0544615384615384, 0.0399919222612998, 0.0699230769230769, 0.0707989848905934, 0.147611538461538, 0.327291258032682, 0.542796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 795, '2022-05-08 00:00:00', 0.0276018115347526, 0.0365, 0.0288098273831371, 0.0486153846153846, 0.0388616837198089, 0.0743384615384615, 0.0747383967840237, 0.151765384615384, 0.325632151431878, 0.545026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 810, '2022-05-08 00:00:00', 0.0140084040709635, 0.0316538461538462, 0.0207483456245034, 0.043423076923077, 0.0343702751717906, 0.0700692307692308, 0.0788838641002367, 0.153619230769231, 0.325856512192808, 0.547342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 825, '2022-05-08 00:00:00', 0.0169004779176849, 0.0308846153846155, 0.0317440196669448, 0.0557961538461538, 0.0340798230403494, 0.0737923076923076, 0.0804780563498284, 0.156465384615384, 0.325515154415038, 0.548984615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 840, '2022-05-08 00:00:00', 0.0303127566444329, 0.0480192307692307, 0.0338515374040144, 0.0559538461538461, 0.0489079405225148, 0.0785230769230768, 0.0915198877924272, 0.167311538461538, 0.32501860595262, 0.549369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 855, '2022-05-08 00:00:00', 0.021521509812636, 0.0321538461538462, 0.0230600553738744, 0.0493846153846153, 0.0457704641074939, 0.0671538461538461, 0.0898549600531537, 0.163076923076923, 0.324669764530053, 0.5489 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 870, '2022-05-08 00:00:00', 0.0198171642774642, 0.036, 0.03838246795288, 0.0494230769230769, 0.0534195153046583, 0.0657307692307692, 0.0932873229082314, 0.162730769230769, 0.325186920921585, 0.548207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 885, '2022-05-08 00:00:00', 0.0268034440955751, 0.0332307692307693, 0.0322818596356911, 0.0459615384615385, 0.0464509046032641, 0.0711423076923077, 0.147492408566053, 0.207153846153846, 0.328977697630799, 0.550207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 900, '2022-05-08 00:00:00', 0.0190298550865577, 0.0311538461538462, 0.0273681454361706, 0.0441538461538462, 0.0383354475448185, 0.0737576923076922, 0.147791406432798, 0.215230769230769, 0.330430764096714, 0.551388461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 915, '2022-05-08 00:00:00', 0.0183936443872919, 0.0306153846153846, 0.0288783935734766, 0.0542192307692306, 0.0364938572280954, 0.0761807692307691, 0.149524294295661, 0.225153846153846, 0.331479195796891, 0.553773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 930, '2022-05-08 00:00:00', 0.0217374207655477, 0.0419115384615385, 0.0288541011616401, 0.0580653846153845, 0.0349713949040993, 0.0759615384615385, 0.149257472329374, 0.229423076923077, 0.331334391189045, 0.554003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 945, '2022-05-08 00:00:00', 0.0197545320992814, 0.0391923076923076, 0.025625257972435, 0.0544230769230769, 0.0428477986150263, 0.0844230769230769, 0.152816312459914, 0.235615384615385, 0.331890518371067, 0.559246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 960, '2022-05-08 00:00:00', 0.0186302070676795, 0.0372692307692308, 0.0300230936754718, 0.0528846153846155, 0.0446030871646278, 0.0886538461538463, 0.148050310991282, 0.239346153846154, 0.330374963942488, 0.5599 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 975, '2022-05-08 00:00:00', 0.0224879112824237, 0.0358846153846154, 0.0340114008034864, 0.0631538461538461, 0.0458127291682798, 0.0916153846153846, 0.140966256082249, 0.241884615384615, 0.326967462319089, 0.555669230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 990, '2022-05-08 00:00:00', 0.0236049864353993, 0.0503461538461537, 0.0286569094903561, 0.0665384615384615, 0.0437333352876796, 0.0902692307692307, 0.141280999212426, 0.245692307692308, 0.326370847868589, 0.554707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 1005, '2022-05-08 00:00:00', 0.0213854012030495, 0.0428461538461539, 0.0322012183238222, 0.0630384615384617, 0.0415813012709393, 0.0867307692307693, 0.139327585208386, 0.2462, 0.320014779754839, 0.556438461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 1020, '2022-05-08 00:00:00', 0.0269846965177273, 0.0484230769230769, 0.0320374780530553, 0.063, 0.0546691306511623, 0.0949230769230769, 0.142957456823834, 0.254661538461538, 0.319696004450382, 0.555938461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 1035, '2022-05-08 00:00:00', 0.0224210066335464, 0.0406923076923078, 0.0315708726518606, 0.0600000000000001, 0.0493544324250619, 0.0845, 0.139440668386235, 0.2597, 0.31587082393818, 0.551130769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 1050, '2022-05-08 00:00:00', 0.0271024268002247, 0.0436923076923078, 0.0509933479824727, 0.0671923076923076, 0.0559994093375444, 0.0814230769230768, 0.138613384857085, 0.259238461538461, 0.3158381910945, 0.550784615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 1065, '2022-05-08 00:00:00', 0.037308114192698, 0.0468461538461538, 0.0366904095622569, 0.0591153846153845, 0.117474762461495, 0.151730769230769, 0.129614248979275, 0.255892307692308, 0.307958135816193, 0.548630769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 1080, '2022-05-08 00:00:00', 0.0205503134919004, 0.0356538461538462, 0.0262378470036056, 0.0477692307692307, 0.110456148486454, 0.160692307692308, 0.128352530165946, 0.2527, 0.301388770450802, 0.549284615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 2, 1095, '2022-05-08 00:00:00', 0.0180951757276735, 0.0303461538461539, 0.108012054028171, 0.135769230769231, 0.109890708503424, 0.163269230769231, 0.137672097614362, 0.248238461538462, 0.299234854818855, 0.547707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 600, '2022-05-08 00:00:00', 0.066654516841581, 0.100730769230769, 0.0733067800411393, 0.1218, 0.0750568368228113, 0.141234615384615, 0.126058715074182, 0.225973076923077, 0.29696833503824, 0.536119230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 615, '2022-05-08 00:00:00', 0.0408931064342897, 0.0676153846153845, 0.0451869177800559, 0.0863923076923075, 0.0575264514409208, 0.112930769230769, 0.104060304409732, 0.211415384615385, 0.296520830037543, 0.523823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 630, '2022-05-08 00:00:00', 0.0343178984474013, 0.0575846153846153, 0.0413692713905455, 0.0779692307692309, 0.0548987011195654, 0.107853846153846, 0.102325770270927, 0.202761538461538, 0.293232901186858, 0.522592307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 645, '2022-05-08 00:00:00', 0.0283594510091162, 0.0474615384615385, 0.0429094933014201, 0.0687692307692309, 0.0556220764140946, 0.103846153846154, 0.0935598299732067, 0.191253846153846, 0.293371967618952, 0.513046153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 660, '2022-05-08 00:00:00', 0.0259459793832078, 0.048923076923077, 0.0299998974357221, 0.069076923076923, 0.0708116135629219, 0.112730769230769, 0.0945452497281265, 0.188023076923077, 0.293917876546913, 0.508815384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 675, '2022-05-08 00:00:00', 0.0278905829158269, 0.0477307692307693, 0.0543106307768986, 0.0757307692307693, 0.0753918991771559, 0.107461538461539, 0.0949871518437341, 0.181830769230769, 0.292318989093448, 0.506353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 690, '2022-05-08 00:00:00', 0.0505138061858797, 0.0542692307692308, 0.0710248927110445, 0.0788461538461539, 0.0771740490459963, 0.101923076923077, 0.0866956157173785, 0.176946153846154, 0.284272584787099, 0.501238461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 705, '2022-05-08 00:00:00', 0.0308730402679199, 0.0472307692307692, 0.0365020758103087, 0.0638076923076923, 0.0566395485640419, 0.0960384615384615, 0.0736641292520418, 0.167292307692308, 0.382619992480991, 0.542976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 720, '2022-05-08 00:00:00', 0.0202188411750411, 0.0408076923076923, 0.0324974081806771, 0.0628076923076923, 0.046926915353722, 0.0881538461538462, 0.0652656235347876, 0.159880769230769, 0.383179386791015, 0.542438461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 735, '2022-05-08 00:00:00', 0.0251890085919664, 0.0443846153846154, 0.0378178020758235, 0.0661153846153846, 0.0418817566305611, 0.0851923076923078, 0.0597448040869214, 0.156419230769231, 0.38217063754297, 0.54245 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 750, '2022-05-08 00:00:00', 0.0294757266498804, 0.0445384615384615, 0.0323999287748506, 0.0556538461538462, 0.0409623466875843, 0.0750769230769232, 0.0590439764399906, 0.148534615384615, 0.381868384595853, 0.544034615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 765, '2022-05-08 00:00:00', 0.0186926559005239, 0.0321538461538461, 0.0235321384166748, 0.0521923076923077, 0.0429489858391952, 0.0711538461538462, 0.0574050312723948, 0.148419230769231, 0.380987788720119, 0.545534615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 780, '2022-05-08 00:00:00', 0.0183737270621354, 0.040923076923077, 0.0279277364198829, 0.0530384615384617, 0.0482238370677662, 0.0764615384615384, 0.0580969154483729, 0.147796153846154, 0.378381932098325, 0.549842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 795, '2022-05-08 00:00:00', 0.0212767840253535, 0.0336923076923077, 0.0376557892167787, 0.0479615384615385, 0.0363031070931317, 0.0833961538461538, 0.0601507839964253, 0.146219230769231, 0.378128982165935, 0.547265384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 810, '2022-05-08 00:00:00', 0.0220740014148215, 0.0333076923076922, 0.031081258265788, 0.0542692307692307, 0.0285382348114567, 0.0796269230769231, 0.0576667552541189, 0.142411538461539, 0.377407470983082, 0.549534615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 825, '2022-05-08 00:00:00', 0.0263503320662188, 0.0405, 0.0263821387714083, 0.0648269230769231, 0.0327379161500263, 0.0824346153846154, 0.0562186764751304, 0.138603846153846, 0.376253631007269, 0.550226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 840, '2022-05-08 00:00:00', 0.0248333798313109, 0.0515653846153847, 0.0241751496694119, 0.0592115384615385, 0.0331822039885608, 0.0790884615384616, 0.0566903981830596, 0.133673076923077, 0.376336290386057, 0.553188461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 855, '2022-05-08 00:00:00', 0.0138015049346634, 0.0308076923076924, 0.0276659468550169, 0.0477307692307693, 0.0351912576556253, 0.0667692307692309, 0.0577384154214905, 0.125730769230769, 0.374305896540003, 0.559746153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 870, '2022-05-08 00:00:00', 0.0202031223786363, 0.0326153846153846, 0.0242940005256125, 0.0439615384615385, 0.0317494033862783, 0.0617692307692309, 0.0568951667543035, 0.1235, 0.373820074614266, 0.562746153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 885, '2022-05-08 00:00:00', 0.0124480458769175, 0.026076923076923, 0.0231685463174004, 0.0416923076923077, 0.027787130391327, 0.0612692307692308, 0.186843109216097, 0.216011538461538, 0.367651310807485, 0.570207692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 900, '2022-05-08 00:00:00', 0.015519714509666, 0.0313076923076923, 0.0231205868969959, 0.0451923076923077, 0.0386916210368802, 0.0681923076923077, 0.186131454994747, 0.217857692307692, 0.367339597396448, 0.57143076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 915, '2022-05-08 00:00:00', 0.015484235159075, 0.0291923076923077, 0.020395059733633, 0.0449615384615385, 0.0489557571062502, 0.0768846153846155, 0.185666283961305, 0.22005, 0.367727304649268, 0.571046153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 930, '2022-05-08 00:00:00', 0.0187273966320839, 0.0353461538461539, 0.0356171955013955, 0.0537692307692308, 0.0506320664583834, 0.0806153846153848, 0.186082450914807, 0.223742307692308, 0.367736336314694, 0.571276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 945, '2022-05-08 00:00:00', 0.0325665236329957, 0.0374615384615386, 0.0446938302401849, 0.0584615384615386, 0.0466403753778271, 0.0862692307692309, 0.185351092420677, 0.224011538461539, 0.36759727263155, 0.572473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 960, '2022-05-08 00:00:00', 0.0369954882904139, 0.0411153846153847, 0.0448504009072211, 0.0580384615384618, 0.041256216314822, 0.0873461538461539, 0.184703953770518, 0.220742307692308, 0.367332997219354, 0.572126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 975, '2022-05-08 00:00:00', 0.0207620956404842, 0.0352307692307694, 0.0344582913992242, 0.067423076923077, 0.0358706222201613, 0.0883076923076924, 0.186081225647462, 0.221857692307693, 0.367489342702615, 0.57155 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 990, '2022-05-08 00:00:00', 0.0296348028247454, 0.0566923076923077, 0.0299166277408502, 0.0687307692307692, 0.0313776010261116, 0.0849230769230769, 0.185354666476502, 0.222896153846154, 0.365827246850835, 0.570242307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 1005, '2022-05-08 00:00:00', 0.0200922870773836, 0.0425000000000001, 0.024183147342408, 0.0597692307692309, 0.0311809853300668, 0.072423076923077, 0.185955352168202, 0.22605, 0.365332926541511, 0.56958076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 1020, '2022-05-08 00:00:00', 0.0183852532879354, 0.0420076923076924, 0.0250725715903624, 0.055923076923077, 0.0280379138914544, 0.0672692307692308, 0.184020568791811, 0.230057692307692, 0.36416283274635, 0.569965384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 1035, '2022-05-08 00:00:00', 0.0192478969880229, 0.0378076923076924, 0.0196630461682666, 0.0476538461538462, 0.0255256432149801, 0.0610384615384616, 0.180930333936744, 0.229942307692308, 0.36121867336091, 0.570196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 1050, '2022-05-08 00:00:00', 0.0123612919414412, 0.0301923076923077, 0.0197928114378778, 0.0443461538461539, 0.0254180129950273, 0.057346153846154, 0.188873195068503, 0.234730769230769, 0.361383478593032, 0.57335 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 1065, '2022-05-08 00:00:00', 0.0128454122310112, 0.0317307692307693, 0.021393888415584, 0.0415384615384615, 0.17659007063296, 0.175776923076923, 0.195785291543097, 0.240896153846154, 0.361645605722594, 0.575542307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 1080, '2022-05-08 00:00:00', 0.0179901254966334, 0.0292692307692308, 0.022603641639891, 0.0397307692307695, 0.176125706200473, 0.179896153846154, 0.19474942579159, 0.242626923076923, 0.360892143465863, 0.577119230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 3, 1095, '2022-05-08 00:00:00', 0.0214419072056425, 0.0316538461538463, 0.176527486114333, 0.168315384615385, 0.173596401283153, 0.183742307692308, 0.191975603618312, 0.245396153846154, 0.362882766935083, 0.580842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 600, '2022-05-08 00:00:00', 0.115554967805869, 0.110353846153846, 0.126875417089121, 0.126011538461538, 0.127097299190575, 0.145588461538462, 0.147306004107619, 0.211473076923077, 0.341646107161287, 0.565457692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 615, '2022-05-08 00:00:00', 0.0356524246667094, 0.0628461538461538, 0.047635516807719, 0.0861615384615386, 0.0581337582318042, 0.109776923076923, 0.114025868387566, 0.200011538461539, 0.338535276766521, 0.562780769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 630, '2022-05-08 00:00:00', 0.0468637424225399, 0.0621346153846155, 0.0557171142054632, 0.0835192307692309, 0.0581930253552779, 0.0997500000000002, 0.105706869000298, 0.195984615384615, 0.334503544996738, 0.562819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 645, '2022-05-08 00:00:00', 0.0355718125227525, 0.0549230769230769, 0.0442110323857676, 0.0728461538461539, 0.0628148071715579, 0.0945, 0.0988405706953609, 0.187080769230769, 0.331597749018063, 0.559934615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 660, '2022-05-08 00:00:00', 0.0398055465791081, 0.0521923076923077, 0.0437184699570402, 0.0662307692307693, 0.0609440985973719, 0.0938346153846155, 0.0993886089278615, 0.183396153846154, 0.3313292688318, 0.558396153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 675, '2022-05-08 00:00:00', 0.0337931262924192, 0.044846153846154, 0.0472148770556975, 0.0647307692307693, 0.0607259347712836, 0.0913346153846154, 0.0926118228870458, 0.176857692307692, 0.326001243154779, 0.555857692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 690, '2022-05-08 00:00:00', 0.0276206444530175, 0.0425000000000001, 0.0354027171925461, 0.059796153846154, 0.0611248407265504, 0.0905846153846153, 0.0876510887202558, 0.172884615384615, 0.325775792768349, 0.555165384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 705, '2022-05-08 00:00:00', 0.0334769063913988, 0.0433615384615386, 0.0466493658955998, 0.0644576923076924, 0.064096945805073, 0.0886615384615385, 0.0915199095615475, 0.174723076923077, 0.321896558157813, 0.578415384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 720, '2022-05-08 00:00:00', 0.0335562214797795, 0.0446999999999999, 0.0574649163871715, 0.0689692307692306, 0.0663306701307923, 0.08965, 0.0903852939025267, 0.175615384615385, 0.322106814581747, 0.5833 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 735, '2022-05-08 00:00:00', 0.0462947745846781, 0.0495846153846153, 0.0449122494854818, 0.0605846153846153, 0.0627450028656895, 0.0881538461538462, 0.0868760012006502, 0.174603846153846, 0.321282626909465, 0.585365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 750, '2022-05-08 00:00:00', 0.0187860574322064, 0.0340346153846155, 0.0396634877631615, 0.0561115384615386, 0.0474298996901257, 0.0768538461538462, 0.113469420346832, 0.186084615384615, 0.320965256039677, 0.587096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 765, '2022-05-08 00:00:00', 0.0382221878776431, 0.0415730769230771, 0.0460058190299378, 0.0571538461538462, 0.0497611440939461, 0.0789884615384615, 0.113846848880415, 0.18565, 0.322104667484631, 0.590019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 780, '2022-05-08 00:00:00', 0.0296760198450896, 0.0368846153846154, 0.030928667309447, 0.0481615384615385, 0.0484243803820411, 0.0759692307692308, 0.120092126239048, 0.187796153846154, 0.329531825777117, 0.59825 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 795, '2022-05-08 00:00:00', 0.0194444455189254, 0.0312384615384615, 0.0339972725150348, 0.0551423076923076, 0.0492468338693345, 0.100623076923077, 0.119597810373576, 0.192076923076923, 0.330028516716592, 0.600723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 810, '2022-05-08 00:00:00', 0.0303832101914603, 0.0404115384615384, 0.0349660406680537, 0.0522, 0.0476440378060208, 0.0998923076923076, 0.120194727645792, 0.194884615384615, 0.3313427372653, 0.603107692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 825, '2022-05-08 00:00:00', 0.0296722403292006, 0.035123076923077, 0.04850921704647, 0.0803423076923076, 0.0473465683916113, 0.0974076923076922, 0.121102737122088, 0.194142307692308, 0.340143276598825, 0.605069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 840, '2022-05-08 00:00:00', 0.0468045231213329, 0.0681538461538461, 0.0443697278991674, 0.0822653846153846, 0.0496203804282691, 0.0979846153846153, 0.121180794429074, 0.196142307692308, 0.339783400690227, 0.606453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 855, '2022-05-08 00:00:00', 0.02180722004644, 0.0338730769230769, 0.0312892866895119, 0.0509884615384614, 0.0505677253409115, 0.0730730769230769, 0.113722817208536, 0.181565384615384, 0.337728442960636, 0.599203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 870, '2022-05-08 00:00:00', 0.0217269772048837, 0.0353076923076922, 0.0312174864705418, 0.0489884615384614, 0.064088311306773, 0.0752269230769231, 0.115078519348246, 0.183180769230769, 0.338221015973511, 0.600973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 885, '2022-05-08 00:00:00', 0.0301311573981791, 0.037976923076923, 0.0474168240184854, 0.0567, 0.0708999834002367, 0.082226923076923, 0.130316548627386, 0.241873076923077, 0.336994347749906, 0.603819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 900, '2022-05-08 00:00:00', 0.0318716436141388, 0.0361400000000001, 0.0468394804981155, 0.050488, 0.059374340136684, 0.079768, 0.132347955279508, 0.245828, 0.347008716413099, 0.597652 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 915, '2022-05-08 00:00:00', 0.0291783024409122, 0.03204, 0.0395377574815096, 0.053448, 0.0493706957617573, 0.0835680000000001, 0.143295318369675, 0.255708, 0.345818948680761, 0.600212 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 930, '2022-05-08 00:00:00', 0.0299324617542003, 0.0423679999999998, 0.0421500921311763, 0.0628879999999999, 0.0875442646132037, 0.099708, 0.140365649644063, 0.263068, 0.345634540037113, 0.600612 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 945, '2022-05-08 00:00:00', 0.0265652956568025, 0.0432080000000001, 0.0388219817457413, 0.062928, 0.0821150733219344, 0.0965880000000001, 0.138755002071997, 0.266468, 0.348795544218482, 0.60394 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 960, '2022-05-08 00:00:00', 0.0232253453508589, 0.0412, 0.0750965241095307, 0.070428, 0.0791224384524811, 0.099088, 0.143379181194482, 0.266828, 0.348979080079786, 0.60186 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 975, '2022-05-08 00:00:00', 0.0579050999481049, 0.0474680000000001, 0.055560803929869, 0.063028, 0.0640945546308993, 0.100988, 0.142680984250413, 0.264308, 0.347165186426673, 0.5999 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 990, '2022-05-08 00:00:00', 0.0273361592035167, 0.046568, 0.0434404834227245, 0.0709680000000001, 0.0565800665723656, 0.102268, 0.146100573578614, 0.266348, 0.345893167514673, 0.6019 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 1005, '2022-05-08 00:00:00', 0.0415333207597627, 0.0555559999999999, 0.0415725959417178, 0.0782359999999999, 0.0540773310485394, 0.101076, 0.147638688696425, 0.267436, 0.345662600811832, 0.602188 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 1020, '2022-05-08 00:00:00', 0.0282628743525259, 0.056356, 0.0406123142244648, 0.0737559999999999, 0.0567874786668094, 0.0972759999999998, 0.14489575586147, 0.263156, 0.344889842703435, 0.599988 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 1035, '2022-05-08 00:00:00', 0.0273407315191091, 0.0450679999999999, 0.0330271141135078, 0.0607879999999999, 0.0492723546558649, 0.0887079999999999, 0.134577338112081, 0.250508, 0.339038029233693, 0.592588 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 1050, '2022-05-08 00:00:00', 0.0182649025912176, 0.0367599999999999, 0.0343163226468107, 0.0568799999999999, 0.0446434765671314, 0.0779599999999999, 0.132053297320943, 0.24036, 0.341416578781211, 0.594388 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 1065, '2022-05-08 00:00:00', 0.0214417816423917, 0.04, 0.030474032661705, 0.0556, 0.0966792463079158, 0.16528, 0.12922083165393, 0.23724, 0.332567795494392, 0.591388 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 1080, '2022-05-08 00:00:00', 0.0173397424048532, 0.0374, 0.0222054798041686, 0.0488000000000001, 0.100322782058713, 0.171132, 0.131227794058017, 0.237532, 0.327476539872197, 0.58632 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 4, 1095, '2022-05-08 00:00:00', 0.0153625084757233, 0.0285600000000001, 0.0941657595236542, 0.142212, 0.104881397778634, 0.172452, 0.138608745274844, 0.236052, 0.328735883093607, 0.58524 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 600, '2022-05-08 00:00:00', 0.0936099465594424, 0.105186956521739, 0.0981222938248721, 0.1301, 0.0982422469760799, 0.1531, 0.13200715141126, 0.220543478260869, 0.317682803930341, 0.592086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 615, '2022-05-08 00:00:00', 0.0363216308770025, 0.0724782608695654, 0.0564884821587621, 0.0976956521739131, 0.0545540671724784, 0.124347826086956, 0.135936556784243, 0.202473913043478, 0.332840579472927, 0.580595652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 630, '2022-05-08 00:00:00', 0.038444559949664, 0.0645652173913043, 0.0361648072113264, 0.0834347826086955, 0.0475478124250019, 0.111608695652174, 0.13138819635832, 0.194821739130435, 0.329323536450219, 0.57885652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 645, '2022-05-08 00:00:00', 0.0233756908967668, 0.0538260869565215, 0.0295984322840905, 0.0806086956521739, 0.0474927912149971, 0.102739130434783, 0.12812904438811, 0.190573913043478, 0.323946145368045, 0.576465217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 660, '2022-05-08 00:00:00', 0.0178014965840632, 0.0565652173913044, 0.0294486221048375, 0.0756956521739131, 0.0488703617028197, 0.0943043478260871, 0.132129295282828, 0.183260869565218, 0.340860481061397, 0.577986956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 675, '2022-05-08 00:00:00', 0.0209919992287669, 0.0488695652173914, 0.0335150842094305, 0.0664782608695653, 0.0498918989519106, 0.0912608695652175, 0.12681491477226, 0.180652173913044, 0.337026322789429, 0.574204347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 690, '2022-05-08 00:00:00', 0.0248479168610171, 0.0486521739130435, 0.0340826129562986, 0.0665217391304349, 0.0438201047582918, 0.0872608695652173, 0.130624367464474, 0.175608695652174, 0.342164405217183, 0.573073913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 705, '2022-05-08 00:00:00', 0.0209662819841085, 0.0426956521739131, 0.0322369561818965, 0.0606956521739131, 0.034707700960001, 0.0805217391304347, 0.136541820028154, 0.176704347826087, 0.383076088634875, 0.596682608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 720, '2022-05-08 00:00:00', 0.0231306651003423, 0.0428695652173915, 0.0289071704933025, 0.0615217391304348, 0.0299888648636502, 0.0811739130434783, 0.147503943271468, 0.182834782608696, 0.381626417442659, 0.598639130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 735, '2022-05-08 00:00:00', 0.0193901079054498, 0.0446086956521739, 0.0253692883328215, 0.0593478260869566, 0.0345683146746647, 0.0811739130434781, 0.136520052531059, 0.183573913043478, 0.382529830865485, 0.607682608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 750, '2022-05-08 00:00:00', 0.0217034450189756, 0.040304347826087, 0.0270171955197969, 0.0577391304347826, 0.067105485953529, 0.0893478260869564, 0.14075691433392, 0.187356521739131, 0.382597407525272, 0.608247826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 765, '2022-05-08 00:00:00', 0.0163101122879596, 0.0382608695652173, 0.030270976459478, 0.0568260869565216, 0.0843693179904982, 0.0899999999999999, 0.137961178591729, 0.191095652173913, 0.379994290522949, 0.613508695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 780, '2022-05-08 00:00:00', 0.0236871907146577, 0.041086956521739, 0.0677706256980845, 0.0703043478260868, 0.0843967863689555, 0.0923130434782608, 0.132327104588197, 0.192147826086957, 0.373732924392143, 0.618117391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 795, '2022-05-08 00:00:00', 0.0624914223362905, 0.051782608695652, 0.0763031969553874, 0.0662173913043477, 0.0811092093044438, 0.102026086956522, 0.124455888339172, 0.195321739130435, 0.36923972947949, 0.622465217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 810, '2022-05-08 00:00:00', 0.0320897949621287, 0.0388695652173913, 0.0342220510008322, 0.0536173913043479, 0.0479257821311805, 0.0918173913043479, 0.110153325409695, 0.193234782608696, 0.369287659493985, 0.6239 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 825, '2022-05-08 00:00:00', 0.0200766554700145, 0.0354869565217391, 0.0438450023292167, 0.0706173913043478, 0.0478046386688663, 0.0902434782608696, 0.103286459171671, 0.188191304347826, 0.369944987310767, 0.6243 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 840, '2022-05-08 00:00:00', 0.0365324664746219, 0.0593260869565217, 0.0402890612759596, 0.0715869565217392, 0.0611212405586703, 0.0941173913043478, 0.0994179113978934, 0.180626086956522, 0.371609477695394, 0.628213043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 855, '2022-05-08 00:00:00', 0.0271831469528618, 0.0363565217391304, 0.0356194755095176, 0.0537391304347826, 0.0584208866759142, 0.0800000000000001, 0.101102836544344, 0.169008695652174, 0.376332563538483, 0.627726086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 870, '2022-05-08 00:00:00', 0.0251422042546512, 0.0376956521739129, 0.0455296888762702, 0.0569565217391303, 0.0489879391464692, 0.0769999999999999, 0.0898590659818498, 0.163691304347826, 0.37754327966965, 0.627756521739131 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 885, '2022-05-08 00:00:00', 0.0321847433966761, 0.0386956521739131, 0.0335404893655038, 0.0526521739130435, 0.0516980817833608, 0.0863434782608696, 0.23160338141872, 0.264308695652174, 0.38735126733793, 0.622060869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 900, '2022-05-08 00:00:00', 0.0181519715498411, 0.0363043478260869, 0.0272091881714359, 0.0513913043478259, 0.060914476754388, 0.0933434782608695, 0.237733412408719, 0.277991304347826, 0.388534836189506, 0.62384347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 915, '2022-05-08 00:00:00', 0.0187565008493235, 0.0355217391304346, 0.0404466031640469, 0.066704347826087, 0.0526047267146906, 0.0962999999999999, 0.242009410443237, 0.283526086956522, 0.393027880665274, 0.625495652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 930, '2022-05-08 00:00:00', 0.0413513486070353, 0.0585304347826088, 0.0534543131733815, 0.0767782608695653, 0.0550750221356388, 0.0999521739130435, 0.246749598395419, 0.304839130434783, 0.390891248232375, 0.626539130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 945, '2022-05-08 00:00:00', 0.0350177256074603, 0.0471739130434784, 0.0369134764426627, 0.0648260869565218, 0.0447342013978517, 0.0911826086956521, 0.234331703010013, 0.304460869565218, 0.385844823556845, 0.631282608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 960, '2022-05-08 00:00:00', 0.0315084529721099, 0.0436521739130434, 0.039869054440459, 0.0602173913043478, 0.0416582482141145, 0.0888347826086956, 0.22907749176469, 0.308721739130435, 0.380847721739477, 0.632152173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 975, '2022-05-08 00:00:00', 0.0232214804469954, 0.0356521739130434, 0.0258178202390758, 0.0604434782608695, 0.0522594107114225, 0.0948347826086958, 0.223779399773183, 0.310939130434783, 0.372480031934228, 0.633665217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 990, '2022-05-08 00:00:00', 0.023943398340893, 0.0509217391304347, 0.0307152605914649, 0.0707782608695653, 0.0526830871151661, 0.100269565217391, 0.224650314124783, 0.3122, 0.373120027896375, 0.633839130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 1005, '2022-05-08 00:00:00', 0.0172920267673667, 0.0443347826086957, 0.0339530599015736, 0.0680869565217393, 0.0365794387049389, 0.0846521739130435, 0.221456272863321, 0.304147826086957, 0.378622070425694, 0.628969565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 1020, '2022-05-08 00:00:00', 0.0329829875899034, 0.0561739130434785, 0.0371432969178673, 0.0735217391304349, 0.0354437705325663, 0.084521739130435, 0.220750149754424, 0.307495652173913, 0.37823427015876, 0.629230434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 1035, '2022-05-08 00:00:00', 0.0191793078551435, 0.0431304347826087, 0.0240319286957569, 0.0574782608695651, 0.0256965416537795, 0.0686956521739131, 0.217275277574461, 0.308547826086957, 0.374430022539134, 0.623621739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 1050, '2022-05-08 00:00:00', 0.0194146556434809, 0.0402608695652172, 0.0194217178058391, 0.0540304347826088, 0.0239900341627609, 0.0666086956521738, 0.212789872043452, 0.308634782608696, 0.368021972460122, 0.623969565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 1065, '2022-05-08 00:00:00', 0.015456887639304, 0.0402913043478262, 0.0194335800001068, 0.0471304347826089, 0.204141805224496, 0.212813043478261, 0.212227522029352, 0.304973913043478, 0.373319893079876, 0.62265652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 1080, '2022-05-08 00:00:00', 0.0119191943383726, 0.0293913043478261, 0.0140449588666261, 0.0415217391304348, 0.203282253881353, 0.227726086956522, 0.204857046850404, 0.307365217391304, 0.368465101613056, 0.622873913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 5, 1095, '2022-05-08 00:00:00', 0.00947453420591077, 0.0273043478260869, 0.19972543396456, 0.203247826086957, 0.205931126672988, 0.23195652173913, 0.204308669833588, 0.30275652173913, 0.368140100339885, 0.61974347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 600, '2022-05-08 00:00:00', 0.0763690656272722, 0.1133125, 0.0796745416716013, 0.136229166666667, 0.0941101386058155, 0.170541666666667, 0.103456755300905, 0.226125, 0.301711184210225, 0.606870833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 615, '2022-05-08 00:00:00', 0.0378038175742664, 0.0754583333333333, 0.0398846915894861, 0.0967083333333334, 0.0707950132066344, 0.132245833333333, 0.0997380493004595, 0.206875, 0.295205550072281, 0.5952125 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 630, '2022-05-08 00:00:00', 0.0296505147571223, 0.0601541666666666, 0.0656810738351995, 0.0919541666666667, 0.0771183674008968, 0.121454166666667, 0.11225621670271, 0.192208333333333, 0.299187455385658, 0.588295833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 645, '2022-05-08 00:00:00', 0.0651067479082499, 0.0680083333333334, 0.072827741469417, 0.0913416666666666, 0.0765779809991949, 0.115675, 0.119815184673149, 0.191625, 0.299871910064368, 0.5848375 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 660, '2022-05-08 00:00:00', 0.0425639969995736, 0.0590416666666666, 0.0496570849623346, 0.08, 0.0535486877198847, 0.096625, 0.097920955996091, 0.171616666666667, 0.28674758098243, 0.573704166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 675, '2022-05-08 00:00:00', 0.0276746103490367, 0.0498333333333333, 0.0411872491525426, 0.0662916666666667, 0.0421727812488204, 0.0857499999999998, 0.096447403628437, 0.156991666666667, 0.287506682688559, 0.562995833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 690, '2022-05-08 00:00:00', 0.0257061149889688, 0.04375, 0.0309599729899144, 0.0585416666666665, 0.0541354815469377, 0.0869583333333332, 0.113956683863218, 0.160316666666666, 0.287691862602978, 0.562454166666666 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 705, '2022-05-08 00:00:00', 0.0241351493631718, 0.0416249999999998, 0.0303275595715385, 0.0607499999999998, 0.0566041575520201, 0.0929249999999999, 0.110396447560861, 0.157845833333333, 0.361372457405119, 0.612091666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 720, '2022-05-08 00:00:00', 0.019811018380572, 0.0429583333333332, 0.0380765818707053, 0.0615, 0.046095885414795, 0.0869249999999999, 0.100601676791137, 0.149554166666667, 0.353454751936746, 0.604008333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 735, '2022-05-08 00:00:00', 0.0273637600179296, 0.0390833333333333, 0.0364133505935567, 0.0593416666666666, 0.0363317474058877, 0.0756749999999999, 0.0963470086138672, 0.149954166666667, 0.34676132584452, 0.600466666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 750, '2022-05-08 00:00:00', 0.0266907518043996, 0.0393833333333333, 0.0358890884067382, 0.0606333333333333, 0.0383632740665008, 0.0783416666666665, 0.105879948338413, 0.157245833333333, 0.346582170339303, 0.602258333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 765, '2022-05-08 00:00:00', 0.0210064925028603, 0.0379999999999999, 0.0208540950566649, 0.0474347826086955, 0.0292836745788152, 0.0664782608695653, 0.101817415246268, 0.158717391304348, 0.3412418816304, 0.611921739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 780, '2022-05-08 00:00:00', 0.0201663046167918, 0.0330434782608695, 0.0282502929433202, 0.0504782608695652, 0.0341538740792976, 0.0616434782608697, 0.10170101825756, 0.16145652173913, 0.34115636597817, 0.610617391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 795, '2022-05-08 00:00:00', 0.0242575932449929, 0.0353913043478261, 0.0259345482033876, 0.0416521739130436, 0.031922238150505, 0.0646260869565217, 0.0984380278955669, 0.167152173913043, 0.33824742686184, 0.609921739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 810, '2022-05-08 00:00:00', 0.0194228991620125, 0.029391304347826, 0.02569265286161, 0.0413826086956522, 0.038961039625447, 0.0704478260869565, 0.09564262181015, 0.170073913043478, 0.335808322244309, 0.610226086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 825, '2022-05-08 00:00:00', 0.0197662847923618, 0.0304916666666668, 0.0208699839933829, 0.0514166666666667, 0.0452969133862213, 0.0772083333333334, 0.0851798862723022, 0.167320833333333, 0.332086278622402, 0.593508333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 840, '2022-05-08 00:00:00', 0.0157126345358751, 0.0418416666666666, 0.0238025330523905, 0.0554666666666667, 0.0431206161392886, 0.0780333333333334, 0.0798645863684092, 0.165654166666667, 0.331788876909066, 0.594433333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 855, '2022-05-08 00:00:00', 0.0212898815865897, 0.0340416666666666, 0.0420082807571782, 0.0549999999999999, 0.0462353776336642, 0.0731666666666666, 0.0785583983831247, 0.163325, 0.328507759129021, 0.591779166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 870, '2022-05-08 00:00:00', 0.0352734401456698, 0.0402916666666665, 0.0365414198180482, 0.0528333333333333, 0.0502555786794441, 0.0736666666666665, 0.0718769217764503, 0.159116666666667, 0.333090251511769, 0.5908 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 885, '2022-05-08 00:00:00', 0.0226609780798675, 0.0339583333333334, 0.025978216906154, 0.0445416666666666, 0.0442627202710937, 0.0671666666666666, 0.145572638126175, 0.244258333333333, 0.335384540463457, 0.586604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 900, '2022-05-08 00:00:00', 0.0209273674919929, 0.0300416666666666, 0.0398943350742243, 0.0454166666666666, 0.0426311276355464, 0.0637499999999999, 0.157272266458843, 0.259633333333333, 0.334419197119684, 0.5836875 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 915, '2022-05-08 00:00:00', 0.0246023446508425, 0.0298333333333333, 0.026537060494903, 0.0447083333333333, 0.0386065512199865, 0.0677833333333333, 0.174808157372755, 0.276416666666667, 0.332954908570672, 0.5824375 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 930, '2022-05-08 00:00:00', 0.0246787695533362, 0.0342083333333333, 0.0294628235411084, 0.0453333333333333, 0.0539269688654434, 0.0777833333333334, 0.173553777323308, 0.285333333333333, 0.332585610832171, 0.5815625 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 945, '2022-05-08 00:00:00', 0.017683151319256, 0.0315416666666666, 0.0301652069468273, 0.0508666666666665, 0.0447463284867426, 0.0869499999999999, 0.17402069841907, 0.287, 0.33199326666714, 0.579604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 960, '2022-05-08 00:00:00', 0.0239585814101838, 0.0371166666666667, 0.0349927818643889, 0.0564500000000001, 0.0401326631582545, 0.0958250000000001, 0.173111731898836, 0.298070833333333, 0.332347753283092, 0.579895833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 975, '2022-05-08 00:00:00', 0.022812404456818, 0.0348333333333333, 0.0334823120078542, 0.06525, 0.0514325046661338, 0.100791666666667, 0.172070470902249, 0.3, 0.332805308424035, 0.5803125 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 990, '2022-05-08 00:00:00', 0.0279206627034012, 0.0555416666666666, 0.0354314760171464, 0.0762083333333334, 0.0511607122532599, 0.101875, 0.172616980498796, 0.302125, 0.332527618091307, 0.5796875 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 1005, '2022-05-08 00:00:00', 0.0199492108739357, 0.0461666666666667, 0.0289621191874158, 0.0677499999999999, 0.0395484476325547, 0.0875833333333332, 0.179463125072728, 0.300375, 0.333722714213288, 0.576904166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 1020, '2022-05-08 00:00:00', 0.028577887468704, 0.0494999999999999, 0.0346629474732924, 0.0622916666666666, 0.0406854093777103, 0.0827916666666665, 0.180933525906896, 0.297541666666667, 0.33325547058906, 0.573779166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 1035, '2022-05-08 00:00:00', 0.0186283250120248, 0.0433333333333334, 0.0328121299150973, 0.0628749999999999, 0.035837166967157, 0.0742916666666667, 0.179278689212625, 0.296583333333333, 0.332524302233817, 0.5721125 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 1050, '2022-05-08 00:00:00', 0.0230216895210971, 0.0384583333333333, 0.0228573078410195, 0.0492499999999999, 0.0360524728292172, 0.0639583333333332, 0.176060921397902, 0.293375, 0.330593395971766, 0.570529166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 1065, '2022-05-08 00:00:00', 0.0146642990513242, 0.0332083333333335, 0.0212362487475911, 0.0427500000000002, 0.144210594233331, 0.1895375, 0.172953034537695, 0.295279166666667, 0.331940433258565, 0.572058333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 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 515840247943103300, 1, 1080, '2022-05-08 00:00:00', 0.0174727531159024, 0.0320833333333335, 0.021313906462581, 0.04275, 0.158621093446716, 0.210745833333333, 0.178600075415454, 0.299945833333333, 0.342825786238645, 0.584933333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247943103300 and enddate = '2022-05-08 00:00:00' and dayofweek = 1 and fromtime = 1080);
Date: 2022-05-08 18:05:13 Duration: 951ms 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 515840247008118300, 1, 1095, '2022-05-08 00:00:00', 0.0327145925424328, 0.0493750000000004, 0.229625956089779, 0.489583333333334, 0.274764391824146, 0.574583333333334, 0.301001874783511, 0.746041666666666, 0.789064956410296, 1.596875 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 600, '2022-05-08 00:00:00', 0.189308051760982, 0.236538461538461, 0.255769126662791, 0.330384615384615, 0.256293701714383, 0.412307692307692, 0.298886459018497, 0.596346153846153, 0.779877899713499, 1.52846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 615, '2022-05-08 00:00:00', 0.130763585851014, 0.218653846153847, 0.130476640998126, 0.268076923076923, 0.155909737200234, 0.359615384615385, 0.257880786411086, 0.5275, 0.728348395079844, 1.50423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 630, '2022-05-08 00:00:00', 0.0825462574280906, 0.158269230769231, 0.128806503658066, 0.251346153846155, 0.178364363463798, 0.344615384615385, 0.260415053328336, 0.49, 0.731067817542363, 1.50192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 645, '2022-05-08 00:00:00', 0.0957801970860692, 0.165384615384616, 0.116520879607971, 0.236346153846154, 0.183308483164308, 0.310000000000001, 0.257426016257397, 0.468076923076922, 0.724225129681053, 1.49403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 660, '2022-05-08 00:00:00', 0.0748107869638724, 0.154423076923077, 0.110134183891916, 0.208461538461539, 0.167028901230159, 0.274423076923077, 0.234928467017909, 0.42576923076923, 0.717112720460426, 1.47442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 675, '2022-05-08 00:00:00', 0.0790260424456097, 0.133653846153847, 0.10398964445485, 0.179615384615385, 0.143946704881196, 0.254423076923077, 0.206548187709682, 0.398076923076922, 0.700535838867978, 1.45269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 690, '2022-05-08 00:00:00', 0.0739493069609163, 0.1275, 0.0994989369869772, 0.179038461538462, 0.131448147132682, 0.246153846153845, 0.186435078409452, 0.38903846153846, 0.683006926420561, 1.44230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 705, '2022-05-08 00:00:00', 0.0539686518695384, 0.116153846153846, 0.079988460706241, 0.168076923076922, 0.114076222830985, 0.215769230769229, 0.174125949111114, 0.359615384615383, 0.746569410447136, 1.52173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 720, '2022-05-08 00:00:00', 0.0745530270757247, 0.126923076923076, 0.102977966276585, 0.167307692307691, 0.0987173509805411, 0.216346153846153, 0.178934023079416, 0.35576923076923, 0.737783087780809, 1.52673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 735, '2022-05-08 00:00:00', 0.0789469149784556, 0.103846153846153, 0.0793630896575983, 0.147499999999999, 0.0817954766475506, 0.207499999999999, 0.174649208855484, 0.357884615384615, 0.727012987927578, 1.54326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 750, '2022-05-08 00:00:00', 0.0575620067004673, 0.110769230769231, 0.0598150997144216, 0.150384615384616, 0.0794006394083915, 0.202307692307692, 0.16570049440528, 0.349423076923076, 0.706253386649471, 1.55038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 765, '2022-05-08 00:00:00', 0.0426186127630436, 0.0978846153846149, 0.0601488538160513, 0.13826923076923, 0.0781785431904735, 0.178269230769231, 0.159616367003464, 0.34576923076923, 0.707899384419522, 1.55153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 780, '2022-05-08 00:00:00', 0.0596283360621314, 0.0934615384615379, 0.0620111652477563, 0.11923076923077, 0.0772331634627349, 0.170192307692307, 0.166063125161674, 0.354807692307691, 0.740731135692713, 1.56884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 795, '2022-05-08 00:00:00', 0.0301489890122634, 0.0748076923076923, 0.044884895523482, 0.109423076923077, 0.0899908114967646, 0.167115384615385, 0.159920172393796, 0.362692307692307, 0.740323655832107, 1.57134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 810, '2022-05-08 00:00:00', 0.0315576395724494, 0.0767307692307699, 0.056361470745674, 0.116153846153846, 0.087698127337256, 0.164807692307693, 0.152481146375544, 0.3725, 0.747731980982903, 1.58865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 825, '2022-05-08 00:00:00', 0.0461085675335946, 0.0799999999999994, 0.0732878938475879, 0.121346153846153, 0.110859752008493, 0.176730769230769, 0.148781848562043, 0.37903846153846, 0.741982168560363, 1.60346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 840, '2022-05-08 00:00:00', 0.053771596734564, 0.0857692307692309, 0.0618758061330546, 0.121153846153847, 0.109562767398419, 0.175, 0.145919893724658, 0.386153846153846, 0.742148673680789, 1.61442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 855, '2022-05-08 00:00:00', 0.0293657309435016, 0.0778846153846156, 0.0724422847195241, 0.123269230769231, 0.0964085856374595, 0.176153846153845, 0.138220698661458, 0.390192307692308, 0.739545494517774, 1.62153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 870, '2022-05-08 00:00:00', 0.0662143953672172, 0.0871153846153852, 0.084043944549175, 0.124230769230769, 0.102640710172015, 0.178653846153845, 0.149921133112868, 0.392884615384615, 0.742352419935852, 1.62865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 885, '2022-05-08 00:00:00', 0.0491387360909441, 0.0861538461538465, 0.0565062964497012, 0.124807692307692, 0.0818939276418918, 0.181153846153846, 0.427628748044197, 0.707884615384615, 0.756636992527816, 1.63846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 900, '2022-05-08 00:00:00', 0.0487300254936864, 0.0938461538461527, 0.0619605954185035, 0.126346153846153, 0.113496865426049, 0.201538461538461, 0.479819717746637, 0.760192307692308, 0.798789685423179, 1.65980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 915, '2022-05-08 00:00:00', 0.0453757814088263, 0.0851923076923078, 0.0821227973595263, 0.138076923076923, 0.144410339497718, 0.212884615384616, 0.473445838020002, 0.774807692307692, 0.798679776015009, 1.66576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 930, '2022-05-08 00:00:00', 0.0634583449079908, 0.104807692307693, 0.0973953086849997, 0.150384615384615, 0.138462991445369, 0.205, 0.487074034808484, 0.783653846153846, 0.803338634411704, 1.66519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 945, '2022-05-08 00:00:00', 0.0745584437770904, 0.0901923076923074, 0.113844191771034, 0.1325, 0.113649258009693, 0.193076923076923, 0.501912227999463, 0.781730769230769, 0.816286737893945, 1.67403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 960, '2022-05-08 00:00:00', 0.0613138207534367, 0.0892307692307687, 0.0717916322529197, 0.124038461538461, 0.103687585489371, 0.206346153846154, 0.491422425210735, 0.775, 0.826129925523918, 1.66942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 975, '2022-05-08 00:00:00', 0.0375053842288516, 0.0794230769230774, 0.0622948942221897, 0.144423076923078, 0.122566151683332, 0.222307692307693, 0.500526069404828, 0.782884615384615, 0.825561533838543, 1.66961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 990, '2022-05-08 00:00:00', 0.0655696928114248, 0.124230769230768, 0.10456153874449, 0.181346153846153, 0.131257380744856, 0.2425, 0.50083069456193, 0.794230769230769, 0.828588791026879, 1.68076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 1005, '2022-05-08 00:00:00', 0.0761337386041564, 0.122115384615385, 0.0982158141739201, 0.172115384615385, 0.113133175437691, 0.223653846153845, 0.499532127248936, 0.787115384615384, 0.819286673787726, 1.67557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 1020, '2022-05-08 00:00:00', 0.0729248823210466, 0.130961538461539, 0.0996493853468255, 0.175, 0.110032337903979, 0.236346153846154, 0.505956063765955, 0.798461538461538, 0.818738640555375, 1.68019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 1035, '2022-05-08 00:00:00', 0.079626290594541, 0.117115384615385, 0.0911254418581682, 0.154615384615384, 0.0955568698975405, 0.213653846153847, 0.515515164292366, 0.78826923076923, 0.817713251414249, 1.66480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 1050, '2022-05-08 00:00:00', 0.0531962983096216, 0.0946153846153841, 0.0861860688367818, 0.150961538461539, 0.0907778353157607, 0.198846153846153, 0.532619975650124, 0.785961538461538, 0.822675489812637, 1.65480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 1065, '2022-05-08 00:00:00', 0.0639570168159846, 0.1125, 0.0634753131903689, 0.146346153846154, 0.388987838449404, 0.538461538461539, 0.507171530686081, 0.770192307692307, 0.809907402114589, 1.65 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 1080, '2022-05-08 00:00:00', 0.0403470521275658, 0.0867307692307702, 0.0573598626755132, 0.108076923076923, 0.428137289267752, 0.573461538461539, 0.493503682473987, 0.756730769230769, 0.79614883127369, 1.64480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 2, 1095, '2022-05-08 00:00:00', 0.0293709694452497, 0.0605769230769235, 0.373513669814723, 0.487692307692308, 0.418777938218408, 0.574807692307693, 0.49237044371708, 0.760576923076923, 0.807046371749385, 1.64961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 600, '2022-05-08 00:00:00', 0.166434556323084, 0.277692307692307, 0.229070110194707, 0.366346153846154, 0.230350568949557, 0.434230769230769, 0.293660714745121, 0.623846153846154, 0.70531651378327, 1.55076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 615, '2022-05-08 00:00:00', 0.173216294312586, 0.23673076923077, 0.168228896264766, 0.295192307692308, 0.23670665064915, 0.375961538461538, 0.293193622031585, 0.592500000000001, 0.701298822515437, 1.53596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 630, '2022-05-08 00:00:00', 0.107594859757117, 0.190576923076924, 0.191248127190427, 0.270384615384616, 0.221481723503665, 0.346923076923077, 0.315408709211008, 0.580576923076922, 0.706214175401813, 1.53230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 645, '2022-05-08 00:00:00', 0.116773943352761, 0.171923076923077, 0.144729057206907, 0.2325, 0.155835218691462, 0.308846153846154, 0.328234672147841, 0.565, 0.705620648790836, 1.5325 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 660, '2022-05-08 00:00:00', 0.0758178485176552, 0.147884615384616, 0.107687760893027, 0.214423076923077, 0.160878477788002, 0.313269230769231, 0.338397638198705, 0.555192307692308, 0.70679808889211, 1.52846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 675, '2022-05-08 00:00:00', 0.0816514637863984, 0.139807692307693, 0.126039218560671, 0.201730769230769, 0.158264141426725, 0.288461538461538, 0.329675831455924, 0.533076923076923, 0.705762435515391, 1.52884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 690, '2022-05-08 00:00:00', 0.0847376040401288, 0.132692307692308, 0.0992541415528078, 0.200769230769231, 0.145569967316804, 0.273846153846155, 0.301379392894636, 0.508461538461539, 0.690014966392871, 1.51557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 705, '2022-05-08 00:00:00', 0.0742638228521487, 0.141346153846154, 0.101004188793565, 0.190384615384616, 0.145076239903766, 0.263653846153847, 0.288603800817235, 0.488076923076923, 0.95854988634676, 1.66326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 720, '2022-05-08 00:00:00', 0.0734197625878862, 0.132692307692308, 0.103421467790783, 0.18, 0.147791563202527, 0.257884615384615, 0.28350369689626, 0.477884615384615, 1.03934515256186, 1.69711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 735, '2022-05-08 00:00:00', 0.0546977710135077, 0.115384615384615, 0.0809836165767258, 0.167884615384615, 0.129087328818665, 0.251538461538461, 0.273215046325165, 0.472307692307691, 1.0604602048893, 1.70961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 750, '2022-05-08 00:00:00', 0.064555283404107, 0.120769230769232, 0.0964755847950068, 0.178461538461539, 0.183245631703628, 0.270192307692307, 0.280717555834769, 0.462884615384615, 1.31198822989561, 1.89134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 765, '2022-05-08 00:00:00', 0.0966237747459398, 0.128076923076924, 0.130460869464903, 0.174038461538461, 0.208292785797744, 0.26173076923077, 0.269113073175286, 0.445384615384615, 1.31660373105023, 1.91076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 780, '2022-05-08 00:00:00', 0.0712387642962829, 0.110192307692307, 0.150466454222042, 0.173076923076921, 0.158919428061469, 0.240769230769231, 0.260734760598995, 0.431153846153846, 1.32179360951468, 1.91288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 795, '2022-05-08 00:00:00', 0.124715830837704, 0.115961538461538, 0.13432623891682, 0.161538461538463, 0.131233936745974, 0.207884615384618, 0.240386947680994, 0.408269230769231, 1.32719803171366, 1.90615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 810, '2022-05-08 00:00:00', 0.0585008218219731, 0.0971153846153854, 0.0702449012658293, 0.137115384615386, 0.115396973697153, 0.187307692307693, 0.218954245308151, 0.390192307692308, 1.33420930199818, 1.90730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 825, '2022-05-08 00:00:00', 0.0469254728265993, 0.0900000000000007, 0.0601411800554459, 0.125192307692309, 0.145865058820183, 0.203846153846155, 0.209720326589044, 0.388846153846153, 1.33294452824737, 1.90865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 840, '2022-05-08 00:00:00', 0.047080945026788, 0.093846153846154, 0.0985565046832762, 0.139230769230769, 0.15546864635675, 0.2125, 0.203584512785609, 0.380576923076922, 1.33458626547706, 1.9075 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 855, '2022-05-08 00:00:00', 0.0746265059118755, 0.0913461538461536, 0.113509233782305, 0.147884615384616, 0.154382766076846, 0.210961538461538, 0.214677575769947, 0.392307692307692, 1.33619476931264, 1.92230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 870, '2022-05-08 00:00:00', 0.0890568098722122, 0.103653846153847, 0.103636940251126, 0.138846153846154, 0.128569047597001, 0.190000000000001, 0.220276050585483, 0.391538461538461, 1.33699250616391, 1.92480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 885, '2022-05-08 00:00:00', 0.060543690517993, 0.0915384615384614, 0.0943398113205661, 0.135, 0.111185223146575, 0.181923076923077, 0.405489068428957, 0.624230769230769, 1.32975469108461, 1.93346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 900, '2022-05-08 00:00:00', 0.0663768379435522, 0.096730769230769, 0.073885826682899, 0.123653846153847, 0.108695233778459, 0.184423076923077, 0.405148263459952, 0.671346153846154, 1.32102403460346, 1.9475 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 915, '2022-05-08 00:00:00', 0.0528786709945875, 0.0869230769230777, 0.0936047336081134, 0.144615384615385, 0.132540995109496, 0.216346153846154, 0.39916976338395, 0.7025, 1.32159396767109, 1.95115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 930, '2022-05-08 00:00:00', 0.077821294297601, 0.106923076923076, 0.0811942116163465, 0.137500000000001, 0.140983905246172, 0.222692307692307, 0.389575903535349, 0.71923076923077, 1.32148170044666, 1.95173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 945, '2022-05-08 00:00:00', 0.0665180715757295, 0.105576923076925, 0.124578674554863, 0.170384615384616, 0.138205115122971, 0.229423076923077, 0.380642018376643, 0.742115384615385, 1.32043653912112, 1.95442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 960, '2022-05-08 00:00:00', 0.125714114010873, 0.125961538461538, 0.140257044249259, 0.170961538461538, 0.157868616260485, 0.242499999999999, 0.382374162307025, 0.74, 1.32068858787901, 1.95711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 975, '2022-05-08 00:00:00', 0.0493250599438214, 0.0948076923076922, 0.102998319627816, 0.155576923076922, 0.130889853870167, 0.238076923076923, 0.392794965109514, 0.758269230769231, 1.32003107480905, 1.95903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 990, '2022-05-08 00:00:00', 0.0912412271862972, 0.119807692307691, 0.117166712258809, 0.180961538461538, 0.168458166457295, 0.248076923076923, 0.40560628883002, 0.767307692307693, 1.32057860279267, 1.96038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 1005, '2022-05-08 00:00:00', 0.0814070966477464, 0.126346153846153, 0.121950336675979, 0.18173076923077, 0.175231714726969, 0.263076923076923, 0.413281427675547, 0.783461538461539, 1.32312037942945, 1.95846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 1020, '2022-05-08 00:00:00', 0.102628718427903, 0.139423076923078, 0.151854814264759, 0.188269230769232, 0.16521838694472, 0.251346153846155, 0.395268214682716, 0.769807692307694, 1.3211765153133, 1.96076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 1035, '2022-05-08 00:00:00', 0.0718299273390864, 0.118461538461539, 0.0867418805776873, 0.173076923076923, 0.1231440682228, 0.232692307692308, 0.392293453738594, 0.751923076923078, 1.32588617680635, 1.94807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 1050, '2022-05-08 00:00:00', 0.0688610641353009, 0.119615384615385, 0.0822110323871061, 0.154423076923078, 0.10338055166006, 0.198461538461539, 0.372481078507559, 0.741923076923078, 1.33102193243214, 1.94576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 1065, '2022-05-08 00:00:00', 0.0412329218726231, 0.0919230769230775, 0.093630205514115, 0.151153846153846, 0.335246866560243, 0.497692307692308, 0.390218331391346, 0.747115384615386, 1.33550285833291, 1.94673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 1080, '2022-05-08 00:00:00', 0.0815390420879176, 0.116153846153846, 0.0812062900178392, 0.132307692307692, 0.332724880575297, 0.540384615384616, 0.400257993722126, 0.747307692307693, 1.34052549971443, 1.94384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 3, 1095, '2022-05-08 00:00:00', 0.0261893989122429, 0.0482692307692298, 0.332879338268619, 0.434423076923077, 0.345265338321347, 0.548076923076924, 0.419249329158677, 0.750000000000001, 1.34335418320652, 1.93769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 600, '2022-05-08 00:00:00', 0.12596725765055, 0.2364, 0.221725806647159, 0.3554, 0.250938571500411, 0.445800000000001, 0.372719398475583, 0.679800000000001, 1.38777060424265, 1.9702 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 615, '2022-05-08 00:00:00', 0.179666821273897, 0.234799999999999, 0.199648023614894, 0.3152, 0.19793243796811, 0.4122, 0.341262972891386, 0.617000000000001, 1.41009908044317, 1.9426 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 630, '2022-05-08 00:00:00', 0.144005208239147, 0.218000000000001, 0.146726218970344, 0.281600000000001, 0.186255201269656, 0.3692, 0.343794027483511, 0.573800000000001, 1.42260315970407, 1.9232 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 645, '2022-05-08 00:00:00', 0.0960997745401456, 0.166800000000001, 0.134676464165049, 0.2476, 0.196681214151225, 0.322800000000001, 0.33145537658434, 0.512800000000001, 1.41454698284174, 1.8984 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 660, '2022-05-08 00:00:00', 0.109931038989602, 0.163399999999999, 0.14397135131685, 0.220599999999999, 0.224338471956997, 0.3094, 0.316359895266977, 0.502400000000001, 1.40603781362143, 1.8894 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 675, '2022-05-08 00:00:00', 0.0763751704853535, 0.1304, 0.135862062401541, 0.2072, 0.206170439200193, 0.311, 0.27808466936049, 0.470400000000001, 1.37427471780572, 1.8818 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 690, '2022-05-08 00:00:00', 0.08958608522905, 0.134400000000001, 0.135716616521339, 0.1924, 0.174892824323927, 0.268000000000001, 0.227636955113473, 0.430400000000001, 1.35126021426913, 1.858 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 705, '2022-05-08 00:00:00', 0.112539992891417, 0.124400000000001, 0.133145596998174, 0.190600000000001, 0.132294494720428, 0.248200000000001, 0.198540927770573, 0.416800000000001, 1.31556030521853, 1.9302 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 720, '2022-05-08 00:00:00', 0.0771459655458406, 0.128400000000001, 0.0943729304408844, 0.166000000000001, 0.0965543888179087, 0.2104, 0.193111151067633, 0.417400000000001, 1.29181516350702, 1.9348 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 735, '2022-05-08 00:00:00', 0.0624413057732345, 0.1052, 0.0714597788969419, 0.1476, 0.0965151110793878, 0.2088, 0.167319056495865, 0.4146, 1.27640860098429, 1.9322 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 750, '2022-05-08 00:00:00', 0.0497887202754471, 0.0982000000000008, 0.0557845558077386, 0.1284, 0.0817246392874679, 0.206800000000001, 0.161473165985352, 0.4094, 1.26396822217438, 1.9286 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 765, '2022-05-08 00:00:00', 0.0467413093526486, 0.100799999999999, 0.0615744806447181, 0.151799999999999, 0.114477799885684, 0.224800000000001, 0.164558247033281, 0.4176, 1.25932829317855, 1.9284 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 780, '2022-05-08 00:00:00', 0.0571605924858494, 0.1006, 0.0730308154137692, 0.147200000000001, 0.107231058933501, 0.213800000000001, 0.171151005450352, 0.4348, 1.24934272719698, 1.9298 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 795, '2022-05-08 00:00:00', 0.0497468591973411, 0.0982000000000008, 0.0896302590274815, 0.152400000000001, 0.101163234428324, 0.194400000000001, 0.181237183454903, 0.4314, 1.24671735636698, 1.927 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 810, '2022-05-08 00:00:00', 0.0775225773565356, 0.1092, 0.0852325250906801, 0.144, 0.0958549251038608, 0.1794, 0.190762286629197, 0.430599999999999, 1.24031672702312, 1.9322 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 825, '2022-05-08 00:00:00', 0.0482614407852342, 0.0829999999999998, 0.0807681868064404, 0.1288, 0.0910462336764504, 0.1746, 0.189659124044516, 0.428199999999999, 1.23107463218117, 1.9298 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 840, '2022-05-08 00:00:00', 0.0816532301871764, 0.1012, 0.0856227189477194, 0.129999999999999, 0.105227927218333, 0.184, 0.184396538289994, 0.432999999999999, 1.23079665934982, 1.929 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 855, '2022-05-08 00:00:00', 0.0354929570478427, 0.0741999999999996, 0.0691845358443634, 0.1164, 0.0763718971000899, 0.1708, 0.179632263249117, 0.421399999999999, 1.22849101204147, 1.9262 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 870, '2022-05-08 00:00:00', 0.0531326955210569, 0.0778000000000003, 0.0687883226524196, 0.1238, 0.0841872912024141, 0.169, 0.179098901913626, 0.414199999999999, 1.21942865719976, 1.922 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 885, '2022-05-08 00:00:00', 0.0574818812032691, 0.0920000000000005, 0.0559746966643561, 0.120399999999999, 0.10042078138181, 0.1902, 0.345579585623919, 0.6526, 1.20267642503432, 1.9392 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 900, '2022-05-08 00:00:00', 0.0503802209866792, 0.0893999999999994, 0.0870942975553894, 0.137, 0.112999631267834, 0.2028, 0.340266684626437, 0.6778, 1.20279234145661, 1.9386 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 915, '2022-05-08 00:00:00', 0.0468597197316993, 0.0859999999999994, 0.0731818511198871, 0.1342, 0.101231994283757, 0.209999999999999, 0.333669622031534, 0.681, 1.20175333714258, 1.9294 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 930, '2022-05-08 00:00:00', 0.0504356025045805, 0.0939999999999992, 0.0701231060350295, 0.141199999999999, 0.0924549439817408, 0.207, 0.324845860883794, 0.689599999999999, 1.1996760673893, 1.9218 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 945, '2022-05-08 00:00:00', 0.056452044545201, 0.1008, 0.0773520092391485, 0.148999999999999, 0.0966091783079297, 0.210999999999999, 0.320920810585208, 0.688799999999999, 1.19512649260793, 1.9124 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 960, '2022-05-08 00:00:00', 0.0739577582137265, 0.115199999999999, 0.0773261490915814, 0.1522, 0.11410886614691, 0.245999999999999, 0.362819744041951, 0.719399999999999, 1.19416264246821, 1.9084 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 975, '2022-05-08 00:00:00', 0.0389743505398102, 0.0876000000000005, 0.0545183455361578, 0.1392, 0.115942873864674, 0.248599999999999, 0.364879774720386, 0.716799999999999, 1.19314891498645, 1.9022 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 990, '2022-05-08 00:00:00', 0.0404691240330203, 0.107599999999999, 0.100977307681808, 0.1888, 0.119287118611636, 0.252399999999999, 0.389239857500059, 0.735799999999999, 1.19258413399922, 1.8994 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 1005, '2022-05-08 00:00:00', 0.0893317785934364, 0.1548, 0.0979157801378306, 0.205, 0.109065347384033, 0.248399999999999, 0.406144678655279, 0.764199999999999, 1.18805239783437, 1.8918 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 1020, '2022-05-08 00:00:00', 0.0695820858171597, 0.139999999999999, 0.0750877264715515, 0.1756, 0.102531296035243, 0.222799999999999, 0.411908667061036, 0.775999999999999, 1.18496350154762, 1.8898 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 1035, '2022-05-08 00:00:00', 0.0536594198005652, 0.1172, 0.0807088388385464, 0.1508, 0.111139926819002, 0.206999999999999, 0.416721529721388, 0.7738, 1.18405577712088, 1.8712 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 1050, '2022-05-08 00:00:00', 0.0648151216923932, 0.0951999999999995, 0.0802615516088907, 0.1376, 0.0873770564850977, 0.1742, 0.429756423260122, 0.7698, 1.18638185954888, 1.8554 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 1065, '2022-05-08 00:00:00', 0.0465322468832097, 0.0906000000000006, 0.0603614115143105, 0.1318, 0.284834454844681, 0.491600000000001, 0.438733784125788, 0.7746, 1.17236577056821, 1.8546 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 1080, '2022-05-08 00:00:00', 0.0387749919406828, 0.0857999999999996, 0.0405102867594555, 0.0984000000000003, 0.27433373835531, 0.509400000000001, 0.47450851766152, 0.794, 1.16985693569769, 1.8594 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 4, 1095, '2022-05-08 00:00:00', 0.028117313764536, 0.0451999999999998, 0.273452768621322, 0.4392, 0.270531883518375, 0.500000000000001, 0.481143429758736, 0.7886, 1.16517620269783, 1.8472 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 600, '2022-05-08 00:00:00', 0.121432868525953, 0.224318181818182, 0.158869960981189, 0.312954545454547, 0.159796441128714, 0.362045454545456, 0.383266957362698, 0.690681818181819, 1.17720199857737, 1.82454545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 615, '2022-05-08 00:00:00', 0.113151671953183, 0.213409090909093, 0.122878534330184, 0.264090909090911, 0.143985666975475, 0.318409090909092, 0.410363317010734, 0.656363636363637, 1.15480806017457, 1.80068181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 630, '2022-05-08 00:00:00', 0.0707137391207182, 0.146363636363636, 0.0942835825549389, 0.198181818181818, 0.168021978566453, 0.291363636363636, 0.383284393638624, 0.604545454545455, 1.14217306366387, 1.76045454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 645, '2022-05-08 00:00:00', 0.0482917047181889, 0.129772727272728, 0.0643082572307157, 0.178863636363637, 0.134977952344254, 0.275, 0.355960076072551, 0.576363636363637, 1.12055741385657, 1.73681818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 660, '2022-05-08 00:00:00', 0.0852124756588202, 0.150434782608695, 0.130093839649018, 0.226956521739131, 0.171408660381426, 0.291739130434782, 0.3840256393779, 0.595652173913043, 1.0989359298274, 1.71478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 675, '2022-05-08 00:00:00', 0.0834253115588771, 0.145652173913043, 0.0918728069029203, 0.192608695652174, 0.170676693185794, 0.298478260869564, 0.378026783458338, 0.567608695652173, 1.09328718892629, 1.69217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 690, '2022-05-08 00:00:00', 0.0557335204023821, 0.12304347826087, 0.0945589930258112, 0.173695652173913, 0.137164610722964, 0.273695652173913, 0.347247078600869, 0.543478260869565, 1.10204113536275, 1.67913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 705, '2022-05-08 00:00:00', 0.0681778654980752, 0.121304347826087, 0.0975986376500526, 0.201304347826087, 0.127302897327533, 0.274130434782608, 0.332158469727717, 0.522608695652174, 1.26573846963651, 1.90934782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 720, '2022-05-08 00:00:00', 0.069296293440449, 0.142608695652173, 0.0844097150806697, 0.18, 0.13808651409712, 0.262608695652174, 0.310415697313039, 0.499782608695652, 1.28636022499862, 1.94608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 735, '2022-05-08 00:00:00', 0.0428216726923871, 0.107826086956523, 0.079121285793474, 0.164782608695652, 0.113074182513021, 0.236956521739132, 0.274755910358048, 0.488913043478262, 1.28317321434938, 1.94304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 750, '2022-05-08 00:00:00', 0.0560385242983216, 0.113043478260869, 0.0851016597377432, 0.158260869565218, 0.186060946706525, 0.241304347826088, 0.261823757214462, 0.47804347826087, 1.29733049110936, 1.95369565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 765, '2022-05-08 00:00:00', 0.0483339012278662, 0.104565217391306, 0.0629684028926082, 0.146739130434784, 0.191804928077416, 0.243695652173913, 0.238498887560486, 0.473913043478261, 1.29733330929835, 1.96847826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 780, '2022-05-08 00:00:00', 0.0515931943914108, 0.106304347826087, 0.174910479644097, 0.176304347826088, 0.189860828996798, 0.241956521739131, 0.224534652730219, 0.461086956521739, 1.28832508387407, 1.97260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 795, '2022-05-08 00:00:00', 0.16107040662185, 0.133695652173913, 0.167182239444777, 0.188913043478261, 0.198201398749866, 0.242391304347826, 0.200772962842849, 0.459347826086957, 1.2850068439245, 1.97804347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 810, '2022-05-08 00:00:00', 0.0610279207791357, 0.11195652173913, 0.0685104071607227, 0.141304347826086, 0.0992755378281441, 0.210217391304347, 0.149391387172304, 0.427173913043479, 1.27136344912179, 1.95673913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 825, '2022-05-08 00:00:00', 0.0387260062143294, 0.0876086956521736, 0.0663987535003724, 0.137608695652174, 0.0764329513196419, 0.195217391304348, 0.156725068306169, 0.416739130434783, 1.27519958912119, 1.95891304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 840, '2022-05-08 00:00:00', 0.0620825983014385, 0.0976086956521738, 0.0735733883837152, 0.14304347826087, 0.144375443807815, 0.235217391304348, 0.152836811367849, 0.425, 1.2815106574732, 1.96673913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 855, '2022-05-08 00:00:00', 0.0585859390380024, 0.101304347826087, 0.0630891207273501, 0.135652173913044, 0.13467755372838, 0.23304347826087, 0.146284686437666, 0.424130434782608, 1.29580899387857, 1.98130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 870, '2022-05-08 00:00:00', 0.0495961955062651, 0.0843478260869567, 0.135145580997831, 0.170652173913043, 0.132876729702544, 0.22304347826087, 0.139901857186633, 0.420434782608696, 1.31037551568047, 1.98891304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 885, '2022-05-08 00:00:00', 0.104467405132787, 0.125434782608697, 0.0926258357832491, 0.155000000000001, 0.111583995905743, 0.221521739130436, 0.566782141609482, 0.785217391304348, 1.33344775118425, 1.96978260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 900, '2022-05-08 00:00:00', 0.0593509026407229, 0.100434782608697, 0.0767374508544311, 0.15, 0.0884299816808705, 0.21195652173913, 0.654948705109119, 0.833478260869565, 1.33241630190456, 1.96826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 915, '2022-05-08 00:00:00', 0.0477166372490327, 0.102173913043479, 0.0663064212725768, 0.149782608695653, 0.0899615640368305, 0.203913043478262, 0.668107468101358, 0.878043478260869, 1.33099649880903, 1.96804347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 930, '2022-05-08 00:00:00', 0.058767815396545, 0.121739130434782, 0.0632447720034695, 0.153913043478261, 0.113751167304961, 0.215652173913044, 1.13809693106779, 1.09847826086956, 1.33157274242883, 1.96282608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 945, '2022-05-08 00:00:00', 0.0336630595910069, 0.0917391304347826, 0.0648028326126606, 0.13695652173913, 0.119983118048335, 0.211304347826087, 1.12301489330858, 1.12021739130435, 1.32519806111606, 1.95891304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 960, '2022-05-08 00:00:00', 0.0577612641513638, 0.0999999999999999, 0.0942779927711054, 0.147391304347825, 0.112033397759055, 0.234130434782608, 1.10852851758911, 1.13826086956522, 1.31642744779059, 1.95304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 975, '2022-05-08 00:00:00', 0.0627672153290092, 0.100217391304348, 0.0862990709351433, 0.160434782608696, 0.0960149650720474, 0.234347826086957, 1.10911067176068, 1.13586956521739, 1.31103985220555, 1.95130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 990, '2022-05-08 00:00:00', 0.0673129086281692, 0.129130434782608, 0.077275749766509, 0.179782608695652, 0.0962831997051124, 0.245000000000001, 1.10991667244115, 1.14173913043478, 1.31051248913916, 1.9445652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 1005, '2022-05-08 00:00:00', 0.0614096592162762, 0.124347826086957, 0.0597458384943355, 0.173260869565217, 0.0838647744601808, 0.215869565217392, 1.11366024012478, 1.13369565217391, 1.31835090574245, 1.93326086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 1020, '2022-05-08 00:00:00', 0.0577082069912947, 0.125652173913043, 0.087664582651054, 0.178478260869565, 0.0978130426085786, 0.230869565217391, 1.1039964681017, 1.14173913043478, 1.30109170487938, 1.93847826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 1035, '2022-05-08 00:00:00', 0.0526078789993129, 0.11804347826087, 0.0573431870994222, 0.152173913043479, 0.082969826412146, 0.216086956521739, 1.08206635144653, 1.13195652173913, 1.30239718931483, 1.9304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 1050, '2022-05-08 00:00:00', 0.0623929913972236, 0.112391304347827, 0.0875743614004892, 0.164782608695652, 0.084959302044877, 0.196086956521739, 1.07833374060468, 1.13326086956522, 1.30096684174508, 1.92978260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 1065, '2022-05-08 00:00:00', 0.0495872290074007, 0.109565217391303, 0.0528683202734634, 0.137173913043478, 0.520271858093546, 0.668478260869565, 1.08345247647264, 1.11478260869565, 1.31310741638166, 1.92521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 1080, '2022-05-08 00:00:00', 0.0346367371054527, 0.0923913043478264, 0.0373213796033051, 0.112391304347826, 0.606176215916694, 0.712173913043478, 1.08845245874164, 1.10413043478261, 1.3268200267554, 1.92173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 5, 1095, '2022-05-08 00:00:00', 0.0233993513642751, 0.0554347826086959, 0.524970354894242, 0.625652173913044, 0.617190738033733, 0.73695652173913, 1.09390148301639, 1.085, 1.33196992215207, 1.90065217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 600, '2022-05-08 00:00:00', 0.153234881321959, 0.238260869565217, 0.22111266421596, 0.326086956521739, 1.01938217551753, 0.618260869565216, 1.04680839045363, 0.791521739130435, 1.23866588788833, 1.785 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 615, '2022-05-08 00:00:00', 0.136596836171904, 0.217173913043478, 0.153571126547574, 0.3, 1.01253702416082, 0.58195652173913, 1.08228800788691, 0.767173913043478, 1.24693616611739, 1.7704347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 630, '2022-05-08 00:00:00', 0.109791844013377, 0.192391304347826, 1.03192392938987, 0.455217391304348, 1.01802252512411, 0.55804347826087, 1.09897005321601, 0.765217391304348, 1.24693616611739, 1.7704347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 645, '2022-05-08 00:00:00', 1.03941906661723, 0.360217391304347, 1.02441914516483, 0.451304347826086, 1.01423241483614, 0.499130434782609, 1.11138511663165, 0.757826086956522, 1.24398501414407, 1.75847826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 660, '2022-05-08 00:00:00', 0.961992179571806, 0.369108695652174, 0.953991112374806, 0.413239130434783, 0.946001931889329, 0.466717391304348, 1.08853736629759, 0.746934782608696, 1.22641739851304, 1.74389130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 675, '2022-05-08 00:00:00', 0.10494916894974, 0.150652173913044, 0.127602938372997, 0.200652173913044, 0.176067046158794, 0.277173913043479, 0.431220462126418, 0.549782608695652, 0.904537747995852, 1.56608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 690, '2022-05-08 00:00:00', 0.067568586147649, 0.127173913043479, 0.104148153822639, 0.181739130434783, 0.170524649615479, 0.256739130434783, 0.432809098119505, 0.548478260869565, 0.906998045502555, 1.56 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 705, '2022-05-08 00:00:00', 0.0989170611180764, 0.123695652173914, 0.136954090573817, 0.182173913043478, 0.180390167825803, 0.252391304347826, 0.436127859556602, 0.535652173913043, 0.951666366705154, 1.64434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 720, '2022-05-08 00:00:00', 0.0931577140326788, 0.130217391304347, 0.120821054757551, 0.185, 0.190265572666976, 0.261521739130434, 0.412602245083836, 0.522608695652173, 0.911489464271674, 1.64695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 735, '2022-05-08 00:00:00', 0.0740799962864621, 0.115869565217392, 0.0948016443879339, 0.161521739130436, 0.14517741633408, 0.220869565217392, 0.401626879326607, 0.502826086956522, 0.880039300236345, 1.64847826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 750, '2022-05-08 00:00:00', 0.0729407686498128, 0.113913043478261, 0.114032274746207, 0.164782608695653, 0.130086623617759, 0.214565217391305, 0.394066540999331, 0.490434782608696, 0.855978452224083, 1.65326086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 765, '2022-05-08 00:00:00', 0.0773862802028656, 0.110000000000001, 0.0956256700614623, 0.154782608695653, 0.124852086399311, 0.216956521739131, 0.391279445847956, 0.497826086956522, 0.836238874093674, 1.65 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 780, '2022-05-08 00:00:00', 0.0712494365833081, 0.105869565217392, 0.083593336156672, 0.154130434782609, 0.119883837056342, 0.221956521739131, 0.388332428595416, 0.520434782608695, 0.821335254807995, 1.64434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 795, '2022-05-08 00:00:00', 0.0681684440110913, 0.115869565217392, 0.0895029091761167, 0.151956521739132, 0.160919418618567, 0.232826086956523, 0.399797503091579, 0.52695652173913, 0.820298497198386, 1.63652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 810, '2022-05-08 00:00:00', 0.0575925102179224, 0.0984782608695665, 0.0978403151708295, 0.155, 0.204321155016683, 0.221956521739131, 0.386127654043829, 0.528260869565217, 0.822513200153577, 1.63434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 825, '2022-05-08 00:00:00', 0.0653645901407539, 0.110434782608695, 0.125363108971136, 0.154999999999999, 0.228355956103069, 0.228478260869565, 0.369166618337657, 0.53891304347826, 0.80767758604777, 1.63608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 840, '2022-05-08 00:00:00', 0.075163852635978, 0.0971739130434792, 0.129602996720343, 0.139130434782609, 0.196619151938693, 0.235, 0.331665607349954, 0.535434782608696, 0.778008250563363, 1.62173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 855, '2022-05-08 00:00:00', 0.0718735714757512, 0.0910869565217385, 0.137870592931405, 0.150869565217391, 0.14517741633408, 0.209130434782608, 0.287670897823443, 0.529999999999999, 0.751318866744136, 1.61369565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 870, '2022-05-08 00:00:00', 0.10633677577124, 0.109347826086956, 0.115024056600513, 0.163478260869565, 0.141832306482182, 0.213695652173912, 0.269869314002753, 0.51391304347826, 0.750988347462007, 1.61195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 885, '2022-05-08 00:00:00', 0.0862383634815061, 0.114347826086956, 0.0838193993035305, 0.134347826086956, 0.121565870496473, 0.208478260869565, 0.268186155923921, 0.665217391304347, 0.758751965700615, 1.62 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 900, '2022-05-08 00:00:00', 0.0526707650045645, 0.0841304347826097, 0.0997323493254634, 0.135217391304349, 0.11778086438726, 0.197826086956523, 0.288813847893723, 0.694565217391304, 0.759000278606604, 1.62782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 915, '2022-05-08 00:00:00', 0.0675312839230859, 0.0917391304347832, 0.0769065959845374, 0.138478260869566, 0.0968087638537602, 0.199130434782609, 0.275800308695766, 0.711086956521738, 0.756117279210673, 1.63260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 930, '2022-05-08 00:00:00', 0.0616681800191761, 0.105652173913044, 0.0708551659757741, 0.135000000000001, 0.109656758766083, 0.207173913043479, 0.261415461436887, 0.726956521739131, 0.756798893509625, 1.63173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 945, '2022-05-08 00:00:00', 0.0559670640016466, 0.0886956521739139, 0.0835093661169151, 0.134782608695652, 0.130006460769829, 0.226956521739131, 0.259491940517766, 0.747391304347826, 0.757989722207586, 1.63065217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 960, '2022-05-08 00:00:00', 0.0598259993450034, 0.0971739130434779, 0.0753476789773424, 0.145, 0.145015332431837, 0.266086956521738, 0.261413193445759, 0.766304347826086, 0.754894241735579, 1.63195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 975, '2022-05-08 00:00:00', 0.0621661041559535, 0.101521739130435, 0.0964119127338317, 0.165434782608695, 0.174706982242464, 0.285434782608694, 0.270368654777447, 0.774130434782608, 0.756792691472119, 1.63021739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 990, '2022-05-08 00:00:00', 0.0926605006431896, 0.137173913043478, 0.12427735779328, 0.213043478260868, 0.174014162796466, 0.296739130434782, 0.279431063712661, 0.78891304347826, 0.758269430772644, 1.6345652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 1005, '2022-05-08 00:00:00', 0.0997571161042593, 0.154130434782607, 0.153871320912019, 0.218260869565216, 0.183060013054317, 0.292826086956522, 0.298305491079037, 0.799565217391303, 0.761384543397686, 1.63282608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 1020, '2022-05-08 00:00:00', 0.103366266161824, 0.143695652173913, 0.109081233101848, 0.193478260869566, 0.174827696090059, 0.264782608695653, 0.305243698403456, 0.796521739130434, 0.766840832024535, 1.63195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 1035, '2022-05-08 00:00:00', 0.0541006235671623, 0.13217391304348, 0.128021968841012, 0.186521739130437, 0.145324701185668, 0.249782608695652, 0.291094092607507, 0.796956521739129, 0.767707111785586, 1.62913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 1050, '2022-05-08 00:00:00', 0.097554585915793, 0.121521739130436, 0.116995067630232, 0.175869565217393, 0.114603199260023, 0.210434782608696, 0.292206408177913, 0.791304347826086, 0.770958158536142, 1.63586956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 1065, '2022-05-08 00:00:00', 0.0602596489903717, 0.106956521739131, 0.08331804866415, 0.161521739130435, 0.215521245158394, 0.536956521739131, 0.28705985383504, 0.785217391304347, 0.769489140631242, 1.64108695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 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 515840247008118300, 1, 1080, '2022-05-08 00:00:00', 0.0618913046949077, 0.111521739130434, 0.0598755296543032, 0.116521739130435, 0.271995625982036, 0.585434782608696, 0.287409549270475, 0.782391304347825, 0.769721023842701, 1.64 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247008118300 and enddate = '2022-05-08 00:00:00' and dayofweek = 1 and fromtime = 1080);
Date: 2022-05-08 18:01:45 Duration: 930ms Database: acaweb_fx User: pgperfstats
13 754ms 1s149ms 797ms 94 1m15s insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?);Times Reported Time consuming queries #13
Day Hour Count Duration Avg duration May 08 18 94 1m15s 797ms [ User: pgperfstats - Total duration: 1m15s - Times executed: 94 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 515840247994934300, 1, 1095, '2022-05-08 00:00:00', 0.560680228687073, 1.52166666666666, 1.01840739548984, 2.16166666666667, 1.36510762966871, 2.85166666666667, 2.89232718096331, 5.095, 16.643458283157, 22.0658333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1110, '2022-05-08 00:00:00', 0.681696519668052, 1.51166666666667, 0.940369858627179, 2.07208333333334, 1.15444690000344, 2.66791666666667, 2.87236580645414, 5.05625, 16.6307629218361, 22.1516666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1125, '2022-05-08 00:00:00', 0.534670255960339, 1.33875, 0.663849118530647, 1.77, 0.934209636498968, 2.47791666666667, 3.37345001982124, 5.26541666666667, 17.6455143487073, 22.88875 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1140, '2022-05-08 00:00:00', 0.707510434193558, 1.30333333333333, 0.772170735606792, 1.83958333333333, 0.996732342366217, 2.57166666666667, 3.75147446857976, 5.49291666666667, 17.6743571721654, 23.0333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1155, '2022-05-08 00:00:00', 0.480054344749679, 1.205, 0.715269787957809, 1.71249999999999, 1.58401434629721, 2.64166666666667, 3.65805521210145, 7.72875, 17.7668381860824, 23.17 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1170, '2022-05-08 00:00:00', 0.53694367906956, 1.13041666666666, 0.88544756553076, 1.82, 1.83699734325623, 2.63125, 3.36882284949867, 7.8375, 17.8002237355667, 23.0954166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1185, '2022-05-08 00:00:00', 0.521074697696709, 1.32333333333334, 1.07864238005837, 1.87791666666668, 1.3733160966978, 2.42833333333334, 2.92087390139083, 8.01, 17.818144310412, 23.0233333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1200, '2022-05-08 00:00:00', 0.794392941136527, 1.28916666666667, 1.08878397466084, 1.78625, 1.47058082777332, 2.38916666666667, 2.61781269328068, 7.90041666666666, 17.8337955869252, 22.9629166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1215, '2022-05-08 00:00:00', 0.581047903934488, 1.14083333333333, 0.514322404948378, 1.46333333333333, 1.54264448034976, 2.31041666666667, 2.30738370567562, 7.8575, 17.8372182498086, 23.06375 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1230, '2022-05-08 00:00:00', 0.433826920673958, 1.08666666666667, 0.97431321036105, 1.66083333333334, 1.54135363057695, 2.39666666666667, 2.61183926531212, 8.225, 17.8839298561991, 23.1391666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1245, '2022-05-08 00:00:00', 0.728610823337158, 1.17708333333333, 1.26076466330234, 1.72166666666666, 1.23828356835264, 2.26375, 2.54234568026675, 8.26791666666667, 17.9391674955886, 23.23 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1260, '2022-05-08 00:00:00', 0.599858528007378, 1.23291666666667, 0.830357003717792, 1.74833333333334, 1.1357459401555, 2.38166666666667, 2.54967801320373, 8.34166666666667, 18.0286371232475, 23.34 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1275, '2022-05-08 00:00:00', 0.653937765731026, 1.17458333333333, 0.982909021694045, 1.66333333333333, 1.19994134820434, 2.54375, 2.57166383714987, 8.46125, 18.0688191468706, 23.3458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1290, '2022-05-08 00:00:00', 0.678155533440692, 1.14416666666666, 0.749979589094243, 1.64541666666667, 1.48888143744981, 2.73125000000001, 2.55515151710468, 8.49083333333334, 18.0588778550623, 23.3454166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1305, '2022-05-08 00:00:00', 0.6913230331993, 1.18333333333333, 1.24258467182992, 1.99583333333334, 2.04531472366494, 2.97916666666667, 2.56041772944873, 8.63208333333333, 18.090139394076, 23.3504166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1320, '2022-05-08 00:00:00', 0.740143457488038, 1.42863636363636, 1.08971152702044, 1.95045454545455, 1.97042730549335, 3.32136363636364, 2.35651183997621, 8.79636363636364, 18.8339431824795, 23.4359090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1335, '2022-05-08 00:00:00', 0.711253998992095, 1.41818181818182, 1.20913478421842, 2.07545454545455, 2.41198688552213, 6.05045454545454, 2.32992280124048, 8.66454545454545, 18.8599228994949, 23.4118181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1350, '2022-05-08 00:00:00', 0.884867490752423, 1.4, 1.36208499776099, 2.40227272727273, 2.11612572765375, 6.145, 2.37405716076877, 8.44954545454546, 18.8721458379311, 23.3886363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1365, '2022-05-08 00:00:00', 0.700396455448769, 1.72136363636364, 2.19627493567486, 5.41045454545454, 1.91506535780776, 6.26909090909091, 2.30707100527414, 8.31636363636364, 18.8898365043262, 23.3077272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 990, '2022-05-08 00:00:00', 1.66071532317113, 3.89923076923077, 1.52085583193756, 4.50230769230769, 1.58682304766959, 5.00923076923077, 1.95062660543892, 7.06807692307692, 17.4108623035692, 22.5969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1005, '2022-05-08 00:00:00', 0.961290558812233, 2.42653846153846, 1.37173853754446, 3.55115384615384, 1.51044343972735, 4.21923076923077, 2.09337107592956, 6.60230769230769, 17.4882486126673, 22.3865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1020, '2022-05-08 00:00:00', 1.16037474053063, 2.44846153846153, 1.1447311407555, 3.01423076923076, 1.75509425563241, 4.25961538461539, 2.24130363851041, 6.225, 17.4037424313101, 22.4988461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1035, '2022-05-08 00:00:00', 0.685495104622592, 1.87346153846153, 0.954455543551082, 2.61576923076923, 1.53163065441328, 3.87730769230769, 2.3078613809859, 5.91807692307692, 17.4725487375087, 22.3307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1050, '2022-05-08 00:00:00', 0.705652780164478, 1.99538461538462, 1.51652822135094, 3.02461538461539, 1.60335537593463, 3.84269230769231, 2.40688349403251, 5.89807692307692, 17.5111402782958, 22.4053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1065, '2022-05-08 00:00:00', 1.06555987450441, 1.84538461538462, 1.19351587917638, 2.57807692307692, 1.4963870334396, 3.35307692307693, 2.11338954871443, 5.44923076923077, 17.5107619348349, 22.1665384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1080, '2022-05-08 00:00:00', 0.694664944138818, 1.67076923076923, 0.847797962143918, 2.12576923076924, 1.1843396732097, 2.86730769230769, 1.99673830186978, 5.09038461538462, 17.4540372935935, 22.0546153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1095, '2022-05-08 00:00:00', 0.456313657308387, 1.38307692307693, 0.87695416948927, 2.04615384615385, 1.21906117723687, 2.78307692307692, 2.07233487789832, 5.13038461538462, 17.4335286864576, 22.0376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1110, '2022-05-08 00:00:00', 0.719244154544307, 1.52192307692308, 0.778435907148725, 1.94769230769231, 1.22521156728762, 2.65923076923077, 2.13991574241029, 5.04923076923077, 17.4087461528792, 22.1288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1125, '2022-05-08 00:00:00', 0.515738305732665, 1.255, 1.00107911006842, 1.96076923076923, 1.05058372053167, 2.47692307692307, 2.09911252309527, 4.86423076923077, 17.5886052274236, 22.9853846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1140, '2022-05-08 00:00:00', 0.80775777024094, 1.43384615384615, 0.852782594713425, 1.84692307692308, 0.83262624360421, 2.23769230769231, 2.18260849584937, 5.03961538461539, 17.519067225784, 23.2326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1155, '2022-05-08 00:00:00', 0.573208647741951, 1.21807692307693, 0.631331803534277, 1.63961538461538, 0.845130486056167, 2.14153846153846, 2.71725494967595, 7.25230769230769, 17.4858633890791, 23.5723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1170, '2022-05-08 00:00:00', 0.4381169496133, 1.13230769230769, 0.586890633239801, 1.50384615384615, 0.868805811710267, 2.10653846153846, 2.76141847607348, 7.69, 17.4408013400937, 23.6792307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1185, '2022-05-08 00:00:00', 0.388759763666651, 1.07692307692308, 0.506267183943874, 1.45230769230769, 0.651803179353536, 2.12076923076923, 2.95699486225198, 8.03115384615385, 17.3366548277165, 23.9261538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1200, '2022-05-08 00:00:00', 0.3912978405256, 1.125, 0.51173971749468, 1.56153846153846, 0.851400384886331, 2.23115384615385, 2.91257731491966, 8.23115384615385, 17.2885843705742, 23.9915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1215, '2022-05-08 00:00:00', 0.324897143487216, 1.06307692307693, 0.537181390364405, 1.53038461538462, 0.848523060744594, 2.24923076923077, 3.04143872837536, 8.28846153846154, 17.2769856879474, 24.0123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1230, '2022-05-08 00:00:00', 0.3328034763132, 1.02692307692308, 0.535690639771174, 1.4473076923077, 0.688495908037673, 2.20115384615385, 2.92168718380322, 8.26, 17.6249614424019, 24.0146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1245, '2022-05-08 00:00:00', 0.447840802758506, 1.08423076923077, 0.5395589366824, 1.59038461538462, 0.762430627361248, 2.24269230769231, 2.95969353922899, 8.29461538461538, 17.9366167335469, 24.0996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1260, '2022-05-08 00:00:00', 0.402126654368802, 1.13538461538461, 0.595975347967198, 1.67115384615385, 0.77553723314874, 2.245, 3.09771886294514, 8.35692307692308, 17.9755069597922, 24.1623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1275, '2022-05-08 00:00:00', 0.412145605338694, 1.14, 0.5912828296301, 1.56076923076923, 1.21950582677512, 2.46230769230769, 3.1352539585519, 8.39576923076923, 18.0358527767504, 24.2242307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1290, '2022-05-08 00:00:00', 0.465874859394, 1.04923076923076, 0.565524399255983, 1.48538461538461, 1.166324404008, 2.52384615384616, 3.10765852990021, 8.34153846153846, 18.2577220417512, 24.2930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1305, '2022-05-08 00:00:00', 0.474161932741902, 1.12846153846154, 0.996637423462594, 1.91307692307692, 1.26126895807967, 2.77923076923077, 2.99407188650147, 8.41769230769231, 18.3905819249545, 24.3465384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1320, '2022-05-08 00:00:00', 0.451373909078834, 1.32416666666666, 0.809104779047972, 1.89625, 1.17037704503132, 3.00541666666667, 2.94642450969041, 8.56, 19.0191585330253, 24.855 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1335, '2022-05-08 00:00:00', 0.59546094068718, 1.25791666666667, 0.804541006962392, 1.80083333333333, 2.37804069271993, 6.20916666666667, 3.06107575577748, 8.5475, 19.0509817113624, 24.8145833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1350, '2022-05-08 00:00:00', 0.472025392340807, 1.18583333333333, 0.760886210998045, 2.015, 2.34440866590141, 6.54458333333333, 3.13531009376393, 8.58958333333333, 19.0433384021815, 24.82375 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 1365, '2022-05-08 00:00:00', 0.706288010391791, 1.62916666666667, 2.17780898904234, 5.80208333333333, 2.34916204610082, 6.78333333333334, 3.10384987684182, 8.83333333333333, 18.9822241360746, 24.89625 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 990, '2022-05-08 00:00:00', 1.55969661744249, 3.64153846153846, 1.74945763023859, 4.325, 1.91093340060256, 5.29769230769231, 2.65612722702695, 7.49961538461538, 18.3623109824277, 23.9138461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1005, '2022-05-08 00:00:00', 0.750095891305804, 2.27038461538462, 0.891727191811144, 3.26576923076923, 1.28373757203182, 4.01307692307692, 2.21965323002005, 6.2873076923077, 17.8445797890047, 23.3103846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1020, '2022-05-08 00:00:00', 0.70982077911367, 2.21153846153846, 1.008071502348, 2.76807692307693, 1.16404791072428, 3.41346153846154, 2.43704044977635, 6.04692307692308, 17.8625290870194, 23.2542307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1035, '2022-05-08 00:00:00', 0.785033463274999, 1.80846153846154, 0.867556072229072, 2.60846153846153, 1.1630081023595, 3.14961538461538, 2.71214649592986, 6.11115384615384, 17.7798441500481, 23.225 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1050, '2022-05-08 00:00:00', 0.474078214903566, 1.67692307692307, 0.539176580180729, 2.04076923076923, 1.01408306441753, 2.7926923076923, 2.75549490180007, 5.93192307692307, 17.7690172361462, 23.1715384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1065, '2022-05-08 00:00:00', 0.365334830616436, 1.31153846153846, 0.913628185608602, 2.02730769230769, 1.06407265512492, 2.86884615384615, 2.77428011452451, 5.98307692307692, 17.6997348958852, 23.3207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1080, '2022-05-08 00:00:00', 0.716096362230677, 1.515, 0.908022110879549, 2.04192307692307, 0.952614539852538, 2.68230769230769, 3.09998223319971, 6.18461538461538, 17.609315314519, 23.4646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1095, '2022-05-08 00:00:00', 0.642740885702667, 1.40038461538462, 0.750908885182585, 1.91192307692308, 1.2200337952444, 2.6423076923077, 3.8513826688007, 6.53730769230769, 17.5629269901557, 23.4873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1110, '2022-05-08 00:00:00', 0.567916705701973, 1.27576923076923, 0.720052669013766, 1.73961538461538, 1.47431590394169, 2.74923076923077, 4.1393699446246, 6.65346153846154, 17.5195251604076, 23.6946153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1125, '2022-05-08 00:00:00', 0.463339881894323, 1.24038461538462, 0.997969939427041, 1.86, 1.37275338140318, 2.77961538461538, 4.15273663244631, 6.71153846153847, 18.1942026311849, 24.1642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1140, '2022-05-08 00:00:00', 0.722987817750328, 1.35076923076923, 0.996607167420465, 2.01461538461538, 1.263004537418, 2.72730769230769, 4.10314423526454, 6.74384615384615, 18.1613631477545, 24.3107692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1155, '2022-05-08 00:00:00', 0.668199532613292, 1.35115384615384, 0.946024312583984, 1.86499999999999, 1.97996802615986, 3.09576923076923, 16.8966269551511, 12.0776923076923, 18.1625879255641, 24.5419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1170, '2022-05-08 00:00:00', 0.606105474446358, 1.16038461538461, 0.805530594367176, 1.69653846153847, 1.82957632758558, 2.79846153846154, 16.8632655839208, 11.9130769230769, 18.2051594926781, 24.5080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1185, '2022-05-08 00:00:00', 0.522237935751958, 1.1373076923077, 1.7307924818951, 2.19884615384616, 1.69215643030288, 2.63423076923077, 16.813914256216, 11.9561538461538, 18.1715780949685, 24.6076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1200, '2022-05-08 00:00:00', 1.76786355199193, 1.75153846153846, 1.70216084388683, 2.06346153846154, 1.71936285157747, 2.60384615384616, 16.7569882551912, 12.1207692307692, 18.0592639810835, 24.8965384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1215, '2022-05-08 00:00:00', 0.436366289327607, 1.13653846153846, 0.721696718744212, 1.62692307692308, 1.51576337710891, 2.84115384615385, 16.618926860661, 12.215, 17.9151113695845, 24.9307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1230, '2022-05-08 00:00:00', 0.788472817930582, 1.25423076923077, 1.07822139870037, 1.70576923076923, 1.62126598206938, 2.90076923076923, 16.5660213504817, 12.4692307692308, 17.8574871735596, 25.0380769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1245, '2022-05-08 00:00:00', 0.511132678846321, 1.15384615384616, 1.48622190081479, 2.22653846153846, 1.62583398717279, 2.89192307692308, 16.5652160727973, 12.5365384615385, 17.8502097595949, 24.9673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1260, '2022-05-08 00:00:00', 1.61168731458679, 1.81, 1.55080961485878, 2.23230769230769, 2.24681138162851, 3.13423076923077, 16.5627981888977, 12.5903846153846, 17.858266764895, 24.9203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1275, '2022-05-08 00:00:00', 0.654760555176766, 1.32076923076923, 1.08819370447615, 1.94153846153846, 2.83301242224868, 3.42923076923077, 16.5450470999167, 12.4934615384615, 17.8638658620821, 24.9365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1290, '2022-05-08 00:00:00', 1.03613215670292, 1.46461538461539, 1.95968368719193, 2.23192307692309, 3.02538887519502, 3.63538461538462, 16.5496525503849, 12.4634615384615, 17.8741859803891, 25.0326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1305, '2022-05-08 00:00:00', 1.07613760915886, 1.45807692307693, 2.02532504513757, 2.46153846153846, 2.42369178035364, 3.34461538461539, 16.5726537357827, 12.3103846153846, 17.8668955764134, 25.0384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1320, '2022-05-08 00:00:00', 1.179984033299, 1.65833333333333, 1.34615717152001, 2.275, 1.53843299722689, 3.0025, 17.1828072513263, 12.7170833333333, 18.487246676396, 25.66875 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1335, '2022-05-08 00:00:00', 0.844340064741414, 1.40333333333333, 0.92026687606824, 1.84708333333333, 17.6935647844805, 9.935, 17.1789770198716, 12.6208333333333, 18.6460182640007, 25.7066666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1350, '2022-05-08 00:00:00', 0.539902701916033, 1.26416666666667, 0.910723155885841, 2.07583333333333, 17.4796584831743, 10.2445833333333, 17.0497588862632, 12.5679166666667, 18.7217894395499, 25.6820833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 1365, '2022-05-08 00:00:00', 0.852858683946296, 1.72125, 17.5471474001918, 9.62916666666667, 17.3658815453701, 10.46625, 16.9922649708795, 12.5308333333333, 18.7201460446969, 25.64625 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 990, '2022-05-08 00:00:00', 2.24874594681866, 3.928, 2.44921055308304, 4.60359999999999, 2.90200648976991, 5.708, 3.59356591702448, 7.5808, 6.39845338083093, 20.4784 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1005, '2022-05-08 00:00:00', 1.04621094112676, 2.4564, 1.70952644514984, 3.4316, 2.60008281919378, 4.7484, 3.36510534753371, 7.0644, 6.36206237525747, 20.2072 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1020, '2022-05-08 00:00:00', 1.24256119902938, 2.386, 1.99853904973942, 3.636, 2.37603009240203, 4.6176, 3.2019850613851, 6.802, 6.5650686211189, 19.9648 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1035, '2022-05-08 00:00:00', 1.31693166109712, 2.3544, 1.70326157709261, 3.062, 1.88454609919737, 3.9884, 3.16952220373987, 6.23720000000001, 6.91675983872988, 19.618 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1050, '2022-05-08 00:00:00', 0.7548288989345, 1.764, 1.04076141998699, 2.6052, 1.57448753567629, 3.64880000000001, 3.08642851853076, 5.9108, 7.01076225052122, 19.5096 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1065, '2022-05-08 00:00:00', 0.805782849159744, 1.8612, 1.16468851343753, 2.5908, 1.56801094809103, 3.412, 2.95401433081606, 5.7056, 6.87038094528486, 19.3352 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1080, '2022-05-08 00:00:00', 0.948727217556936, 1.7, 1.34494089089446, 2.2692, 1.581781379753, 2.9964, 2.79481024996927, 5.4832, 6.9596491290869, 19.0108 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1095, '2022-05-08 00:00:00', 0.834600702931245, 1.51800000000001, 0.924035533227302, 2.01400000000001, 1.40141595062518, 2.79800000000001, 2.28477001030738, 5.7136, 6.8291104105879, 18.7264 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1110, '2022-05-08 00:00:00', 0.582330089668508, 1.42800000000001, 0.90333972937465, 2.0032, 1.34834466414687, 2.944, 2.09895275474858, 5.7712, 6.64863226536105, 18.5488 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1125, '2022-05-08 00:00:00', 0.667720001198105, 1.408, 0.98995909006383, 1.9324, 1.31461933653815, 2.7164, 2.04487228615057, 5.7488, 7.17358464553578, 19.418 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1140, '2022-05-08 00:00:00', 0.584764910027954, 1.252, 1.02801183521074, 1.968, 1.29942654018354, 2.6648, 1.96304593255821, 5.95919999999999, 7.17435460511954, 19.3184 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1155, '2022-05-08 00:00:00', 0.817978606077202, 1.3684, 0.964923658465619, 1.9488, 1.1463819898562, 2.542, 2.17948938974247, 7.4664, 7.04859837130758, 19.4284 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1170, '2022-05-08 00:00:00', 0.626007987169493, 1.3788, 0.886803623507859, 1.8304, 1.09892022761739, 2.4744, 2.21050582446643, 7.8888, 6.96749543714717, 19.6952 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1185, '2022-05-08 00:00:00', 0.609041049519653, 1.1668, 0.64680290661066, 1.6096, 1.03952184520897, 2.3616, 2.15207365115602, 7.9628, 7.00683471095663, 19.6992 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1200, '2022-05-08 00:00:00', 0.441962291000785, 1.1516, 0.792407092345841, 1.6744, 0.932294123832882, 2.2784, 2.72392131555472, 8.1516, 6.98526305875448, 19.786 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1215, '2022-05-08 00:00:00', 0.604481044643526, 1.2016, 0.713320404867265, 1.5948, 0.805964639422845, 2.2296, 2.78647579091104, 8.2084, 6.98013311716426, 19.73 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1230, '2022-05-08 00:00:00', 0.411004055130033, 1.0808, 0.65814562724876, 1.5484, 0.850327779937442, 2.3364, 2.77552547577331, 8.354, 6.99012284107606, 19.6744 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1245, '2022-05-08 00:00:00', 0.492562009632628, 1.07440000000001, 0.761672064167599, 1.7212, 0.822394876767444, 2.362, 2.97727655192907, 8.6144, 7.1386765113243, 19.6876 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1260, '2022-05-08 00:00:00', 0.599366888196754, 1.25639999999999, 0.731799836020749, 1.80319999999999, 0.864608389195167, 2.3432, 3.14901561338354, 8.7908, 7.23839933963303, 19.664 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1275, '2022-05-08 00:00:00', 0.69938735094843, 1.39519999999999, 0.704353841001333, 1.7368, 1.10418114455917, 2.7408, 3.02453919355219, 8.7496, 7.19541041220026, 19.5368 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1290, '2022-05-08 00:00:00', 0.372286627927105, 1.04160000000001, 0.499024047516747, 1.514, 1.19985763044343, 2.632, 3.06362258336978, 8.71, 7.25777610566763, 19.4316 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1305, '2022-05-08 00:00:00', 0.423256423459812, 1.0972, 0.877499667616274, 1.9284, 1.13681470199266, 2.6568, 3.0578846174003, 8.59600000000001, 7.23491246203666, 19.41 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1320, '2022-05-08 00:00:00', 0.482718749692139, 1.34086956521739, 0.717187909842125, 1.80304347826087, 1.03772002286252, 2.87086956521739, 3.1064063601384, 8.76826086956522, 7.22936392546387, 20.0213043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1335, '2022-05-08 00:00:00', 0.56030765123423, 1.23086956521739, 0.600094524833534, 1.8395652173913, 1.73751731017624, 5.50130434782609, 3.00231419305742, 8.72217391304348, 7.1546843606406, 20.2091304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1350, '2022-05-08 00:00:00', 0.532025364190748, 1.34652173913043, 0.703346883084485, 2.14826086956521, 1.95266170829347, 6.28826086956521, 2.98842133162913, 8.77565217391305, 7.10108873799097, 20.1539130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 1365, '2022-05-08 00:00:00', 0.598239842446911, 1.77, 1.62522725683629, 5.19, 1.93595162533886, 6.53217391304347, 2.96619657716534, 8.71695652173913, 7.06854997960892, 20.0547826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 990, '2022-05-08 00:00:00', 1.56780233660582, 3.69708333333334, 1.77800246164711, 5.02166666666667, 2.211177099797, 5.98541666666667, 2.56188502694878, 7.89875000000001, 7.36068639235953, 19.4154166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1005, '2022-05-08 00:00:00', 1.08983012903156, 3.05916666666666, 1.53109219092172, 3.62791666666666, 1.95744268985276, 4.90416666666667, 2.46756113825262, 6.89333333333334, 7.3385742677041, 19.25125 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1020, '2022-05-08 00:00:00', 0.908395224590028, 2.36583333333333, 1.41390756467645, 3.51041666666666, 1.55919223791764, 4.44249999999999, 2.09296436157919, 6.23958333333333, 7.31856107659724, 18.9116666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1035, '2022-05-08 00:00:00', 0.973648077957402, 2.40916666666667, 1.24655692475982, 2.99791666666667, 1.66278920335159, 4.06375, 2.33633581409692, 5.79958333333333, 7.48207334620365, 18.7770833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1050, '2022-05-08 00:00:00', 0.738176243634725, 1.81791666666667, 1.11688587508797, 2.56083333333333, 1.30095366358015, 3.4975, 2.33943783504884, 5.34708333333334, 7.45994316283668, 18.7095833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1065, '2022-05-08 00:00:00', 0.923174658055209, 1.85416666666667, 0.967250323549082, 2.51416666666667, 1.15005474034809, 3.41458333333334, 2.30020351966605, 5.28333333333334, 7.44324407953523, 18.7770833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1080, '2022-05-08 00:00:00', 0.5862679804727, 1.77166666666667, 0.740228984352385, 2.45208333333334, 1.14607332137652, 3.39333333333333, 2.34453755367231, 5.31708333333334, 7.43408677617179, 18.69125 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1095, '2022-05-08 00:00:00', 0.523813877499316, 1.62625, 0.734364434860788, 2.35958333333334, 1.13039615667009, 3.01958333333334, 2.44135683348539, 5.25666666666667, 7.37081257933684, 18.7379166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1110, '2022-05-08 00:00:00', 0.732145447654853, 1.6475, 1.05738183291548, 2.22041666666667, 1.19665475752017, 2.63, 2.46164457664772, 5.19375000000001, 7.29980552401267, 18.9570833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1125, '2022-05-08 00:00:00', 0.55099909255824, 1.48, 0.661827591499153, 1.84625000000001, 0.877249902424819, 2.3525, 2.23662980001583, 5.20458333333334, 16.4835812909062, 22.34 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1140, '2022-05-08 00:00:00', 0.530557370308249, 1.30708333333333, 0.729706611680642, 1.8275, 0.934500467195398, 2.49291666666667, 2.40587550727832, 5.48750000000001, 16.460649497637, 22.4741666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1155, '2022-05-08 00:00:00', 0.546906815844704, 1.32875, 0.726450074089697, 1.68916666666666, 1.10627844268685, 2.57791666666666, 3.76391887878671, 8.56625, 16.6061279886481, 22.3354166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1170, '2022-05-08 00:00:00', 0.431945170634865, 1.18124999999999, 0.576148978066904, 1.75541666666666, 1.20630679636506, 2.63249999999999, 3.82789380919752, 8.95166666666667, 16.561503943251, 22.4195833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1185, '2022-05-08 00:00:00', 0.508307079388554, 1.2575, 1.01391969710324, 1.79624999999999, 1.28697826068597, 2.46, 4.25953865638256, 9.46, 16.571468474197, 22.3425 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1200, '2022-05-08 00:00:00', 0.39333930680353, 1.16391304347826, 0.630362841745112, 1.65869565217391, 1.29031570730032, 2.43652173913043, 4.38814793420756, 9.82826086956522, 16.7203393572422, 21.9313043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1215, '2022-05-08 00:00:00', 0.448891916355343, 1.17304347826088, 0.567313550015874, 1.64086956521739, 1.50840137349358, 2.49260869565217, 4.42006255209436, 10.115652173913, 16.7698671865506, 21.87 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1230, '2022-05-08 00:00:00', 0.504995988713376, 1.26869565217391, 1.27156030633557, 1.94260869565217, 1.52449084353295, 2.59782608695652, 4.46312205726258, 10.1530434782609, 16.7700884788642, 21.9430434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1245, '2022-05-08 00:00:00', 1.20493156612788, 1.36652173913043, 1.45797696756316, 1.79173913043478, 1.47877633421702, 2.50391304347826, 4.4527532007954, 10.1726086956522, 16.791668023748, 21.9317391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1260, '2022-05-08 00:00:00', 0.652391768619778, 1.17826086956521, 1.09683284619404, 1.84173913043478, 1.14274580908868, 2.5004347826087, 4.57349551927431, 10.2160869565217, 16.8617390290267, 21.8760869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1275, '2022-05-08 00:00:00', 0.645900419398112, 1.37652173913044, 0.631940045687786, 1.72130434782609, 1.15646370474618, 2.57913043478262, 4.55358743168765, 10.3630434782609, 16.8014660451052, 21.7939130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1290, '2022-05-08 00:00:00', 0.45738213670009, 1.09565217391304, 0.792412387147221, 1.74913043478261, 1.40892482764713, 2.80347826086957, 4.63947267686401, 10.5039130434783, 16.7873038441476, 21.7939130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1305, '2022-05-08 00:00:00', 0.670423734804881, 1.33956521739131, 1.14655507392772, 2.04391304347827, 1.41681656185989, 2.95652173913044, 4.68624962770045, 10.5508695652174, 16.7787792406457, 21.8234782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1320, '2022-05-08 00:00:00', 0.309627272085408, 1.20761904761905, 0.406747259773597, 1.79333333333333, 1.16303748455335, 3.1152380952381, 4.89382774523175, 10.91, 17.3726850461949, 22.7057142857143 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1335, '2022-05-08 00:00:00', 0.336980287681215, 1.23428571428571, 0.709551501536941, 1.88333333333334, 3.84410104668737, 7.41142857142857, 4.84118196901778, 10.7385714285714, 17.3507193895047, 22.6233333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1350, '2022-05-08 00:00:00', 0.575086742939494, 1.36952380952381, 1.32557750217998, 2.46571428571428, 3.87602692997673, 8.12952380952381, 4.89318904678933, 10.7090476190476, 17.4016562840602, 22.6028571428571 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 1365, '2022-05-08 00:00:00', 1.10268827352586, 1.89714285714286, 3.84021043570222, 6.89809523809525, 4.16148107792223, 8.46619047619048, 4.6701370429571, 10.41, 17.4536520260838, 22.5809523809524 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 990, '2022-05-08 00:00:00', 2.08446834957868, 4.03913043478262, 2.49972480698815, 4.94173913043479, 2.70576897956034, 6.19695652173914, 3.31320361309386, 8.18000000000001, 16.6228915094332, 22.7730434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1005, '2022-05-08 00:00:00', 0.926854299920236, 2.56043478260869, 1.23876516355393, 3.59130434782608, 1.33682666550187, 4.79652173913043, 2.76356853853739, 6.83739130434782, 16.725031818447, 22.305652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1020, '2022-05-08 00:00:00', 0.972951582869718, 2.56434782608695, 1.05084644971069, 3.27652173913043, 1.50863797431637, 4.27391304347826, 2.75422650418655, 6.49, 16.7225080267153, 22.2426086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1035, '2022-05-08 00:00:00', 0.882001631217519, 2.12217391304348, 1.13136473606345, 3.0404347826087, 1.70429926021795, 3.61782608695652, 3.28380388942302, 6.1804347826087, 16.7581689006044, 22.1339130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1050, '2022-05-08 00:00:00', 0.688235413350495, 2.0395652173913, 1.3987651245001, 2.69565217391304, 1.58750419376372, 3.24173913043478, 3.42016589986637, 5.94565217391304, 16.7627453367668, 22.1369565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1065, '2022-05-08 00:00:00', 0.902199113891564, 1.63782608695652, 0.97758009689733, 2.1891304347826, 1.62323397498617, 3.04608695652174, 3.23048528519565, 5.56478260869565, 16.7973486755989, 22.3195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 1080, '2022-05-08 00:00:00', 0.51837691355415, 1.58347826086957, 0.783458179718346, 2.06608695652174, 1.47206356732482, 3.02565217391305, 3.14711644163879, 5.29347826086957, 16.8907312445697, 22.2773913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 930, '2022-05-08 00:00:00', 0.742462120245863, 3.09499999999998, 0.15556349186106, 4.28, 1.15965512114595, 5.23, 0.113137084989845, 6.13000000000001, 5.38815367264147, 16.76 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 945, '2022-05-08 00:00:00', 0.431335136523804, 3.495, 0.544472221513649, 4.045, 1.27279220613579, 4.56, 0.692964645562809, 5.95, 5.38815367264147, 16.76 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 960, '2022-05-08 00:00:00', 1.61220346110533, 2.52, 0.883883476483184, 3.035, 0.424264068711924, 3.36, 0.848528137423849, 5.84, 5.38815367264147, 16.76 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 1, 975, '2022-05-08 00:00:00', 0.395979797464468, 1.33000000000001, 0.700035713374689, 1.935, 1.209152595829, 3.11499999999999, 0.643467170879736, 5.69499999999999, 5.38815367264147, 16.76 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 930, '2022-05-08 00:00:00', 0.523259018078032, 3.01000000000001, 1.30107647738323, 3.56, 2.44658946290546, 5.04000000000001, 3.30925973595305, 6.53999999999999, 10.146982310027, 22.065 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 945, '2022-05-08 00:00:00', 1.40007142674936, 2.15999999999998, 1.43542676580869, 3.37499999999999, 2.95570634535977, 5.01999999999998, 2.26274169979694, 5.94999999999999, 11.0874343290051, 21.4 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 960, '2022-05-08 00:00:00', 0.169705627484778, 1.47999999999999, 0.113137084989845, 2.73, 1.29400540957139, 3.84499999999998, 0.289913780286482, 4.55499999999999, 11.2854242277373, 21.26 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 2, 975, '2022-05-08 00:00:00', 0.707106781186548, 1.98000000000002, 0.388908729652609, 2.875, 0.664680374315353, 3.12, 0.169705627484778, 4.22999999999999, 11.2854242277373, 21.26 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 930, '2022-05-08 00:00:00', 0.657609306503494, 2.125, 0.395979797464468, 2.67000000000002, 1.02530483272049, 3.685, 2.50315800540037, 5.16000000000001, 5.97505230102634, 17.505 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 945, '2022-05-08 00:00:00', 0.53740115370177, 1.81, 0.565685424949226, 2.2, 1.83847763108502, 4.14999999999999, 2.36173664916305, 5.06, 5.93262589415514, 17.475 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 960, '2022-05-08 00:00:00', 0.346482322781415, 1.55500000000001, 0.282842712474603, 2.72, 1.13844191771035, 3.655, 1.44956890143241, 4.41500000000001, 5.93262589415514, 17.475 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 3, 975, '2022-05-08 00:00:00', 0.905096679918762, 1.53999999999999, 1.54856385079854, 2.32499999999999, 1.93040151263927, 3.33499999999999, 1.17379725676965, 5.46000000000001, 5.93262589415514, 17.475 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 930, '2022-05-08 00:00:00', 0.289913780286482, 2.55500000000002, 0.127279220613583, 3.49000000000001, 0.905096679918782, 4.90000000000002, 0.721248916810286, 5.03000000000002, 2.34759451353933, 16.58 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 945, '2022-05-08 00:00:00', 0.0353553390593354, 2.30500000000001, 0.813172798364534, 3.71500000000002, 1.3717871555019, 4.11000000000001, 0.848528137423869, 4.48, 1.65462986797652, 15.95 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 960, '2022-05-08 00:00:00', 0.692964645562809, 1.91000000000001, 1.85969083452062, 3.185, 1.87383297014436, 3.75500000000001, 0.714177848998427, 4.575, 1.64755880016464, 15.945 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 4, 975, '2022-05-08 00:00:00', 0.791959594928936, 1.91, 0.806101730552675, 2.48, 0.311126983722099, 2.83, 0.197989898732234, 4.20999999999999, 1.60513239329345, 15.975 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 930, '2022-05-08 00:00:00', 1.26572113832393, 2.935, 1.50613744392736, 3.96499999999999, 0.247487373415288, 5.205, 0.855599205235728, 7.11499999999999, 0.261629509039006, 12.395 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 945, '2022-05-08 00:00:00', 0.268700576850905, 1.80999999999999, 0.141421356237322, 2.74999999999999, 0.353553390593274, 3.84999999999999, 0.371231060122937, 6.75999999999999, 0.389792613129084, 11.995 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 960, '2022-05-08 00:00:00', 0.0989949493661271, 1.2, 0.0353553390593153, 2.605, 0.15556349186104, 3.29000000000001, 0.424264068711924, 5.79000000000001, 0.30405591591022, 11.995 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 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 515840247994934300, 5, 975, '2022-05-08 00:00:00', 0.509116882454313, 2.27, 0.240416305603429, 2.60000000000001, 1.30814754519511, 4.265, 0.530330085889911, 5.715, 0.30405591591022, 11.995 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247994934300 and enddate = '2022-05-08 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2022-05-08 18:06:24 Duration: 1s149ms 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 515840248001389300, 1, 1095, '2022-05-08 00:00:00', 2.80377924946139, 8.90708333333333, 3.91867648094594, 12.2458333333333, 11.0888384851289, 16.9045833333333, 13.2736179921471, 30.6629166666667, 49.2533903195609, 111.668333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1110, '2022-05-08 00:00:00', 3.04682716889247, 8.86416666666668, 10.1595052854422, 12.6654166666667, 10.4809416755269, 15.9991666666667, 12.4546477850349, 30.5858333333333, 49.0867429175498, 111.615416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1125, '2022-05-08 00:00:00', 9.22956245920715, 9.32333333333333, 9.11601806306279, 12.33875, 9.68009596910148, 15.2633333333333, 12.5936916287711, 31.8691666666666, 51.8472891413268, 114.755 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1140, '2022-05-08 00:00:00', 4.30638250201062, 8.13791666666666, 6.2132173134422, 10.5754166666666, 7.77058266099167, 15.42375, 14.6684077791478, 33.6295833333333, 52.2140168153414, 115.687083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1155, '2022-05-08 00:00:00', 3.27037024784211, 6.47791666666666, 5.01640524259863, 9.90791666666668, 8.42885845718768, 16.13875, 14.253671888985, 41.4516666666667, 52.5972871882687, 116.3475 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1170, '2022-05-08 00:00:00', 3.04969029076156, 7.47250000000002, 4.98726811963238, 11.2245833333334, 8.41373479212256, 15.54875, 28.313192142098, 48.7733333333333, 52.8410299090378, 116.65375 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1185, '2022-05-08 00:00:00', 3.78694199983906, 7.90583333333334, 6.64670671422529, 11.2383333333333, 7.2461442895665, 15.00625, 28.3559394386657, 51.7616666666667, 53.0453165422285, 116.68625 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1200, '2022-05-08 00:00:00', 3.9477177409636, 7.07833333333331, 5.23711496803398, 9.48416666666668, 6.00648049784683, 12.9808333333333, 27.3037751510666, 51.76625, 52.6569175833912, 116.697083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1215, '2022-05-08 00:00:00', 3.8867215190526, 6.33708333333336, 4.02647036335256, 9.21875000000001, 5.64866124962752, 12.87, 27.0788029834129, 53.3733333333333, 52.3921136337759, 118.263333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1230, '2022-05-08 00:00:00', 2.1914428028062, 6.75708333333335, 4.86891915437956, 9.79541666666668, 5.42116502733713, 13.4895833333333, 27.7072324277317, 54.93625, 52.6540176151307, 118.571666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1245, '2022-05-08 00:00:00', 4.23638995122505, 7.14208333333333, 4.79299209141907, 9.84916666666666, 6.11591472000049, 13.7729166666667, 27.7658013374915, 55.8925, 52.5296947008291, 118.630833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1260, '2022-05-08 00:00:00', 3.28637723980659, 6.98666666666666, 4.53064468970453, 9.99249999999998, 7.41778941591365, 14.6879166666667, 27.9810440492659, 56.08, 52.4736820974316, 118.602083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1275, '2022-05-08 00:00:00', 3.19909860492889, 7.24166666666665, 4.05435854216245, 10.0066666666667, 9.07549710180813, 17.2929166666667, 27.8370081287119, 56.1195833333333, 52.8298370059922, 118.782083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1290, '2022-05-08 00:00:00', 3.40404168876359, 6.75708333333334, 6.33060332083736, 10.8708333333333, 9.45116002963642, 17.0679166666667, 28.0886821810256, 56.3566666666667, 52.815892657515, 118.739583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1305, '2022-05-08 00:00:00', 5.08739526474109, 8.10416666666666, 8.3150409813626, 13.2725, 8.69548741872906, 18.0833333333333, 27.7721936808713, 56.39125, 52.6042163888415, 118.249166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1320, '2022-05-08 00:00:00', 4.33060057020979, 8.41818181818181, 4.68750150360725, 11.2468181818182, 10.7406697756442, 19.3759090909091, 28.2227747522921, 57.0663636363636, 54.3738572990344, 116.056363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1335, '2022-05-08 00:00:00', 2.92088657002943, 8.05454545454545, 5.21531479793485, 12.2931818181818, 8.45437826837444, 30.845, 28.2374075830801, 56.0718181818182, 54.1986634633375, 115.975454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1350, '2022-05-08 00:00:00', 4.05333877128537, 8.91136363636365, 8.29899864871832, 13.835, 26.9959122126013, 38.46, 29.4999312237807, 55.6222727272728, 53.8875552058228, 115.901818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1365, '2022-05-08 00:00:00', 6.29237021667692, 9.95909090909092, 7.99137388022276, 27.4677272727273, 25.8563416823572, 41.9436363636364, 29.8240582779155, 55.4595454545455, 52.8678323051049, 115.905454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 990, '2022-05-08 00:00:00', 6.67291569302011, 20.4596153846154, 24.2444519807347, 30.5296153846154, 25.0561327023944, 37.735, 30.206274304929, 51.5907692307692, 48.7879378172673, 117.257307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1005, '2022-05-08 00:00:00', 21.6676640322713, 19.4438461538461, 21.6043596633073, 26.8873076923077, 21.9308101116636, 31.9880769230769, 28.4439743950211, 47.2292307692308, 47.8536476368714, 114.301923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1020, '2022-05-08 00:00:00', 9.08010573472834, 15.2080769230769, 9.8384854447295, 19.7296153846154, 11.1832262855513, 27.1930769230769, 21.3326316202702, 41.5203846153846, 45.6631088887366, 109.965769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1035, '2022-05-08 00:00:00', 5.92467331134415, 12.0846153846154, 6.43156859680318, 16.3611538461539, 10.2339543451425, 24.1784615384616, 19.9300359372867, 38.9273076923077, 45.3853014379698, 108.928846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1050, '2022-05-08 00:00:00', 5.43447628217649, 12.4973076923077, 7.81061858084138, 19.1288461538462, 12.0780313029006, 23.5280769230769, 19.4860503477192, 38.1530769230769, 45.1785597618367, 109.163076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1065, '2022-05-08 00:00:00', 6.24888455276991, 12.8130769230769, 7.98076962743282, 16.7796153846154, 10.8060399705977, 21.0603846153846, 18.0138032075406, 34.205, 44.9711610086013, 110.877692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1080, '2022-05-08 00:00:00', 4.01467601911556, 9.82346153846153, 5.80709646765192, 12.5857692307692, 8.30226430652414, 17.9038461538462, 16.5623196303677, 31.0234615384616, 44.5421944469943, 110.306923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1095, '2022-05-08 00:00:00', 4.99671505937805, 9.56423076923076, 6.14881538309492, 13.2211538461538, 9.92736166050484, 18.2015384615385, 16.7248184628529, 32.0838461538462, 44.2040508759792, 109.924615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1110, '2022-05-08 00:00:00', 4.2135725934176, 9.115, 5.87724090159527, 12.6438461538462, 8.89446835873933, 16.8992307692308, 16.0979221831696, 31.0311538461539, 44.2122529013777, 109.588846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1125, '2022-05-08 00:00:00', 3.99843646365002, 8.30692307692308, 6.30431710448056, 11.5030769230769, 6.71274687556328, 16.0088461538462, 18.0167880173337, 30.6376923076923, 50.9329609841739, 119.401153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1140, '2022-05-08 00:00:00', 3.9046808399072, 8.05730769230772, 5.42449623325662, 11.6307692307692, 6.6898832460779, 15.3253846153846, 17.8968580869553, 30.3942307692308, 52.8401281210233, 121.510384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1155, '2022-05-08 00:00:00', 3.55457365181167, 8.27538461538461, 4.42775331117435, 11.0307692307692, 7.89462344793059, 14.9492307692308, 20.0187968016216, 39.3057692307692, 52.7483508513628, 121.651538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1170, '2022-05-08 00:00:00', 2.72834601911123, 6.93000000000001, 4.47509525468024, 9.83153846153847, 8.22550342625813, 15.1211538461538, 18.5760529756417, 40.2019230769231, 52.5623487488906, 122.275 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1185, '2022-05-08 00:00:00', 3.33152420649492, 7.61153846153846, 4.89611689151565, 11.3238461538461, 9.77126836897146, 16.2715384615384, 19.3237180528131, 43.7707692307692, 51.7436408118093, 123.617307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1200, '2022-05-08 00:00:00', 4.43266325570324, 8.23346153846153, 6.0459566654087, 11.41, 8.45937234442005, 16.4373076923077, 18.0096192117947, 44.7819230769231, 50.5600333084725, 123.998076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1215, '2022-05-08 00:00:00', 3.80245606862801, 7.46192307692309, 6.24511565453048, 11.1384615384615, 7.31262773984419, 15.5526923076923, 18.0175434891834, 45.7542307692308, 49.9432160943421, 124.174615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1230, '2022-05-08 00:00:00', 4.07776205590951, 7.97923076923074, 5.5827850232106, 11.1561538461538, 7.03692202162717, 15.5365384615385, 18.853125772259, 46.2392307692308, 49.2187840377416, 124.436923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1245, '2022-05-08 00:00:00', 4.83802788811245, 7.62538461538461, 5.09674351537709, 10.6276923076923, 6.41394811808906, 14.4023076923077, 18.7938189184227, 47.0384615384616, 48.8267488622941, 124.197307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1260, '2022-05-08 00:00:00', 2.85031636570668, 7.50923076923076, 6.12199952252904, 11.6930769230769, 6.75097804880037, 14.2838461538461, 18.9507109060888, 47.5996153846154, 48.9710099187421, 124.317307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1275, '2022-05-08 00:00:00', 4.05871561722899, 7.79730769230771, 4.12681698910169, 9.98230769230771, 7.49405948324813, 15.4765384615385, 18.9515134853292, 47.6292307692308, 48.8966659992903, 124.234615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1290, '2022-05-08 00:00:00', 2.74427832744084, 7.23346153846152, 4.59468468826919, 9.49076923076921, 7.88928625025492, 15.8584615384615, 18.9377065827778, 47.7611538461539, 48.9377073446831, 124.338076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1305, '2022-05-08 00:00:00', 4.39003509710868, 7.50807692307691, 6.9160081082837, 12.7219230769231, 11.4195417394246, 18.1415384615385, 18.9210699973906, 47.9646153846154, 48.9377073446831, 124.338076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1320, '2022-05-08 00:00:00', 4.27681360377666, 8.85041666666667, 5.70471099497877, 11.7366666666667, 8.46845518097451, 16.68125, 19.4537473570488, 47.7991666666667, 50.8323369348771, 123.85 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1335, '2022-05-08 00:00:00', 3.4144169776261, 7.23458333333335, 5.40818274281761, 10.7166666666667, 12.2092491593968, 29.5120833333333, 18.9547837830156, 47.7075, 50.5131430091879, 124.019166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1350, '2022-05-08 00:00:00', 4.20388844758161, 7.80541666666666, 4.81163488365682, 11.1870833333333, 13.3947551924874, 32.4133333333333, 18.3007836561044, 47.5304166666667, 49.8605506674597, 124.124583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 1365, '2022-05-08 00:00:00', 3.26218182412067, 8.15708333333333, 11.932619333854, 28.4995833333333, 16.0748775042102, 37.0745833333333, 17.5072598554122, 47.8554166666667, 48.9315478981622, 124.491666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 990, '2022-05-08 00:00:00', 8.36448802056371, 18.4903846153846, 11.6240088675915, 23.5769230769231, 14.9401643951412, 32.2380769230769, 16.2419225320915, 43.0334615384615, 46.057107035305, 122.827307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1005, '2022-05-08 00:00:00', 5.9286938372111, 13.6888461538462, 10.1962094993113, 21.6319230769231, 11.2730392325434, 26.4815384615385, 11.5353454417949, 37.1576923076923, 44.6808166718284, 121.597692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1020, '2022-05-08 00:00:00', 4.93368684111119, 12.5546153846154, 5.4094295021251, 16.2334615384615, 8.64457034568743, 20.4626923076923, 9.30202267499675, 31.7846153846154, 44.3462300747894, 120.455384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1035, '2022-05-08 00:00:00', 3.65569069555103, 10.3523076923077, 5.52638071853123, 13.6503846153846, 8.02341125418896, 18.9919230769231, 10.1528648249569, 32.1619230769231, 43.0334089337754, 120.232692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1050, '2022-05-08 00:00:00', 3.81812102399154, 9.51807692307695, 5.50051741622132, 12.9696153846154, 7.30121483042379, 17.605, 10.4135991856802, 33.11, 42.8230969382717, 120.270769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1065, '2022-05-08 00:00:00', 3.07821899056034, 8.56192307692307, 4.97375518249387, 13.2038461538461, 6.65096806140628, 16.9680769230769, 12.0912537048003, 33.4480769230769, 42.526387155054, 120.937307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1080, '2022-05-08 00:00:00', 4.21960019980021, 9.62461538461537, 5.00060900906465, 12.3523076923077, 5.51562530104598, 15.9223076923077, 12.4158879418516, 33.0542307692308, 42.5640106427954, 120.945 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1095, '2022-05-08 00:00:00', 2.64178578878874, 7.63807692307693, 4.17267125288051, 10.1457692307692, 5.16118294430796, 13.6057692307692, 16.9954200753751, 34.9634615384615, 41.7446065958964, 121.340384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1110, '2022-05-08 00:00:00', 3.3973603554253, 7.38423076923075, 3.58933010677265, 10.0311538461538, 7.08731503896493, 14.4176923076923, 17.9581152171893, 36.0130769230769, 40.7251359255417, 121.208076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1125, '2022-05-08 00:00:00', 2.79318136787538, 6.86307692307692, 3.7750987353364, 9.2376923076923, 5.47240952414932, 13.945, 17.3432047255934, 35.8269230769231, 39.800171688845, 122.997692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1140, '2022-05-08 00:00:00', 2.31758312439093, 6.67653846153845, 5.01708901195169, 9.79692307692308, 4.31430088819108, 13.8719230769231, 18.3361189962913, 36.2196153846154, 39.6809080231093, 124.588461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1155, '2022-05-08 00:00:00', 3.29403713023769, 6.83615384615386, 3.6947226397411, 9.95923076923077, 4.33731801214316, 15.1465384615385, 26.8639272917878, 50.7584615384615, 40.4626406378108, 125.739230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1170, '2022-05-08 00:00:00', 2.67925687171189, 7.47423076923077, 2.76053643059014, 9.74576923076923, 4.25610988869124, 14.3207692307692, 28.617382560524, 53.4238461538461, 41.2780977740757, 126.409615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1185, '2022-05-08 00:00:00', 1.96645268283938, 5.88807692307692, 3.9124997321209, 10.2830769230769, 5.43647244225377, 12.8838461538462, 30.013842183489, 55.3311538461538, 41.5589668561894, 127.213076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1200, '2022-05-08 00:00:00', 3.47998410694868, 8.17576923076922, 4.07925930305225, 9.90269230769231, 7.19108727202265, 13.4080769230769, 29.7141663287965, 57.0838461538462, 41.3130882464812, 127.417307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1215, '2022-05-08 00:00:00', 2.93758134420922, 6.63192307692308, 4.61237140742155, 9.38500000000001, 9.016127097937, 16.2303846153846, 30.1008030150999, 58.5630769230769, 41.1971989040331, 127.611538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1230, '2022-05-08 00:00:00', 4.25161386552665, 7.05269230769232, 6.03872589720203, 9.9823076923077, 8.97251756112047, 18.3992307692308, 29.6389473834683, 59.595, 41.1721606484471, 127.912692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1245, '2022-05-08 00:00:00', 3.1921976996806, 7.06692307692309, 7.53107638644448, 13.1165384615385, 9.53703792912342, 18.9426923076923, 29.7098872327819, 59.5107692307692, 40.4241835710335, 127.165769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1260, '2022-05-08 00:00:00', 8.29832425159536, 10.9957692307692, 8.83969560909981, 14.9276923076923, 10.7384926101601, 18.5734615384615, 29.576871039066, 59.3873076923077, 40.5334192677902, 127.131538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1275, '2022-05-08 00:00:00', 4.79429000117685, 9.07615384615383, 7.51850533427611, 13.0523076923077, 14.9279247256739, 20.9538461538462, 27.1272111838903, 58.4188461538461, 39.3076801675429, 126.051923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1290, '2022-05-08 00:00:00', 5.80687852067236, 9.36692307692308, 7.95820432007122, 12.13, 17.5778945969516, 22.1576923076923, 26.7070117125706, 58.5511538461538, 38.9399490043521, 126.227307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1305, '2022-05-08 00:00:00', 4.85848170332447, 8.02269230769231, 11.7263950326406, 15.3873076923077, 14.53163659585, 20.5630769230769, 24.8835705359055, 57.9411538461538, 37.6623557660186, 125.334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1320, '2022-05-08 00:00:00', 9.324046897323, 10.36625, 12.2731716885694, 14.8529166666667, 12.6546379193387, 17.95, 22.7204411531918, 58.60125, 38.2712877747115, 123.99625 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1335, '2022-05-08 00:00:00', 7.68762034193541, 10.3725, 7.92197329391897, 13.11, 23.0040077754266, 35.4954166666667, 21.3245628894835, 57.3079166666667, 38.0534992868069, 123.534166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1350, '2022-05-08 00:00:00', 4.57350432904859, 8.70874999999999, 5.30317294618056, 11.0354166666667, 22.6399884774898, 39.04, 20.7555409006778, 57.0845833333333, 38.3362975066938, 123.5575 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 1365, '2022-05-08 00:00:00', 3.73396977138582, 8.30541666666668, 21.742819500213, 32.6945833333333, 22.9528022309613, 41.4954166666667, 20.4172599618026, 57.025, 37.9196365686698, 124.11875 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 990, '2022-05-08 00:00:00', 10.8442681787815, 20.5724, 13.4045728764478, 27.0864, 16.9646035910068, 36.572, 16.5109942967305, 50.5808, 37.9785166245339, 124.516 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1005, '2022-05-08 00:00:00', 7.7975022710267, 15.432, 11.1193487818907, 21.2256, 12.3742485697786, 28.9312, 15.2555954215713, 41.396, 38.1729189478615, 119.6592 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1020, '2022-05-08 00:00:00', 5.9728915945294, 13.6644, 8.48416872769513, 18.5524, 9.9555835589884, 26.1224, 14.0144119034657, 37.9692, 37.7772445748319, 116.9408 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1035, '2022-05-08 00:00:00', 4.99465070517117, 11.7676, 7.4261191749123, 16.9728, 9.94663036744937, 23.2816, 13.0574928425534, 34.9212, 37.1808831928452, 114.232 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1050, '2022-05-08 00:00:00', 4.96978178595401, 11.2768, 6.55204555844966, 15.7252, 9.12736776586401, 20.3456, 11.7404937147748, 32.0648, 38.3833748733311, 112.476 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1065, '2022-05-08 00:00:00', 5.02516673023558, 10.9844, 6.6462155146118, 14.6684, 7.4693834417574, 17.9416, 10.4744247733865, 30.5208, 39.1275685759627, 111.4632 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1080, '2022-05-08 00:00:00', 3.97027236681145, 9.19280000000002, 4.7752648094111, 11.9404, 5.8819687180399, 15.1632, 11.5168089185619, 30.0972, 39.3296686866289, 110.1184 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1095, '2022-05-08 00:00:00', 3.65736530852472, 8.4828, 5.40933674307674, 11.9864, 6.34511097880354, 15.154, 12.2002926877459, 32.052, 39.6569800623631, 111.1948 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1110, '2022-05-08 00:00:00', 3.43919685391809, 8.42400000000003, 4.11619861036856, 10.8708, 6.19165707491404, 15.4956, 12.0219973659399, 32.0896, 39.4966787506663, 111.0664 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1125, '2022-05-08 00:00:00', 3.45053483777035, 7.58639999999999, 4.89058064037391, 10.9496, 7.14630440624151, 15.466, 12.4523412524178, 32.9988, 41.0025450917379, 116.3396 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1140, '2022-05-08 00:00:00', 2.97347821022227, 7.38319999999999, 4.22215576848287, 10.8608, 7.10539555549161, 14.5428, 12.006630071201, 33.1264, 41.401159210824, 115.7544 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1155, '2022-05-08 00:00:00', 3.00649618881069, 7.45120000000001, 4.1106776408114, 10.4096, 5.63246541637555, 13.676, 15.1674561919042, 41.2624, 40.6427603721335, 117.1704 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1170, '2022-05-08 00:00:00', 3.49899804706054, 8.28040000000001, 4.80186949704661, 10.4944, 5.13980096890921, 13.7296, 16.4277244620185, 43.6332, 40.1590809572795, 117.392 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1185, '2022-05-08 00:00:00', 2.90671590172368, 6.1584, 3.39360560466299, 9.90439999999999, 4.59073240344067, 13.3136, 16.9092327541297, 44.0876, 39.8092922485861, 117.5308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1200, '2022-05-08 00:00:00', 2.78822661680621, 7.5092, 3.30742714709385, 10.0292, 4.60936629773188, 13.6708, 15.9442135480765, 44.8504, 39.6810686306035, 117.8192 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1215, '2022-05-08 00:00:00', 2.51306035210725, 6.9516, 2.92448724850472, 9.05559999999999, 4.29576826656187, 13.884, 15.6294033582006, 45.0408, 40.0259174868817, 117.6596 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1230, '2022-05-08 00:00:00', 2.64102145643184, 6.79880000000002, 3.88146772067819, 9.94400000000002, 4.92405412236706, 13.8656, 15.8023408287085, 45.5344, 40.0405839035014, 117.5048 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1245, '2022-05-08 00:00:00', 3.602644306617, 7.03280000000002, 4.26424639688343, 10.6516, 5.81869329546306, 14.346, 16.2412047274825, 46.2532, 39.8904236628291, 117.142 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1260, '2022-05-08 00:00:00', 2.20204639672587, 7.73400000000002, 3.54720077431958, 10.332, 6.49002226498495, 15.4916, 16.9320588431138, 46.768, 39.5371207432543, 117.08 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1275, '2022-05-08 00:00:00', 3.38890680505281, 7.19679999999999, 4.40517214949274, 10.352, 7.05876292277903, 16.6544, 15.8453716901813, 45.9596, 39.1457004876227, 116.744 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1290, '2022-05-08 00:00:00', 3.01061887325513, 6.61479999999998, 4.83951702135657, 10.43, 6.1565124867899, 15.5928, 14.9355787523171, 44.9728, 38.7687680055308, 116.3732 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1305, '2022-05-08 00:00:00', 3.58232685089826, 7.25359999999998, 5.17396472736334, 11.2412, 6.67619385079054, 15.6768, 15.2968949681518, 44.2204, 38.3121948949243, 115.7812 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1320, '2022-05-08 00:00:00', 3.83760563321032, 7.98478260869567, 4.49500930985156, 10.8878260869565, 6.47305320436664, 16.1821739130435, 15.2117501260451, 45.0665217391305, 37.8497444240305, 113.074347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1335, '2022-05-08 00:00:00', 2.70260114786234, 6.92434782608697, 3.46711028883431, 10.1108695652174, 9.56488077650606, 26.9452173913043, 14.9778591798911, 43.8873913043478, 37.4769221478484, 112.551304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1350, '2022-05-08 00:00:00', 2.94430977973639, 8.10347826086958, 3.78210363490192, 11.7452173913043, 10.9035568044626, 31.0834782608696, 15.0512862371063, 43.7708695652174, 37.4257400432718, 112.507826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 1365, '2022-05-08 00:00:00', 2.79598003351706, 8.69043478260869, 8.96119746903569, 25.2434782608696, 11.7077306307302, 33.3173913043478, 14.3535296371129, 44.0830434782609, 37.3030561114893, 112.399565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 990, '2022-05-08 00:00:00', 7.93998558024465, 21.2216666666666, 9.37241357558898, 26.6083333333333, 10.8376869289999, 31.2533333333333, 15.6807754020694, 40.9429166666667, 36.5632140708172, 115.368333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1005, '2022-05-08 00:00:00', 5.54386681289607, 15.51375, 8.36558892605357, 20.7620833333333, 10.0254755841509, 26.2229166666667, 14.2223434135839, 37.24, 36.1072296119991, 113.137083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1020, '2022-05-08 00:00:00', 5.35456624855318, 13.2366666666667, 8.01887591963442, 18.7133333333334, 11.4601482146371, 23.7416666666667, 12.4945171453583, 34.1725, 35.8972742899691, 112.148333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1035, '2022-05-08 00:00:00', 4.97315773187288, 12.2125, 7.12399648412302, 15.9129166666667, 9.81865301869097, 22.4191666666667, 11.3804155447424, 31.6933333333333, 35.6495202317454, 111.161666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1050, '2022-05-08 00:00:00', 4.94857174534639, 11.0416666666667, 7.21470835631397, 15.2641666666667, 8.69871903571548, 20.4854166666667, 11.0789498060217, 30.39625, 35.232787430814, 110.508333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1065, '2022-05-08 00:00:00', 4.13825525091665, 9.56999999999999, 6.16734738213148, 13.6454166666667, 6.85876196998185, 17.18375, 10.9646141558632, 29.42625, 34.9806255459641, 110.71375 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1080, '2022-05-08 00:00:00', 4.71978007041043, 10.3675, 6.10150866352039, 13.2908333333333, 6.74995646792189, 16.6341666666667, 11.1697486121206, 29.5166666666667, 34.9143030338653, 111.137916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1095, '2022-05-08 00:00:00', 4.86549740892254, 8.80708333333335, 4.99637069368312, 12.17625, 5.85241085898102, 14.9745833333334, 15.8635771810226, 32.73125, 34.8150036970777, 111.372916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1110, '2022-05-08 00:00:00', 3.37028573058681, 8.15791666666667, 4.46560957099698, 10.7458333333333, 4.59375945232194, 13.3054166666667, 16.036213767369, 31.6629166666667, 34.7126562455711, 111.410833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1125, '2022-05-08 00:00:00', 2.12029902013434, 6.56625000000001, 3.09083767549057, 9.06083333333334, 4.56375441361891, 13.0925, 16.2065142062503, 30.97375, 36.1622795208616, 113.294166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1140, '2022-05-08 00:00:00', 2.93292985532077, 6.98583333333334, 3.85136593499208, 9.89750000000001, 4.47382319965141, 13.44375, 15.8658750049883, 31.39625, 37.7434060658186, 115.011666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1155, '2022-05-08 00:00:00', 2.73508044419754, 6.95041666666667, 3.29834301834522, 9.68166666666666, 8.12526079849004, 14.1375, 24.6404081898184, 54.34125, 41.4060857390781, 116.328333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1170, '2022-05-08 00:00:00', 2.7058197812134, 6.78791666666667, 2.9160052769778, 9.42541666666667, 10.0536603670187, 14.8020833333333, 26.2934873735089, 57.565, 41.5421147032952, 116.99375 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1185, '2022-05-08 00:00:00', 2.25730019418477, 6.52291666666667, 8.42221333951074, 10.9658333333334, 10.0907324302184, 14.58125, 26.1547624691726, 58.1920833333333, 41.0001871681836, 116.9 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1200, '2022-05-08 00:00:00', 2.00472465655925, 6.7286956521739, 2.90500658193862, 8.74217391304347, 4.24416269669853, 12.3952173913043, 26.1845449241604, 59.9073913043478, 41.8147092762548, 117.508695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1215, '2022-05-08 00:00:00', 2.35639865568329, 5.99652173913044, 3.09395132195204, 8.81434782608696, 5.05791517612286, 12.7282608695652, 26.0105914274005, 61.2586956521739, 42.2952263025532, 117.359565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1230, '2022-05-08 00:00:00', 2.14588539085199, 6.37826086956521, 3.83408393292883, 8.61782608695652, 5.24063719988986, 13.5865217391304, 26.5683507441622, 61.8039130434783, 42.4790347126506, 117.129130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1245, '2022-05-08 00:00:00', 2.58598663520721, 5.8821739130435, 3.01284857265332, 8.65739130434784, 4.46213347826639, 12.9852173913043, 27.07671301593, 62.1082608695652, 42.7530772902555, 117.067826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1260, '2022-05-08 00:00:00', 2.64629213340779, 6.26434782608696, 3.61973433829638, 9.75695652173912, 5.40906328421552, 13.7326086956522, 26.8876136829808, 62.3417391304348, 43.3339512305191, 117.112608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1275, '2022-05-08 00:00:00', 2.67675250117922, 7.23304347826087, 4.40699426128201, 9.94434782608694, 15.6124838819589, 18.544347826087, 26.6746895399991, 62.6143478260869, 44.2928217491054, 117.486956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1290, '2022-05-08 00:00:00', 3.17257404751354, 6.91521739130434, 4.28551245431015, 10.7347826086956, 15.8460507417675, 17.2882608695652, 26.2423014572036, 62.8530434782609, 44.1354380839441, 117.643043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1305, '2022-05-08 00:00:00', 2.44360074172936, 7.15130434782609, 15.4958453694987, 13.7434782608696, 14.9542868918143, 16.6165217391304, 25.2668308324611, 62.2069565217391, 44.0748401336445, 117.33652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1320, '2022-05-08 00:00:00', 2.49682979948956, 6.51761904761906, 3.864417038522, 8.98095238095237, 4.31116490720811, 14.3814285714286, 24.9397500942152, 61.6304761904762, 45.5884627948783, 116.75 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1335, '2022-05-08 00:00:00', 2.33463681278673, 6.62761904761904, 3.52310016347884, 10.0195238095238, 24.429611247711, 45.0257142857143, 25.4242107617354, 60.6714285714286, 45.895433339588, 116.307142857143 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1350, '2022-05-08 00:00:00', 3.93942242563794, 7.79095238095237, 5.16772433106728, 11.5861904761905, 25.8190856962534, 48.6752380952381, 26.1338492326386, 60.8342857142857, 45.7599951819012, 116.422380952381 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 1365, '2022-05-08 00:00:00', 3.42019095818877, 8.31809523809523, 23.5384448246248, 42.4061904761905, 24.4087503728049, 47.9338095238095, 25.2770263847855, 59.3014285714286, 46.0636330111996, 115.395238095238 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 990, '2022-05-08 00:00:00', 10.3743985015409, 23.2147826086957, 11.3542748997029, 28.8269565217391, 10.2211609722454, 34.7204347826087, 13.6948367408919, 47.1152173913043, 41.5549381064112, 111.739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1005, '2022-05-08 00:00:00', 6.29656421777913, 17.2313043478261, 6.20843182226394, 21.434347826087, 9.92301269915884, 30.2991304347826, 13.7061072334223, 41.8113043478261, 43.6173708325011, 109.237391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1020, '2022-05-08 00:00:00', 4.32791988301931, 13.6478260869565, 6.51819930152396, 18.9469565217391, 6.91143275788735, 26.6813043478261, 12.1759905165571, 37.1621739130435, 44.7154032316159, 107.869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1035, '2022-05-08 00:00:00', 4.19298166665643, 12.5904347826087, 7.23485052059375, 18.434347826087, 7.76798944895338, 22.9534782608696, 13.2290995723092, 34.4586956521739, 45.0002729152901, 107.504782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1050, '2022-05-08 00:00:00', 5.3623997636596, 12.2569565217392, 5.03773837204141, 16.2752173913043, 6.46345986594915, 19.9204347826087, 13.7576877251049, 31.7147826086957, 45.9301733301148, 106.933043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1065, '2022-05-08 00:00:00', 3.33429330709035, 9.72130434782608, 4.97092522861274, 12.7860869565217, 6.93686585607207, 17.2952173913043, 14.4582569103394, 29.7526086956522, 45.569160398746, 106.946086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 1080, '2022-05-08 00:00:00', 3.17836952010367, 8.96652173913044, 4.38717160634928, 12.1173913043478, 11.3831070836337, 17.9778260869565, 13.1407092775164, 29.7069565217391, 45.7596103645066, 106.990434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 930, '2022-05-08 00:00:00', 4.47598592491087, 23.585, 4.66690475583115, 30.05, 7.6650375080622, 38.36, 6.1376868606992, 39.44, 13.7744400975139, 123.56 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 945, '2022-05-08 00:00:00', 1.8314065632731, 17.255, 2.65872149726141, 23.89, 0.834386001800171, 28.39, 9.91363707223538, 36.97, 12.0490995514187, 124.78 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 960, '2022-05-08 00:00:00', 7.02157033718238, 16.305, 5.19723484172114, 20.805, 5.4570965838072, 20.805, 5.72995141299756, 34.77, 6.01644898364744, 124.78 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 1, 975, '2022-05-08 00:00:00', 0.0565685424950331, 11.39, 6.77408296376723, 16.14, 2.07889393668849, 19.46, 13.0249069094562, 34.77, 10.9601551083915, 125.55 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 930, '2022-05-08 00:00:00', 8.61963166266405, 17.225, 7.77110352524016, 20.485, 5.63564104605672, 22.765, 9.11460640949459, 37.835, 19.869700551342, 132.98 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 945, '2022-05-08 00:00:00', 4.34870670429725, 11.455, 0.954594154601775, 18.715, 11.1652160749356, 28.355, 6.10940258945176, 39.96, 19.869700551342, 132.98 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 960, '2022-05-08 00:00:00', 1.30107647738327, 12.16, 3.37997041407168, 16.21, 11.2712820921136, 23.47, 0.0212132034355771, 36.115, 17.614029919357, 126.425 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 2, 975, '2022-05-08 00:00:00', 8.86711903607928, 10.98, 14.1279934881072, 16.76, 12.2541605179629, 21.425, 0.735391052434064, 35.3, 22.0475894373966, 121.94 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 930, '2022-05-08 00:00:00', 8.52063671329786, 21.985, 3.92444263558531, 25.235, 14.0502117421767, 44.4650000000001, 16.7230753750618, 48.285, 17.1049130369026, 127.645 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 945, '2022-05-08 00:00:00', 6.34274782724327, 14.115, 21.4536197411997, 27.99, 16.29881130635, 35.155, 20.336391026925, 38.0099999999999, 20.1454721960047, 125.495 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 960, '2022-05-08 00:00:00', 19.4242232791943, 22.385, 15.6341309320346, 28.5850000000001, 14.2694148443446, 29.5500000000001, 18.0029386490094, 35.19, 20.1454721960047, 125.495 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 3, 975, '2022-05-08 00:00:00', 1.527350647363, 10.5600000000001, 0.869741340859547, 12.025, 5.81948880916538, 15.525, 20.2586092809946, 41.485, 20.1454721960047, 125.495 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 930, '2022-05-08 00:00:00', 0.424264068711945, 18.11, 2.89913780286486, 24.53, 4.86489465456344, 31.73, 3.05470129472592, 37.33, 7.89838274585371, 130.895 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 945, '2022-05-08 00:00:00', 1.77483802077823, 16.705, 3.58503138061583, 19.695, 9.53887047820653, 23.905, 0.855599205235748, 31.255, 6.01747870789751, 129.565 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 960, '2022-05-08 00:00:00', 4.58205194208884, 10.54, 9.12874854511831, 15.7449999999999, 4.17900107681247, 19.2449999999999, 2.29809703885636, 32.195, 10.931870837144, 133.04 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 4, 975, '2022-05-08 00:00:00', 5.26794551983973, 9.96499999999997, 3.69816846560558, 11.855, 7.06399674405354, 20.235, 4.02343758495149, 33.415, 15.76848122046, 136.46 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 930, '2022-05-08 00:00:00', 2.75064537881558, 12.655, 3.48603643124972, 15.395, 11.7167593642611, 23.725, 8.54184991673344, 30.16, 39.9020356623567, 144.925 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 945, '2022-05-08 00:00:00', 3.45775216000213, 10.485, 4.77297077300928, 18.815, 5.01161931165974, 18.815, 5.26220027724273, 25.25, 5.52531029110486, 140.015 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 960, '2022-05-08 00:00:00', 4.02343758495149, 12.475, 2.892066735053, 13.275, 3.17490944752752, 17.565, 3.25976226126999, 21.815, 28.1004234843532, 136.58 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 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 515840248001389300, 5, 975, '2022-05-08 00:00:00', 0.650538238691595, 8.91000000000003, 0.0848528137423889, 12.05, 3.45068109219035, 14.59, 5.09823989235503, 20.515, 26.2619458532682, 135.28 where not exists (select 1 from powerstats_trumpet where symbolid = 515840248001389300 and enddate = '2022-05-08 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2022-05-08 18:06:32 Duration: 891ms 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 515840247113770300, 1, 1095, '2022-05-08 00:00:00', 0.105043124339552, 0.259166666666666, 0.140943861524542, 0.327291666666666, 0.189877916536931, 0.435833333333333, 0.543675094790677, 0.919999999999999, 0.944452888744576, 3.05604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1110, '2022-05-08 00:00:00', 0.114592654429835, 0.240208333333333, 0.157338455225522, 0.341458333333333, 0.244090202945372, 0.441875, 0.655319336637501, 0.962708333333333, 0.967513036836857, 3.06520833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1125, '2022-05-08 00:00:00', 0.101877083867723, 0.215625, 0.118699932236894, 0.27375, 0.204636032499415, 0.395416666666667, 0.672327101851515, 0.950416666666666, 0.977549597503734, 3.18645833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1140, '2022-05-08 00:00:00', 0.104478518699133, 0.196250000000001, 0.1576766033116, 0.280208333333334, 0.18402787576335, 0.399791666666666, 0.677415565089914, 0.971249999999999, 1.00644118941627, 3.21729166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1155, '2022-05-08 00:00:00', 0.0872652129505472, 0.184999999999999, 0.127296121450074, 0.258958333333333, 0.171719247610744, 0.388749999999998, 0.640215338263482, 1.438125, 1.00090140532842, 3.21416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1170, '2022-05-08 00:00:00', 0.0697147396720109, 0.169166666666667, 0.126102205787003, 0.261874999999999, 0.190416686487171, 0.375416666666666, 0.634744007226649, 1.52729166666667, 1.0217312673148, 3.24 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1185, '2022-05-08 00:00:00', 0.0971654423568679, 0.187083333333333, 0.11366665604148, 0.263749999999999, 0.177940614584868, 0.354583333333333, 0.612659325625066, 1.54333333333333, 1.02681314978199, 3.236875 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1200, '2022-05-08 00:00:00', 0.0820190747520865, 0.191458333333333, 0.137606184296062, 0.260625, 0.179224881004324, 0.357083333333334, 0.60580072625207, 1.60645833333333, 1.06040135876312, 3.25520833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1215, '2022-05-08 00:00:00', 0.0946042002774981, 0.182708333333334, 0.0981936031300008, 0.234375, 0.190173333407001, 0.370625, 0.622986612087755, 1.61833333333333, 1.0631513987853, 3.253125 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1230, '2022-05-08 00:00:00', 0.0825367726566753, 0.171666666666667, 0.11723180925606, 0.249583333333333, 0.211729314305393, 0.386458333333333, 0.628147148827175, 1.62416666666667, 1.06267632807966, 3.24875 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1245, '2022-05-08 00:00:00', 0.108118795373622, 0.17875, 0.185273006551201, 0.282499999999999, 0.225849443245921, 0.380833333333333, 0.63125303127411, 1.61229166666667, 1.06728695732468, 3.22833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1260, '2022-05-08 00:00:00', 0.12835903422302, 0.188958333333332, 0.15451830246641, 0.272083333333333, 0.19608660002699, 0.366041666666666, 0.630880129120295, 1.62145833333333, 1.07566408119808, 3.23979166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1275, '2022-05-08 00:00:00', 0.0871527789806937, 0.167291666666667, 0.115651901492541, 0.241666666666666, 0.551064023477321, 0.512083333333332, 0.639989491252039, 1.621875, 1.04369119204285, 3.2675 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1290, '2022-05-08 00:00:00', 0.0839122104223865, 0.172708333333332, 0.171131014942828, 0.270208333333332, 0.665954692283126, 0.554999999999999, 0.643889301798852, 1.64604166666667, 1.03805138569718, 3.275625 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1305, '2022-05-08 00:00:00', 0.168438588129367, 0.202083333333333, 0.562325939252781, 0.418125, 0.677148218741604, 0.579166666666667, 0.663683418014813, 1.673125, 1.01449414466778, 3.29625 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1320, '2022-05-08 00:00:00', 0.112751162634026, 0.186590909090908, 0.144176456640295, 0.264772727272726, 0.205342602534362, 0.473181818181817, 0.564485600796418, 1.61977272727273, 1.05271924226277, 3.30977272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1335, '2022-05-08 00:00:00', 0.0984731927834665, 0.182272727272726, 0.141167825577767, 0.285454545454544, 0.430758417042329, 1.14136363636364, 0.575202956840837, 1.61681818181818, 1.05509250020208, 3.30022727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1350, '2022-05-08 00:00:00', 0.105510509109129, 0.209090909090909, 0.184535364810655, 0.376590909090908, 0.465785249088459, 1.25522727272727, 0.57920367224267, 1.60068181818182, 1.06714504120154, 3.29159090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1365, '2022-05-08 00:00:00', 0.123518931370566, 0.284545454545453, 0.429857773720222, 1.07409090909091, 0.479399200117807, 1.27045454545455, 0.579500456618267, 1.57272727272727, 1.06615172060171, 3.28159090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 990, '2022-05-08 00:00:00', 0.182207405067792, 0.501538461538462, 0.255139479199424, 0.703076923076923, 0.285887820926051, 0.870384615384616, 0.403887312920895, 1.15480769230769, 1.08255531036525, 3.19 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1005, '2022-05-08 00:00:00', 0.197460025165757, 0.457307692307692, 0.202644155716748, 0.579423076923078, 0.298737407201606, 0.739038461538462, 0.399995817285823, 1.03442307692308, 1.03994469157665, 3.13519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1020, '2022-05-08 00:00:00', 0.0862351436480506, 0.3675, 0.255660607356406, 0.542884615384615, 0.279290860243196, 0.669230769230769, 0.390446342221113, 0.962884615384616, 1.01189063334244, 3.07442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1035, '2022-05-08 00:00:00', 0.225946555968101, 0.375384615384616, 0.239883625631584, 0.488076923076923, 0.23366223156843, 0.584038461538461, 0.379234248696786, 0.873846153846154, 1.00378215534279, 3.05115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1050, '2022-05-08 00:00:00', 0.159754619531137, 0.321538461538462, 0.176169935442591, 0.400384615384615, 0.197504040854474, 0.530384615384616, 0.303058511740657, 0.812307692307693, 0.986112511134194, 3.04673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1065, '2022-05-08 00:00:00', 0.116386788835265, 0.266730769230769, 0.13277062348855, 0.349038461538462, 0.187641638810219, 0.48576923076923, 0.28999761272227, 0.748846153846154, 0.997337628967165, 3.04788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1080, '2022-05-08 00:00:00', 0.0771322540535705, 0.230769230769231, 0.153832576323942, 0.342692307692308, 0.172781320215423, 0.46076923076923, 0.282790830555296, 0.714423076923077, 1.02452533099292, 3.05692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1095, '2022-05-08 00:00:00', 0.117049792166214, 0.230576923076924, 0.1429830544021, 0.321923076923076, 0.265194558477646, 0.448076923076922, 0.421122355689577, 0.769038461538461, 1.01950976152568, 3.05192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1110, '2022-05-08 00:00:00', 0.0919508648054029, 0.225192307692308, 0.125741645998696, 0.309807692307691, 0.258985298068027, 0.425769230769231, 0.417572287615707, 0.788846153846154, 1.00970545971814, 3.06634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1125, '2022-05-08 00:00:00', 0.0919749129675285, 0.219230769230768, 0.218398365730712, 0.324615384615385, 0.222429677737621, 0.394807692307692, 0.39443869563645, 0.783269230769231, 1.24302133467674, 3.27903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1140, '2022-05-08 00:00:00', 0.168339971943225, 0.217115384615385, 0.163744171945611, 0.286923076923078, 0.16866044632292, 0.377884615384615, 0.480645439447352, 0.819038461538461, 1.29451108977037, 3.33019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1155, '2022-05-08 00:00:00', 0.105678940482664, 0.195961538461539, 0.116122614242282, 0.257692307692308, 0.12788531520919, 0.350576923076924, 0.588038362170884, 1.08865384615385, 1.29799514044367, 3.34076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1170, '2022-05-08 00:00:00', 0.0842407264925946, 0.1775, 0.101253869821584, 0.252884615384614, 0.153864075879179, 0.363076923076924, 0.631273712425918, 1.1925, 1.27320485994384, 3.37884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1185, '2022-05-08 00:00:00', 0.0690974785246275, 0.172307692307691, 0.0869686061837167, 0.238461538461538, 0.211147141549715, 0.376346153846154, 0.61965874603564, 1.20019230769231, 1.28115442232627, 3.41442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1200, '2022-05-08 00:00:00', 0.0889079039490597, 0.176153846153846, 0.161672032689163, 0.269615384615385, 0.238252936054231, 0.412692307692308, 0.624862815713609, 1.22346153846154, 1.29821458757195, 3.44365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1215, '2022-05-08 00:00:00', 0.142759076230388, 0.186923076923077, 0.196463443458025, 0.28173076923077, 0.233089368796936, 0.390576923076923, 0.639103578941149, 1.27576923076923, 1.30125822246719, 3.44980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1230, '2022-05-08 00:00:00', 0.0878827890737687, 0.189230769230771, 0.149103603629774, 0.273269230769231, 0.216216415800323, 0.388461538461538, 0.627195221724342, 1.27961538461539, 1.29100175772984, 3.45653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1245, '2022-05-08 00:00:00', 0.0831183123394231, 0.170576923076923, 0.101284253465185, 0.2275, 0.199398807958785, 0.381730769230769, 0.617329609004661, 1.27461538461538, 1.29933758271134, 3.43692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1260, '2022-05-08 00:00:00', 0.0823771813064748, 0.17, 0.15509401615199, 0.276923076923076, 0.216698035204609, 0.410961538461538, 0.597529786833968, 1.26961538461538, 1.32269214105173, 3.4375 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1275, '2022-05-08 00:00:00', 0.130988695930367, 0.199038461538462, 0.164989510156064, 0.291538461538462, 0.351914980991365, 0.471923076923078, 0.604151789383584, 1.27576923076923, 1.34157502155546, 3.49653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1290, '2022-05-08 00:00:00', 0.0839047078536119, 0.185000000000001, 0.131326369722974, 0.253846153846154, 0.314432578073338, 0.440384615384616, 0.607985734903505, 1.27557692307692, 1.38843089354632, 3.51288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1305, '2022-05-08 00:00:00', 0.0923829821158384, 0.166153846153846, 0.329337797125359, 0.32923076923077, 0.340273249926267, 0.473269230769232, 0.626841195691051, 1.27673076923077, 1.41844314709419, 3.51019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1320, '2022-05-08 00:00:00', 0.0840718184183833, 0.190625, 0.129955399261059, 0.278333333333333, 0.298384463475359, 0.455625, 0.616832723431283, 1.215, 1.45041546709, 3.604375 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1335, '2022-05-08 00:00:00', 0.106398340607633, 0.190208333333333, 0.181367091113934, 0.303750000000002, 0.501965295223381, 0.851875000000001, 0.647112839599025, 1.224375, 1.4513823370862, 3.61791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1350, '2022-05-08 00:00:00', 0.110036225918979, 0.223333333333334, 0.17335236273748, 0.336458333333334, 0.553329186294919, 0.979166666666667, 0.666727861774703, 1.22270833333333, 1.48133605969042, 3.6425 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 1365, '2022-05-08 00:00:00', 0.0964250008924117, 0.262291666666667, 0.51615386250866, 0.816875, 0.538895811499935, 0.985, 0.678810467186769, 1.22520833333333, 1.47364897595995, 3.6475 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 990, '2022-05-08 00:00:00', 0.11845609378097, 0.469615384615385, 0.197205574113762, 0.645961538461538, 0.232774899519158, 0.733076923076923, 0.372237982189642, 1.04865384615385, 1.49744650604338, 3.46403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1005, '2022-05-08 00:00:00', 0.182049866372249, 0.403076923076923, 0.221661991467952, 0.509038461538462, 0.312868121639872, 0.667692307692308, 0.377679809443844, 0.980961538461538, 1.52401034722916, 3.42846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1020, '2022-05-08 00:00:00', 0.177611503438956, 0.360384615384615, 0.209859751702454, 0.453653846153846, 0.261737684303609, 0.581153846153846, 0.364754501211221, 0.900384615384615, 1.48054201353631, 3.38942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1035, '2022-05-08 00:00:00', 0.138499652873766, 0.286923076923077, 0.188765625945143, 0.407692307692308, 0.216459269574245, 0.508846153846155, 0.342242604010664, 0.85, 1.41856288328933, 3.34942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1050, '2022-05-08 00:00:00', 0.105920325644399, 0.278653846153847, 0.10770972386644, 0.35923076923077, 0.152598013899769, 0.463076923076924, 0.310250085229023, 0.813653846153847, 1.4260664025968, 3.33923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1065, '2022-05-08 00:00:00', 0.0657773049474802, 0.234423076923077, 0.123894651278353, 0.333269230769231, 0.147874817120637, 0.435192307692308, 0.301447533386185, 0.778846153846155, 1.36854015426883, 3.43192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1080, '2022-05-08 00:00:00', 0.105453051894415, 0.232115384615384, 0.11479831813295, 0.295576923076922, 0.135373699297679, 0.415961538461537, 0.29447299732547, 0.757884615384615, 1.35996879206275, 3.46634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1095, '2022-05-08 00:00:00', 0.0608266768398927, 0.18826923076923, 0.0783041407687907, 0.283461538461537, 0.119442454763791, 0.377499999999999, 0.332670314968947, 0.778461538461538, 1.33131688708818, 3.46557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1110, '2022-05-08 00:00:00', 0.0687831039181519, 0.201346153846153, 0.0974892499004576, 0.261923076923076, 0.135588177383406, 0.356923076923076, 0.398337748071235, 0.810192307692308, 1.30799558926567, 3.46730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1125, '2022-05-08 00:00:00', 0.0675380234785169, 0.169230769230769, 0.0950070847560656, 0.247115384615385, 0.15120554019154, 0.358653846153846, 0.408395170618625, 0.791153846153846, 1.29113320828583, 3.52519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1140, '2022-05-08 00:00:00', 0.0820789957203522, 0.194807692307693, 0.0945428270882894, 0.262115384615385, 0.148709965524016, 0.359423076923077, 0.453862441037607, 0.818653846153846, 1.28689913536974, 3.54423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1155, '2022-05-08 00:00:00', 0.0592296703194757, 0.173076923076922, 0.120801330863783, 0.254807692307692, 0.164097531974128, 0.369999999999999, 0.92743643779714, 1.36288461538462, 1.28508539075754, 3.54269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1170, '2022-05-08 00:00:00', 0.0759202516815148, 0.173269230769231, 0.0965626540327382, 0.232884615384615, 0.163419352022289, 0.34826923076923, 0.923592921484019, 1.43826923076923, 1.28149067345566, 3.55211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1185, '2022-05-08 00:00:00', 0.0545019406852781, 0.157307692307692, 0.114273625734294, 0.247692307692307, 0.168766110342094, 0.359999999999999, 0.910302084264002, 1.48826923076923, 1.28082042517226, 3.56519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1200, '2022-05-08 00:00:00', 0.114333520221122, 0.181923076923076, 0.129555452932771, 0.248846153846154, 0.170284942195315, 0.340192307692307, 0.894384210160609, 1.52134615384615, 1.27911682271552, 3.56461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1215, '2022-05-08 00:00:00', 0.103634156828424, 0.179038461538462, 0.139086718936839, 0.251346153846155, 0.20288998534636, 0.367115384615386, 0.879888563748492, 1.52326923076923, 1.25489774330574, 3.55788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1230, '2022-05-08 00:00:00', 0.109691174878172, 0.181923076923077, 0.135133694482965, 0.236346153846154, 0.217182748287809, 0.367884615384615, 0.883445614537847, 1.53807692307692, 1.24444972392806, 3.57134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1245, '2022-05-08 00:00:00', 0.0862939965823448, 0.165576923076923, 0.188437400338027, 0.289423076923077, 0.215232343151445, 0.379807692307692, 0.885956610328415, 1.54634615384615, 1.2412775056988, 3.57961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1260, '2022-05-08 00:00:00', 0.192291545475974, 0.240961538461538, 0.214018331350018, 0.300384615384615, 0.252037008881938, 0.404423076923077, 0.871062657818687, 1.55692307692308, 1.23437439776032, 3.57807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1275, '2022-05-08 00:00:00', 0.16250739628138, 0.210576923076922, 0.176967619810908, 0.293461538461538, 0.307916634572011, 0.439423076923077, 0.863471793668756, 1.56653846153846, 1.23492516123292, 3.58192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1290, '2022-05-08 00:00:00', 0.143156718856804, 0.220384615384615, 0.20985022131181, 0.303653846153846, 0.358374750140773, 0.492307692307692, 0.864297780771277, 1.57442307692308, 1.22713644153934, 3.59038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1305, '2022-05-08 00:00:00', 0.126783431336822, 0.209038461538461, 0.251017621201872, 0.324615384615385, 0.300130228144641, 0.458076923076923, 0.878448129023346, 1.58365384615385, 1.22983671524062, 3.59211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1320, '2022-05-08 00:00:00', 0.121507551802049, 0.196458333333334, 0.183928546302437, 0.311666666666668, 0.231767683377064, 0.424791666666667, 0.902378273737264, 1.653125, 1.25830717892005, 3.615 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1335, '2022-05-08 00:00:00', 0.117194715961409, 0.207083333333334, 0.139218835140835, 0.258333333333334, 0.907245792239476, 1.18583333333333, 0.912888963159251, 1.65854166666667, 1.26194278491194, 3.618125 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1350, '2022-05-08 00:00:00', 0.0639236410419326, 0.163333333333333, 0.11227796123777, 0.312916666666667, 0.890270451295153, 1.28645833333333, 0.901016108165616, 1.651875, 1.26681757420094, 3.624375 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 1365, '2022-05-08 00:00:00', 0.11059047709088, 0.274583333333334, 0.887090970246432, 1.12770833333333, 0.872017795822932, 1.34958333333333, 0.885287045072904, 1.65375, 1.27594544372489, 3.63041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 990, '2022-05-08 00:00:00', 0.170269883811945, 0.477800000000001, 0.258138690113152, 0.6772, 0.351473920322215, 0.9012, 0.507244352687473, 1.2402, 1.3181498397375, 3.4724 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1005, '2022-05-08 00:00:00', 0.251497680572473, 0.478599999999999, 0.284644807903932, 0.6318, 0.485813921853488, 0.8612, 0.521783799416324, 1.203, 1.33043460944159, 3.466 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1020, '2022-05-08 00:00:00', 0.129237185051361, 0.367200000000001, 0.338545048701056, 0.5326, 0.479454725008873, 0.6632, 0.496270843390986, 1.1008, 1.33230386298822, 3.4476 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1035, '2022-05-08 00:00:00', 0.353664506748039, 0.3616, 0.491121845031014, 0.4856, 0.495117662783303, 0.5654, 0.515573063040859, 1.0452, 1.31617982560641, 3.4328 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1050, '2022-05-08 00:00:00', 0.219160899797386, 0.3026, 0.250831949054874, 0.383, 0.263075876253728, 0.5138, 0.438118610271998, 0.993, 1.28921057886858, 3.3942 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1065, '2022-05-08 00:00:00', 0.122078526640302, 0.241399999999999, 0.131243095056465, 0.3232, 0.222394544297591, 0.4902, 0.408450629411519, 0.985599999999999, 1.27952048309774, 3.3918 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1080, '2022-05-08 00:00:00', 0.103907811705056, 0.224800000000001, 0.188469714631643, 0.362, 0.224870333006971, 0.464, 0.41218169537232, 0.973000000000001, 1.2719685530704, 3.3896 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1095, '2022-05-08 00:00:00', 0.147450556684831, 0.263000000000001, 0.184039850757021, 0.360400000000001, 0.239691294515814, 0.469600000000001, 0.420934278322241, 1.0076, 1.27478079815054, 3.3834 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1110, '2022-05-08 00:00:00', 0.100716185392419, 0.233, 0.119800876457561, 0.282200000000001, 0.196617861175767, 0.462400000000001, 0.404121990657937, 0.985000000000001, 1.27208234796337, 3.3782 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1125, '2022-05-08 00:00:00', 0.0733581397437709, 0.1822, 0.128978357357607, 0.272, 0.195746860340935, 0.4478, 0.426006161927266, 0.97, 1.32759808175015, 3.555 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1140, '2022-05-08 00:00:00', 0.104913853549789, 0.1944, 0.156604597633659, 0.313, 0.214688145923338, 0.439200000000001, 0.440138425195226, 0.9902, 1.30549230816067, 3.5718 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1155, '2022-05-08 00:00:00', 0.0981062349360806, 0.2146, 0.135639841737842, 0.2876, 0.199732529482139, 0.4242, 0.65257809238946, 1.4354, 1.31518275029239, 3.5716 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1170, '2022-05-08 00:00:00', 0.100431568742104, 0.1914, 0.134563491829446, 0.2764, 0.208374062685353, 0.419800000000001, 0.711152234054004, 1.5, 1.31155861477861, 3.5912 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1185, '2022-05-08 00:00:00', 0.0710586612126438, 0.169199999999999, 0.148358237609736, 0.2768, 0.24419374138854, 0.4158, 0.71648011137784, 1.509, 1.28684005740159, 3.5914 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1200, '2022-05-08 00:00:00', 0.110418899348496, 0.2044, 0.166891182111776, 0.2988, 0.203867195333956, 0.3958, 0.750502720403687, 1.5678, 1.27891092991915, 3.5906 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1215, '2022-05-08 00:00:00', 0.100113685378173, 0.2054, 0.14326781448276, 0.2744, 0.174352851042553, 0.3652, 0.735941856851931, 1.579, 1.27274316602631, 3.5828 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1230, '2022-05-08 00:00:00', 0.100588683922861, 0.1808, 0.117637508190769, 0.2386, 0.151918289440958, 0.358, 0.777557982832577, 1.6112, 1.26295661709604, 3.5814 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1245, '2022-05-08 00:00:00', 0.0874166269462888, 0.166, 0.118910680765018, 0.2478, 0.169533674137814, 0.416, 0.771274540398337, 1.6196, 1.26226895575652, 3.581 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1260, '2022-05-08 00:00:00', 0.0874557030730408, 0.1738, 0.132827268786697, 0.2792, 0.210492082194715, 0.4556, 0.77101215943719, 1.6192, 1.2570815075669, 3.5718 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1275, '2022-05-08 00:00:00', 0.106654426381031, 0.2222, 0.139835319811079, 0.3332, 0.301359143437417, 0.535600000000001, 0.745619876344508, 1.6086, 1.29188067044393, 3.5916 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1290, '2022-05-08 00:00:00', 0.0942571836342815, 0.1936, 0.140825542190802, 0.3038, 0.307167842283879, 0.491, 0.711456663004384, 1.5632, 1.27010340786358, 3.5572 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1305, '2022-05-08 00:00:00', 0.0868250155965054, 0.2086, 0.258077830637711, 0.355, 0.323965918989432, 0.471799999999999, 0.678464074214692, 1.5752, 1.27534384252509, 3.5346 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1320, '2022-05-08 00:00:00', 0.0869146144076381, 0.197826086956523, 0.132851814978506, 0.282826086956522, 0.200548408200167, 0.454130434782609, 0.694810023228973, 1.57717391304348, 1.31123779888218, 3.50826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1335, '2022-05-08 00:00:00', 0.10115196175848, 0.198913043478261, 0.138109411287451, 0.28586956521739, 0.551981160530889, 1.06826086956522, 0.708767719243686, 1.57195652173913, 1.29328460868108, 3.48652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1350, '2022-05-08 00:00:00', 0.118090037331675, 0.205434782608695, 0.144461997683488, 0.354782608695652, 0.590813651459569, 1.19304347826087, 0.70490958969521, 1.5595652173913, 1.28227267823341, 3.47130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 1365, '2022-05-08 00:00:00', 0.105099707975811, 0.293695652173913, 0.504220233110752, 0.998043478260869, 0.570136763289087, 1.19173913043478, 0.678544346988493, 1.53739130434783, 1.27035723711145, 3.45434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 990, '2022-05-08 00:00:00', 0.197525337761947, 0.506458333333334, 0.246624678173248, 0.699583333333333, 0.349810507710029, 0.850000000000001, 0.486142759494261, 1.2425, 1.1230324985296, 3.35958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1005, '2022-05-08 00:00:00', 0.151772140423386, 0.4775, 0.212735376888073, 0.574583333333334, 0.329997735499477, 0.739375, 0.498273650150981, 1.15625, 1.15895612623439, 3.28979166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1020, '2022-05-08 00:00:00', 0.223431631244503, 0.417708333333334, 0.332346660185163, 0.572708333333334, 0.418714334410202, 0.732291666666667, 0.514432816982359, 1.14208333333333, 1.16420945296039, 3.27854166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1035, '2022-05-08 00:00:00', 0.150816617698161, 0.349999999999999, 0.195065485102467, 0.483749999999999, 0.254711313570617, 0.623125, 0.47565344070255, 1.06625, 1.15757553279708, 3.230625 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1050, '2022-05-08 00:00:00', 0.132606943442927, 0.322083333333333, 0.208927449962484, 0.444375, 0.199860345263124, 0.540625, 0.500717555765897, 1.035625, 1.12629916933317, 3.22708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1065, '2022-05-08 00:00:00', 0.166606012513945, 0.295208333333333, 0.164451079682365, 0.384374999999999, 0.257111533346347, 0.519583333333333, 0.530034820773017, 1.01104166666667, 1.11897857150093, 3.22 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1080, '2022-05-08 00:00:00', 0.123542957382606, 0.264583333333334, 0.141657981404692, 0.336875000000001, 0.25323764044121, 0.524791666666667, 0.576565292253951, 1.03333333333333, 1.122398259648, 3.218125 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1095, '2022-05-08 00:00:00', 0.0810503399665637, 0.226875000000001, 0.20420932710178, 0.388333333333334, 0.343349602119127, 0.575416666666667, 0.575105810995316, 1.10354166666667, 1.11950364260109, 3.21083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1110, '2022-05-08 00:00:00', 0.148702114445557, 0.285833333333333, 0.1595292838049, 0.378124999999999, 0.313520724299396, 0.526875, 0.579677532483938, 1.05229166666667, 1.11243946260955, 3.18208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1125, '2022-05-08 00:00:00', 0.107177008877296, 0.227708333333332, 0.312971311251794, 0.368541666666666, 0.414092118505891, 0.473749999999999, 0.568356230147807, 0.998749999999999, 1.16609250882185, 3.3775 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1140, '2022-05-08 00:00:00', 0.100065196138623, 0.22804347826087, 0.115963484098525, 0.294565217391304, 0.169671561362468, 0.390434782608695, 0.415713349476303, 0.953043478260869, 1.07249441433264, 3.34521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1155, '2022-05-08 00:00:00', 0.089871449695416, 0.207173913043478, 0.115251057800398, 0.276521739130434, 0.215202359039041, 0.419347826086957, 0.483616665398725, 1.48347826086957, 1.06719327312977, 3.39086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1170, '2022-05-08 00:00:00', 0.0685875281072138, 0.177391304347825, 0.102896778548083, 0.253260869565217, 0.182977946358995, 0.388260869565217, 0.54545625823183, 1.5445652173913, 1.10466617209846, 3.40347826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1185, '2022-05-08 00:00:00', 0.0940045621632788, 0.188695652173913, 0.181635901711401, 0.294347826086957, 0.214149895787068, 0.410217391304348, 0.574636850438102, 1.56565217391304, 1.11219768730751, 3.41782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1200, '2022-05-08 00:00:00', 0.130107348285645, 0.202727272727273, 0.134356128494644, 0.267954545454545, 0.205457071489663, 0.40068181818182, 0.57083125572346, 1.61931818181818, 1.12364589020745, 3.45409090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1215, '2022-05-08 00:00:00', 0.0744172889887351, 0.188863636363635, 0.142909054420976, 0.292954545454546, 0.230397736280365, 0.429545454545455, 0.563636778208197, 1.66431818181818, 1.0882306472244, 3.46068181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1230, '2022-05-08 00:00:00', 0.0842284180483422, 0.197045454545455, 0.121825268741326, 0.268409090909092, 0.186181148115001, 0.409090909090909, 0.553380060484646, 1.67159090909091, 1.09340446923055, 3.455 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1245, '2022-05-08 00:00:00', 0.0817043159086182, 0.1725, 0.130021851310393, 0.268409090909091, 0.132371190349834, 0.375681818181818, 0.535110995080718, 1.64159090909091, 1.10036212555654, 3.45204545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1260, '2022-05-08 00:00:00', 0.0953144715394703, 0.174090909090909, 0.117993001846925, 0.261590909090909, 0.159704306040775, 0.395681818181817, 0.537420486417087, 1.64227272727273, 1.10172476449881, 3.45386363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1275, '2022-05-08 00:00:00', 0.0852920244643633, 0.198409090909092, 0.0827385701814514, 0.266363636363637, 0.362110815116371, 0.498636363636363, 0.552745068173032, 1.63659090909091, 1.12071270613702, 3.45272727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1290, '2022-05-08 00:00:00', 0.08390238607817, 0.209090909090909, 0.149096848155386, 0.308181818181818, 0.37971630159498, 0.504772727272727, 0.563216835209321, 1.62681818181818, 1.11204953426845, 3.4675 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1305, '2022-05-08 00:00:00', 0.0961836716979476, 0.201818181818181, 0.373020968388029, 0.372499999999999, 0.369113832909337, 0.505454545454545, 0.53870741763798, 1.62340909090909, 1.08092215020565, 3.47886363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1320, '2022-05-08 00:00:00', 0.0920451119374568, 0.20225, 0.109814137235795, 0.29025, 0.167206144435072, 0.514999999999999, 0.598367241134704, 1.65225, 1.11158125871969, 3.4255 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1335, '2022-05-08 00:00:00', 0.0838148806031849, 0.20975, 0.157300416568525, 0.3325, 0.482481183161854, 1.28025, 0.624776328397864, 1.65675, 1.11290161290206, 3.425 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1350, '2022-05-08 00:00:00', 0.13498537932524, 0.269999999999999, 0.162530159144631, 0.4365, 0.532292460173817, 1.368, 0.648114471695434, 1.6495, 1.13373448460341, 3.41725 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 1365, '2022-05-08 00:00:00', 0.136139440899472, 0.315500000000001, 0.532156486680176, 1.198, 0.555804952062179, 1.36825, 0.654547402891172, 1.63075, 1.17590443914461, 3.39725 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 990, '2022-05-08 00:00:00', 0.156763208557723, 0.537391304347827, 0.161754828385211, 0.723478260869566, 0.241578512839227, 0.849782608695653, 0.402499723811067, 1.13913043478261, 0.999385977496089, 3.18782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1005, '2022-05-08 00:00:00', 0.0952731666555962, 0.457391304347825, 0.172116561294772, 0.576739130434781, 0.242386031244156, 0.751521739130434, 0.354206651234356, 1.04652173913043, 0.981630842359764, 3.17326086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1020, '2022-05-08 00:00:00', 0.109736028939591, 0.329782608695653, 0.165595702718679, 0.44913043478261, 0.23711207136574, 0.646956521739132, 0.371622603838619, 0.954782608695653, 0.946836734802545, 3.13543478260869 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1035, '2022-05-08 00:00:00', 0.149009907620836, 0.311956521739131, 0.209134769415935, 0.478478260869566, 0.235167293913253, 0.588260869565219, 0.343381090222699, 0.904130434782609, 0.95002803162305, 3.13152173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1050, '2022-05-08 00:00:00', 0.135876600608366, 0.330217391304347, 0.172780962115522, 0.408478260869565, 0.190459969547409, 0.525, 0.330872155672261, 0.868260869565217, 0.938243776104703, 3.11173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1065, '2022-05-08 00:00:00', 0.116049090062559, 0.254130434782609, 0.143809684292967, 0.32804347826087, 0.157241537723882, 0.458913043478261, 0.303920691235829, 0.842826086956521, 0.935496634183775, 3.10804347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 1080, '2022-05-08 00:00:00', 0.102245538766386, 0.237173913043478, 0.112488471082516, 0.348260869565218, 0.156890485708754, 0.456521739130435, 0.315145834865704, 0.846521739130435, 0.931120070119982, 3.10869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 930, '2022-05-08 00:00:00', 0.427799602617859, 0.7075, 0.558614357137372, 0.820000000000004, 0.388908729652604, 0.940000000000001, 0.26870057685089, 1.025, 0.473761543394988, 3.255 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 945, '2022-05-08 00:00:00', 0.045961940777124, 0.387500000000003, 0.0989949493661171, 0.520000000000003, 0.0353553390593254, 0.755000000000003, 0.109601551083916, 0.912500000000001, 0.473761543394988, 3.255 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 960, '2022-05-08 00:00:00', 0.0212132034355972, 0.359999999999999, 0.0742462120245853, 0.537499999999998, 0.0282842712474613, 0.719999999999995, 0.0530330085889931, 0.782499999999999, 0.367695526217002, 3.18 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 1, 975, '2022-05-08 00:00:00', 0.0106066017177986, 0.252499999999998, 0.0707106781186558, 0.345000000000002, 0.0494974746830585, 0.485000000000003, 0.187383297014435, 0.792499999999997, 0.367695526217002, 3.18 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 930, '2022-05-08 00:00:00', 0.0530330085889931, 0.677500000000002, 0.219203102167831, 1.085, 0.0494974746830585, 1.275, 0.0519723484172115, 1.275, 0.054570965838072, 3.0825 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 945, '2022-05-08 00:00:00', 0.169705627484773, 0.569999999999997, 0.0989949493661171, 0.759999999999998, 0.166170093578833, 0.8325, 0.0883883476483184, 1.0725, 0.286378246380553, 3.0825 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 960, '2022-05-08 00:00:00', 0.109601551083911, 0.512499999999999, 0.0388908729652549, 0.5625, 0.335875721063606, 0.772500000000001, 0.0388908729652599, 0.982499999999998, 0.159099025766974, 2.9925 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 2, 975, '2022-05-08 00:00:00', 0.0530330085889931, 0.387500000000003, 0.346482322781405, 0.670000000000002, 0.388908729652599, 0.700000000000003, 0.091923881554253, 0.91, 0.106066017177981, 2.92000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 930, '2022-05-08 00:00:00', 0.240416305603429, 0.649999999999999, 0.2524371208836, 0.649999999999999, 0.26505897692778, 0.8825, 0.278311925774169, 1.4175, 0.292227522062878, 2.235 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 945, '2022-05-08 00:00:00', 0.0318198051533958, 0.282499999999999, 0.00707106781186407, 0.395, 0.374766594028876, 0.745000000000001, 0.569220958855166, 1.4125, 0.0707106781186507, 2.235 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 960, '2022-05-08 00:00:00', 0.0176776695296627, 0.362500000000001, 0.367695526217007, 0.635000000000002, 0.339411254969546, 0.770000000000003, 0.61164736572636, 1.4825, 0.0707106781186507, 2.235 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 3, 975, '2022-05-08 00:00:00', 0.240416305603429, 0.479999999999997, 0.215667568261902, 0.612499999999997, 0.155563491861045, 0.654999999999998, 0.357088924499203, 1.6425, 0.0565685424949176, 2.225 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 930, '2022-05-08 00:00:00', 0.127279220613583, 0.439999999999998, 0.0494974746830585, 0.654999999999998, 0.130814754519513, 0.712499999999999, 0.159099025766974, 0.9175, 1.15611958724001, 3.3475 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 945, '2022-05-08 00:00:00', 0.123743686707649, 0.482499999999998, 0.106066017177986, 0.609999999999999, 0.091923881554248, 0.75, 0.258093975133086, 0.8675, 1.15611958724001, 3.3475 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 960, '2022-05-08 00:00:00', 0.159099025766969, 0.342500000000001, 0.0565685424949176, 0.449999999999999, 0.098994949366112, 0.699999999999999, 0.332340187157677, 0.865000000000002, 1.15611958724001, 3.3475 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 4, 975, '2022-05-08 00:00:00', 0.0989949493661171, 0.305, 0.222738636073761, 0.612499999999997, 0.233875567877449, 0.612499999999997, 0.245569346271321, 0.782500000000002, 0.257847813584887, 3.3475 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 930, '2022-05-08 00:00:00', 0.0954594154601825, 0.5825, 0.392444263558534, 0.802499999999998, 0.360624458405138, 0.824999999999999, 0.282842712474618, 0.879999999999999, 0.664680374315358, 3.695 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 945, '2022-05-08 00:00:00', 0.254558441227162, 0.419999999999998, 0.187383297014435, 0.467500000000001, 0.134350288425447, 0.504999999999999, 0.272236110756824, 0.722499999999997, 0.664680374315358, 3.695 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 960, '2022-05-08 00:00:00', 0.123743686707644, 0.237500000000004, 0.0530330085889931, 0.417500000000004, 0.0318198051534009, 0.432500000000001, 0.226274169979695, 0.739999999999998, 0.555078823231442, 3.6675 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 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 515840247113770300, 5, 975, '2022-05-08 00:00:00', 0.0106066017177936, 0.352500000000003, 0.045961940777119, 0.377500000000001, 0.0813172798364493, 0.442500000000003, 0.155563491861045, 0.73, 0.434870670429728, 3.6825 where not exists (select 1 from powerstats_trumpet where symbolid = 515840247113770300 and enddate = '2022-05-08 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2022-05-08 18:02:48 Duration: 877ms Database: acaweb_fx User: pgperfstats
14 58ms 504ms 234ms 73 17s125ms with rar_max as ( select resultuid from relevance_keylevels_results order by resultuid desc limit ? ), kr as ( select a.*, rr.age, rr.relevant from keylevels_results a left outer join relevance_keylevels_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_keylevels_results) end ), results as ( select distinct on (s.symbolid) kr.resultuid as resultuid, kr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, p.patternname as pattern_name, kr.breakout as breakout, kr.atbaridentified as identified, dtt.timezone as timezone, kr.patternlengthbars as length, g.basegroupname, newlevels.filtered, case when kr.age is not null then kr.age when kr.resultuid <= rm.resultuid then ? else ? end as age, case when kr.relevant is not null then kr.relevant when kr.resultuid <= rm.resultuid then ? else ? end as relevant from kr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = kr.symbolid inner join symbols s on bsl.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on s.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join hrspatterns p on kr.patternid = p.patternid inner join downloadersymbolsettings dss on s.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_keylevels_results rar on rar.resultuid = kr.resultuid left join lateral calc_kl_signal_filter (kr.resultuid) newlevels on true where kr.gmttimefound > now() - interval ? and dss.enabled = ? and (kr.simulation = ? or kr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or p.patternname in (...)) and (? = ? or kr.patternclassid in (...)) and (? = ? or kr.patternlengthbars <= ?) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #14
Day Hour Count Duration Avg duration May 08 18 73 17s125ms 234ms [ User: postgres - Total duration: 17s125ms - Times executed: 73 ]
-
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 = '641' 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-05-08 18:05:31 Duration: 504ms 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 = '558' 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 ('80' = 0 OR s.symbol in ('AUDSGD', 'CHFSGD', 'EURDKK', 'EURHKD', 'EURNOK', 'EURPLN', 'EURSEK', 'EURSGD', 'EURTRY', 'EURZAR', 'GBPDKK', 'GBPNOK', 'GBPSEK', 'GBPSGD', 'NOKJPY', 'NOKSEK', 'SEKJPY', 'SGDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDTHB', 'USDTRY', 'USDZAR', 'AUDUSD', 'EURUSD', 'GBPUSD', 'USDCAD', 'USDCHF', 'USDJPY', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDSGD', 'AUS200', 'DE30', 'ES35', 'F40', 'HK50', 'IT40', 'JP225', 'STOXX50', 'UK100', 'US2000', 'US30', 'US500', 'CHINA50', 'USTEC', 'XAGEUR', 'XAGUSD', 'XAUUSD', 'XAUEUR', 'XPDUSD', 'XPTUSD')) 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-05-08 18:06:00 Duration: 464ms 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 = '558' 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 ('80' = 0 OR s.symbol in ('AUDSGD', 'CHFSGD', 'EURDKK', 'EURHKD', 'EURNOK', 'EURPLN', 'EURSEK', 'EURSGD', 'EURTRY', 'EURZAR', 'GBPDKK', 'GBPNOK', 'GBPSEK', 'GBPSGD', 'NOKJPY', 'NOKSEK', 'SEKJPY', 'SGDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDTHB', 'USDTRY', 'USDZAR', 'AUDUSD', 'EURUSD', 'GBPUSD', 'USDCAD', 'USDCHF', 'USDJPY', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDSGD', 'AUS200', 'DE30', 'ES35', 'F40', 'HK50', 'IT40', 'JP225', 'STOXX50', 'UK100', 'US2000', 'US30', 'US500', 'CHINA50', 'USTEC', 'XAGEUR', 'XAGUSD', 'XAUUSD', 'XAUEUR', 'XPDUSD', 'XPTUSD')) 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-05-08 18:55:44 Duration: 440ms Database: acaweb_fx User: postgres Bind query: yes
15 61ms 339ms 190ms 39 7s419ms select * from ( select pricedatetime, open, high, low, close, volume, bsf from t60 where symbolid = ? and (bsf = ? or bsf is null) order by pricedatetime desc limit ?) a order by pricedatetime asc;Times Reported Time consuming queries #15
Day Hour Count Duration Avg duration May 08 18 39 7s419ms 190ms [ User: postgres - Total duration: 7s419ms - Times executed: 39 ]
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '515840217715738300' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2022-05-08 18:38:19 Duration: 339ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '515840248033625300' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2022-05-08 18:02:04 Duration: 292ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '515840217492473300' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2022-05-08 18:02:04 Duration: 282ms Database: acaweb_fx User: postgres Bind query: yes
16 66ms 1s590ms 187ms 82 15s408ms (( 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 May 08 18 82 15s408ms 187ms [ User: postgres - Total duration: 15s408ms - Times executed: 82 ]
-
(( 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 = '49' 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 = '49' 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 = '49' 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 = '49' 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 = '49' 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 = '49' 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-05-08 18:18:48 Duration: 1s590ms 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 = '49' 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 = '49' 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 = '49' 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 = '49' 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 = '49' 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 = '49' 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-05-08 18:03:46 Duration: 990ms 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 = '643' 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 = '643' 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 = '643' 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 = '643' 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 = '643' 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 = '643' 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-05-08 18:04:50 Duration: 938ms Database: acaweb_fx User: postgres Bind query: yes
17 53ms 329ms 184ms 72 13s272ms with rar_max as ( select resultuid from relevance_bigmovement_results order by resultuid desc limit ? ), all_results as ( select bmr.resultuid as resultuid, ? as direction, s.exchange as exchange, s.symbolid as symbolid, coalesce(bim.code, s.symbol) as symbol_code, s.longname as symbol_name, s.timegranularity as interval, bmr.patternendtime as identified, bmr.patternlengthbars, dtt.timezone as timezone, g.basegroupname, case when rbr.age is not null then rbr.age when bmr.resultuid <= rm.resultuid then ? else ? end as age, case when rbr.relevant is not null then rbr.relevant when bmr.resultuid <= rm.resultuid then ? else ? end as relevant, cps.pip from bigmovement_results bmr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = bmr.symbolid inner join symbols s on bmr.symbolid = s.symbolid and s.nonliquid = ? inner join downloadersymbolsettings dss on bmr.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join symbolgroup sg on bmr.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join rar_max rm on ? = ? left outer join relevance_bigmovement_results rbr on rbr.resultuid = bmr.resultuid left join currencypips cps on cps.symbol = s.symbol left outer join brokerinstrumentmap bim on dss.datafeedinstrumentid = bim.datafeedinstrumentid and bim.brokerid = bsl.brokerid and bim.type = ? where bmr.gmttimefound > now() - interval ? and (bmr.simulation = ? or bmr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or coalesce(bim.code, s.symbol) in (...)) and (? = ? or bmr.patternlengthbars <= ?) ), results as ( select distinct on (symbolid) * from all_results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by symbolid, resultuid ) select * from results order by identified desc, interval desc;Times Reported Time consuming queries #17
Day Hour Count Duration Avg duration May 08 18 72 13s272ms 184ms [ User: postgres - Total duration: 13s272ms - Times executed: 72 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_bigmovement_results ORDER BY resultuid DESC LIMIT 1 ), all_results AS ( SELECT bmr.resultuid AS resultuid, 0 AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, bmr.patternendtime AS identified, bmr.patternlengthbars, dtt.timezone AS timezone, g.basegroupname, CASE WHEN rbr.age IS NOT NULL THEN rbr.age WHEN bmr.resultuid <= rm.resultuid THEN 4 ELSE 0 END as age, CASE WHEN rbr.relevant IS NOT NULL THEN rbr.relevant WHEN bmr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM bigmovement_results bmr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '627' AND bsl.symbolid = bmr.symbolid INNER JOIN symbols s ON bmr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN downloadersymbolsettings dss ON bmr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN symbolgroup sg on bmr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_bigmovement_results rbr ON rbr.resultuid = bmr.resultuid LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE bmr.gmttimefound > now() - INTERVAL '7 DAYS' AND (bmr.simulation = 0 OR bmr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('232' = 0 OR coalesce(bim.code, s.symbol) in ('#ADBE', '#AIRF', '#ALVG', '#AMZN', '#APPL', '#BA', '#BABA', '#BAYGn', '#BMWG', '#BNPP', '#BP', '#CAT', '#CBKG', '#DAIGn', '#DBKGn', '#DIS', '#EA', '#FB', '#FDX', '#GE', '#GM', '#GOOGL', '#GS', '#INTC', '#JPM', '#KO', '#MSFT', '#NFLX', '#RDSa', '#TSLA', '#TWTR', '#VOWG', '#WMT', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS_200', 'BTCEUR', 'BTCGBP', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CL_BRENT', 'DASHUSD', 'EOSUSD', 'ESP_35', 'ETHEUR', 'ETHGBP', 'ETHUSD', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'EUR_50', 'FRA_40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'GBR_100', 'GER_30', 'HKDJPY', 'HKG_50', 'IOTAUSD', 'LTCEUR', 'LTCUSD', 'NAS100', 'NEOUSD', 'NOKJPY', 'NOKSEK', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'OMGUSD', 'SPX500', 'TRXUSD', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDZAR', 'USOIL', 'XAGUSD', 'XAUEUR', 'XAUUSD', 'XMRUSD', 'XPTUSD', 'XRPUSD', 'ZARJPY', 'ZECUSD', '#BP', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'HKDJPY', 'NOKJPY', 'NOKSEK', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDZAR', 'ZARJPY', 'BTCEUR', 'BTCGBP', 'BTCUSD', 'DASHUSD', 'EOSUSD', 'ETHEUR', 'ETHGBP', 'ETHUSD', 'IOTAUSD', 'LTCEUR', 'LTCUSD', 'NEOUSD', 'OMGUSD', 'TRXUSD', 'XMRUSD', 'XRPUSD', 'ZECUSD', 'XAGUSD', 'XAUEUR', 'XAUUSD', 'XPTUSD', 'CL_BRENT', 'USOIL', '#AIRF', '#ALVG', '#BAYGn', '#BMWG', '#BNPP', '#CBKG', '#DAIGn', '#DBKGn', '#RDSa', '#VOWG', 'AUS_200', 'ESP_35', 'EUR_50', 'FRA_40', 'GBR_100', 'GER_30', 'HKG_50', 'NAS100', 'SPX500', 'US30', '#ADBE', '#AMZN', '#APPL', '#BA', '#BABA', '#CAT', '#DIS', '#EA', '#FB', '#FDX', '#GE', '#GM', '#GOOGL', '#GS', '#INTC', '#JPM', '#KO', '#MSFT', '#NFLX', '#TSLA', '#TWTR', '#WMT', '#XOM')) AND ('400' = 0 OR bmr.patternlengthbars <= '400') ), results AS ( SELECT DISTINCT ON (symbolid) * FROM all_results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY symbolid, resultuid ) SELECT * from results ORDER BY identified DESC, interval DESC;
Date: 2022-05-08 18:04:28 Duration: 329ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_bigmovement_results ORDER BY resultuid DESC LIMIT 1 ), all_results AS ( SELECT bmr.resultuid AS resultuid, 0 AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, bmr.patternendtime AS identified, bmr.patternlengthbars, dtt.timezone AS timezone, g.basegroupname, CASE WHEN rbr.age IS NOT NULL THEN rbr.age WHEN bmr.resultuid <= rm.resultuid THEN 4 ELSE 0 END as age, CASE WHEN rbr.relevant IS NOT NULL THEN rbr.relevant WHEN bmr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM bigmovement_results bmr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '660' AND bsl.symbolid = bmr.symbolid INNER JOIN symbols s ON bmr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN downloadersymbolsettings dss ON bmr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN symbolgroup sg on bmr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_bigmovement_results rbr ON rbr.resultuid = bmr.resultuid LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE bmr.gmttimefound > now() - INTERVAL '7 DAYS' AND (bmr.simulation = 0 OR bmr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('211' = 0 OR coalesce(bim.code, s.symbol) in ('BCHEUR', 'BCHUSD', 'BTCEUR', 'BTCUSD', 'ETHEUR', 'ETHUSD', 'LTCEUR', 'LTCUSD', 'USDRON', 'XRPEUR', 'XRPUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURCZK', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'EURZAR', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCZK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'AA', 'AAPL', 'AC.pa', 'ACA.pa', 'ACB', 'ACKB.br', 'AD.as', 'ADBE', 'ADS.de', 'AGS.br', 'AI.pa', 'AIG', 'AIR.pa', 'ALV.de', 'AMZN', 'AXP', 'BA', 'BABA', 'BAC', 'BAS.de', 'BAYN.de', 'BIDU', 'BMW.de', 'BN.pa', 'BNP.pa', 'BRKB', 'C', 'CA.pa', 'CAP.pa', 'CAT', 'CBK.de', 'CGC', 'CRON', 'CS.pa', 'CSCO', 'CVX', 'DAI.de', 'DBK.de', 'DIS', 'DLTR', 'DPW.de', 'DTE.de', 'EBAY', 'EDF.pa', 'EL.pa', 'EN.pa', 'EOAN.de', 'FB', 'FEYE', 'FP.pa', 'FSLR', 'GE', 'GILD', 'GLE.pa', 'GM', 'GOOG', 'GS', 'HAS', 'HEIA.as', 'HEN3.de', 'HOG', 'HPQ', 'HSY', 'IBE.mc', 'IBM', 'IFX.de', 'INGA.as', 'INTC', 'JNJ', 'JPM', 'KO', 'LHA.de', 'LLOY.l', 'LMT', 'LR.pa', 'LVS', 'LYFT', 'M', 'MC.pa', 'ML.pa', 'MMM', 'MRK.de', 'MS', 'MSFT', 'NFLX', 'NKE', 'NOV', 'NOVN.vx', 'NVDA', 'ORA.pa', 'PANW', 'PFE', 'PG', 'PM', 'PUB.pa', 'PYPL', 'QCOM', 'RACE', 'REGN', 'RI.pa', 'RNO.pa', 'RWE.de', 'SAF.pa', 'SAN.pa', 'SAP.de', 'SBUX', 'SGO.pa', 'SIE.de', 'SMSN.l', 'SNAP', 'SRE', 'SU.pa', 'T', 'TEF.mc', 'TEVA', 'TGT', 'TKA.de', 'TSLA', 'TWTR', 'UBER', 'UBSG.vx', 'UNA.as', 'URW.as', 'V', 'VIE.pa', 'VIV.pa', 'VK.pa', 'VOW3.de', 'VZ', 'WMT', 'XOM', 'XAGUSD', 'XAUUSD', 'BRENT', 'COCOA', 'COFFEE', 'CORN', 'COTTON', 'NGAS', 'SUGAR', 'USDX', 'WHEAT', 'WTI', 'FRENCH40', 'GERMAN30', 'JPN225', 'NETHERLAND25', 'SPANISH35', 'SWISS20', 'UK100', 'US30', 'US500', 'USTECH100', 'USVIX')) AND ('400' = 0 OR bmr.patternlengthbars <= '400') ), results AS ( SELECT DISTINCT ON (symbolid) * FROM all_results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY symbolid, resultuid ) SELECT * from results ORDER BY identified DESC, interval DESC;
Date: 2022-05-08 18:06:31 Duration: 323ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_bigmovement_results ORDER BY resultuid DESC LIMIT 1 ), all_results AS ( SELECT bmr.resultuid AS resultuid, 0 AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, bmr.patternendtime AS identified, bmr.patternlengthbars, dtt.timezone AS timezone, g.basegroupname, CASE WHEN rbr.age IS NOT NULL THEN rbr.age WHEN bmr.resultuid <= rm.resultuid THEN 4 ELSE 0 END as age, CASE WHEN rbr.relevant IS NOT NULL THEN rbr.relevant WHEN bmr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM bigmovement_results bmr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '627' AND bsl.symbolid = bmr.symbolid INNER JOIN symbols s ON bmr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN downloadersymbolsettings dss ON bmr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN symbolgroup sg on bmr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_bigmovement_results rbr ON rbr.resultuid = bmr.resultuid LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE bmr.gmttimefound > now() - INTERVAL '7 DAYS' AND (bmr.simulation = 0 OR bmr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('232' = 0 OR coalesce(bim.code, s.symbol) in ('#ADBE', '#AIRF', '#ALVG', '#AMZN', '#APPL', '#BA', '#BABA', '#BAYGn', '#BMWG', '#BNPP', '#BP', '#CAT', '#CBKG', '#DAIGn', '#DBKGn', '#DIS', '#EA', '#FB', '#FDX', '#GE', '#GM', '#GOOGL', '#GS', '#INTC', '#JPM', '#KO', '#MSFT', '#NFLX', '#RDSa', '#TSLA', '#TWTR', '#VOWG', '#WMT', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS_200', 'BTCEUR', 'BTCGBP', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CL_BRENT', 'DASHUSD', 'EOSUSD', 'ESP_35', 'ETHEUR', 'ETHGBP', 'ETHUSD', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'EUR_50', 'FRA_40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'GBR_100', 'GER_30', 'HKDJPY', 'HKG_50', 'IOTAUSD', 'LTCEUR', 'LTCUSD', 'NAS100', 'NEOUSD', 'NOKJPY', 'NOKSEK', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'OMGUSD', 'SPX500', 'TRXUSD', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDZAR', 'USOIL', 'XAGUSD', 'XAUEUR', 'XAUUSD', 'XMRUSD', 'XPTUSD', 'XRPUSD', 'ZARJPY', 'ZECUSD', '#BP', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'HKDJPY', 'NOKJPY', 'NOKSEK', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDZAR', 'ZARJPY', 'BTCEUR', 'BTCGBP', 'BTCUSD', 'DASHUSD', 'EOSUSD', 'ETHEUR', 'ETHGBP', 'ETHUSD', 'IOTAUSD', 'LTCEUR', 'LTCUSD', 'NEOUSD', 'OMGUSD', 'TRXUSD', 'XMRUSD', 'XRPUSD', 'ZECUSD', 'XAGUSD', 'XAUEUR', 'XAUUSD', 'XPTUSD', 'CL_BRENT', 'USOIL', '#AIRF', '#ALVG', '#BAYGn', '#BMWG', '#BNPP', '#CBKG', '#DAIGn', '#DBKGn', '#RDSa', '#VOWG', 'AUS_200', 'ESP_35', 'EUR_50', 'FRA_40', 'GBR_100', 'GER_30', 'HKG_50', 'NAS100', 'SPX500', 'US30', '#ADBE', '#AMZN', '#APPL', '#BA', '#BABA', '#CAT', '#DIS', '#EA', '#FB', '#FDX', '#GE', '#GM', '#GOOGL', '#GS', '#INTC', '#JPM', '#KO', '#MSFT', '#NFLX', '#TSLA', '#TWTR', '#WMT', '#XOM')) AND ('400' = 0 OR bmr.patternlengthbars <= '400') ), results AS ( SELECT DISTINCT ON (symbolid) * FROM all_results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY symbolid, resultuid ) SELECT * from results ORDER BY identified DESC, interval DESC;
Date: 2022-05-08 18:37:59 Duration: 296ms Database: acaweb_fx User: postgres Bind query: yes
18 54ms 669ms 166ms 62 10s342ms copy solr_relevance_old (uuid, relevant, age, result_uid) from stdin with ( format csv, header);Times Reported Time consuming queries #18
Day Hour Count Duration Avg duration May 08 18 62 10s342ms 166ms [ User: postgres - Total duration: 10s342ms - Times executed: 62 ]
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2022-05-08 18:03:14 Duration: 669ms Database: acaweb_fx User: postgres
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2022-05-08 18:56:15 Duration: 584ms Database: acaweb_fx User: postgres
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2022-05-08 18:48:13 Duration: 558ms Database: acaweb_fx User: postgres
19 52ms 323ms 165ms 72 11s945ms 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 ), all_results as ( select fr.resultuid as resultuid, fr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, coalesce(bim.code, s.symbol) as symbol_code, s.longname as symbol_name, s.timegranularity as interval, fr.pattern as pattern_name, fr.timed as timed, fr.patternendtime as identified, dtt.timezone as timezone, fr.patternlengthbars as length, g.basegroupname, case when fr.age is not null then fr.age when fr.resultuid <= rm.resultuid then ? else ? end as age, case when fr.relevant is not null then fr.relevant when fr.resultuid <= rm.resultuid then ? else ? end as relevant, cps.pip from fr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = fr.symbolid inner join symbols s on fr.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on fr.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on fr.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left join currencypips cps on cps.symbol = s.symbol left outer join brokerinstrumentmap bim on dss.datafeedinstrumentid = bim.datafeedinstrumentid and bim.brokerid = bsl.brokerid and bim.type = ? where fr.gmttimefound > now() - interval ? and dss.enabled = ? and (fr.simulation = ? or fr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or coalesce(bim.code, s.symbol) in (...)) and (? = ? or fr.pattern in (...)) and (? = ? or fr.patternlengthbars <= ?) and (? = ? or (? = ? and fr.timed > cast(? as timestamp)) or (? = ? and fr.timed < cast(? as timestamp))) ), results as ( select distinct on (symbolid) * from all_results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by symbolid, resultuid ) select * from results order by identified desc, length desc;Times Reported Time consuming queries #19
Day Hour Count Duration Avg duration May 08 18 72 11s945ms 165ms [ User: postgres - Total duration: 11s945ms - Times executed: 72 ]
-
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 ), all_results AS ( SELECT fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN fr.age IS NOT NULL THEN fr.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN fr.relevant IS NOT NULL THEN fr.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '700' AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('250' = 0 OR coalesce(bim.code, s.symbol) in ('#C-BRENT', '#C-COCOA', '#C-COFFEE', '#C-COPPER', '#C-CORN', '#C-COTTON', '#C-FCATTLE', '#C-HEATOIL', '#C-LCATTLE', '#C-LHOG', '#C-NATGAS', '#C-OATS', '#C-ORANGE', '#C-RICE', '#C-ROBUSTA', '#C-SOYB', '#C-SOYBM', '#C-SUGAR', '#C-WHEAT', '#S-AA', '#S-AAL', '#S-AAPL', '#S-AIG', '#S-AMD', '#S-AMGN', '#S-AMZN', '#S-ATVI', '#S-BA', '#S-BABA', '#S-BP', '#S-C', '#S-CAT', '#S-CL', '#S-COST', '#S-CRM', '#S-CSCO', '#S-CX', '#S-DAL', '#S-DE', '#S-DIS', '#S-DUK', '#S-EA', '#S-EBAY', '#S-F', '#S-FB', '#S-GE', '#S-GIS', '#S-GM', '#S-GOOG', '#S-IBM', '#S-INTC', '#S-KO', '#S-MMM', '#S-MO', '#S-MSFT', '#S-NOK', '#S-OXY', '#S-TSLA', '#S-TWTR', '#S-USB', '#S-V', '#S-VLO', '#S-VZ', '#S-WBA', '#S-WDC', '#S-XOM', 'AU200', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'DE30', 'DJI', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURRUB', 'EURSEK', 'EURUSD', 'EURZAR', 'GB100', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPSEK', 'GBPUSD', 'HK50', 'JP2000', 'NIKKEI', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'Nd100', 'OIL', 'RUT2000', 'SP500', 'USDCAD', 'USDCHF', 'USDHKD', 'USDIDX', 'USDJPY', 'USDMXN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'USVIX', 'XAGEUR', 'XAGUSD', 'XAUEUR', 'XAUOIL', 'XAUSnP', 'XAUUSD', 'XAUXAG', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURRUB', 'EURSEK', 'EURUSD', 'EURZAR', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPSEK', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDHKD', 'USDJPY', 'USDMXN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'XAGEUR', 'XAGUSD', 'XAUEUR', 'XAUOIL', 'XAUSnP', 'XAUUSD', 'XAUXAG', '#S-AA', '#S-AAL', '#S-AAPL', '#S-AIG', '#S-AMD', '#S-AMGN', '#S-AMZN', '#S-ATVI', '#S-BA', '#S-BABA', '#S-BP', '#S-C', '#S-CAT', '#S-CL', '#S-COST', '#S-CRM', '#S-CSCO', '#S-CX', '#S-DAL', '#S-DE', '#S-DIS', '#S-DUK', '#S-EA', '#S-EBAY', '#S-F', '#S-FB', '#S-GE', '#S-GIS', '#S-GM', '#S-GOOG', '#S-IBM', '#S-INTC', '#S-KO', '#S-MMM', '#S-MO', '#S-MSFT', '#S-NOK', '#S-OXY', '#S-TSLA', '#S-TWTR', '#S-USB', '#S-V', '#S-VLO', '#S-VZ', '#S-WBA', '#S-WDC', '#S-XOM', 'AU200', 'DE30', 'DJI', 'GB100', 'HK50', 'JP2000', 'NIKKEI', 'Nd100', 'RUT2000', 'SP500', 'USDIDX', 'USVIX', '#C-BRENT', '#C-COCOA', '#C-COFFEE', '#C-COPPER', '#C-CORN', '#C-COTTON', '#C-FCATTLE', '#C-HEATOIL', '#C-LCATTLE', '#C-LHOG', '#C-NATGAS', '#C-OATS', '#C-ORANGE', '#C-RICE', '#C-ROBUSTA', '#C-SOYB', '#C-SOYBM', '#C-SUGAR', '#C-WHEAT', 'OIL')) AND ('0' = 0 OR fr.pattern in ('')) AND ('400' = 0 OR fr.patternlengthbars <= '400') AND ('0' = 0 OR ('0' = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ('0' = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ), results AS ( SELECT DISTINCT ON (symbolid) * FROM all_results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY symbolid, resultuid ) SELECT * from results ORDER BY identified DESC, length DESC;
Date: 2022-05-08 18:04:59 Duration: 323ms 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 ), all_results AS ( SELECT fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN fr.age IS NOT NULL THEN fr.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN fr.relevant IS NOT NULL THEN fr.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '700' AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('250' = 0 OR coalesce(bim.code, s.symbol) in ('#C-BRENT', '#C-COCOA', '#C-COFFEE', '#C-COPPER', '#C-CORN', '#C-COTTON', '#C-FCATTLE', '#C-HEATOIL', '#C-LCATTLE', '#C-LHOG', '#C-NATGAS', '#C-OATS', '#C-ORANGE', '#C-RICE', '#C-ROBUSTA', '#C-SOYB', '#C-SOYBM', '#C-SUGAR', '#C-WHEAT', '#S-AA', '#S-AAL', '#S-AAPL', '#S-AIG', '#S-AMD', '#S-AMGN', '#S-AMZN', '#S-ATVI', '#S-BA', '#S-BABA', '#S-BP', '#S-C', '#S-CAT', '#S-CL', '#S-COST', '#S-CRM', '#S-CSCO', '#S-CX', '#S-DAL', '#S-DE', '#S-DIS', '#S-DUK', '#S-EA', '#S-EBAY', '#S-F', '#S-FB', '#S-GE', '#S-GIS', '#S-GM', '#S-GOOG', '#S-IBM', '#S-INTC', '#S-KO', '#S-MMM', '#S-MO', '#S-MSFT', '#S-NOK', '#S-OXY', '#S-TSLA', '#S-TWTR', '#S-USB', '#S-V', '#S-VLO', '#S-VZ', '#S-WBA', '#S-WDC', '#S-XOM', 'AU200', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'DE30', 'DJI', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURRUB', 'EURSEK', 'EURUSD', 'EURZAR', 'GB100', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPSEK', 'GBPUSD', 'HK50', 'JP2000', 'NIKKEI', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'Nd100', 'OIL', 'RUT2000', 'SP500', 'USDCAD', 'USDCHF', 'USDHKD', 'USDIDX', 'USDJPY', 'USDMXN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'USVIX', 'XAGEUR', 'XAGUSD', 'XAUEUR', 'XAUOIL', 'XAUSnP', 'XAUUSD', 'XAUXAG', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURRUB', 'EURSEK', 'EURUSD', 'EURZAR', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPSEK', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDHKD', 'USDJPY', 'USDMXN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'XAGEUR', 'XAGUSD', 'XAUEUR', 'XAUOIL', 'XAUSnP', 'XAUUSD', 'XAUXAG', '#S-AA', '#S-AAL', '#S-AAPL', '#S-AIG', '#S-AMD', '#S-AMGN', '#S-AMZN', '#S-ATVI', '#S-BA', '#S-BABA', '#S-BP', '#S-C', '#S-CAT', '#S-CL', '#S-COST', '#S-CRM', '#S-CSCO', '#S-CX', '#S-DAL', '#S-DE', '#S-DIS', '#S-DUK', '#S-EA', '#S-EBAY', '#S-F', '#S-FB', '#S-GE', '#S-GIS', '#S-GM', '#S-GOOG', '#S-IBM', '#S-INTC', '#S-KO', '#S-MMM', '#S-MO', '#S-MSFT', '#S-NOK', '#S-OXY', '#S-TSLA', '#S-TWTR', '#S-USB', '#S-V', '#S-VLO', '#S-VZ', '#S-WBA', '#S-WDC', '#S-XOM', 'AU200', 'DE30', 'DJI', 'GB100', 'HK50', 'JP2000', 'NIKKEI', 'Nd100', 'RUT2000', 'SP500', 'USDIDX', 'USVIX', '#C-BRENT', '#C-COCOA', '#C-COFFEE', '#C-COPPER', '#C-CORN', '#C-COTTON', '#C-FCATTLE', '#C-HEATOIL', '#C-LCATTLE', '#C-LHOG', '#C-NATGAS', '#C-OATS', '#C-ORANGE', '#C-RICE', '#C-ROBUSTA', '#C-SOYB', '#C-SOYBM', '#C-SUGAR', '#C-WHEAT', 'OIL')) AND ('0' = 0 OR fr.pattern in ('')) AND ('400' = 0 OR fr.patternlengthbars <= '400') AND ('0' = 0 OR ('0' = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ('0' = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ), results AS ( SELECT DISTINCT ON (symbolid) * FROM all_results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY symbolid, resultuid ) SELECT * from results ORDER BY identified DESC, length DESC;
Date: 2022-05-08 18:19:21 Duration: 293ms 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 ), all_results AS ( SELECT fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, coalesce(bim.code, s.symbol) AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN fr.age IS NOT NULL THEN fr.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN fr.relevant IS NOT NULL THEN fr.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '700' AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT JOIN currencypips cps on cps.symbol = s.symbol LEFT OUTER JOIN brokerinstrumentmap bim ON dss.datafeedinstrumentid = bim.datafeedinstrumentid AND bim.brokerid = bsl.brokerid AND bim.TYPE = 'OUTBOUND' WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('250' = 0 OR coalesce(bim.code, s.symbol) in ('#C-BRENT', '#C-COCOA', '#C-COFFEE', '#C-COPPER', '#C-CORN', '#C-COTTON', '#C-FCATTLE', '#C-HEATOIL', '#C-LCATTLE', '#C-LHOG', '#C-NATGAS', '#C-OATS', '#C-ORANGE', '#C-RICE', '#C-ROBUSTA', '#C-SOYB', '#C-SOYBM', '#C-SUGAR', '#C-WHEAT', '#S-AA', '#S-AAL', '#S-AAPL', '#S-AIG', '#S-AMD', '#S-AMGN', '#S-AMZN', '#S-ATVI', '#S-BA', '#S-BABA', '#S-BP', '#S-C', '#S-CAT', '#S-CL', '#S-COST', '#S-CRM', '#S-CSCO', '#S-CX', '#S-DAL', '#S-DE', '#S-DIS', '#S-DUK', '#S-EA', '#S-EBAY', '#S-F', '#S-FB', '#S-GE', '#S-GIS', '#S-GM', '#S-GOOG', '#S-IBM', '#S-INTC', '#S-KO', '#S-MMM', '#S-MO', '#S-MSFT', '#S-NOK', '#S-OXY', '#S-TSLA', '#S-TWTR', '#S-USB', '#S-V', '#S-VLO', '#S-VZ', '#S-WBA', '#S-WDC', '#S-XOM', 'AU200', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'DE30', 'DJI', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURRUB', 'EURSEK', 'EURUSD', 'EURZAR', 'GB100', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPSEK', 'GBPUSD', 'HK50', 'JP2000', 'NIKKEI', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'Nd100', 'OIL', 'RUT2000', 'SP500', 'USDCAD', 'USDCHF', 'USDHKD', 'USDIDX', 'USDJPY', 'USDMXN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'USVIX', 'XAGEUR', 'XAGUSD', 'XAUEUR', 'XAUOIL', 'XAUSnP', 'XAUUSD', 'XAUXAG', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURRUB', 'EURSEK', 'EURUSD', 'EURZAR', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPSEK', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDHKD', 'USDJPY', 'USDMXN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'XAGEUR', 'XAGUSD', 'XAUEUR', 'XAUOIL', 'XAUSnP', 'XAUUSD', 'XAUXAG', '#S-AA', '#S-AAL', '#S-AAPL', '#S-AIG', '#S-AMD', '#S-AMGN', '#S-AMZN', '#S-ATVI', '#S-BA', '#S-BABA', '#S-BP', '#S-C', '#S-CAT', '#S-CL', '#S-COST', '#S-CRM', '#S-CSCO', '#S-CX', '#S-DAL', '#S-DE', '#S-DIS', '#S-DUK', '#S-EA', '#S-EBAY', '#S-F', '#S-FB', '#S-GE', '#S-GIS', '#S-GM', '#S-GOOG', '#S-IBM', '#S-INTC', '#S-KO', '#S-MMM', '#S-MO', '#S-MSFT', '#S-NOK', '#S-OXY', '#S-TSLA', '#S-TWTR', '#S-USB', '#S-V', '#S-VLO', '#S-VZ', '#S-WBA', '#S-WDC', '#S-XOM', 'AU200', 'DE30', 'DJI', 'GB100', 'HK50', 'JP2000', 'NIKKEI', 'Nd100', 'RUT2000', 'SP500', 'USDIDX', 'USVIX', '#C-BRENT', '#C-COCOA', '#C-COFFEE', '#C-COPPER', '#C-CORN', '#C-COTTON', '#C-FCATTLE', '#C-HEATOIL', '#C-LCATTLE', '#C-LHOG', '#C-NATGAS', '#C-OATS', '#C-ORANGE', '#C-RICE', '#C-ROBUSTA', '#C-SOYB', '#C-SOYBM', '#C-SUGAR', '#C-WHEAT', 'OIL')) AND ('0' = 0 OR fr.pattern in ('')) AND ('400' = 0 OR fr.patternlengthbars <= '400') AND ('0' = 0 OR ('0' = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ('0' = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ), results AS ( SELECT DISTINCT ON (symbolid) * FROM all_results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY symbolid, resultuid ) SELECT * from results ORDER BY identified DESC, length DESC;
Date: 2022-05-08 18:33:02 Duration: 290ms Database: acaweb_fx User: postgres Bind query: yes
20 56ms 424ms 104ms 31 3s244ms select distinct a.resultuid as ruid, c.symbolid as sid, c.symbol as sym, c.longname as longname, c.shortname, c.exchange as e, c.timegranularity as tg, p.patternid as pid, a.direction as d, cast(atbaridentified as timestamp) as pet, cast(patternstarttime as timestamp) as pst, patternprice as patp, breakoutprice as pe, breakoutbars as be, errormargin as erm, patternlengthbars as l, bandwidth as bw, qtytp as qtp, p.patternname as patternname, cast(x0 as timestamp) as x0, cast(x1 as timestamp) as x1, cast(x2 as timestamp) as x2, cast(( case when x3 = ? then ? else x3 end) as timestamp) as x3, cast(( case when x4 = ? then ? else x4 end) as timestamp) as x4, cast(( case when x5 = ? then ? else x5 end) as timestamp) as x5, cast(( case when x6 = ? then ? else x6 end) as timestamp) as x6, cast(( case when x7 = ? then ? else x7 end) as timestamp) as x7, cast(( case when x8 = ? then ? else x8 end) as timestamp) as x8, cast(( case when x9 = ? then ? else x9 end) as timestamp) as x9, cast(atbaridentified as timestamp) as patternendtime, cast(atbaridentified as timestamp) as atbar, cast(( case when approachingtimestamp = ? then ? else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzos, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_keylevels_results order by resultuid desc limit ?) then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= ( select resultuid from relevance_keylevels_results order by resultuid desc limit ?) then ? else ? end as relevant, cast(?.? as double precision) as premium, cast(? as bigint) as instrumentid, ? as derivativeid, ? as underlyingid, ? as isunderlying from symbols c inner join brokersymbollist b on c.symbolid = b.symbolid inner join symbolgroup sg on c.symbolid = sg.symbolid inner join downloadersymbolsettings dss on dss.symbolid = c.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join keylevels_results a on a.symbolid = c.symbolid inner join hrspatterns p on a.patternid = p.patternid left outer join relevance_keylevels_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and sg.groupid = ? and patternclassid = ? and patternlengthbars >= ? and a.patternid & ? > ? and dftt.dayofweek = ? and a.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 May 08 18 31 3s244ms 104ms [ User: postgres - Total duration: 3s244ms - Times executed: 31 ]
-
/*server.KeyLevelResultList*/ SELECT DISTINCT a.ResultUID AS ruid, c.symbolid AS sid, c.symbol AS sym, c.longname as longname, c.shortname, c.Exchange AS e, c.timegranularity AS tg, p.PatternID AS pid, a.direction AS d, cast(atbaridentified as timestamp) AS pet, cast(patternstarttime as timestamp) AS pst, PatternPrice AS patp, breakoutprice as pE, breakoutbars as bE, errorMargin as erm, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, cast(x0 as timestamp) AS x0, cast(x1 as timestamp) AS x1, cast(x2 as timestamp) AS x2, cast(( case when x3 = '' then '1900-01-01' else x3 end) as timestamp) AS x3, cast((case when x4 = '' then '1900-01-01' else x4 end) as timestamp) AS x4, cast(( case when x5 = '' then '1900-01-01' else x5 end) as timestamp) AS x5, cast((case when x6 = '' then '1900-01-01' else x6 end) as timestamp) AS x6, cast(( case when x7 = '' then '1900-01-01' else x7 end) as timestamp) AS x7, cast((case when x8 = '' then '1900-01-01' else x8 end) as timestamp) AS x8, cast(( case when x9 = '' then '1900-01-01' else x9 end) as timestamp) AS x9, cast(atbaridentified as timestamp) as PatternEndTime, cast(atbaridentified as timestamp) as atBar, cast((case when approachingtimestamp = '' then '1900-01-01' else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzOs, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant, cast(0.0 as double precision) as premium, cast(0 as bigint) as instrumentid, 0 as derivativeid, 0 as underlyingid, 0 as isunderlying FROM symbols c INNER JOIN brokersymbollist b ON c.symbolid = b.symbolid INNER JOIN symbolgroup sg ON c.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = c.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN keylevels_results a ON a.symbolid = c.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 515852059762345308 AND patternclassid = '2' AND patternlengthbars >= '20' AND a.PatternID & '3' > 0 AND dftt.dayofweek = '3' AND a.resultuid > '-1763866841' 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-05-08 18:32:34 Duration: 424ms Database: acaweb_fx User: postgres Bind query: yes
-
/*server.KeyLevelResultList*/ SELECT DISTINCT a.ResultUID AS ruid, c.symbolid AS sid, c.symbol AS sym, c.longname as longname, c.shortname, c.Exchange AS e, c.timegranularity AS tg, p.PatternID AS pid, a.direction AS d, cast(atbaridentified as timestamp) AS pet, cast(patternstarttime as timestamp) AS pst, PatternPrice AS patp, breakoutprice as pE, breakoutbars as bE, errorMargin as erm, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, cast(x0 as timestamp) AS x0, cast(x1 as timestamp) AS x1, cast(x2 as timestamp) AS x2, cast(( case when x3 = '' then '1900-01-01' else x3 end) as timestamp) AS x3, cast((case when x4 = '' then '1900-01-01' else x4 end) as timestamp) AS x4, cast(( case when x5 = '' then '1900-01-01' else x5 end) as timestamp) AS x5, cast((case when x6 = '' then '1900-01-01' else x6 end) as timestamp) AS x6, cast(( case when x7 = '' then '1900-01-01' else x7 end) as timestamp) AS x7, cast((case when x8 = '' then '1900-01-01' else x8 end) as timestamp) AS x8, cast(( case when x9 = '' then '1900-01-01' else x9 end) as timestamp) AS x9, cast(atbaridentified as timestamp) as PatternEndTime, cast(atbaridentified as timestamp) as atBar, cast((case when approachingtimestamp = '' then '1900-01-01' else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzOs, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant, cast(0.0 as double precision) as premium, cast(0 as bigint) as instrumentid, 0 as derivativeid, 0 as underlyingid, 0 as isunderlying FROM symbols c INNER JOIN brokersymbollist b ON c.symbolid = b.symbolid INNER JOIN symbolgroup sg ON c.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = c.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN keylevels_results a ON a.symbolid = c.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 515852059702019308 AND patternclassid = '2' AND patternlengthbars >= '20' AND a.PatternID & '3' > 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-05-08 18:48:10 Duration: 173ms Database: acaweb_fx User: postgres Bind query: yes
-
/*server.KeyLevelResultList*/ SELECT DISTINCT a.ResultUID AS ruid, c.symbolid AS sid, c.symbol AS sym, c.longname as longname, c.shortname, c.Exchange AS e, c.timegranularity AS tg, p.PatternID AS pid, a.direction AS d, cast(atbaridentified as timestamp) AS pet, cast(patternstarttime as timestamp) AS pst, PatternPrice AS patp, breakoutprice as pE, breakoutbars as bE, errorMargin as erm, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, cast(x0 as timestamp) AS x0, cast(x1 as timestamp) AS x1, cast(x2 as timestamp) AS x2, cast(( case when x3 = '' then '1900-01-01' else x3 end) as timestamp) AS x3, cast((case when x4 = '' then '1900-01-01' else x4 end) as timestamp) AS x4, cast(( case when x5 = '' then '1900-01-01' else x5 end) as timestamp) AS x5, cast((case when x6 = '' then '1900-01-01' else x6 end) as timestamp) AS x6, cast(( case when x7 = '' then '1900-01-01' else x7 end) as timestamp) AS x7, cast((case when x8 = '' then '1900-01-01' else x8 end) as timestamp) AS x8, cast(( case when x9 = '' then '1900-01-01' else x9 end) as timestamp) AS x9, cast(atbaridentified as timestamp) as PatternEndTime, cast(atbaridentified as timestamp) as atBar, cast((case when approachingtimestamp = '' then '1900-01-01' else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzOs, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant, cast(0.0 as double precision) as premium, cast(0 as bigint) as instrumentid, 0 as derivativeid, 0 as underlyingid, 0 as isunderlying FROM symbols c INNER JOIN brokersymbollist b ON c.symbolid = b.symbolid INNER JOIN symbolgroup sg ON c.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = c.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN keylevels_results a ON a.symbolid = c.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 515852059702019308 AND patternclassid = '2' AND patternlengthbars >= '20' AND a.PatternID & '3' > 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-05-08 18:42:17 Duration: 159ms 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 115ms 2 54ms 60ms 57ms /*server.CPResultList*/ SELECT DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 529 AND sg.groupid = 515852059759428308 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 > 541681096533182301 AND s.nonliquid = 0 AND dftt.dayofweek = 3 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= 1) ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;Times Reported Time consuming bind #1
Day Hour Count Duration Avg duration May 08 18 2 115ms 57ms [ User: postgres - Total duration: 106ms - Times executed: 2 ]
-
/*server.CPResultList*/ SELECT DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 529 AND sg.groupid = 515852059759428308 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 > 541681096533182301 AND s.nonliquid = 0 AND dftt.dayofweek = 3 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= 1) ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-05-08 18:03:52 Duration: 60ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '2', $2 = '20', $3 = '39', $4 = '3', $5 = '0', $6 = '-1070095081', $7 = '0'
-
/*server.CPResultList*/ SELECT DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 529 AND sg.groupid = 515852059759428308 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 > 541681096533182301 AND s.nonliquid = 0 AND dftt.dayofweek = 3 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= 1) ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-05-08 18:07:52 Duration: 54ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '2', $2 = '20', $3 = '39', $4 = '3', $5 = '0', $6 = '1223566687', $7 = '0'
2 65ms 1 65ms 65ms 65ms /*server.CPResultList*/ SELECT DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 529 AND sg.groupid = 515852059711596308 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 > 541534312266352301 AND s.nonliquid = 0 AND dftt.dayofweek = 3 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= 1) ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;Times Reported Time consuming bind #2
Day Hour Count Duration Avg duration 18 1 65ms 65ms [ User: postgres - Total duration: 67ms - Times executed: 1 ]
-
/*server.CPResultList*/ SELECT DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 529 AND sg.groupid = 515852059711596308 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 > 541534312266352301 AND s.nonliquid = 0 AND dftt.dayofweek = 3 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= 1) ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-05-08 18:27:53 Duration: 65ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '2', $2 = '20', $3 = '39', $4 = '3', $5 = '0', $6 = '635970351', $7 = '0'
3 60ms 1 60ms 60ms 60ms /*server.CPResultList*/ SELECT DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 515852059751072308 AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.3 AND symmetry >= 0.3 AND noise <= 0.7 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 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 #3
Day Hour Count Duration Avg duration 18 1 60ms 60ms [ User: postgres - Total duration: 143ms - Times executed: 1 ]
-
/*server.CPResultList*/ SELECT DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 515852059751072308 AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.3 AND symmetry >= 0.3 AND noise <= 0.7 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 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-05-08 18:42:16 Duration: 60ms Database: postgres User: acaweb_fx Remote: postgres
4 57ms 1 57ms 57ms 57ms /*server.KeyLevelResultList*/ SELECT DISTINCT a.ResultUID AS ruid, c.symbolid AS sid, c.symbol AS sym, c.longname as longname, c.shortname, c.Exchange AS e, c.timegranularity AS tg, p.PatternID AS pid, a.direction AS d, cast(atbaridentified as timestamp) AS pet, cast(patternstarttime as timestamp) AS pst, PatternPrice AS patp, breakoutprice as pE, breakoutbars as bE, errorMargin as erm, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, cast(x0 as timestamp) AS x0, cast(x1 as timestamp) AS x1, cast(x2 as timestamp) AS x2, cast(( case when x3 = '' then '1900-01-01' else x3 end) as timestamp) AS x3, cast((case when x4 = '' then '1900-01-01' else x4 end) as timestamp) AS x4, cast(( case when x5 = '' then '1900-01-01' else x5 end) as timestamp) AS x5, cast((case when x6 = '' then '1900-01-01' else x6 end) as timestamp) AS x6, cast(( case when x7 = '' then '1900-01-01' else x7 end) as timestamp) AS x7, cast((case when x8 = '' then '1900-01-01' else x8 end) as timestamp) AS x8, cast(( case when x9 = '' then '1900-01-01' else x9 end) as timestamp) AS x9, cast(atbaridentified as timestamp) as PatternEndTime, cast(atbaridentified as timestamp) as atBar, cast((case when approachingtimestamp = '' then '1900-01-01' else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzOs, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant, cast(0.0 as double precision) as premium, cast(0 as bigint) as instrumentid, 0 as derivativeid, 0 as underlyingid, 0 as isunderlying FROM symbols c INNER JOIN brokersymbollist b ON c.symbolid = b.symbolid INNER JOIN symbolgroup sg ON c.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = c.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN keylevels_results a ON a.symbolid = c.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 529 AND sg.groupid = 515852059722409308 AND patternclassid = $1 AND patternlengthbars >= $2 AND a.PatternID & $3 > 0 AND dftt.dayofweek = $4 AND a.qtytp >= $5 AND a.resultuid > $6 AND c.nonliquid = $7 AND c.deleted = 0 AND dss.enabled = 1 ORDER BY relevant DESC, age asc, PatternEndTime DESC, qtp DESC LIMIT 50;Times Reported Time consuming bind #4
Day Hour Count Duration Avg duration 18 1 57ms 57ms [ User: postgres - Total duration: 162ms - Times executed: 1 ]
-
/*server.KeyLevelResultList*/ SELECT DISTINCT a.ResultUID AS ruid, c.symbolid AS sid, c.symbol AS sym, c.longname as longname, c.shortname, c.Exchange AS e, c.timegranularity AS tg, p.PatternID AS pid, a.direction AS d, cast(atbaridentified as timestamp) AS pet, cast(patternstarttime as timestamp) AS pst, PatternPrice AS patp, breakoutprice as pE, breakoutbars as bE, errorMargin as erm, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, cast(x0 as timestamp) AS x0, cast(x1 as timestamp) AS x1, cast(x2 as timestamp) AS x2, cast(( case when x3 = '' then '1900-01-01' else x3 end) as timestamp) AS x3, cast((case when x4 = '' then '1900-01-01' else x4 end) as timestamp) AS x4, cast(( case when x5 = '' then '1900-01-01' else x5 end) as timestamp) AS x5, cast((case when x6 = '' then '1900-01-01' else x6 end) as timestamp) AS x6, cast(( case when x7 = '' then '1900-01-01' else x7 end) as timestamp) AS x7, cast((case when x8 = '' then '1900-01-01' else x8 end) as timestamp) AS x8, cast(( case when x9 = '' then '1900-01-01' else x9 end) as timestamp) AS x9, cast(atbaridentified as timestamp) as PatternEndTime, cast(atbaridentified as timestamp) as atBar, cast((case when approachingtimestamp = '' then '1900-01-01' else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzOs, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant, cast(0.0 as double precision) as premium, cast(0 as bigint) as instrumentid, 0 as derivativeid, 0 as underlyingid, 0 as isunderlying FROM symbols c INNER JOIN brokersymbollist b ON c.symbolid = b.symbolid INNER JOIN symbolgroup sg ON c.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = c.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN keylevels_results a ON a.symbolid = c.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 529 AND sg.groupid = 515852059722409308 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-05-08 18:05:20 Duration: 57ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '2', $2 = '20', $3 = '39', $4 = '3', $5 = '0', $6 = '425821535', $7 = '0'
5 57ms 1 57ms 57ms 57ms /*server.CPResultList*/ SELECT DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 515852059751072308 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 & 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;Times Reported Time consuming bind #5
Day Hour Count Duration Avg duration 18 1 57ms 57ms [ User: postgres - Total duration: 141ms - Times executed: 1 ]
-
/*server.CPResultList*/ SELECT DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 515852059751072308 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 & 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-05-08 18:42:16 Duration: 57ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '1', $2 = '20', $3 = '3', $4 = '3', $5 = '0', $6 = '0'
6 55ms 1 55ms 55ms 55ms /*server.CPResultList*/ SELECT DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 529 AND sg.groupid = 515852059715831308 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 > 541608971601282301 AND s.nonliquid = 0 AND dftt.dayofweek = 3 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= 1) ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;Times Reported Time consuming bind #6
Day Hour Count Duration Avg duration 18 1 55ms 55ms [ User: postgres - Total duration: 68ms - Times executed: 1 ]
-
/*server.CPResultList*/ SELECT DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 529 AND sg.groupid = 515852059715831308 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 > 541608971601282301 AND s.nonliquid = 0 AND dftt.dayofweek = 3 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= 1) ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-05-08 18:03:52 Duration: 55ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '1', $2 = '20', $3 = '39', $4 = '3', $5 = '0', $6 = '1850066223', $7 = '0'
7 54ms 1 54ms 54ms 54ms /*server.CPResultList*/ SELECT DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 529 AND sg.groupid = 515852059709228308 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 > 541672608565085301 AND s.nonliquid = 0 AND dftt.dayofweek = 3 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= 1) ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;Times Reported Time consuming bind #7
Day Hour Count Duration Avg duration 18 1 54ms 54ms [ User: postgres - Total duration: 50ms - Times executed: 1 ]
-
/*server.CPResultList*/ SELECT DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 529 AND sg.groupid = 515852059709228308 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 > 541672608565085301 AND s.nonliquid = 0 AND dftt.dayofweek = 3 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= 1) ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-05-08 18:27:53 Duration: 54ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '2', $2 = '20', $3 = '39', $4 = '3', $5 = '0', $6 = '-1070095081', $7 = '0'
8 54ms 1 54ms 54ms 54ms /*server.CPResultList*/ SELECT DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 529 AND sg.groupid = 515852059759428308 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 > 541695526854280301 AND s.nonliquid = 0 AND dftt.dayofweek = 3 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= 1) ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;Times Reported Time consuming bind #8
Day Hour Count Duration Avg duration 18 1 54ms 54ms [ User: postgres - Total duration: 96ms - Times executed: 1 ]
-
/*server.CPResultList*/ SELECT DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 529 AND sg.groupid = 515852059759428308 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 > 541695526854280301 AND s.nonliquid = 0 AND dftt.dayofweek = 3 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= 1) ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-05-08 18:15:52 Duration: 54ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '1', $2 = '20', $3 = '39', $4 = '3', $5 = '0', $6 = '158835919', $7 = '0'
9 50ms 1 50ms 50ms 50ms /*server.FibonacciResultList*/ SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 515852059751072308 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 63 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;Times Reported Time consuming bind #9
Day Hour Count Duration Avg duration 18 1 50ms 50ms [ User: postgres - Total duration: 145ms - Times executed: 1 ]
-
/*server.FibonacciResultList*/ SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 515852059751072308 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 63 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-05-08 18:42:16 Duration: 50ms Database: postgres User: acaweb_fx Remote: postgres
10 50ms 1 50ms 50ms 50ms /*server.FibonacciResultList*/ SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 515852059703453308 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 63 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;Times Reported Time consuming bind #10
Day Hour Count Duration Avg duration 18 1 50ms 50ms [ User: postgres - Total duration: 65ms - Times executed: 1 ]
-
/*server.FibonacciResultList*/ SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 515852059703453308 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 63 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-05-08 18:42:16 Duration: 50ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '1', $2 = '20', $3 = '3', $4 = '3', $5 = '0', $6 = '0'
11 50ms 1 50ms 50ms 50ms /*server.FibonacciResultList*/ SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 515852059762345308 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 63 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice = - 1 AND a.resultuid > 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;Times Reported Time consuming bind #11
Day Hour Count Duration Avg duration 18 1 50ms 50ms [ User: postgres - Total duration: 50ms - Times executed: 1 ]
-
/*server.FibonacciResultList*/ SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 515852059762345308 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 63 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice = - 1 AND a.resultuid > 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-05-08 18:42:17 Duration: 50ms Database: postgres User: acaweb_fx Remote: postgres
-
Events
Log levels
Key values
- 4,726 Log entries
Events distribution
Key values
- 0 PANIC entries
- 0 FATAL entries
- 0 ERROR entries
- 0 WARNING entries
Errors per 5 minutes
NO DATASET
Most Frequent Errors/Events
Key values
- 0 Max number of times the same event was reported
- 0 Total events found
Rank Times reported Error NO DATASET