-
Global information
- Generated on Sun Mar 27 12:59:09 2022
- Log file: /home/postgres/pg_data/data/pg_log/postgresql-2022-03-27_140000.log
- Parsed 36,341 log entries in 8s
- Log start from 2022-03-27 14:00:01 to 2022-03-27 14:59:01
-
Overview
Global Stats
- 471 Number of unique normalized queries
- 4,285 Number of queries
- 2h48m15s Total query duration
- 2022-03-27 14:00:14 First query
- 2022-03-27 14:58:51 Last query
- 35 queries/s at 2022-03-27 14:49:44 Query peak
- 2h48m15s Total query duration
- 0ms Prepare/parse total duration
- 11s928ms Bind total duration
- 2h48m3s Execute total duration
- 10,792 Number of events
- 4 Number of unique normalized events
- 10,719 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
- 219 Number temporary file
- 13.77 MiB Max size of temporary file
- 6.98 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
- 4,285 Average queries per session
- 2h48m15s 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
- 35 queries/s Query Peak
- 2022-03-27 14:49:44 Date
SELECT Traffic
Key values
- 32 queries/s Query Peak
- 2022-03-27 14:49:44 Date
INSERT/UPDATE/DELETE Traffic
Key values
- 18 queries/s Query Peak
- 2022-03-27 14:18:02 Date
Queries duration
Key values
- 2h48m15s 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) Mar 27 14 4,285 0ms 15m59s 2s353ms 5m27s 6m55s 20m21s Day Hour SELECT COPY TO Average Duration Latency Percentile(90) Latency Percentile(95) Latency Percentile(99) Mar 27 14 1,738 24 1s302ms 41s437ms 1m15s 4m23s Day Hour INSERT UPDATE DELETE COPY FROM Average Duration Latency Percentile(90) Latency Percentile(95) Latency Percentile(99) Mar 27 14 640 101 0 81 2s628ms 53s428ms 56s378ms 1m1s Day Hour Prepare Bind Bind/Prepare Percentage of prepare Mar 27 14 0 3,210 3,210.00 0.00% Day Hour Count Average / Second Mar 27 14 0 0.00/s Day Hour Count Average Duration Average idle time Mar 27 14 0 0ms 0ms -
Connections
Established Connections
Key values
- 0 connections Connection Peak
- Date
Connections per database
Key values
- unknown Main Database
- 0 connections Total
Connections per user
Key values
- unknown Main User
- 0 connections Total
-
Sessions
Simultaneous sessions
Key values
- 0 sessions Session Peak
- Date
Histogram of session times
Key values
- duration
Sessions per database
Key values
- unknown Main Database
- 0 sessions Total
Sessions per user
Key values
- unknown Main User
- 0 sessions Total
Sessions per host
Key values
- unknown Main Host
- 0 sessions Total
-
Checkpoints / Restartpoints
Checkpoints Buffers
Key values
- 0 buffers Checkpoint Peak
- Date
- seconds Highest write time
- seconds Sync time
Checkpoint write buffers (5 minutes period)
NO DATASET
Checkpoints Wal files
Key values
- 0 files Wal files usage Peak
- Date
Checkpoint Wal files usage (5 minutes period)
NO DATASET
Checkpoints distance
Key values
- 0 Mo Distance Peak
- Date
Checkpoints Activity
↑ Back to the top of the Checkpoint Activity tableDay Hour Written buffers Write time Sync time Total time Mar 27 14 0 0s 0s 0s Day Hour Added Removed Recycled Synced files Longest sync Average sync Mar 27 14 0 0 0 0 0s 0s Day Hour Count Avg time (sec) Mar 27 14 0 0s Day Hour Mean distance Mean estimate Mar 27 14 0.00 kB 0.00 kB -
Temporary Files
Size of temporary files
Key values
- 19.52 MiB Temp Files size Peak
- 2022-03-27 14:36:48 Date
Number of temporary files
Key values
- 4 per second Temp Files Peak
- 2022-03-27 14:26:45 Date
Temporary Files Activity
↑ Back to the top of the Temporary Files Activity tableDay Hour Count Total size Average size Mar 27 14 219 1.49 GiB 6.98 MiB Queries generating the most temporary files (N)
Rank Count Total size Min size Max size Avg size Query 1 59 445.73 MiB 3.70 MiB 10.06 MiB 7.55 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, $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)) AND ($226 = 0 OR p.patternname in ($227)) AND ($228 = 0 OR kr.patternclassid in ($229, $230)) AND ($231 = 0 OR kr.patternlengthbars <= $232) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $233 OR relevant = 1) AND ($234 = 0 OR age <= $235) ORDER BY identified DESC, length DESC;
Date: 2022-03-27 14:30:49 Duration: 0ms Database: acaweb_fx User: postgres
2 32 215.50 MiB 3.52 MiB 9.46 MiB 6.73 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-03-27 14:31:29 Duration: 0ms Database: acaweb_fx User: postgres
3 24 205.12 MiB 7.55 MiB 9.54 MiB 8.55 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-03-27 14:31:47 Duration: 0ms Database: acaweb_fx User: postgres
4 23 80.32 MiB 3.43 MiB 3.56 MiB 3.49 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-03-27 14:31:05 Duration: 0ms Database: acaweb_fx User: postgres
5 17 96.88 MiB 4.95 MiB 13.77 MiB 5.70 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 > 579870133 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-03-27 14:33:25 Duration: 0ms Database: acaweb_fx User: postgres
6 12 39.75 MiB 3.31 MiB 3.31 MiB 3.31 MiB select resultuid from relevance_fibonacci_results order by resultuid desc limit ?), fr as ( select a.*, rr.age, rr.relevant from fibonacci_results a left outer join relevance_fibonacci_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) end), results as ( select distinct on (s.symbolid) fr.resultuid as resultuid, fr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, fr.pattern as pattern_name, fr.timed as timed, fr.patternendtime as identified, dtt.timezone as timezone, fr.patternlengthbars as length, g.basegroupname, case when fr.age is not null then fr.age when fr.resultuid <= rm.resultuid then ? else ? end as age, case when fr.relevant is not null then fr.relevant when fr.resultuid <= rm.resultuid then ? else ? end as relevant, cps.pip from fr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = fr.symbolid inner join symbols s on fr.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on fr.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on fr.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left join currencypips cps on cps.symbol = s.symbol where fr.gmttimefound > now() - interval ? and dss.enabled = ? and (fr.simulation = ? or fr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or fr.pattern in (...)) and (? = ? or fr.patternlengthbars <= ?) and (? = ? or (? = ? and fr.timed > cast(? as timestamp)) or (? = ? and fr.timed < cast(? as timestamp))) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;-
SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1), fr AS ( SELECT a.*, rr.age, rr.relevant from fibonacci_results a LEFT OUTER JOIN relevance_fibonacci_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN fr.age IS NOT NULL THEN fr.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN fr.relevant IS NOT NULL THEN fr.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4, $5, $6, $7, $8, $9, $10)) AND ($11 = 0 OR s.exchange in ($12)) AND ($13 = 0 OR s.symbol in ($14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34, $35, $36, $37, $38, $39, $40, $41, $42, $43, $44, $45, $46, $47, $48, $49, $50, $51, $52, $53, $54, $55, $56, $57, $58, $59, $60, $61, $62, $63, $64, $65, $66, $67, $68, $69, $70, $71, $72, $73, $74, $75, $76, $77, $78, $79, $80, $81, $82, $83, $84, $85, $86, $87, $88, $89, $90, $91, $92, $93, $94, $95, $96, $97, $98, $99, $100, $101, $102, $103, $104, $105, $106, $107, $108, $109, $110, $111, $112, $113, $114, $115, $116, $117, $118, $119, $120, $121, $122, $123, $124, $125, $126, $127, $128, $129, $130, $131, $132, $133, $134, $135, $136, $137, $138, $139, $140, $141, $142, $143, $144, $145, $146, $147, $148, $149, $150, $151, $152, $153, $154, $155, $156, $157, $158, $159, $160, $161, $162, $163, $164, $165, $166, $167, $168, $169, $170, $171, $172, $173, $174, $175, $176, $177, $178, $179, $180, $181, $182, $183, $184, $185, $186, $187, $188, $189, $190, $191, $192, $193, $194, $195, $196, $197, $198, $199, $200, $201, $202, $203, $204, $205, $206, $207, $208, $209, $210, $211, $212, $213, $214, $215, $216, $217, $218, $219, $220, $221, $222, $223, $224, $225, $226, $227, $228, $229, $230, $231, $232, $233, $234, $235, $236, $237, $238, $239, $240, $241, $242, $243, $244, $245, $246, $247, $248, $249, $250, $251, $252, $253, $254, $255, $256, $257, $258, $259, $260, $261, $262, $263, $264, $265, $266, $267, $268, $269, $270, $271, $272, $273, $274, $275, $276, $277, $278, $279, $280, $281, $282, $283, $284, $285, $286, $287, $288, $289, $290, $291, $292, $293, $294, $295, $296, $297, $298, $299, $300, $301, $302, $303, $304, $305, $306, $307, $308, $309, $310, $311, $312, $313, $314, $315, $316, $317, $318, $319, $320, $321, $322, $323, $324, $325, $326, $327, $328, $329, $330, $331, $332, $333, $334, $335, $336, $337, $338, $339, $340)) AND ($341 = 0 OR fr.pattern in ($342)) AND ($343 = 0 OR fr.patternlengthbars <= $344) AND ($345 = 0 OR ($346 = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ($347 = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $348 OR relevant = 1) AND ($349 = 0 OR age <= $350) ORDER BY identified DESC, length DESC;
Date: 2022-03-27 14:30:53 Duration: 0ms Database: acaweb_fx User: postgres
7 12 114.38 MiB 9.53 MiB 9.53 MiB 9.53 MiB select resultuid from relevance_keylevels_results order by resultuid desc limit ?), kr as ( select a.*, rr.age, rr.relevant from keylevels_results a left outer join relevance_keylevels_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_keylevels_results) end), results as ( select distinct on (s.symbolid) kr.resultuid as resultuid, kr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, p.patternname as pattern_name, kr.breakout as breakout, kr.atbaridentified as identified, dtt.timezone as timezone, kr.patternlengthbars as length, g.basegroupname, newlevels.filtered, case when kr.age is not null then kr.age when kr.resultuid <= rm.resultuid then ? else ? end as age, case when kr.relevant is not null then kr.relevant when kr.resultuid <= rm.resultuid then ? else ? end as relevant, cps.pip from kr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = kr.symbolid inner join symbols s on bsl.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on s.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join hrspatterns p on kr.patternid = p.patternid inner join downloadersymbolsettings dss on s.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_keylevels_results rar on rar.resultuid = kr.resultuid left join lateral calc_kl_signal_filter (kr.resultuid) newlevels on true left join currencypips cps on cps.symbol = s.symbol where kr.gmttimefound > now() - interval ? and dss.enabled = ? and (kr.simulation = ? or kr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or p.patternname in (...)) and (? = ? or kr.patternclassid in (...)) and (? = ? or kr.patternlengthbars <= ?) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;-
SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4, $5, $6, $7, $8, $9, $10)) AND ($11 = 0 OR s.exchange in ($12)) AND ($13 = 0 OR s.symbol in ($14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34, $35, $36, $37, $38, $39, $40, $41, $42, $43, $44, $45, $46, $47, $48, $49, $50, $51, $52, $53, $54, $55, $56, $57, $58, $59, $60, $61, $62, $63, $64, $65, $66, $67, $68, $69, $70, $71, $72, $73, $74, $75, $76, $77, $78, $79, $80, $81, $82, $83, $84, $85, $86, $87, $88, $89, $90, $91, $92, $93, $94, $95, $96, $97, $98, $99, $100, $101, $102, $103, $104, $105, $106, $107, $108, $109, $110, $111, $112, $113, $114, $115, $116, $117, $118, $119, $120, $121, $122, $123, $124, $125, $126, $127, $128, $129, $130, $131, $132, $133, $134, $135, $136, $137, $138, $139, $140, $141, $142, $143, $144, $145, $146, $147, $148, $149, $150, $151, $152, $153, $154, $155, $156, $157, $158, $159, $160, $161, $162, $163, $164, $165, $166, $167, $168, $169, $170, $171, $172, $173, $174, $175, $176, $177, $178, $179, $180, $181, $182, $183, $184, $185, $186, $187, $188, $189, $190, $191, $192, $193, $194, $195, $196, $197, $198, $199, $200, $201, $202, $203, $204, $205, $206, $207, $208, $209, $210, $211, $212, $213, $214, $215, $216, $217, $218, $219, $220, $221, $222, $223, $224, $225, $226, $227, $228, $229, $230, $231, $232, $233, $234, $235, $236, $237, $238, $239, $240, $241, $242, $243, $244, $245, $246, $247, $248, $249, $250, $251, $252, $253, $254, $255, $256, $257, $258, $259, $260, $261, $262, $263, $264, $265, $266, $267, $268, $269, $270, $271, $272, $273, $274, $275, $276, $277, $278, $279, $280, $281, $282, $283, $284, $285, $286, $287, $288, $289, $290, $291, $292, $293, $294, $295, $296, $297, $298, $299, $300, $301, $302, $303, $304, $305, $306, $307, $308, $309, $310, $311, $312, $313, $314, $315, $316, $317, $318, $319, $320, $321, $322, $323, $324, $325, $326, $327, $328, $329, $330, $331, $332, $333, $334, $335, $336, $337, $338, $339, $340)) AND ($341 = 0 OR p.patternname in ($342)) AND ($343 = 0 OR kr.patternclassid in ($344, $345)) AND ($346 = 0 OR kr.patternlengthbars <= $347) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $348 OR relevant = 1) AND ($349 = 0 OR age <= $350) ORDER BY identified DESC, length DESC;
Date: 2022-03-27 14:30:43 Duration: 0ms Database: acaweb_fx User: postgres
8 5 42.85 MiB 8.57 MiB 8.57 MiB 8.57 MiB select distinct a.symbolid, p.resultuid, case when a.breakout >= ? then ? else ? end as type, a.resultid, a.bandwidth, a.patternlengthbars, a.patternendtime, a.resy0, a.supporty0, a.resy1, a.supporty1, a.direction, a.predictionpriceto, a.patternendprice, a.predictionpricefrom, a.resx0, a.supportx0, a.resgradient, a.supportgradient from relevance_autochartist_results p inner join autochartist_results a on p.resultuid = a.resultuid inner join autochartist_stocklist asl on a.symbolid = asl.symbolid where asl.enabled = ? and asl.recognitionengine ilike ?;-
SELECT distinct a.symbolid, p.resultuid, case when a.breakout >= 0 then 1 else 2 end as type, a.resultid, a.bandwidth, a.patternlengthbars, a.patternendtime, a.resy0, a.supporty0, a.resy1, a.supporty1, a.direction, a.predictionpriceto, a.patternendprice, a.predictionpricefrom, a.resx0, a.supportx0, a.resgradient, a.supportgradient FROM relevance_autochartist_results p INNER JOIN autochartist_results a ON p.resultuid = a.resultuid INNER JOIN autochartist_stocklist asl ON a.symbolid = asl.symbolid WHERE asl.enabled = 1 AND asl.recognitionengine ILIKE 'GLOBALGTMT5 - 1';
Date: 2022-03-27 14:15:31 Duration: 4s976ms Database: acaweb_fx User: postgres
-
SELECT distinct a.symbolid, p.resultuid, case when a.breakout >= 0 then 1 else 2 end as type, a.resultid, a.bandwidth, a.patternlengthbars, a.patternendtime, a.resy0, a.supporty0, a.resy1, a.supporty1, a.direction, a.predictionpriceto, a.patternendprice, a.predictionpricefrom, a.resx0, a.supportx0, a.resgradient, a.supportgradient FROM relevance_autochartist_results p INNER JOIN autochartist_results a ON p.resultuid = a.resultuid INNER JOIN autochartist_stocklist asl ON a.symbolid = asl.symbolid WHERE asl.enabled = 1 AND asl.recognitionengine ILIKE 'PEPPERSTONE - 1';
Date: 2022-03-27 14:15:25 Duration: 2s707ms Database: acaweb_fx User: postgres
-
SELECT distinct a.symbolid, p.resultuid, case when a.breakout >= 0 then 1 else 2 end as type, a.resultid, a.bandwidth, a.patternlengthbars, a.patternendtime, a.resy0, a.supporty0, a.resy1, a.supporty1, a.direction, a.predictionpriceto, a.patternendprice, a.predictionpricefrom, a.resx0, a.supportx0, a.resgradient, a.supportgradient FROM relevance_autochartist_results p INNER JOIN autochartist_results a ON p.resultuid = a.resultuid INNER JOIN autochartist_stocklist asl ON a.symbolid = asl.symbolid WHERE asl.enabled = 1 AND asl.recognitionengine ILIKE 'GLOBALGTMT5 - 1';
Date: 2022-03-27 14:30:10 Duration: 427ms Database: acaweb_fx User: postgres
9 3 10.57 MiB 3.52 MiB 3.52 MiB 3.52 MiB select resultuid from relevance_bigmovement_results order by resultuid desc limit ?), results as ( select distinct on (s.symbolid) bmr.resultuid as resultuid, ? as direction, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, bmr.patternendtime as identified, bmr.patternlengthbars, dtt.timezone as timezone, g.basegroupname, case when rbr.age is not null then rbr.age when bmr.resultuid <= rm.resultuid then ? else ? end as age, case when rbr.relevant is not null then rbr.relevant when bmr.resultuid <= rm.resultuid then ? else ? end as relevant from bigmovement_results bmr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = bmr.symbolid inner join symbols s on bmr.symbolid = s.symbolid and s.nonliquid = ? inner join downloadersymbolsettings dss on bmr.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join symbolgroup sg on bmr.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join rar_max rm on ? = ? left outer join relevance_bigmovement_results rbr on rbr.resultuid = bmr.resultuid where bmr.gmttimefound > now() - interval ? and (bmr.simulation = ? or bmr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or bmr.patternlengthbars <= ?) order by symbolid, identified desc, interval desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, interval desc;-
SELECT resultuid FROM relevance_bigmovement_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) bmr.resultuid AS resultuid, 0 AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, bmr.patternendtime AS identified, bmr.patternlengthbars, dtt.timezone AS timezone, g.basegroupname, CASE WHEN rbr.age IS NOT NULL THEN rbr.age WHEN bmr.resultuid <= rm.resultuid THEN 4 ELSE 0 END as age, CASE WHEN rbr.relevant IS NOT NULL THEN rbr.relevant WHEN bmr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM bigmovement_results bmr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = bmr.symbolid INNER JOIN symbols s ON bmr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN downloadersymbolsettings dss ON bmr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN symbolgroup sg on bmr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_bigmovement_results rbr ON rbr.resultuid = bmr.resultuid WHERE bmr.gmttimefound > now() - INTERVAL '7 DAYS' AND (bmr.simulation = 0 OR bmr.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3)) AND ($4 = 0 OR s.exchange in ($5)) AND ($6 = 0 OR s.symbol in ($7)) AND ($8 = 0 OR bmr.patternlengthbars <= $9) ORDER BY symbolid, identified DESC, interval DESC ) SELECT * from results WHERE (FALSE = $10 OR relevant = 1) AND ($11 = 0 OR age <= $12) ORDER BY identified DESC, interval DESC;
Date: 2022-03-27 14:36:24 Duration: 0ms Database: acaweb_fx User: postgres
10 2 27.52 MiB 13.76 MiB 13.77 MiB 13.76 MiB )) and breakout >= ?.? and patternendtime = latestbaratbreakouttime and patternlengthbars >= ? and patternquality >= ?.? and initialtrend >= ?.? and symmetry >= ?.? and noise <= ?.? and volumeincrease >= ?.? and temporarypattern = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and a.resultuid > ? and s.nonliquid = ? and dftt.dayofweek = ? and ((rar.age is null and a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?)) or rar.age >= ?) 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 > 579169802 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-03-27 14:30:07 Duration: 0ms Database: acaweb_fx User: postgres
11 1 3.52 MiB 3.52 MiB 3.52 MiB 3.52 MiB 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;-
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 = $1 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 = $2 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 ($3 = 0 OR s.timegranularity in ($4, $5, $6, $7, $8, $9, $10)) AND ($11 = 0 OR s.exchange in ($12)) AND ($13 = 0 OR s.symbol in ($14)) AND ($15 = 0 OR ar.pattern in ($16)) AND ($17 = 0 OR ($18 = 1 AND ar.breakout >= 0) OR ($19 = 2 AND ar.breakout < 0)) AND ($20 = 0 OR ar.patternlengthbars <= $21) and newLevels.filtered = false 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-03-27 14:02:15 Duration: 0ms Database: acaweb_fx User: postgres
12 1 13.77 MiB 13.77 MiB 13.77 MiB 13.77 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 '%usdcad%' AND timegranularity = 30))) 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 > 579169802 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-03-27 14:42:08 Duration: 0ms Database: acaweb_fx User: postgres
13 1 4.95 MiB 4.95 MiB 4.95 MiB 4.95 MiB select tl.timezone langtimezone, t.timezone as timezone, (cast(substring(t.gmoffset, ?, ?) as double precision) * ? + cast(substring(t.gmoffset, ?, ?) as double precision)) / ? as gmoffset from timezones_vi_vn tl inner join timezones t on tl.timezoneid = t.timezoneid order by t.timezone;-
SELECT tl.timezone langTimezone, t.timezone as timezone, (cast(substring(t.gmoffset, 0, 4) as double precision) * 60 + cast(substring(t.gmoffset, 5, 2) as double precision)) / 60 as gmoffset FROM timezones_vi_VN tl INNER JOIN timezones t ON tl.timezoneid = t.timezoneid ORDER BY t.timezone;
Date: 2022-03-27 14:17:25 Duration: 0ms Database: acaweb_fx User: postgres
Queries generating the largest temporary files
Rank Size Query 1 13.77 MiB ) OR ((s.symbol ilike '%usdcad%' AND timegranularity = 30))) 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 > 579169802 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;[ Date: 2022-03-27 14:42:08 - Database: acaweb_fx - User: postgres ]
2 13.77 MiB )) AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 579169802 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-03-27 14:50:09 - Database: acaweb_fx - User: postgres ]
3 13.77 MiB )) AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 579169802 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;[ Date: 2022-03-27 14:54:09 - Database: acaweb_fx - User: postgres ]
4 13.76 MiB )) AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 579169802 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-03-27 14:30:07 - Database: acaweb_fx - User: postgres ]
5 10.06 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-03-27 14:30:53 - Database: acaweb_fx - User: postgres ]
6 10.06 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, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34, $35, $36, $37, $38, $39, $40, $41, $42, $43, $44, $45, $46, $47, $48, $49, $50, $51, $52, $53, $54, $55, $56, $57, $58, $59, $60, $61, $62, $63, $64, $65, $66, $67, $68, $69, $70, $71, $72, $73, $74, $75, $76, $77, $78, $79, $80, $81, $82, $83, $84, $85, $86, $87, $88, $89, $90, $91, $92, $93, $94, $95, $96, $97, $98, $99, $100, $101, $102, $103, $104, $105, $106, $107, $108, $109, $110, $111, $112, $113, $114, $115, $116, $117, $118, $119, $120, $121, $122, $123, $124, $125, $126, $127, $128, $129, $130, $131, $132, $133, $134, $135, $136, $137, $138, $139, $140, $141, $142, $143, $144, $145, $146, $147, $148, $149, $150, $151, $152, $153, $154, $155, $156, $157, $158, $159, $160, $161, $162, $163, $164, $165, $166, $167, $168, $169, $170, $171, $172, $173, $174, $175, $176, $177, $178, $179, $180, $181, $182, $183, $184, $185, $186, $187, $188, $189, $190, $191, $192, $193, $194, $195, $196, $197, $198, $199, $200, $201, $202, $203, $204, $205, $206, $207, $208, $209, $210, $211, $212, $213, $214, $215, $216, $217, $218, $219, $220, $221, $222, $223, $224, $225, $226, $227, $228, $229, $230, $231, $232, $233, $234, $235, $236, $237, $238, $239, $240, $241, $242, $243, $244, $245)) AND ($246 = 0 OR p.patternname in ($247)) AND ($248 = 0 OR kr.patternclassid in ($249, $250)) AND ($251 = 0 OR kr.patternlengthbars <= $252) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $253 OR relevant = 1) AND ($254 = 0 OR age <= $255) ORDER BY identified DESC, length DESC;[ Date: 2022-03-27 14:31:49 - Database: acaweb_fx - User: postgres ]
7 10.06 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-03-27 14:36:04 - Database: acaweb_fx - User: postgres ]
8 10.06 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, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34, $35, $36, $37, $38, $39, $40, $41, $42, $43, $44, $45, $46, $47, $48, $49, $50, $51, $52, $53, $54, $55, $56, $57, $58, $59, $60, $61, $62, $63, $64, $65, $66, $67, $68, $69, $70, $71, $72, $73, $74, $75, $76, $77, $78, $79, $80, $81, $82, $83, $84, $85, $86, $87, $88, $89, $90, $91, $92, $93, $94, $95, $96, $97, $98, $99, $100, $101, $102, $103, $104, $105, $106, $107, $108, $109, $110, $111, $112, $113, $114, $115, $116, $117, $118, $119, $120, $121, $122, $123, $124, $125, $126, $127, $128, $129, $130, $131, $132, $133, $134, $135, $136, $137, $138, $139, $140, $141, $142, $143, $144, $145, $146, $147, $148, $149, $150, $151, $152, $153, $154, $155, $156, $157, $158, $159, $160, $161, $162, $163, $164, $165, $166, $167, $168, $169, $170, $171, $172, $173, $174, $175, $176, $177, $178, $179, $180, $181, $182, $183, $184, $185, $186, $187, $188, $189, $190, $191, $192, $193, $194, $195, $196, $197, $198, $199, $200, $201, $202, $203, $204, $205, $206, $207, $208, $209, $210, $211, $212, $213, $214, $215, $216, $217, $218, $219, $220, $221, $222, $223, $224, $225, $226, $227, $228, $229, $230, $231, $232, $233, $234, $235, $236, $237, $238, $239, $240, $241, $242, $243, $244, $245)) AND ($246 = 0 OR p.patternname in ($247)) AND ($248 = 0 OR kr.patternclassid in ($249, $250)) AND ($251 = 0 OR kr.patternlengthbars <= $252) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $253 OR relevant = 1) AND ($254 = 0 OR age <= $255) ORDER BY identified DESC, length DESC;[ Date: 2022-03-27 14:36:48 - Database: acaweb_fx - User: postgres ]
9 10.06 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-03-27 14:40:53 - Database: acaweb_fx - User: postgres ]
10 10.06 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, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34, $35, $36, $37, $38, $39, $40, $41, $42, $43, $44, $45, $46, $47, $48, $49, $50, $51, $52, $53, $54, $55, $56, $57, $58, $59, $60, $61, $62, $63, $64, $65, $66, $67, $68, $69, $70, $71, $72, $73, $74, $75, $76, $77, $78, $79, $80, $81, $82, $83, $84, $85, $86, $87, $88, $89, $90, $91, $92, $93, $94, $95, $96, $97, $98, $99, $100, $101, $102, $103, $104, $105, $106, $107, $108, $109, $110, $111, $112, $113, $114, $115, $116, $117, $118, $119, $120, $121, $122, $123, $124, $125, $126, $127, $128, $129, $130, $131, $132, $133, $134, $135, $136, $137, $138, $139, $140, $141, $142, $143, $144, $145, $146, $147, $148, $149, $150, $151, $152, $153, $154, $155, $156, $157, $158, $159, $160, $161, $162, $163, $164, $165, $166, $167, $168, $169, $170, $171, $172, $173, $174, $175, $176, $177, $178, $179, $180, $181, $182, $183, $184, $185, $186, $187, $188, $189, $190, $191, $192, $193, $194, $195, $196, $197, $198, $199, $200, $201, $202, $203, $204, $205, $206, $207, $208, $209, $210, $211, $212, $213, $214, $215, $216, $217, $218, $219, $220, $221, $222, $223, $224, $225, $226, $227, $228, $229, $230, $231, $232, $233, $234, $235, $236, $237, $238, $239, $240, $241, $242, $243, $244, $245)) AND ($246 = 0 OR p.patternname in ($247)) AND ($248 = 0 OR kr.patternclassid in ($249, $250)) AND ($251 = 0 OR kr.patternlengthbars <= $252) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $253 OR relevant = 1) AND ($254 = 0 OR age <= $255) ORDER BY identified DESC, length DESC;[ Date: 2022-03-27 14:41:48 - Database: acaweb_fx - User: postgres ]
11 10.06 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-03-27 14:46:12 - Database: acaweb_fx - User: postgres ]
12 10.06 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, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34, $35, $36, $37, $38, $39, $40, $41, $42, $43, $44, $45, $46, $47, $48, $49, $50, $51, $52, $53, $54, $55, $56, $57, $58, $59, $60, $61, $62, $63, $64, $65, $66, $67, $68, $69, $70, $71, $72, $73, $74, $75, $76, $77, $78, $79, $80, $81, $82, $83, $84, $85, $86, $87, $88, $89, $90, $91, $92, $93, $94, $95, $96, $97, $98, $99, $100, $101, $102, $103, $104, $105, $106, $107, $108, $109, $110, $111, $112, $113, $114, $115, $116, $117, $118, $119, $120, $121, $122, $123, $124, $125, $126, $127, $128, $129, $130, $131, $132, $133, $134, $135, $136, $137, $138, $139, $140, $141, $142, $143, $144, $145, $146, $147, $148, $149, $150, $151, $152, $153, $154, $155, $156, $157, $158, $159, $160, $161, $162, $163, $164, $165, $166, $167, $168, $169, $170, $171, $172, $173, $174, $175, $176, $177, $178, $179, $180, $181, $182, $183, $184, $185, $186, $187, $188, $189, $190, $191, $192, $193, $194, $195, $196, $197, $198, $199, $200, $201, $202, $203, $204, $205, $206, $207, $208, $209, $210, $211, $212, $213, $214, $215, $216, $217, $218, $219, $220, $221, $222, $223, $224, $225, $226, $227, $228, $229, $230, $231, $232, $233, $234, $235, $236, $237, $238, $239, $240, $241, $242, $243, $244, $245)) AND ($246 = 0 OR p.patternname in ($247)) AND ($248 = 0 OR kr.patternclassid in ($249, $250)) AND ($251 = 0 OR kr.patternlengthbars <= $252) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $253 OR relevant = 1) AND ($254 = 0 OR age <= $255) ORDER BY identified DESC, length DESC;[ Date: 2022-03-27 14:46:54 - Database: acaweb_fx - User: postgres ]
13 10.06 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-03-27 14:51:12 - Database: acaweb_fx - User: postgres ]
14 10.06 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, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34, $35, $36, $37, $38, $39, $40, $41, $42, $43, $44, $45, $46, $47, $48, $49, $50, $51, $52, $53, $54, $55, $56, $57, $58, $59, $60, $61, $62, $63, $64, $65, $66, $67, $68, $69, $70, $71, $72, $73, $74, $75, $76, $77, $78, $79, $80, $81, $82, $83, $84, $85, $86, $87, $88, $89, $90, $91, $92, $93, $94, $95, $96, $97, $98, $99, $100, $101, $102, $103, $104, $105, $106, $107, $108, $109, $110, $111, $112, $113, $114, $115, $116, $117, $118, $119, $120, $121, $122, $123, $124, $125, $126, $127, $128, $129, $130, $131, $132, $133, $134, $135, $136, $137, $138, $139, $140, $141, $142, $143, $144, $145, $146, $147, $148, $149, $150, $151, $152, $153, $154, $155, $156, $157, $158, $159, $160, $161, $162, $163, $164, $165, $166, $167, $168, $169, $170, $171, $172, $173, $174, $175, $176, $177, $178, $179, $180, $181, $182, $183, $184, $185, $186, $187, $188, $189, $190, $191, $192, $193, $194, $195, $196, $197, $198, $199, $200, $201, $202, $203, $204, $205, $206, $207, $208, $209, $210, $211, $212, $213, $214, $215, $216, $217, $218, $219, $220, $221, $222, $223, $224, $225, $226, $227, $228, $229, $230, $231, $232, $233, $234, $235, $236, $237, $238, $239, $240, $241, $242, $243, $244, $245)) AND ($246 = 0 OR p.patternname in ($247)) AND ($248 = 0 OR kr.patternclassid in ($249, $250)) AND ($251 = 0 OR kr.patternlengthbars <= $252) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $253 OR relevant = 1) AND ($254 = 0 OR age <= $255) ORDER BY identified DESC, length DESC;[ Date: 2022-03-27 14:51:58 - Database: acaweb_fx - User: postgres ]
15 10.06 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-03-27 14:56:11 - Database: acaweb_fx - User: postgres ]
16 10.06 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, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34, $35, $36, $37, $38, $39, $40, $41, $42, $43, $44, $45, $46, $47, $48, $49, $50, $51, $52, $53, $54, $55, $56, $57, $58, $59, $60, $61, $62, $63, $64, $65, $66, $67, $68, $69, $70, $71, $72, $73, $74, $75, $76, $77, $78, $79, $80, $81, $82, $83, $84, $85, $86, $87, $88, $89, $90, $91, $92, $93, $94, $95, $96, $97, $98, $99, $100, $101, $102, $103, $104, $105, $106, $107, $108, $109, $110, $111, $112, $113, $114, $115, $116, $117, $118, $119, $120, $121, $122, $123, $124, $125, $126, $127, $128, $129, $130, $131, $132, $133, $134, $135, $136, $137, $138, $139, $140, $141, $142, $143, $144, $145, $146, $147, $148, $149, $150, $151, $152, $153, $154, $155, $156, $157, $158, $159, $160, $161, $162, $163, $164, $165, $166, $167, $168, $169, $170, $171, $172, $173, $174, $175, $176, $177, $178, $179, $180, $181, $182, $183, $184, $185, $186, $187, $188, $189, $190, $191, $192, $193, $194, $195, $196, $197, $198, $199, $200, $201, $202, $203, $204, $205, $206, $207, $208, $209, $210, $211, $212, $213, $214, $215, $216, $217, $218, $219, $220, $221, $222, $223, $224, $225, $226, $227, $228, $229, $230, $231, $232, $233, $234, $235, $236, $237, $238, $239, $240, $241, $242, $243, $244, $245)) AND ($246 = 0 OR p.patternname in ($247)) AND ($248 = 0 OR kr.patternclassid in ($249, $250)) AND ($251 = 0 OR kr.patternlengthbars <= $252) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $253 OR relevant = 1) AND ($254 = 0 OR age <= $255) ORDER BY identified DESC, length DESC;[ Date: 2022-03-27 14:56:52 - Database: acaweb_fx - User: postgres ]
17 10.05 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-03-27 14:02:04 - Database: acaweb_fx - User: postgres ]
18 10.05 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-03-27 14:06:24 - Database: acaweb_fx - User: postgres ]
19 10.05 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-03-27 14:11:15 - Database: acaweb_fx - User: postgres ]
20 10.05 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-03-27 14:16:21 - 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 Mar 27 14 0 0 - 0 sec Highest CPU-cost vacuum
-
Locks
Locks by types
Key values
- AccessShareLock Main Lock Type
- 5 locks Total
Most frequent waiting queries (N)
Rank Count Total time Min time Max time Avg duration Query 1 5 7s455ms 1s22ms 2s79ms 1s491ms select datetimeupdate from latest_candle_datetime_per_receng where recognitionengine ilike ?;-
SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'Forex4You - 1';
Date: 2022-03-27 14:02:04 Database: acaweb_fx User: postgres
-
SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'VALBURYCAPITAL - 1';
Date: 2022-03-27 14:17:03 Database: acaweb_fx User: postgres
-
SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'AKFX - 2';
Date: 2022-03-27 14:17:03 Database: acaweb_fx User: postgres
Queries that waited the most
Rank Wait time Query 1 2s79ms SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'Forex4You - 1';[ Date: 2022-03-27 14:02:04 - Database: acaweb_fx - User: postgres ]
2 1s491ms SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'VALBURYCAPITAL - 1';[ Date: 2022-03-27 14:17:03 - Database: acaweb_fx - User: postgres ]
3 1s431ms SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'AKFX - 2';[ Date: 2022-03-27 14:17:03 - Database: acaweb_fx - User: postgres ]
4 1s431ms SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'MILLENNIUMPF - 1';[ Date: 2022-03-27 14:17:03 - Database: acaweb_fx - User: postgres ]
5 1s22ms SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'ADSSECURITIES - 1';[ Date: 2022-03-27 14:17:03 - Database: acaweb_fx - User: postgres ]
-
Queries
Queries by type
Key values
- 1,738 Total read queries
- 2,539 Total write queries
Queries by database
Key values
- acaweb_fx Main database
- 4,285 Requests
- 2h48m3s (acaweb_fx)
- Main time consuming database
Queries by user
Key values
- postgres Main user
- 3,667 Requests
User Request type Count Duration pgperfstats Total 618 36m29s insert 545 34m49s select 73 1m40s postgres Total 3,667 2h11m34s copy from 81 13s231ms copy to 24 5s331ms cte 1,688 1h32m54s ddl 5 482ms insert 95 15s910ms others 8 52s772ms select 1,665 36m29s update 101 42s389ms Duration by user
Key values
- 2h11m34s (postgres) Main time consuming user
User Request type Count Duration pgperfstats Total 618 36m29s insert 545 34m49s select 73 1m40s postgres Total 3,667 2h11m34s copy from 81 13s231ms copy to 24 5s331ms cte 1,688 1h32m54s ddl 5 482ms insert 95 15s910ms others 8 52s772ms select 1,665 36m29s update 101 42s389ms Queries by host
Key values
- unknown Main host
- 4,285 Requests
- 2h48m3s (unknown)
- Main time consuming host
Queries by application
Key values
- unknown Main application
- 4,285 Requests
- 2h48m3s (unknown)
- Main time consuming application
Number of cancelled queries
Key values
- 0 per second Cancelled query Peak
- 2022-03-27 14:45:28 Date
Number of cancelled queries (5 minutes period)
NO DATASET
-
Top Queries
Histogram of query times
Key values
- 1,657 1000-10000ms duration
Slowest individual queries
Rank Duration Query 1 15m59s select powerstats_tdata_add ();[ Date: 2022-03-27 14:16:35 - Database: acaweb_fx - User: postgres ]
2 3m4s select updateageforrelevantresults ();[ Date: 2022-03-27 14:05:07 - Database: acaweb_fx - User: postgres ]
3 1m17s select updateageforrelevantresults ();[ Date: 2022-03-27 14:18:20 - Database: acaweb_fx - User: postgres ]
4 1m10s select pd.trumpetsymbolid::character varying as symbolid, 15 as timegranularity, 't15_ps' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t15_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and (- 1 = - 1 or t.symbolid = - 1) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, 30 as timegranularity, 't30_ps' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t30_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and ((- 1 = - 1) or (- 1 <> - 1 and t.symbolid = - 1)) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, 60 as timegranularity, 't60_ps' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t60_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and ((- 1 = - 1) or (- 1 <> - 1 and t.symbolid = - 1)) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, 240 as timegranularity, 't240' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t240 group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and ((- 1 = - 1) or (- 1 <> - 1 and t.symbolid = - 1)) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, 1440 as timegranularity, 't1440' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t1440 group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and ((- 1 = - 1) or (- 1 <> - 1 and t.symbolid = - 1)) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid;[ Date: 2022-03-27 14:19:59 - Database: acaweb_fx - User: pgperfstats ]
5 1m3s WITH rar_max as ( ;[ Date: 2022-03-27 14:01:54 - Database: acaweb_fx - User: postgres - Bind query: yes ]
6 57s307ms WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('327' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;[ Date: 2022-03-27 14:16:27 - Database: acaweb_fx - User: postgres - Bind query: yes ]
7 44s152ms WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ) SELECT a.symbolid, pattern, patternid, resy0, resy1, resx0, resx1, supporty0, supporty1, supportx0, supportx1, predictiontimeto, patternstarttime, timegranularity, patternendtime, direction, trendchange, patternlengthbars, patternquality, CASE WHEN a.old_resultuid = '580173101' THEN a.old_resultuid ELSE a.resultuid END AS uid, breakout, initialtrend, volumeincrease, symmetry AS uniformity, predictionpricefrom, predictionpriceto, noise, s.exchange, s.symbol, s.longname, s.shortname, breakout, dtt.timezone, patternStartPrice, patternEndPrice, qtytp, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM autochartist_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN patterns p ON p.patternname = a.pattern INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid LEFT JOIN LATERAL calc_cp_signal (a.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '580173101' OR a.resultuid = '580173101') AND dtt.dayofweek = 3;[ Date: 2022-03-27 14:16:01 - Database: acaweb_fx - User: postgres - Bind query: yes ]
8 43s127ms WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('327' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;[ Date: 2022-03-27 14:06:13 - Database: acaweb_fx - User: postgres - Bind query: yes ]
9 42s81ms WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ) SELECT a.symbolid, pattern, patternid, resy0, resy1, resx0, resx1, supporty0, supporty1, supportx0, supportx1, predictiontimeto, patternstarttime, timegranularity, patternendtime, direction, trendchange, patternlengthbars, patternquality, CASE WHEN a.old_resultuid = '580173101' THEN a.old_resultuid ELSE a.resultuid END AS uid, breakout, initialtrend, volumeincrease, symmetry AS uniformity, predictionpricefrom, predictionpriceto, noise, s.exchange, s.symbol, s.longname, s.shortname, breakout, dtt.timezone, patternStartPrice, patternEndPrice, qtytp, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM autochartist_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN patterns p ON p.patternname = a.pattern INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid LEFT JOIN LATERAL calc_cp_signal (a.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '580173101' OR a.resultuid = '580173101') AND dtt.dayofweek = 3;[ Date: 2022-03-27 14:20:15 - Database: acaweb_fx - User: postgres - Bind query: yes ]
10 41s138ms WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ) SELECT CASE WHEN a.old_resultuid = '82037257' THEN a.old_resultuid ELSE a.resultuid END AS ruid, s.symbolid AS sid, s.symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, a.PatternID AS pid, a.direction AS d, a.patternprice AS pp, atbaridentified AS pet, CASE WHEN (x9 != '') THEN x9 WHEN (x8 != '') THEN x8 WHEN (x7 != '') THEN x7 WHEN (x6 != '') THEN x6 WHEN (x5 != '') THEN x5 WHEN (x4 != '') THEN x4 WHEN (x3 != '') THEN x3 WHEN (x2 != '') THEN x2 END AS pst, PatternPrice AS patp, x0, x1, x2, CASE WHEN (x3 != '') THEN x3 ELSE '0' END AS x3, CASE WHEN (x4 != '') THEN x4 ELSE '0' END AS x4, CASE WHEN (x5 != '') THEN x5 ELSE '0' END AS x5, CASE WHEN (x6 != '') THEN x6 ELSE '0' END AS x6, CASE WHEN (x7 != '') THEN x7 ELSE '0' END AS x7, CASE WHEN (x8 != '') THEN x8 ELSE '0' END AS x8, errorMargin AS erm, breakoutprice AS pE, breakoutbars AS be, breakout, atbaridentified AS atBar, atpriceidentified AS atPrice, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname AS patternname, dtt.absolutetimezoneoffset AS tzOs, dtt.timezone AS timezone, approachingtimestamp AS apt, approachingregion AS apr, predictionpricefrom AS ppf, predictionpriceto AS ppt, predictiontimefrom AS ptf, predictiontimebars AS ptb, furthestprice AS fp, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM keylevels_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON a.resultuid = rar.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (a.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '82037257' OR a.resultuid = '82037257') AND dtt.dayofweek = 3;[ Date: 2022-03-27 14:05:30 - Database: acaweb_fx - User: postgres - Bind query: yes ]
11 40s254ms WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ) SELECT CASE WHEN a.old_resultuid = '82037251' THEN a.old_resultuid ELSE a.resultuid END AS ruid, s.symbolid AS sid, s.symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, a.PatternID AS pid, a.direction AS d, a.patternprice AS pp, atbaridentified AS pet, CASE WHEN (x9 != '') THEN x9 WHEN (x8 != '') THEN x8 WHEN (x7 != '') THEN x7 WHEN (x6 != '') THEN x6 WHEN (x5 != '') THEN x5 WHEN (x4 != '') THEN x4 WHEN (x3 != '') THEN x3 WHEN (x2 != '') THEN x2 END AS pst, PatternPrice AS patp, x0, x1, x2, CASE WHEN (x3 != '') THEN x3 ELSE '0' END AS x3, CASE WHEN (x4 != '') THEN x4 ELSE '0' END AS x4, CASE WHEN (x5 != '') THEN x5 ELSE '0' END AS x5, CASE WHEN (x6 != '') THEN x6 ELSE '0' END AS x6, CASE WHEN (x7 != '') THEN x7 ELSE '0' END AS x7, CASE WHEN (x8 != '') THEN x8 ELSE '0' END AS x8, errorMargin AS erm, breakoutprice AS pE, breakoutbars AS be, breakout, atbaridentified AS atBar, atpriceidentified AS atPrice, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname AS patternname, dtt.absolutetimezoneoffset AS tzOs, dtt.timezone AS timezone, approachingtimestamp AS apt, approachingregion AS apr, predictionpricefrom AS ppf, predictionpriceto AS ppt, predictiontimefrom AS ptf, predictiontimebars AS ptb, furthestprice AS fp, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM keylevels_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON a.resultuid = rar.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (a.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '82037251' OR a.resultuid = '82037251') AND dtt.dayofweek = 3;[ Date: 2022-03-27 14:05:30 - Database: acaweb_fx - User: postgres - Bind query: yes ]
12 38s168ms WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ) SELECT a.symbolid, pattern, patternid, resy0, resy1, resx0, resx1, supporty0, supporty1, supportx0, supportx1, predictiontimeto, patternstarttime, timegranularity, patternendtime, direction, trendchange, patternlengthbars, patternquality, CASE WHEN a.old_resultuid = '580173101' THEN a.old_resultuid ELSE a.resultuid END AS uid, breakout, initialtrend, volumeincrease, symmetry AS uniformity, predictionpricefrom, predictionpriceto, noise, s.exchange, s.symbol, s.longname, s.shortname, breakout, dtt.timezone, patternStartPrice, patternEndPrice, qtytp, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM autochartist_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN patterns p ON p.patternname = a.pattern INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid LEFT JOIN LATERAL calc_cp_signal (a.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '580173101' OR a.resultuid = '580173101') AND dtt.dayofweek = 3;[ Date: 2022-03-27 14:04:48 - Database: acaweb_fx - User: postgres - Bind query: yes ]
13 38s66ms WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ) SELECT CASE WHEN a.old_resultuid = '81988632' THEN a.old_resultuid ELSE a.resultuid END AS ruid, s.symbolid AS sid, s.symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, a.PatternID AS pid, a.direction AS d, a.patternprice AS pp, atbaridentified AS pet, CASE WHEN (x9 != '') THEN x9 WHEN (x8 != '') THEN x8 WHEN (x7 != '') THEN x7 WHEN (x6 != '') THEN x6 WHEN (x5 != '') THEN x5 WHEN (x4 != '') THEN x4 WHEN (x3 != '') THEN x3 WHEN (x2 != '') THEN x2 END AS pst, PatternPrice AS patp, x0, x1, x2, CASE WHEN (x3 != '') THEN x3 ELSE '0' END AS x3, CASE WHEN (x4 != '') THEN x4 ELSE '0' END AS x4, CASE WHEN (x5 != '') THEN x5 ELSE '0' END AS x5, CASE WHEN (x6 != '') THEN x6 ELSE '0' END AS x6, CASE WHEN (x7 != '') THEN x7 ELSE '0' END AS x7, CASE WHEN (x8 != '') THEN x8 ELSE '0' END AS x8, errorMargin AS erm, breakoutprice AS pE, breakoutbars AS be, breakout, atbaridentified AS atBar, atpriceidentified AS atPrice, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname AS patternname, dtt.absolutetimezoneoffset AS tzOs, dtt.timezone AS timezone, approachingtimestamp AS apt, approachingregion AS apr, predictionpricefrom AS ppf, predictionpriceto AS ppt, predictiontimefrom AS ptf, predictiontimebars AS ptb, furthestprice AS fp, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM keylevels_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON a.resultuid = rar.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (a.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '81988632' OR a.resultuid = '81988632') AND dtt.dayofweek = 3;[ Date: 2022-03-27 14:20:11 - Database: acaweb_fx - User: postgres - Bind query: yes ]
14 38s65ms WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ) SELECT CASE WHEN a.old_resultuid = '81991061' THEN a.old_resultuid ELSE a.resultuid END AS ruid, s.symbolid AS sid, s.symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, a.PatternID AS pid, a.direction AS d, a.patternprice AS pp, atbaridentified AS pet, CASE WHEN (x9 != '') THEN x9 WHEN (x8 != '') THEN x8 WHEN (x7 != '') THEN x7 WHEN (x6 != '') THEN x6 WHEN (x5 != '') THEN x5 WHEN (x4 != '') THEN x4 WHEN (x3 != '') THEN x3 WHEN (x2 != '') THEN x2 END AS pst, PatternPrice AS patp, x0, x1, x2, CASE WHEN (x3 != '') THEN x3 ELSE '0' END AS x3, CASE WHEN (x4 != '') THEN x4 ELSE '0' END AS x4, CASE WHEN (x5 != '') THEN x5 ELSE '0' END AS x5, CASE WHEN (x6 != '') THEN x6 ELSE '0' END AS x6, CASE WHEN (x7 != '') THEN x7 ELSE '0' END AS x7, CASE WHEN (x8 != '') THEN x8 ELSE '0' END AS x8, errorMargin AS erm, breakoutprice AS pE, breakoutbars AS be, breakout, atbaridentified AS atBar, atpriceidentified AS atPrice, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname AS patternname, dtt.absolutetimezoneoffset AS tzOs, dtt.timezone AS timezone, approachingtimestamp AS apt, approachingregion AS apr, predictionpricefrom AS ppf, predictionpriceto AS ppt, predictiontimefrom AS ptf, predictiontimebars AS ptb, furthestprice AS fp, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM keylevels_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON a.resultuid = rar.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (a.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '81991061' OR a.resultuid = '81991061') AND dtt.dayofweek = 3;[ Date: 2022-03-27 14:20:11 - Database: acaweb_fx - User: postgres - Bind query: yes ]
15 38s52ms WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ) SELECT CASE WHEN a.old_resultuid = '82000740' THEN a.old_resultuid ELSE a.resultuid END AS ruid, s.symbolid AS sid, s.symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, a.PatternID AS pid, a.direction AS d, a.patternprice AS pp, atbaridentified AS pet, CASE WHEN (x9 != '') THEN x9 WHEN (x8 != '') THEN x8 WHEN (x7 != '') THEN x7 WHEN (x6 != '') THEN x6 WHEN (x5 != '') THEN x5 WHEN (x4 != '') THEN x4 WHEN (x3 != '') THEN x3 WHEN (x2 != '') THEN x2 END AS pst, PatternPrice AS patp, x0, x1, x2, CASE WHEN (x3 != '') THEN x3 ELSE '0' END AS x3, CASE WHEN (x4 != '') THEN x4 ELSE '0' END AS x4, CASE WHEN (x5 != '') THEN x5 ELSE '0' END AS x5, CASE WHEN (x6 != '') THEN x6 ELSE '0' END AS x6, CASE WHEN (x7 != '') THEN x7 ELSE '0' END AS x7, CASE WHEN (x8 != '') THEN x8 ELSE '0' END AS x8, errorMargin AS erm, breakoutprice AS pE, breakoutbars AS be, breakout, atbaridentified AS atBar, atpriceidentified AS atPrice, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname AS patternname, dtt.absolutetimezoneoffset AS tzOs, dtt.timezone AS timezone, approachingtimestamp AS apt, approachingregion AS apr, predictionpricefrom AS ppf, predictionpriceto AS ppt, predictiontimefrom AS ptf, predictiontimebars AS ptb, furthestprice AS fp, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM keylevels_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON a.resultuid = rar.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (a.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '82000740' OR a.resultuid = '82000740') AND dtt.dayofweek = 3;[ Date: 2022-03-27 14:20:11 - Database: acaweb_fx - User: postgres - Bind query: yes ]
16 37s971ms WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ) SELECT CASE WHEN a.old_resultuid = '81985206' THEN a.old_resultuid ELSE a.resultuid END AS ruid, s.symbolid AS sid, s.symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, a.PatternID AS pid, a.direction AS d, a.patternprice AS pp, atbaridentified AS pet, CASE WHEN (x9 != '') THEN x9 WHEN (x8 != '') THEN x8 WHEN (x7 != '') THEN x7 WHEN (x6 != '') THEN x6 WHEN (x5 != '') THEN x5 WHEN (x4 != '') THEN x4 WHEN (x3 != '') THEN x3 WHEN (x2 != '') THEN x2 END AS pst, PatternPrice AS patp, x0, x1, x2, CASE WHEN (x3 != '') THEN x3 ELSE '0' END AS x3, CASE WHEN (x4 != '') THEN x4 ELSE '0' END AS x4, CASE WHEN (x5 != '') THEN x5 ELSE '0' END AS x5, CASE WHEN (x6 != '') THEN x6 ELSE '0' END AS x6, CASE WHEN (x7 != '') THEN x7 ELSE '0' END AS x7, CASE WHEN (x8 != '') THEN x8 ELSE '0' END AS x8, errorMargin AS erm, breakoutprice AS pE, breakoutbars AS be, breakout, atbaridentified AS atBar, atpriceidentified AS atPrice, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname AS patternname, dtt.absolutetimezoneoffset AS tzOs, dtt.timezone AS timezone, approachingtimestamp AS apt, approachingregion AS apr, predictionpricefrom AS ppf, predictionpriceto AS ppt, predictiontimefrom AS ptf, predictiontimebars AS ptb, furthestprice AS fp, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM keylevels_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON a.resultuid = rar.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (a.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '81985206' OR a.resultuid = '81985206') AND dtt.dayofweek = 3;[ Date: 2022-03-27 14:20:11 - Database: acaweb_fx - User: postgres - Bind query: yes ]
17 37s967ms WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ) SELECT CASE WHEN a.old_resultuid = '81985115' THEN a.old_resultuid ELSE a.resultuid END AS ruid, s.symbolid AS sid, s.symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, a.PatternID AS pid, a.direction AS d, a.patternprice AS pp, atbaridentified AS pet, CASE WHEN (x9 != '') THEN x9 WHEN (x8 != '') THEN x8 WHEN (x7 != '') THEN x7 WHEN (x6 != '') THEN x6 WHEN (x5 != '') THEN x5 WHEN (x4 != '') THEN x4 WHEN (x3 != '') THEN x3 WHEN (x2 != '') THEN x2 END AS pst, PatternPrice AS patp, x0, x1, x2, CASE WHEN (x3 != '') THEN x3 ELSE '0' END AS x3, CASE WHEN (x4 != '') THEN x4 ELSE '0' END AS x4, CASE WHEN (x5 != '') THEN x5 ELSE '0' END AS x5, CASE WHEN (x6 != '') THEN x6 ELSE '0' END AS x6, CASE WHEN (x7 != '') THEN x7 ELSE '0' END AS x7, CASE WHEN (x8 != '') THEN x8 ELSE '0' END AS x8, errorMargin AS erm, breakoutprice AS pE, breakoutbars AS be, breakout, atbaridentified AS atBar, atpriceidentified AS atPrice, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname AS patternname, dtt.absolutetimezoneoffset AS tzOs, dtt.timezone AS timezone, approachingtimestamp AS apt, approachingregion AS apr, predictionpricefrom AS ppf, predictionpriceto AS ppt, predictiontimefrom AS ptf, predictiontimebars AS ptb, furthestprice AS fp, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM keylevels_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON a.resultuid = rar.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (a.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '81985115' OR a.resultuid = '81985115') AND dtt.dayofweek = 3;[ Date: 2022-03-27 14:20:11 - Database: acaweb_fx - User: postgres - Bind query: yes ]
18 37s142ms WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ) SELECT CASE WHEN a.old_resultuid = '82000740' THEN a.old_resultuid ELSE a.resultuid END AS ruid, s.symbolid AS sid, s.symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, a.PatternID AS pid, a.direction AS d, a.patternprice AS pp, atbaridentified AS pet, CASE WHEN (x9 != '') THEN x9 WHEN (x8 != '') THEN x8 WHEN (x7 != '') THEN x7 WHEN (x6 != '') THEN x6 WHEN (x5 != '') THEN x5 WHEN (x4 != '') THEN x4 WHEN (x3 != '') THEN x3 WHEN (x2 != '') THEN x2 END AS pst, PatternPrice AS patp, x0, x1, x2, CASE WHEN (x3 != '') THEN x3 ELSE '0' END AS x3, CASE WHEN (x4 != '') THEN x4 ELSE '0' END AS x4, CASE WHEN (x5 != '') THEN x5 ELSE '0' END AS x5, CASE WHEN (x6 != '') THEN x6 ELSE '0' END AS x6, CASE WHEN (x7 != '') THEN x7 ELSE '0' END AS x7, CASE WHEN (x8 != '') THEN x8 ELSE '0' END AS x8, errorMargin AS erm, breakoutprice AS pE, breakoutbars AS be, breakout, atbaridentified AS atBar, atpriceidentified AS atPrice, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname AS patternname, dtt.absolutetimezoneoffset AS tzOs, dtt.timezone AS timezone, approachingtimestamp AS apt, approachingregion AS apr, predictionpricefrom AS ppf, predictionpriceto AS ppt, predictiontimefrom AS ptf, predictiontimebars AS ptb, furthestprice AS fp, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM keylevels_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON a.resultuid = rar.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (a.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '82000740' OR a.resultuid = '82000740') AND dtt.dayofweek = 3;[ Date: 2022-03-27 14:10:42 - Database: acaweb_fx - User: postgres - Bind query: yes ]
19 37s136ms WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ) SELECT CASE WHEN a.old_resultuid = '81988632' THEN a.old_resultuid ELSE a.resultuid END AS ruid, s.symbolid AS sid, s.symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, a.PatternID AS pid, a.direction AS d, a.patternprice AS pp, atbaridentified AS pet, CASE WHEN (x9 != '') THEN x9 WHEN (x8 != '') THEN x8 WHEN (x7 != '') THEN x7 WHEN (x6 != '') THEN x6 WHEN (x5 != '') THEN x5 WHEN (x4 != '') THEN x4 WHEN (x3 != '') THEN x3 WHEN (x2 != '') THEN x2 END AS pst, PatternPrice AS patp, x0, x1, x2, CASE WHEN (x3 != '') THEN x3 ELSE '0' END AS x3, CASE WHEN (x4 != '') THEN x4 ELSE '0' END AS x4, CASE WHEN (x5 != '') THEN x5 ELSE '0' END AS x5, CASE WHEN (x6 != '') THEN x6 ELSE '0' END AS x6, CASE WHEN (x7 != '') THEN x7 ELSE '0' END AS x7, CASE WHEN (x8 != '') THEN x8 ELSE '0' END AS x8, errorMargin AS erm, breakoutprice AS pE, breakoutbars AS be, breakout, atbaridentified AS atBar, atpriceidentified AS atPrice, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname AS patternname, dtt.absolutetimezoneoffset AS tzOs, dtt.timezone AS timezone, approachingtimestamp AS apt, approachingregion AS apr, predictionpricefrom AS ppf, predictionpriceto AS ppt, predictiontimefrom AS ptf, predictiontimebars AS ptb, furthestprice AS fp, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM keylevels_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON a.resultuid = rar.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (a.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '81988632' OR a.resultuid = '81988632') AND dtt.dayofweek = 3;[ Date: 2022-03-27 14:10:42 - Database: acaweb_fx - User: postgres - Bind query: yes ]
20 37s136ms WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ) SELECT CASE WHEN a.old_resultuid = '81985115' THEN a.old_resultuid ELSE a.resultuid END AS ruid, s.symbolid AS sid, s.symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, a.PatternID AS pid, a.direction AS d, a.patternprice AS pp, atbaridentified AS pet, CASE WHEN (x9 != '') THEN x9 WHEN (x8 != '') THEN x8 WHEN (x7 != '') THEN x7 WHEN (x6 != '') THEN x6 WHEN (x5 != '') THEN x5 WHEN (x4 != '') THEN x4 WHEN (x3 != '') THEN x3 WHEN (x2 != '') THEN x2 END AS pst, PatternPrice AS patp, x0, x1, x2, CASE WHEN (x3 != '') THEN x3 ELSE '0' END AS x3, CASE WHEN (x4 != '') THEN x4 ELSE '0' END AS x4, CASE WHEN (x5 != '') THEN x5 ELSE '0' END AS x5, CASE WHEN (x6 != '') THEN x6 ELSE '0' END AS x6, CASE WHEN (x7 != '') THEN x7 ELSE '0' END AS x7, CASE WHEN (x8 != '') THEN x8 ELSE '0' END AS x8, errorMargin AS erm, breakoutprice AS pE, breakoutbars AS be, breakout, atbaridentified AS atBar, atpriceidentified AS atPrice, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname AS patternname, dtt.absolutetimezoneoffset AS tzOs, dtt.timezone AS timezone, approachingtimestamp AS apt, approachingregion AS apr, predictionpricefrom AS ppf, predictionpriceto AS ppt, predictiontimefrom AS ptf, predictiontimebars AS ptb, furthestprice AS fp, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM keylevels_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON a.resultuid = rar.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (a.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '81985115' OR a.resultuid = '81985115') AND dtt.dayofweek = 3;[ Date: 2022-03-27 14:10:42 - Database: acaweb_fx - User: postgres - Bind query: yes ]
Time consuming queries
Rank Total duration Times executed Min duration Max duration Avg duration Query 1 23m26s 419 1s238ms 44s152ms 3s356ms with rar_max as ( select resultuid from relevance_autochartist_results order by resultuid desc limit ? ) select a.symbolid, pattern, patternid, resy0, resy1, resx0, resx1, supporty0, supporty1, supportx0, supportx1, predictiontimeto, patternstarttime, timegranularity, patternendtime, direction, trendchange, patternlengthbars, patternquality, case when a.old_resultuid = ? then a.old_resultuid else a.resultuid end as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, s.exchange, s.symbol, s.longname, s.shortname, breakout, dtt.timezone, patternstartprice, patternendprice, qtytp, newlevels.profit, newlevels.stop, newlevels.filtered, case when rar.age is not null then rar.age when a.resultuid <= rm.resultuid then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= rm.resultuid then ? else ? end as relevant, cps.pip from autochartist_results a inner join downloadersymbolsettings dss on a.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname inner join symbols s on a.symbolid = s.symbolid inner join patterns p on p.patternname = a.pattern inner join rar_max rm on ? = ? left outer join relevance_autochartist_results rar on rar.resultuid = a.resultuid left join lateral calc_cp_signal (a.resultuid) newlevels on true left join currencypips cps on cps.symbol = s.symbol where (a.old_resultuid = ? or a.resultuid = ?) and dtt.dayofweek = ?;Times Reported Time consuming queries #1
Day Hour Count Duration Avg duration Mar 27 14 419 23m26s 3s356ms [ User: postgres - Total duration: 23m26s - Times executed: 419 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ) SELECT a.symbolid, pattern, patternid, resy0, resy1, resx0, resx1, supporty0, supporty1, supportx0, supportx1, predictiontimeto, patternstarttime, timegranularity, patternendtime, direction, trendchange, patternlengthbars, patternquality, CASE WHEN a.old_resultuid = '580173101' THEN a.old_resultuid ELSE a.resultuid END AS uid, breakout, initialtrend, volumeincrease, symmetry AS uniformity, predictionpricefrom, predictionpriceto, noise, s.exchange, s.symbol, s.longname, s.shortname, breakout, dtt.timezone, patternStartPrice, patternEndPrice, qtytp, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM autochartist_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN patterns p ON p.patternname = a.pattern INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid LEFT JOIN LATERAL calc_cp_signal (a.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '580173101' OR a.resultuid = '580173101') AND dtt.dayofweek = 3;
Date: 2022-03-27 14:16:01 Duration: 44s152ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ) SELECT a.symbolid, pattern, patternid, resy0, resy1, resx0, resx1, supporty0, supporty1, supportx0, supportx1, predictiontimeto, patternstarttime, timegranularity, patternendtime, direction, trendchange, patternlengthbars, patternquality, CASE WHEN a.old_resultuid = '580173101' THEN a.old_resultuid ELSE a.resultuid END AS uid, breakout, initialtrend, volumeincrease, symmetry AS uniformity, predictionpricefrom, predictionpriceto, noise, s.exchange, s.symbol, s.longname, s.shortname, breakout, dtt.timezone, patternStartPrice, patternEndPrice, qtytp, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM autochartist_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN patterns p ON p.patternname = a.pattern INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid LEFT JOIN LATERAL calc_cp_signal (a.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '580173101' OR a.resultuid = '580173101') AND dtt.dayofweek = 3;
Date: 2022-03-27 14:20:15 Duration: 42s81ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ) SELECT a.symbolid, pattern, patternid, resy0, resy1, resx0, resx1, supporty0, supporty1, supportx0, supportx1, predictiontimeto, patternstarttime, timegranularity, patternendtime, direction, trendchange, patternlengthbars, patternquality, CASE WHEN a.old_resultuid = '580173101' THEN a.old_resultuid ELSE a.resultuid END AS uid, breakout, initialtrend, volumeincrease, symmetry AS uniformity, predictionpricefrom, predictionpriceto, noise, s.exchange, s.symbol, s.longname, s.shortname, breakout, dtt.timezone, patternStartPrice, patternEndPrice, qtytp, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM autochartist_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN patterns p ON p.patternname = a.pattern INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid LEFT JOIN LATERAL calc_cp_signal (a.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '580173101' OR a.resultuid = '580173101') AND dtt.dayofweek = 3;
Date: 2022-03-27 14:04:48 Duration: 38s168ms Database: acaweb_fx User: postgres Bind query: yes
2 18m35s 248 977ms 41s138ms 4s496ms with rar_max as ( select resultuid from relevance_keylevels_results order by resultuid desc limit ? ) select case when a.old_resultuid = ? then a.old_resultuid else a.resultuid end as ruid, s.symbolid as sid, s.symbol as sym, longname, shortname, exchange as e, timegranularity as tg, a.patternid as pid, a.direction as d, a.patternprice as pp, atbaridentified as pet, case when (x9 != ?) then x9 when (x8 != ?) then x8 when (x7 != ?) then x7 when (x6 != ?) then x6 when (x5 != ?) then x5 when (x4 != ?) then x4 when (x3 != ?) then x3 when (x2 != ?) then x2 end as pst, patternprice as patp, x0, x1, x2, case when (x3 != ?) then x3 else ? end as x3, case when (x4 != ?) then x4 else ? end as x4, case when (x5 != ?) then x5 else ? end as x5, case when (x6 != ?) then x6 else ? end as x6, case when (x7 != ?) then x7 else ? end as x7, case when (x8 != ?) then x8 else ? end as x8, errormargin as erm, breakoutprice as pe, breakoutbars as be, breakout, atbaridentified as atbar, atpriceidentified as atprice, patternlengthbars as l, bandwidth as bw, qtytp as qtp, p.patternname as patternname, dtt.absolutetimezoneoffset as tzos, dtt.timezone as timezone, approachingtimestamp as apt, approachingregion as apr, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, furthestprice as fp, newlevels.filtered, case when rar.age is not null then rar.age when a.resultuid <= rm.resultuid then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= rm.resultuid then ? else ? end as relevant, cps.pip from keylevels_results a inner join downloadersymbolsettings dss on a.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname inner join symbols s on a.symbolid = s.symbolid inner join hrspatterns p on a.patternid = p.patternid inner join rar_max rm on ? = ? left outer join relevance_keylevels_results rar on a.resultuid = rar.resultuid left join lateral calc_kl_signal_filter (a.resultuid) newlevels on true left join currencypips cps on cps.symbol = s.symbol where (a.old_resultuid = ? or a.resultuid = ?) and dtt.dayofweek = ?;Times Reported Time consuming queries #2
Day Hour Count Duration Avg duration Mar 27 14 248 18m35s 4s496ms [ User: postgres - Total duration: 18m35s - Times executed: 248 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ) SELECT CASE WHEN a.old_resultuid = '82037257' THEN a.old_resultuid ELSE a.resultuid END AS ruid, s.symbolid AS sid, s.symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, a.PatternID AS pid, a.direction AS d, a.patternprice AS pp, atbaridentified AS pet, CASE WHEN (x9 != '') THEN x9 WHEN (x8 != '') THEN x8 WHEN (x7 != '') THEN x7 WHEN (x6 != '') THEN x6 WHEN (x5 != '') THEN x5 WHEN (x4 != '') THEN x4 WHEN (x3 != '') THEN x3 WHEN (x2 != '') THEN x2 END AS pst, PatternPrice AS patp, x0, x1, x2, CASE WHEN (x3 != '') THEN x3 ELSE '0' END AS x3, CASE WHEN (x4 != '') THEN x4 ELSE '0' END AS x4, CASE WHEN (x5 != '') THEN x5 ELSE '0' END AS x5, CASE WHEN (x6 != '') THEN x6 ELSE '0' END AS x6, CASE WHEN (x7 != '') THEN x7 ELSE '0' END AS x7, CASE WHEN (x8 != '') THEN x8 ELSE '0' END AS x8, errorMargin AS erm, breakoutprice AS pE, breakoutbars AS be, breakout, atbaridentified AS atBar, atpriceidentified AS atPrice, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname AS patternname, dtt.absolutetimezoneoffset AS tzOs, dtt.timezone AS timezone, approachingtimestamp AS apt, approachingregion AS apr, predictionpricefrom AS ppf, predictionpriceto AS ppt, predictiontimefrom AS ptf, predictiontimebars AS ptb, furthestprice AS fp, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM keylevels_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON a.resultuid = rar.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (a.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '82037257' OR a.resultuid = '82037257') AND dtt.dayofweek = 3;
Date: 2022-03-27 14:05:30 Duration: 41s138ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ) SELECT CASE WHEN a.old_resultuid = '82037251' THEN a.old_resultuid ELSE a.resultuid END AS ruid, s.symbolid AS sid, s.symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, a.PatternID AS pid, a.direction AS d, a.patternprice AS pp, atbaridentified AS pet, CASE WHEN (x9 != '') THEN x9 WHEN (x8 != '') THEN x8 WHEN (x7 != '') THEN x7 WHEN (x6 != '') THEN x6 WHEN (x5 != '') THEN x5 WHEN (x4 != '') THEN x4 WHEN (x3 != '') THEN x3 WHEN (x2 != '') THEN x2 END AS pst, PatternPrice AS patp, x0, x1, x2, CASE WHEN (x3 != '') THEN x3 ELSE '0' END AS x3, CASE WHEN (x4 != '') THEN x4 ELSE '0' END AS x4, CASE WHEN (x5 != '') THEN x5 ELSE '0' END AS x5, CASE WHEN (x6 != '') THEN x6 ELSE '0' END AS x6, CASE WHEN (x7 != '') THEN x7 ELSE '0' END AS x7, CASE WHEN (x8 != '') THEN x8 ELSE '0' END AS x8, errorMargin AS erm, breakoutprice AS pE, breakoutbars AS be, breakout, atbaridentified AS atBar, atpriceidentified AS atPrice, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname AS patternname, dtt.absolutetimezoneoffset AS tzOs, dtt.timezone AS timezone, approachingtimestamp AS apt, approachingregion AS apr, predictionpricefrom AS ppf, predictionpriceto AS ppt, predictiontimefrom AS ptf, predictiontimebars AS ptb, furthestprice AS fp, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM keylevels_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON a.resultuid = rar.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (a.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '82037251' OR a.resultuid = '82037251') AND dtt.dayofweek = 3;
Date: 2022-03-27 14:05:30 Duration: 40s254ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ) SELECT CASE WHEN a.old_resultuid = '81988632' THEN a.old_resultuid ELSE a.resultuid END AS ruid, s.symbolid AS sid, s.symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, a.PatternID AS pid, a.direction AS d, a.patternprice AS pp, atbaridentified AS pet, CASE WHEN (x9 != '') THEN x9 WHEN (x8 != '') THEN x8 WHEN (x7 != '') THEN x7 WHEN (x6 != '') THEN x6 WHEN (x5 != '') THEN x5 WHEN (x4 != '') THEN x4 WHEN (x3 != '') THEN x3 WHEN (x2 != '') THEN x2 END AS pst, PatternPrice AS patp, x0, x1, x2, CASE WHEN (x3 != '') THEN x3 ELSE '0' END AS x3, CASE WHEN (x4 != '') THEN x4 ELSE '0' END AS x4, CASE WHEN (x5 != '') THEN x5 ELSE '0' END AS x5, CASE WHEN (x6 != '') THEN x6 ELSE '0' END AS x6, CASE WHEN (x7 != '') THEN x7 ELSE '0' END AS x7, CASE WHEN (x8 != '') THEN x8 ELSE '0' END AS x8, errorMargin AS erm, breakoutprice AS pE, breakoutbars AS be, breakout, atbaridentified AS atBar, atpriceidentified AS atPrice, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname AS patternname, dtt.absolutetimezoneoffset AS tzOs, dtt.timezone AS timezone, approachingtimestamp AS apt, approachingregion AS apr, predictionpricefrom AS ppf, predictionpriceto AS ppt, predictiontimefrom AS ptf, predictiontimebars AS ptb, furthestprice AS fp, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM keylevels_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON a.resultuid = rar.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (a.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '81988632' OR a.resultuid = '81988632') AND dtt.dayofweek = 3;
Date: 2022-03-27 14:20:11 Duration: 38s66ms Database: acaweb_fx User: postgres Bind query: yes
3 17m5s 166 55ms 1m3s 6s180ms with rar_max as ( ;Times Reported Time consuming queries #3
Day Hour Count Duration Avg duration Mar 27 14 166 17m5s 6s180ms [ User: postgres - Total duration: 17m5s - Times executed: 166 ]
-
WITH rar_max as ( ;
Date: 2022-03-27 14:01:54 Duration: 1m3s Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2022-03-27 14:12:37 Duration: 27s114ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2022-03-27 14:01:27 Duration: 23s918ms Database: acaweb_fx User: postgres Bind query: yes
4 15m59s 1 15m59s 15m59s 15m59s select powerstats_tdata_add ();Times Reported Time consuming queries #4
Day Hour Count Duration Avg duration Mar 27 14 1 15m59s 15m59s [ User: postgres - Total duration: 15m59s - Times executed: 1 ]
-
select powerstats_tdata_add ();
Date: 2022-03-27 14:16:35 Duration: 15m59s Database: acaweb_fx User: postgres
5 13m48s 196 56ms 57s307ms 4s227ms with rar_max as ( select resultuid from relevance_autochartist_results order by resultuid desc limit ? ), ar as ( select a.*, rr.age, rr.relevant from autochartist_results a left outer join relevance_autochartist_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_autochartist_results) end ), results as ( select distinct on (s.symbolid) ar.resultuid as resultuid, ar.direction as direction, ar.predictiontimeto as predictiontimeto, ar.predictionpricefrom as predictionpricefrom, ar.predictionpriceto as predictionpriceto, cp.pip as pip, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, ar.pattern as pattern_name, ar.breakout as breakout, ar.patternendtime as identified, dtt.timezone as timezone, ar.patternlengthbars as length, g.basegroupname, newlevels.profit, newlevels.stop, newlevels.filtered, case when ar.age is not null then ar.age when ar.resultuid <= rm.resultuid then ? else ? end as age, case when ar.relevant is not null then ar.relevant when ar.resultuid <= rm.resultuid then ? else ? end as relevant from ar inner join symbols s on ar.symbolid = s.symbolid and s.nonliquid = ? inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = s.symbolid inner join symbolgroup sg on bsl.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on sg.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join currencypips cp on s.symbol = cp.symbol left join lateral calc_cp_signal (ar.resultuid) newlevels on true where ar.gmttimefound > now() - interval ? and dss.enabled = ? and (ar.simulation = ? or ar.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or ar.pattern in (...)) and (? = ? or (? = ? and ar.breakout >= ?) or (? = ? and ar.breakout < ?)) and (? = ? or ar.patternlengthbars <= ?) and newlevels.filtered = false order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #5
Day Hour Count Duration Avg duration Mar 27 14 196 13m48s 4s227ms [ User: postgres - Total duration: 13m48s - Times executed: 196 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('327' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 14:16:27 Duration: 57s307ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('327' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 14:06:13 Duration: 43s127ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('327' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 14:10:59 Duration: 29s614ms Database: acaweb_fx User: postgres Bind query: yes
6 9m30s 108 410ms 22s991ms 5s280ms 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 #6
Day Hour Count Duration Avg duration Mar 27 14 108 9m30s 5s280ms [ User: postgres - Total duration: 9m30s - Times executed: 108 ]
-
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 = '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 ('212' = 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', 'YNDX', 'XAGUSD', 'XAUUSD', 'BRENT', 'COCOA', 'COFFEE', 'CORN', 'COTTON', 'NGAS', 'SUGAR', 'USDX', 'WHEAT', 'WTI', 'FRENCH40', 'GERMAN30', 'JPN225', 'NETHERLAND25', 'SPANISH35', 'SWISS20', 'UK100', 'US30', 'US500', 'USTECH100', 'USVIX')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 14:03:13 Duration: 22s991ms 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 = '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 ('212' = 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', 'YNDX', 'XAGUSD', 'XAUUSD', 'BRENT', 'COCOA', 'COFFEE', 'CORN', 'COTTON', 'NGAS', 'SUGAR', 'USDX', 'WHEAT', 'WTI', 'FRENCH40', 'GERMAN30', 'JPN225', 'NETHERLAND25', 'SPANISH35', 'SWISS20', 'UK100', 'US30', 'US500', 'USTECH100', 'USVIX')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 14:16:09 Duration: 22s723ms 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 = '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 ('212' = 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', 'YNDX', 'XAGUSD', 'XAUUSD', 'BRENT', 'COCOA', 'COFFEE', 'CORN', 'COTTON', 'NGAS', 'SUGAR', 'USDX', 'WHEAT', 'WTI', 'FRENCH40', 'GERMAN30', 'JPN225', 'NETHERLAND25', 'SPANISH35', 'SWISS20', 'UK100', 'US30', 'US500', 'USTECH100', 'USVIX')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 14:06:05 Duration: 21s269ms Database: acaweb_fx User: postgres Bind query: yes
7 6m28s 142 2s44ms 5s281ms 2s735ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, 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 #7
Day Hour Count Duration Avg duration Mar 27 14 142 6m28s 2s735ms [ User: pgperfstats - Total duration: 6m28s - Times executed: 142 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 900, '2022-03-27 00:00:00', 0.21534419701586, 0.361416666666665, 0.284492654829917, 0.498374999999998, 0.388436159957229, 0.704041666666666, 1.42304697018329, 2.549375, 1.44386425954797, 4.7775 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 915, '2022-03-27 00:00:00', 0.209034941777823, 0.34495833333333, 0.225807279635159, 0.493166666666667, 0.393729821199067, 0.688041666666666, 1.4591883979792, 2.58979166666667, 1.46224710869403, 4.79745833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 930, '2022-03-27 00:00:00', 0.201185503662808, 0.366041666666669, 0.324223978764367, 0.520166666666668, 0.534876321543426, 0.789625000000002, 1.46214174851607, 2.61116666666667, 1.46019711792224, 4.79216666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 945, '2022-03-27 00:00:00', 0.232322766326553, 0.374958333333333, 0.32616957612767, 0.506625, 0.522471882261259, 0.929208333333336, 1.49425914947746, 2.64466666666667, 1.46012193256968, 4.78466666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 960, '2022-03-27 00:00:00', 0.226984197879404, 0.360999999999999, 0.37272486647252, 0.603, 0.451520258103953, 0.965250000000001, 1.49064360127245, 2.68879166666667, 1.47289622999987, 4.773 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 975, '2022-03-27 00:00:00', 0.288538734746787, 0.481583333333336, 0.437658021151517, 0.774250000000002, 0.442406198606231, 1.076875, 1.51254927096655, 2.72908333333333, 1.4749310073523, 4.78245833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 990, '2022-03-27 00:00:00', 0.404434492913218, 0.629958333333336, 0.410998393364043, 0.795875, 0.417829484671522, 1.0685, 1.52913476470296, 2.72354166666667, 1.50885824419889, 4.781625 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 1005, '2022-03-27 00:00:00', 0.191687453189155, 0.454416666666666, 0.253350061423297, 0.669083333333332, 0.364708755652061, 0.895291666666665, 1.45734249838831, 2.685125, 1.4893572195871, 4.73016666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 1020, '2022-03-27 00:00:00', 0.228872088667478, 0.452791666666664, 0.28675492932599, 0.619958333333331, 0.371157001722365, 0.82895833333333, 1.45971833693641, 2.63933333333333, 1.51580466445947, 4.68770833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 1035, '2022-03-27 00:00:00', 0.187937889639952, 0.397958333333332, 0.251807379799994, 0.582999999999998, 0.357449355387118, 0.727041666666664, 1.44979537536674, 2.60475, 1.52668596219848, 4.678875 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 1050, '2022-03-27 00:00:00', 0.191812139186054, 0.411375, 0.265881307288076, 0.534999999999998, 0.40410771047663, 0.773791666666665, 1.42780034531686, 2.5755, 1.56050223938655, 4.70775 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 1065, '2022-03-27 00:00:00', 0.23041801569435, 0.359124999999995, 0.2916793672183, 0.464624999999997, 1.36564545179194, 1.90475, 1.41336788586592, 2.55545833333333, 1.58835955618057, 4.71108333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 1080, '2022-03-27 00:00:00', 0.172596365647663, 0.350125, 0.339105577057208, 0.601374999999999, 1.35500110634213, 2.01420833333333, 1.44363341363762, 2.56595833333333, 1.62741952760822, 4.74633333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 1095, '2022-03-27 00:00:00', 0.271351795832363, 0.438166666666666, 1.36435135023353, 1.80079166666667, 1.33114945357523, 2.03579166666667, 1.4707029516872, 2.55195833333333, 1.63132607602047, 4.721375 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 600, '2022-03-27 00:00:00', 0.534676310179033, 1.05544, 0.656020713595743, 1.25852, 0.716961063563891, 1.4938, 1.06495662978984, 2.09804, 1.6063769918671, 4.57404 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 615, '2022-03-27 00:00:00', 0.486579130255295, 0.7772, 0.506281403964237, 1.02588, 0.558526355689684, 1.25324, 0.956279105003692, 1.89632, 1.57165718590283, 4.54432 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 630, '2022-03-27 00:00:00', 0.247838737892205, 0.68696, 0.312044751064119, 0.863479999999998, 0.478357056322299, 1.12516, 0.890928354770086, 1.774, 1.5843002535294, 4.53172 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 645, '2022-03-27 00:00:00', 0.214655343904285, 0.566, 0.262955997586415, 0.734759999999998, 0.569987654837074, 1.03048, 0.904219046101844, 1.6592, 1.59693657983027, 4.53076 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 660, '2022-03-27 00:00:00', 0.250858645455961, 0.584319999999999, 0.426790639541215, 0.792799999999998, 0.667677130056137, 1.0508, 0.916543110460892, 1.63276, 1.62479478909389, 4.63124 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 675, '2022-03-27 00:00:00', 0.226662745064113, 0.535799999999997, 0.371007762722022, 0.741519999999998, 0.475448209587543, 0.953599999999997, 0.801490174612261, 1.5208, 1.61517285143108, 4.64744 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 690, '2022-03-27 00:00:00', 0.271786834363502, 0.547800000000001, 0.349989285550285, 0.728200000000002, 0.377509081568464, 0.879240000000001, 0.718668495668666, 1.44536, 1.61287465105011, 4.65016 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 705, '2022-03-27 00:00:00', 0.272020452662418, 0.543720000000002, 0.298789881577897, 0.657320000000001, 0.312950885390451, 0.78544, 0.676099667208909, 1.41852, 1.8921500055052, 5.12432 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 720, '2022-03-27 00:00:00', 0.24560944607242, 0.5036, 0.298277259162233, 0.64536, 0.285095001709957, 0.758920000000002, 0.60363882137141, 1.37808, 1.89213429139337, 5.12752 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 735, '2022-03-27 00:00:00', 0.206824603629905, 0.4706, 0.211840482439029, 0.566159999999999, 0.231378528246105, 0.749760000000002, 0.640487673573816, 1.34628, 1.92165986671246, 5.16432 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 750, '2022-03-27 00:00:00', 0.171283176834934, 0.440479999999998, 0.216920392463843, 0.561039999999999, 0.247824319495353, 0.722319999999999, 0.689507251593482, 1.3842, 1.90462024823848, 5.15696 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 765, '2022-03-27 00:00:00', 0.181645965181356, 0.420560000000001, 0.19697506610398, 0.543480000000002, 0.340600073399877, 0.71208, 0.695536902927038, 1.4758, 1.96101362140433, 5.19244 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 780, '2022-03-27 00:00:00', 0.113035142028194, 0.396119999999998, 0.143223310486343, 0.499999999999998, 0.359464532325514, 0.727999999999998, 0.66460224445403, 1.49732, 1.99741127629406, 5.22084 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 795, '2022-03-27 00:00:00', 0.110098440800344, 0.373000000000001, 0.219351483544866, 0.50264, 0.305154780398408, 0.724239999999998, 0.621127402390203, 1.5046, 1.99486104946351, 5.23524 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 810, '2022-03-27 00:00:00', 0.141987816378732, 0.377040000000001, 0.242722234938074, 0.550400000000001, 0.329825064743923, 0.72164, 0.644094113206035, 1.52768, 2.04381061581873, 5.2522 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 825, '2022-03-27 00:00:00', 0.133981740049404, 0.411760000000001, 0.21205272929156, 0.55312, 0.308298978266226, 0.704479999999999, 0.644978415659523, 1.53036, 2.05666069394054, 5.26028 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 840, '2022-03-27 00:00:00', 0.181111687456481, 0.420879999999999, 0.239391506393467, 0.52828, 0.262022944287962, 0.63776, 0.664286027752102, 1.52052, 2.04214319853759, 5.24852 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 855, '2022-03-27 00:00:00', 0.143440754320381, 0.377799999999999, 0.163540484284473, 0.474359999999999, 0.319896217545625, 0.624560000000001, 0.670387905121605, 1.53488, 2.02433746363265, 5.2616 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 870, '2022-03-27 00:00:00', 0.160645914980743, 0.381879999999998, 0.25423016474578, 0.495319999999999, 0.318416394050306, 0.680200000000001, 0.687052550149308, 1.58404, 2.02433746363265, 5.2616 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 885, '2022-03-27 00:00:00', 0.176812490131965, 0.36564, 0.246303518718942, 0.485559999999999, 0.358743743267158, 0.72336, 1.30556055904479, 2.28104, 1.99793077374234, 5.24828 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 900, '2022-03-27 00:00:00', 0.179517891401756, 0.39456, 0.20094568088582, 0.522800000000002, 0.420808242156291, 0.733920000000003, 1.28785630280194, 2.37576, 1.97177301770091, 5.2384 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 915, '2022-03-27 00:00:00', 0.170379263213966, 0.38852, 0.340235300931575, 0.566320000000002, 0.621671971380406, 0.784960000000003, 1.24533335563883, 2.4492, 1.95686686482925, 5.24848 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 930, '2022-03-27 00:00:00', 0.325541216028528, 0.435399999999999, 0.404286560911113, 0.558040000000003, 0.639091720073627, 0.871320000000001, 1.1842077351546, 2.47072, 1.94727311301386, 5.24908 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 945, '2022-03-27 00:00:00', 0.304322323641675, 0.431080000000002, 0.478012900802202, 0.596400000000002, 0.560604361381537, 0.992799999999999, 1.22518120836607, 2.55108, 1.96764379652416, 5.25788 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 960, '2022-03-27 00:00:00', 0.26873872069354, 0.419599999999999, 0.335252655967605, 0.634519999999999, 0.408349715317643, 0.99836, 1.22319044851296, 2.56296, 1.97055572703066, 5.26296 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 975, '2022-03-27 00:00:00', 0.20920932898256, 0.517719999999999, 0.396349643622901, 0.799959999999998, 0.399819217480435, 1.07436, 1.24897522259918, 2.60276, 1.97369411088277, 5.24988 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 990, '2022-03-27 00:00:00', 0.392872591730874, 0.668039999999999, 0.389078920871676, 0.84136, 0.463721989270872, 1.0824, 1.30039448117357, 2.59884, 1.95967760358688, 5.21068 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 1005, '2022-03-27 00:00:00', 0.187516025981782, 0.555480000000001, 0.247275824401281, 0.765199999999999, 0.370341162533503, 0.927919999999998, 1.34620797922659, 2.52744, 1.94330296574329, 5.1716 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 1020, '2022-03-27 00:00:00', 0.193215915493524, 0.54984, 0.289973832152718, 0.701639999999999, 0.342055390251343, 0.82784, 1.35059137417651, 2.48368, 1.93574407571525, 5.14028 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 1035, '2022-03-27 00:00:00', 0.237864548290267, 0.46128, 0.258946403720923, 0.593640000000001, 0.267335700322024, 0.748280000000001, 1.33460461435837, 2.42632, 1.90680085483514, 5.111 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 1050, '2022-03-27 00:00:00', 0.162802815290971, 0.45756, 0.224093187461526, 0.573439999999999, 0.278923269018561, 0.77524, 1.35064043821194, 2.41252, 1.91848070705268, 5.09384 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 1065, '2022-03-27 00:00:00', 0.173117975188405, 0.451400000000001, 0.18109424802204, 0.579280000000001, 1.15520298072099, 1.70252, 1.29238040452492, 2.38288, 1.90249144281913, 5.07624 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 1080, '2022-03-27 00:00:00', 0.12363396243212, 0.411240000000001, 0.201735577757949, 0.58208, 1.10684908185353, 1.78084, 1.24313499937322, 2.34972, 1.90158651919917, 5.05304 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 1095, '2022-03-27 00:00:00', 0.197959019328076, 0.462239999999999, 1.13189413521466, 1.5952, 1.09825445139093, 1.80744, 1.26701062216016, 2.3304, 1.92503768534541, 5.01544 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 600, '2022-03-27 00:00:00', 0.450550835516498, 0.947846153846154, 0.617288478876649, 1.17511538461539, 0.791020392618583, 1.38130769230769, 1.09447825926329, 2.0055, 1.83317634763774, 4.71019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 615, '2022-03-27 00:00:00', 0.402084026809554, 0.72526923076923, 0.505420849772359, 0.917653846153846, 0.548783708269057, 1.16803846153846, 0.889653935311583, 1.77073076923077, 1.82635339785217, 4.65542307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 630, '2022-03-27 00:00:00', 0.281102532621379, 0.615076923076923, 0.285140494385592, 0.746692307692307, 0.388532497403322, 0.988307692307693, 0.694306800950529, 1.62657692307692, 1.83806110930471, 4.63080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 645, '2022-03-27 00:00:00', 0.263684041697925, 0.515923076923076, 0.376052844077083, 0.745692307692306, 0.426592872023829, 0.95003846153846, 0.707303722162282, 1.55534615384615, 1.84127935790476, 4.63807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 660, '2022-03-27 00:00:00', 0.331311689175943, 0.599346153846153, 0.348650949540348, 0.710730769230769, 0.440584241486409, 0.968076923076923, 0.685876316502081, 1.50919230769231, 1.84922405723215, 4.63157692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 675, '2022-03-27 00:00:00', 0.197044005237409, 0.4725, 0.292776840719237, 0.694961538461538, 0.403061035652836, 0.952038461538461, 0.662888667993237, 1.43911538461538, 1.85278581766858, 4.62461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 690, '2022-03-27 00:00:00', 0.245531310865612, 0.540769230769227, 0.295951609869952, 0.691653846153844, 0.352153629062001, 0.861538461538458, 0.671140729252472, 1.40503846153846, 1.95349547104277, 4.58465384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 705, '2022-03-27 00:00:00', 0.171297150723979, 0.445923076923078, 0.326776856350252, 0.645923076923076, 0.341032441497645, 0.774615384615384, 0.643510809185411, 1.36119230769231, 2.57917197446121, 4.98692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 720, '2022-03-27 00:00:00', 0.276583441297558, 0.492999999999999, 0.255776552121932, 0.56726923076923, 0.324246458968863, 0.744615384615385, 0.64342216790677, 1.33161538461538, 2.61411948435061, 5.01996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 735, '2022-03-27 00:00:00', 0.105035261478451, 0.384615384615383, 0.180012260266225, 0.532576923076921, 0.243469296753284, 0.712538461538462, 0.635669454500227, 1.31584615384615, 2.81162061123802, 5.12269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 750, '2022-03-27 00:00:00', 0.168328799126543, 0.421769230769229, 0.22908587909341, 0.5645, 0.268888035034316, 0.717153846153844, 0.643890684702112, 1.33957692307692, 2.83215235574533, 5.13161538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 765, '2022-03-27 00:00:00', 0.165211808108446, 0.400307692307694, 0.212703187925914, 0.518615384615385, 0.378700468200644, 0.780269230769228, 0.683697887621763, 1.49880769230769, 2.90329710422213, 5.18665384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 780, '2022-03-27 00:00:00', 0.121998417392004, 0.381576923076921, 0.178926112812395, 0.51907692307692, 0.428422056460146, 0.840461538461539, 0.639220602344402, 1.52446153846154, 2.92635713893834, 5.24776923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 795, '2022-03-27 00:00:00', 0.116547593447748, 0.357692307692305, 0.24336992102875, 0.555961538461536, 0.474152914315464, 0.800884615384615, 0.641592413152919, 1.51976923076923, 2.91858379592674, 5.25742307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 810, '2022-03-27 00:00:00', 0.18874347670847, 0.4095, 0.352459612525376, 0.584461538461542, 0.437013333716667, 0.739423076923076, 0.676081597260157, 1.51761538461538, 2.93393169051622, 5.27173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 825, '2022-03-27 00:00:00', 0.193115370061126, 0.394884615384618, 0.281124601446514, 0.50119230769231, 0.298687057740268, 0.621961538461539, 0.829432344345308, 1.64742307692308, 2.9572480221678, 5.25223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 840, '2022-03-27 00:00:00', 0.200589136142669, 0.359192307692307, 0.213214449647443, 0.478807692307689, 0.214092607568277, 0.591730769230771, 0.838667958500493, 1.65223076923077, 2.97350169561851, 5.25757692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 855, '2022-03-27 00:00:00', 0.1696547852371, 0.367115384615383, 0.193902640121672, 0.453923076923077, 0.221415307649537, 0.588538461538461, 0.878729321236067, 1.6795, 2.96162744891282, 5.29588461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 870, '2022-03-27 00:00:00', 0.107672952106761, 0.34423076923077, 0.133697137648434, 0.433730769230771, 0.19727954395106, 0.606538461538462, 0.911573024206804, 1.70846153846154, 2.95018462029856, 5.31557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 885, '2022-03-27 00:00:00', 0.117958897665508, 0.335307692307692, 0.180551859160057, 0.446423076923075, 0.215935973416622, 0.64376923076923, 1.42644970630422, 2.40173076923077, 2.94325006151625, 5.31173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 900, '2022-03-27 00:00:00', 0.114450768724104, 0.313538461538461, 0.176166110422914, 0.45953846153846, 0.218702456811497, 0.624269230769231, 1.40153748982488, 2.42315384615385, 2.93302825499779, 5.34323076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 915, '2022-03-27 00:00:00', 0.152400832826312, 0.382423076923077, 0.175052225174264, 0.494807692307693, 0.250644206917969, 0.662961538461539, 1.39200738559049, 2.46919230769231, 2.92426385845158, 5.36092307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 930, '2022-03-27 00:00:00', 0.130934634308644, 0.398038461538462, 0.1867402515219, 0.514192307692308, 0.347372097103602, 0.736423076923077, 1.36772284248168, 2.54657692307692, 2.91440399079099, 5.37169230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 945, '2022-03-27 00:00:00', 0.175918565076179, 0.405307692307693, 0.262023842133027, 0.522576923076924, 0.581083105402846, 0.992846153846153, 1.36562886781709, 2.57426923076923, 2.91363639038652, 5.37584615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 960, '2022-03-27 00:00:00', 0.213742753363441, 0.37873076923077, 0.249062231951406, 0.612346153846154, 0.492878459038957, 1.07815384615385, 1.3354276301562, 2.54034615384615, 2.906728285309, 5.39173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 975, '2022-03-27 00:00:00', 0.185176821942207, 0.492153846153846, 0.442163855809829, 0.844653846153846, 0.538930760502113, 1.08926923076923, 1.33011186805413, 2.52230769230769, 2.90269208865468, 5.40119230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 990, '2022-03-27 00:00:00', 0.282494255898036, 0.652269230769231, 0.320783387254488, 0.821692307692309, 0.442632504281096, 0.979423076923077, 1.30452477878404, 2.48353846153846, 2.92417938205944, 5.36153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 1005, '2022-03-27 00:00:00', 0.19188580337915, 0.526192307692308, 0.286794185114316, 0.647230769230768, 0.684914199005979, 0.9475, 1.26899022000232, 2.45453846153846, 2.9263517431463, 5.35226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 1020, '2022-03-27 00:00:00', 0.141215280280199, 0.429653846153845, 0.201000558743961, 0.56976923076923, 0.627674756541953, 0.844000000000001, 1.1821677454835, 2.39353846153846, 2.91108147178752, 5.34484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 1035, '2022-03-27 00:00:00', 0.150276898270647, 0.446115384615387, 0.637529592676655, 0.710307692307694, 0.619131282213542, 0.834230769230772, 1.16787260369508, 2.38453846153846, 2.90866962478619, 5.34988461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 1050, '2022-03-27 00:00:00', 0.644155380204306, 0.557923076923079, 0.634075913921499, 0.64423076923077, 0.647314594780147, 0.818769230769231, 1.13213981740501, 2.37961538461538, 2.89223041001497, 5.36176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 1065, '2022-03-27 00:00:00', 0.191667311927567, 0.385038461538461, 0.193380263092815, 0.512384615384614, 1.11684612878615, 1.73865384615385, 1.11533062362691, 2.326, 2.90179970469256, 5.36861538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 1080, '2022-03-27 00:00:00', 0.180451416858259, 0.422076923076923, 0.285585005531832, 0.566653846153845, 1.06698748100218, 1.81526923076923, 1.09271881103969, 2.336, 2.90871921404488, 5.39211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 1095, '2022-03-27 00:00:00', 0.225653062499462, 0.434230769230768, 1.11900813223139, 1.616, 1.09314116830634, 1.82542307692308, 1.12452769709708, 2.33030769230769, 2.8997561735694, 5.37288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 600, '2022-03-27 00:00:00', 0.337441370406089, 0.955038461538465, 0.438633507436623, 1.18092307692308, 0.604078732769675, 1.41565384615385, 0.772881262648958, 1.89361538461539, 2.65564014620841, 5.07011538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 615, '2022-03-27 00:00:00', 0.348964304985261, 0.679615384615385, 0.392237677160947, 0.856653846153846, 0.49993165071299, 1.10984615384615, 0.652969483325097, 1.61088461538462, 2.62325628091969, 4.94365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 630, '2022-03-27 00:00:00', 0.212142974284941, 0.558807692307691, 0.314355744096008, 0.74057692307692, 0.377134566883574, 0.910807692307691, 0.569197622839513, 1.49142307692308, 2.58324020652656, 4.89673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 645, '2022-03-27 00:00:00', 0.261324087028999, 0.558038461538459, 0.320467658274593, 0.714000000000001, 0.297064295034956, 0.855653846153848, 0.599629368860466, 1.4885, 2.58308582215446, 4.90826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 660, '2022-03-27 00:00:00', 0.217624351719973, 0.488961538461541, 0.256093408439488, 0.613923076923078, 0.350067958237563, 0.891846153846154, 0.643918080073976, 1.49542307692308, 2.58910668675213, 4.90434615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 675, '2022-03-27 00:00:00', 0.202414338956965, 0.47326923076923, 0.248315940192822, 0.620615384615384, 0.359299011966354, 0.8765, 0.60759851749452, 1.46603846153846, 2.60002642974732, 4.89665384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 690, '2022-03-27 00:00:00', 0.18944919757428, 0.475038461538462, 0.282304625428741, 0.686692307692308, 0.279066159787356, 0.857807692307692, 0.552563983068584, 1.42234615384616, 2.62873913414485, 4.92665384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 705, '2022-03-27 00:00:00', 0.235143115177513, 0.50226923076923, 0.250505900437188, 0.600615384615383, 0.289534926815666, 0.813076923076923, 0.540199930225271, 1.37973076923077, 2.59461837359859, 5.21676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 720, '2022-03-27 00:00:00', 0.17451327037925, 0.443192307692305, 0.191443006180388, 0.614230769230769, 0.34785595604193, 0.848615384615384, 0.847398147271991, 1.4545, 2.59275196149693, 5.20942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 735, '2022-03-27 00:00:00', 0.167895516960353, 0.460769230769232, 0.216544601907747, 0.600269230769232, 0.387231228874152, 0.840769230769231, 0.835639241262917, 1.39230769230769, 2.60003469562649, 5.18346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 750, '2022-03-27 00:00:00', 0.17276068373954, 0.453576923076923, 0.250266098383302, 0.591999999999999, 0.306921029682781, 0.777961538461537, 0.824089809332791, 1.36342307692308, 2.58801844007222, 5.17338461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 765, '2022-03-27 00:00:00', 0.124231774704194, 0.360423076923076, 0.222699704673219, 0.526038461538461, 0.283616686066572, 0.694230769230768, 0.790098947065396, 1.34411538461538, 2.588536790128, 5.16507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 780, '2022-03-27 00:00:00', 0.214000089863391, 0.426961538461539, 0.219038935773109, 0.506846153846154, 0.284024866192001, 0.697269230769232, 0.776993445175795, 1.37757692307692, 2.56205290313481, 5.18996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 795, '2022-03-27 00:00:00', 0.162900894836284, 0.365307692307692, 0.22615964749231, 0.523884615384615, 0.297270519120989, 0.700192307692309, 0.731664812917457, 1.37796153846154, 2.5207053493936, 5.19346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 810, '2022-03-27 00:00:00', 0.145530546621663, 0.408499999999999, 0.182764480642754, 0.552153846153846, 0.270549173690507, 0.674153846153846, 0.718307678880338, 1.38419230769231, 2.49840689948307, 5.20734615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 825, '2022-03-27 00:00:00', 0.143368615812529, 0.400000000000001, 0.255768188314824, 0.520384615384617, 0.292087934599262, 0.666192307692308, 0.708903501081883, 1.40742307692308, 2.51544879525274, 5.23880769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 840, '2022-03-27 00:00:00', 0.150881328813794, 0.356153846153847, 0.155270146717065, 0.463538461538463, 0.283575413928316, 0.656153846153847, 0.996448024041086, 1.56276923076923, 2.50653539740845, 5.21046153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 855, '2022-03-27 00:00:00', 0.126301379491827, 0.366961538461538, 0.220393773470613, 0.522846153846153, 0.264700332742229, 0.633115384615385, 0.999141308247314, 1.62507692307692, 2.50590914071888, 5.20969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 870, '2022-03-27 00:00:00', 0.174355397436917, 0.399730769230769, 0.218481476067458, 0.505346153846155, 0.250450182363986, 0.616576923076923, 1.05997044370985, 1.72869230769231, 2.5047409016933, 5.21076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 885, '2022-03-27 00:00:00', 0.126382350277, 0.344538461538463, 0.167162256505469, 0.432500000000001, 0.276353332918903, 0.592269230769231, 1.09036784548222, 2.51203846153846, 2.42911558707786, 5.25815384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 900, '2022-03-27 00:00:00', 0.136138142510299, 0.335076923076922, 0.20759778048317, 0.44196153846154, 0.714754405372923, 0.727500000000002, 1.1130621248817, 2.53557692307692, 2.43477599064378, 5.27173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 915, '2022-03-27 00:00:00', 0.171895478080766, 0.371153846153847, 0.198186935842053, 0.482692307692308, 0.691483795905586, 0.746000000000001, 1.1446053004622, 2.62142307692308, 2.44755628865892, 5.29788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 930, '2022-03-27 00:00:00', 0.124321172155649, 0.366923076923076, 0.683213642675893, 0.594807692307693, 0.682823230869735, 0.812730769230769, 1.14198682735229, 2.64592307692308, 2.47748851988336, 5.33361538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 945, '2022-03-27 00:00:00', 0.672613837090909, 0.509423076923077, 0.658034407564272, 0.611192307692307, 0.630712695777867, 0.918769230769232, 1.21327823938033, 2.68461538461538, 2.48295958887776, 5.339 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 960, '2022-03-27 00:00:00', 0.206606053973404, 0.408692307692306, 0.284128705938806, 0.623192307692306, 0.292141325125618, 0.900076923076923, 1.22048758289464, 2.6665, 2.46612840267118, 5.34646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 975, '2022-03-27 00:00:00', 0.22233997875741, 0.498115384615385, 0.288654502023544, 0.724307692307693, 0.272572228959589, 0.9135, 1.22733454532733, 2.70638461538461, 2.45045960555597, 5.37003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 990, '2022-03-27 00:00:00', 0.249217174368058, 0.59, 0.241762124029766, 0.72373076923077, 0.289126089076403, 0.898846153846155, 1.29556272122016, 2.71426923076923, 2.45092039885804, 5.36619230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 1005, '2022-03-27 00:00:00', 0.21529032991253, 0.522615384615384, 0.204636717511414, 0.655884615384614, 0.288993595883261, 0.833538461538461, 1.2708788630768, 2.71073076923077, 2.45249932800116, 5.35392307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 1020, '2022-03-27 00:00:00', 0.135839883120365, 0.471923076923076, 0.262859579360427, 0.627038461538462, 0.886872760798387, 0.979576923076921, 1.22306605142725, 2.65538461538462, 2.45191158612089, 5.33188461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 1035, '2022-03-27 00:00:00', 0.195209729423353, 0.458038461538462, 0.202922831107332, 0.561346153846154, 0.894637941378436, 1.00338461538462, 1.19188868414152, 2.60465384615385, 2.46676708139341, 5.35392307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 1050, '2022-03-27 00:00:00', 0.163141170580762, 0.396807692307694, 0.899145827139033, 0.735461538461538, 0.980196561920106, 1.0885, 1.21543928620953, 2.58246153846154, 2.47457712315893, 5.33953846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 1065, '2022-03-27 00:00:00', 0.90450610067254, 0.623615384615384, 0.896005858497329, 0.81746153846154, 1.03066157095632, 1.97207692307692, 1.17157542650911, 2.5215, 2.45454557943797, 5.30380769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 1080, '2022-03-27 00:00:00', 0.350110323271877, 0.512961538461541, 0.485488703821685, 0.715192307692307, 0.835571819865802, 1.83511538461539, 1.04551377727007, 2.37346153846154, 2.46586210513452, 5.19580769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 1095, '2022-03-27 00:00:00', 0.256111177781476, 0.465153846153844, 0.795750580366643, 1.63911538461538, 0.835545615382317, 1.83734615384616, 1.02294394462558, 2.30492307692308, 2.4792984680845, 5.14142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 600, '2022-03-27 00:00:00', 0.359310091061278, 0.924692307692308, 0.398050255814321, 1.09638461538462, 0.507613791714195, 1.32680769230769, 0.830515766533988, 1.88296153846154, 2.34566783142554, 4.92084615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 615, '2022-03-27 00:00:00', 0.238081550346484, 0.680769230769229, 0.411740517615348, 0.927423076923078, 0.520343497494312, 1.13565384615385, 0.820699383734104, 1.74503846153846, 2.30180887430867, 4.82942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 630, '2022-03-27 00:00:00', 0.309707484820509, 0.617384615384615, 0.296477797845613, 0.764730769230769, 0.502874079666072, 1.0015, 0.815866173980853, 1.65357692307692, 2.27529513385711, 4.80311538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 645, '2022-03-27 00:00:00', 0.174123638655013, 0.527192307692309, 0.320662969486656, 0.732500000000001, 0.425050237754768, 0.930769230769231, 0.764661679839774, 1.67373076923077, 2.224531169621, 4.77326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 660, '2022-03-27 00:00:00', 0.302574918885324, 0.551692307692305, 0.352528929527557, 0.707384615384613, 0.553701576108118, 0.946653846153844, 0.793569753610957, 1.63992307692308, 2.2037149002397, 4.74980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 675, '2022-03-27 00:00:00', 0.230521202095131, 0.499230769230767, 0.322816501818223, 0.660576923076924, 0.506650504634266, 0.913423076923077, 0.754791326231196, 1.59488461538462, 2.2037658765081, 4.74903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 690, '2022-03-27 00:00:00', 0.25629706622169, 0.486115384615384, 0.404273717252973, 0.666038461538461, 0.475972209919216, 0.882230769230769, 0.738679967134722, 1.56142307692308, 2.2026092303308, 4.75930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 705, '2022-03-27 00:00:00', 0.192757053148418, 0.448807692307692, 0.255155364435085, 0.590499999999999, 0.322861694609556, 0.804923076923078, 0.624258892299812, 1.50926923076923, 2.19447214644854, 4.90319230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 720, '2022-03-27 00:00:00', 0.148833619030936, 0.434615384615383, 0.220636592961922, 0.586115384615383, 0.337380114319828, 0.811307692307693, 0.61704949059711, 1.49407692307692, 2.18976537696481, 4.92438461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 735, '2022-03-27 00:00:00', 0.179686684580089, 0.44923076923077, 0.25464704079297, 0.602653846153848, 0.329626270891048, 0.781038461538463, 0.606699053517031, 1.49230769230769, 2.15804302659038, 4.93876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 750, '2022-03-27 00:00:00', 0.164281409594822, 0.43769230769231, 0.219576179176018, 0.56546153846154, 0.332836527211411, 0.736923076923077, 0.668596661212586, 1.47515384615385, 2.19600198857973, 4.91442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 765, '2022-03-27 00:00:00', 0.178175436449152, 0.394384615384615, 0.227417907420201, 0.52576923076923, 0.310701944734076, 0.69153846153846, 0.652836703577901, 1.52119230769231, 2.20236572698192, 4.91134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 780, '2022-03-27 00:00:00', 0.183413211503007, 0.409384615384615, 0.284954034079991, 0.541807692307692, 0.296257312795168, 0.702346153846153, 0.635750658670522, 1.5245, 2.18772219337479, 4.93134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 795, '2022-03-27 00:00:00', 0.276608893566349, 0.417, 0.277573097787565, 0.529230769230767, 0.306213389648459, 0.708000000000003, 0.645971798622345, 1.56426923076923, 2.17717718582148, 4.94553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 810, '2022-03-27 00:00:00', 0.144218424087058, 0.387076923076922, 0.201424362593392, 0.513423076923077, 0.338577915132376, 0.710730769230772, 0.670371557134838, 1.60023076923077, 2.16385336237143, 4.95557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 825, '2022-03-27 00:00:00', 0.153917640314552, 0.37, 0.199386613237855, 0.500307692307694, 0.527539292010922, 0.776769230769231, 0.67376778012789, 1.60330769230769, 2.19354266918573, 4.97680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 840, '2022-03-27 00:00:00', 0.137169743243685, 0.382538461538461, 0.230138032159299, 0.514076923076924, 0.533921792025761, 0.805999999999998, 0.666033393711203, 1.59380769230769, 2.1942352924109, 4.97603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 855, '2022-03-27 00:00:00', 0.164428483401893, 0.371615384615384, 0.51040626352559, 0.572923076923074, 0.535827579902916, 0.79334615384615, 0.667357314049517, 1.57876923076923, 2.1942352924109, 4.97603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 870, '2022-03-27 00:00:00', 0.13054365142563, 0.351916666666664, 0.225961311938023, 0.496083333333329, 0.368575516321805, 0.731791666666664, 0.664932681565956, 1.51941666666667, 2.30637077822857, 5.04341666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 885, '2022-03-27 00:00:00', 0.153614559762459, 0.379958333333333, 0.207444278357319, 0.493208333333333, 0.316045573213466, 0.73175, 1.82454085896, 2.51195833333333, 2.29014166030736, 5.04070833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 900, '2022-03-27 00:00:00', 0.129252862777702, 0.356958333333333, 0.27080672556031, 0.561749999999998, 0.358843058424863, 0.756583333333332, 1.85726100292097, 2.63879166666666, 2.27249002126283, 5.035875 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 915, '2022-03-27 00:00:00', 0.221619528877106, 0.434208333333332, 0.251653283308604, 0.562374999999999, 0.338613988150244, 0.801708333333334, 2.12837363914941, 2.8215, 2.26354709935855, 5.02258333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 930, '2022-03-27 00:00:00', 0.17579327450821, 0.437666666666668, 0.267258695171787, 0.566416666666668, 0.381702127964663, 0.824583333333334, 2.13469619567424, 2.83075, 2.25000955070437, 5.01475 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 945, '2022-03-27 00:00:00', 0.192473897157398, 0.388875000000001, 0.227769890873237, 0.555416666666668, 0.353009645452657, 0.840625000000001, 2.24127609064407, 2.86491666666667, 2.26701457221875, 5.012875 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 960, '2022-03-27 00:00:00', 0.126250240349894, 0.413583333333333, 0.254814681168747, 0.573, 0.272100564849294, 0.872249999999998, 2.3155187570241, 2.928375, 2.28708452471447, 5.01666666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 975, '2022-03-27 00:00:00', 0.19875409028696, 0.421333333333333, 0.246187215199201, 0.653833333333332, 0.312413002383019, 0.886666666666663, 2.30572441342242, 2.914125, 2.29249039951841, 5.00016666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 990, '2022-03-27 00:00:00', 0.219872488574367, 0.562791666666666, 0.258754930639855, 0.695874999999997, 0.38537423699079, 0.922208333333331, 2.31902994462296, 2.89216666666666, 2.28897427031081, 4.98141666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 1005, '2022-03-27 00:00:00', 0.169889686075355, 0.502374999999998, 0.1896178794771, 0.640374999999997, 0.314684521109772, 0.834999999999999, 2.2293555837597, 2.84516666666667, 2.18949735976224, 4.96241666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 1020, '2022-03-27 00:00:00', 0.169229434346618, 0.479916666666666, 0.262115304724877, 0.639791666666668, 0.247386743959648, 0.775125, 2.17972689711681, 2.82270833333333, 2.152796509144, 4.935125 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 1035, '2022-03-27 00:00:00', 0.172252421576969, 0.410875000000001, 0.186478109023358, 0.537208333333334, 0.23383215443834, 0.652458333333337, 2.14343586260505, 2.80208333333333, 2.13930701523526, 4.887625 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 1050, '2022-03-27 00:00:00', 0.181327187462453, 0.440375, 0.191066400932286, 0.53675, 0.244607345807904, 0.677833333333335, 2.12665855479803, 2.791, 2.14138418215408, 4.86770833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 1065, '2022-03-27 00:00:00', 0.14220896417861, 0.406458333333332, 0.174234225160817, 0.501500000000002, 1.73299691359686, 1.95170833333333, 2.11400269939361, 2.77425, 2.14140407979695, 4.86104166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 1080, '2022-03-27 00:00:00', 0.119525806745913, 0.391625000000001, 0.182717128132652, 0.525375000000002, 1.74061892207457, 2.04633333333333, 2.09641678728598, 2.74470833333333, 2.14188320058016, 4.84808333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 1095, '2022-03-27 00:00:00', 0.149879846475257, 0.406173913043478, 1.71932305940701, 1.88734782608696, 1.98213336181792, 2.31513043478261, 2.03237865469194, 2.83821739130435, 1.89276544444048, 5.08613043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 600, '2022-03-27 00:00:00', 0.699235468999335, 0.819173913043476, 0.723316281226783, 1.08552173913043, 0.950845587893118, 1.43582608695652, 1.02115846985341, 1.96143478260869, 1.52392541028965, 4.70573913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 615, '2022-03-27 00:00:00', 0.343408242976014, 0.590695652173912, 0.476913798029569, 0.931043478260868, 0.768382992344899, 1.20117391304347, 0.887099793415746, 1.73795652173913, 1.49179434096367, 4.64891304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 630, '2022-03-27 00:00:00', 0.389272865271087, 0.619999999999998, 0.507374513779715, 0.822521739130431, 0.820348313663912, 1.17591304347826, 0.90335107790962, 1.70247826086956, 1.49340610103504, 4.62965217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 645, '2022-03-27 00:00:00', 0.438930180731872, 0.540391304347827, 0.754664553913067, 0.792043478260869, 0.738339336812408, 1.06260869565217, 0.912826566178345, 1.62160869565218, 1.44379766984936, 4.6725652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 660, '2022-03-27 00:00:00', 0.508945130878623, 0.564652173913043, 0.522568780578003, 0.805695652173912, 0.609943569605227, 0.979391304347823, 0.759162691453458, 1.55591304347826, 1.4382234580951, 4.67652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 675, '2022-03-27 00:00:00', 0.279293907839969, 0.481782608695653, 0.282994154885934, 0.652652173913041, 0.435327453872212, 0.84591304347826, 0.690219899656207, 1.48634782608696, 1.4383833412424, 4.672 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 690, '2022-03-27 00:00:00', 0.262250182274037, 0.458391304347824, 0.387279020249858, 0.610695652173911, 0.487943142057985, 0.832652173913043, 0.701152859236706, 1.46717391304348, 1.4397975840388, 4.67191304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 705, '2022-03-27 00:00:00', 0.329727411671984, 0.445565217391303, 0.371771339473278, 0.590739130434785, 0.474566100969845, 0.803434782608695, 0.635234947665173, 1.43843478260869, 1.43401251641441, 4.82552173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 720, '2022-03-27 00:00:00', 0.220989197239241, 0.402043478260871, 0.335884573388414, 0.573086956521741, 0.560770408093085, 0.849217391304349, 0.703835185522467, 1.47982608695652, 1.43143340359683, 4.81804347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 735, '2022-03-27 00:00:00', 0.278399398879457, 0.43504347826087, 0.423212549034265, 0.604956521739131, 0.573794388261161, 0.827, 0.797538681580147, 1.51630434782609, 1.42450167418745, 4.82526086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 750, '2022-03-27 00:00:00', 0.215640529457395, 0.417739130434783, 0.349958681920287, 0.578478260869566, 0.52665658460022, 0.826391304347826, 0.92432834925323, 1.57747826086956, 1.40411465079215, 4.85904347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 765, '2022-03-27 00:00:00', 0.234962641046927, 0.390478260869567, 0.507386853369628, 0.609347826086958, 0.508097182668407, 0.812739130434785, 0.948138073449278, 1.65952173913044, 1.40507310937465, 4.86252173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 780, '2022-03-27 00:00:00', 0.407982949345341, 0.442782608695653, 0.440209108593337, 0.602173913043479, 0.422308248696372, 0.747565217391306, 0.924007500867865, 1.65704347826087, 1.40536923819051, 4.85382608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 795, '2022-03-27 00:00:00', 0.228475355656345, 0.395521739130436, 0.236294876742395, 0.519782608695653, 0.304494410211094, 0.690869565217391, 0.878585559282781, 1.72269565217391, 1.41727830522675, 4.86339130434782 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 810, '2022-03-27 00:00:00', 0.165069921704056, 0.355478260869566, 0.230283602432753, 0.493913043478262, 0.282450065543789, 0.714695652173912, 0.816621399353104, 1.74165217391305, 1.41765488868032, 4.86426086956521 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 825, '2022-03-27 00:00:00', 0.198203163625476, 0.372304347826087, 0.203152593595517, 0.515391304347825, 0.335878212918083, 0.729086956521741, 0.734784174168644, 1.73334782608696, 1.40884268653921, 4.86947826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 840, '2022-03-27 00:00:00', 0.160506005699513, 0.337217391304346, 0.246317880032521, 0.503956521739128, 0.313973117602567, 0.698869565217391, 0.698074672948288, 1.72439130434783, 1.4029922483791, 4.87760869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 855, '2022-03-27 00:00:00', 0.214525194997085, 0.397173913043477, 0.308550602508405, 0.556260869565219, 0.332448058292494, 0.714565217391304, 0.709298356196296, 1.70539130434783, 1.40299224837911, 4.87760869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 870, '2022-03-27 00:00:00', 0.219517184899961, 0.377391304347828, 0.24164463667705, 0.503304347826089, 0.308804881025956, 0.675, 0.704559220826878, 1.71482608695652, 1.38059045053008, 4.86108695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 885, '2022-03-27 00:00:00', 0.202596270972244, 0.360391304347828, 0.257662431979819, 0.481260869565218, 0.326360890472558, 0.689391304347828, 1.41449542813172, 2.54795652173913, 1.40159687725255, 4.87652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 885);
Date: 2022-03-27 14:49:45 Duration: 5s281ms 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 968730, 1, 885, '2022-03-27 00:00:00', 0.446750001013764, 0.742791666666665, 0.425535698190865, 0.991249999999997, 0.662510725918094, 1.306125, 1.69702176407777, 4.15654166666667, 4.50251140367433, 9.053625 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 900, '2022-03-27 00:00:00', 0.307471443236275, 0.72258333333333, 0.45997400682704, 0.9315, 0.592551959135536, 1.29420833333333, 1.622431320424, 4.21979166666667, 4.54719284941629, 9.060875 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 915, '2022-03-27 00:00:00', 0.393296636859787, 0.684375000000001, 0.578199429012295, 0.982666666666669, 0.686661107424379, 1.36854166666667, 1.61887013739186, 4.2755, 4.60783633087959, 9.094 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 930, '2022-03-27 00:00:00', 0.484237717104591, 0.776916666666666, 0.498985027802451, 1.03733333333333, 0.7808940249873, 1.488, 1.58161692111109, 4.38979166666667, 4.61746869276048, 9.27320833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 945, '2022-03-27 00:00:00', 0.358303126465262, 0.742, 0.547551782674611, 1.01779166666667, 0.772685149708279, 1.69191666666667, 1.58817969815232, 4.44016666666667, 4.63179586966663, 9.36375 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 960, '2022-03-27 00:00:00', 0.380732160791377, 0.719749999999996, 0.643316790355748, 1.04216666666667, 0.746091641367758, 1.86904166666667, 1.58034313314491, 4.471375, 4.63002929530282, 9.36883333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 975, '2022-03-27 00:00:00', 0.504620039294887, 0.819583333333333, 0.6169626380415, 1.342875, 0.798070004375594, 1.93108333333333, 1.57918161191352, 4.46804166666667, 4.62028723932972, 9.3825 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 990, '2022-03-27 00:00:00', 0.544388767733849, 1.113, 0.665365246486381, 1.52870833333333, 0.977953793994588, 2.06266666666667, 1.59616631690807, 4.48795833333333, 4.62297528399723, 9.40295833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 1005, '2022-03-27 00:00:00', 0.46553564092453, 0.975958333333331, 0.586040799638197, 1.30741666666667, 0.951276852636662, 1.94120833333333, 1.57950181790133, 4.42008333333333, 4.60476835382534, 9.438875 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 1020, '2022-03-27 00:00:00', 0.392959836333201, 0.908291666666663, 0.667054751625885, 1.36095833333333, 0.841850790593673, 1.81166666666667, 1.61123689997036, 4.293, 4.57642003126202, 9.41604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 1035, '2022-03-27 00:00:00', 0.514656278641321, 0.897041666666665, 0.684820688209698, 1.251625, 0.681400187540123, 1.54895833333333, 1.62288743392399, 4.20733333333333, 4.53994261579485, 9.46845833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 1050, '2022-03-27 00:00:00', 0.385061069408366, 0.805875000000002, 0.403873883942051, 1.047125, 0.611612598802948, 1.42083333333334, 1.58497192347007, 4.16154166666667, 4.5052857812812, 9.46933333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 1065, '2022-03-27 00:00:00', 0.341659035793187, 0.754124999999997, 0.333405091008142, 0.918458333333329, 1.39038749681675, 2.9965, 1.60443347489459, 4.15041666666667, 4.52779282938135, 9.50008333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 1080, '2022-03-27 00:00:00', 0.290372621054349, 0.656791666666667, 0.560515638316277, 1.05129166666667, 1.43042833100611, 3.30841666666667, 1.65270568673207, 4.1625, 4.55522558323191, 9.533875 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 1095, '2022-03-27 00:00:00', 0.434238261503548, 0.788791666666667, 1.38010544585067, 2.89854166666667, 1.55065101277038, 3.43670833333333, 1.71069042549611, 4.13808333333334, 4.6056784325738, 9.58645833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 600, '2022-03-27 00:00:00', 0.929229408345073, 1.90072, 1.27127354124385, 2.3522, 1.53196832321472, 2.88212, 1.8098968405225, 3.67436, 4.29414029036469, 9.4456 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 615, '2022-03-27 00:00:00', 0.717126295246056, 1.41396, 0.928114441578546, 1.82, 0.974492172022603, 2.26208, 1.52255481346321, 3.19092, 4.21520819256495, 9.32924 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 630, '2022-03-27 00:00:00', 0.555537916497749, 1.22228, 0.577745739923713, 1.52416, 0.735649751353633, 1.95916, 1.37722391909716, 2.93416, 4.1885067876273, 9.27088 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 645, '2022-03-27 00:00:00', 0.461245097534924, 1.09696, 0.57340762696939, 1.47284, 0.641669956701522, 1.894, 1.37775832423542, 2.889, 4.26048330513492, 9.28992 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 660, '2022-03-27 00:00:00', 0.473274786285233, 1.07376, 0.619883273958357, 1.40224, 0.714127504955054, 1.81948, 1.35446271266506, 2.78536, 4.27337234979589, 9.30036 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 675, '2022-03-27 00:00:00', 0.360643628346133, 0.985080000000002, 0.441334125125174, 1.29268, 0.574056109336591, 1.708, 1.15445132277921, 2.64524, 4.22945659551358, 9.24452 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 690, '2022-03-27 00:00:00', 0.421078444789888, 0.954160000000001, 0.469477148893676, 1.33472, 0.61137985464576, 1.69292, 1.07916630321744, 2.55008, 4.20338380633191, 9.20456 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 705, '2022-03-27 00:00:00', 0.353141978057926, 0.951439999999999, 0.499540799134562, 1.19048, 0.55640672174229, 1.54576, 1.08042854614886, 2.48148, 4.21780347771997, 9.66948 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 720, '2022-03-27 00:00:00', 0.442566849940962, 0.879400000000001, 0.55702685452918, 1.1808, 0.559506964508339, 1.45972, 1.08969325653293, 2.42532, 4.22300679098041, 9.70476 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 735, '2022-03-27 00:00:00', 0.444296252516272, 0.840080000000005, 0.464923083244245, 1.07416, 0.633744685710793, 1.42892, 1.11563076030259, 2.42892, 4.47201780221561, 9.81984 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 750, '2022-03-27 00:00:00', 0.289470349661815, 0.825, 0.352399356790937, 1.01184, 0.551148346636361, 1.4372, 0.979289169074519, 2.45212, 4.48289496754051, 9.81104 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 765, '2022-03-27 00:00:00', 0.274917126906756, 0.736519999999997, 0.428905486869388, 1.0002, 0.536552349108016, 1.35056, 0.994554171475841, 2.7264, 4.53957484903598, 9.86332 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 780, '2022-03-27 00:00:00', 0.333623350501731, 0.777960000000002, 0.456831540796674, 1.02084, 0.598302869233747, 1.38836, 1.00188906238831, 2.85512, 4.5700150918788, 9.89976 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 795, '2022-03-27 00:00:00', 0.329892421859003, 0.773520000000004, 0.306825835504986, 0.99652, 0.641921173769285, 1.34528, 1.14179533338219, 3.0078, 4.50338257239304, 9.90152 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 810, '2022-03-27 00:00:00', 0.207658036203751, 0.69612, 0.358550321898242, 0.977800000000002, 0.475380577362323, 1.22288, 1.12227560043571, 3.00275999999999, 4.4842292444373, 9.859 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 825, '2022-03-27 00:00:00', 0.26445005829709, 0.768800000000004, 0.389701159009485, 0.950080000000001, 0.397696752144984, 1.20104, 1.22475724533476, 3.07668, 4.45836362918056, 9.9054 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 840, '2022-03-27 00:00:00', 0.194979725441735, 0.67352, 0.294304592783283, 0.867119999999996, 0.448077906172579, 1.13632, 1.31755057208443, 3.13648, 4.48064457676943, 9.88964 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 855, '2022-03-27 00:00:00', 0.216752524014526, 0.665640000000001, 0.320670251192717, 0.86992, 0.673566114052664, 1.13432, 1.29363908542272, 3.126, 4.51645433830566, 9.88404 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 870, '2022-03-27 00:00:00', 0.313254646148037, 0.682159999999997, 0.391943286713781, 0.857959999999997, 0.707678893755258, 1.16299999999999, 1.361053880883, 3.2114, 4.53925495244906, 9.86724 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 885, '2022-03-27 00:00:00', 0.193617939940149, 0.606640000000003, 0.426677270701564, 0.885920000000001, 0.497791790477367, 1.2032, 2.05845162521088, 4.23152, 4.5992544605983, 9.88752 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 900, '2022-03-27 00:00:00', 0.350619152357654, 0.679959999999996, 0.431256972890484, 0.894079999999996, 0.659746332565279, 1.30184, 2.1861041832447, 4.4072, 4.63691137324549, 9.9628 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 915, '2022-03-27 00:00:00', 0.232367259598536, 0.707279999999997, 0.404697903791621, 0.971319999999997, 0.771539841269827, 1.43368, 2.2552123388571, 4.51212, 4.61907098812449, 9.98472 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 930, '2022-03-27 00:00:00', 0.338146161691458, 0.71692, 0.54487718187986, 1.02532, 0.694722755253254, 1.52804, 2.27060172861733, 4.55772, 4.62636553823121, 9.99448 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 945, '2022-03-27 00:00:00', 0.361756925757247, 0.74836, 0.506716695994913, 1.03768, 0.660777781607905, 1.89088, 2.27875421959748, 4.46028, 4.62185768099077, 9.97444 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 960, '2022-03-27 00:00:00', 0.379630293838624, 0.767920000000001, 0.431516345769971, 1.08324, 0.676994650397376, 2.00244, 2.30963967247419, 4.4588, 4.62395403559911, 10.00944 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 975, '2022-03-27 00:00:00', 0.244860048463065, 0.848880000000002, 0.5141379516563, 1.5672, 0.77004643150051, 2.09344, 2.47851597533686, 4.57576, 4.58164598807023, 10.04228 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 990, '2022-03-27 00:00:00', 0.409461219164894, 1.34764, 0.490093110201184, 1.63556, 0.758382379366328, 2.0326, 2.48760346049499, 4.60168, 4.5836811418335, 10.00068 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 1005, '2022-03-27 00:00:00', 0.376217321947479, 1.00584, 0.599032308533243, 1.40296, 0.843873671430347, 1.90924, 2.52943103154313, 4.48648, 4.51406379440964, 9.93676 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 1020, '2022-03-27 00:00:00', 0.369388539796964, 1.02368, 0.554340259527785, 1.37604, 0.828083013149447, 1.88432, 2.52914364624339, 4.5574, 4.52635394219232, 9.92448 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 1035, '2022-03-27 00:00:00', 0.39079038285676, 0.987039999999999, 0.535573798213967, 1.37872, 0.629372737996597, 1.69028, 2.37504336662162, 4.49192, 4.48895728501249, 9.85456 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 1050, '2022-03-27 00:00:00', 0.35493531335536, 0.964080000000001, 0.511405357813155, 1.27624, 0.730001388126537, 1.63888, 2.20374747116512, 4.4058, 4.44718856957217, 9.78644 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 1065, '2022-03-27 00:00:00', 0.389192527334908, 0.929359999999999, 0.42387316105961, 1.09904, 1.73049381198932, 2.926, 2.09970707639581, 4.37084, 4.42270038438057, 9.80676 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 1080, '2022-03-27 00:00:00', 0.294437248549389, 0.782280000000003, 0.4739366800182, 1.12368, 1.79045762120563, 3.09908, 2.09804409470662, 4.36276, 4.44831443095772, 9.84688 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 1095, '2022-03-27 00:00:00', 0.373438303695092, 0.859800000000006, 1.69776329524073, 2.68896, 1.80443335981133, 3.1714, 2.06687690973604, 4.30608, 4.44610831439511, 9.89132 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 600, '2022-03-27 00:00:00', 0.688082746589277, 1.61611538461538, 0.928818733661198, 2.11, 1.0061194056679, 2.45146153846154, 1.41813816675245, 3.5745, 4.31064186707198, 9.57988461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 615, '2022-03-27 00:00:00', 0.724210131002152, 1.27207692307692, 0.962141579218743, 1.69153846153846, 0.928352549080687, 2.04315384615385, 1.24687097105576, 3.35146153846154, 4.30372025399135, 9.58676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 630, '2022-03-27 00:00:00', 0.493075915515589, 1.06446153846154, 0.570936289049702, 1.45538461538462, 0.513297472606889, 1.83784615384616, 1.08923941071105, 3.11942307692308, 4.3082007968703, 9.59811538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 645, '2022-03-27 00:00:00', 0.437714471386928, 1.08196153846154, 0.447937009651344, 1.34926923076923, 0.650890770701674, 1.85065384615385, 1.21693333171795, 3.11342307692308, 4.32365541429222, 9.60269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 660, '2022-03-27 00:00:00', 0.374071258123163, 0.970115384615386, 0.398709610927748, 1.26607692307692, 1.05167288933101, 1.90011538461539, 1.28232928688383, 2.988, 4.33432056249437, 9.58246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 675, '2022-03-27 00:00:00', 0.312168445653209, 0.852538461538462, 0.614330144265971, 1.29361538461539, 1.00923449436461, 1.82776923076923, 1.35350724188907, 2.83442307692308, 4.43984605987467, 9.57365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 690, '2022-03-27 00:00:00', 0.51429277055599, 1.02042307692308, 0.886282122993833, 1.4198076923077, 0.992374736912189, 1.80746153846154, 1.34499523647998, 2.76711538461539, 4.75858115828658, 9.417 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 705, '2022-03-27 00:00:00', 0.496620920281798, 0.917461538461541, 0.639909762869255, 1.23676923076923, 0.677787474065436, 1.6555, 1.2265974256517, 2.59826923076924, 6.35850772393843, 10.2666538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 720, '2022-03-27 00:00:00', 0.361086258605678, 0.872384615384615, 0.47507442170027, 1.16011538461539, 0.570519547295404, 1.57207692307693, 1.42382824590825, 2.54092307692308, 6.75292149027709, 10.4755769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 735, '2022-03-27 00:00:00', 0.393479883172621, 0.880538461538464, 0.463085624247414, 1.17184615384616, 0.622671115807968, 1.53296153846154, 1.3669015050893, 2.55273076923078, 6.76851138184415, 10.5436153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 750, '2022-03-27 00:00:00', 0.353494095261317, 0.83465384615385, 0.435687022458167, 1.11969230769231, 0.532090663182653, 1.38892307692308, 1.36944229018745, 2.54488461538462, 6.7711952963667, 10.5716923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 765, '2022-03-27 00:00:00', 0.330027208668531, 0.84603846153846, 0.412007589549216, 1.07042307692308, 0.539668013333556, 1.33726923076923, 1.503486620646, 2.83053846153846, 6.77700684384622, 10.6331923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 780, '2022-03-27 00:00:00', 0.234096761716503, 0.743423076923078, 0.364267365881376, 0.949923076923081, 0.684067892492012, 1.3648076923077, 1.49482696142911, 2.94973076923077, 6.78252570620891, 10.7066538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 795, '2022-03-27 00:00:00', 0.283890566673416, 0.711576923076925, 0.470205578607746, 0.996384615384616, 0.640421567887424, 1.36623076923077, 1.47713572367398, 3.04088461538462, 6.79506663996303, 10.7751923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 810, '2022-03-27 00:00:00', 0.336050181692233, 0.750730769230767, 0.538898871631918, 1.06207692307692, 0.601726587541092, 1.35661538461539, 1.41574682275958, 3.05711538461539, 6.79283850944394, 10.7891538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 825, '2022-03-27 00:00:00', 0.3323212926348, 0.761192307692309, 0.349926113080158, 0.970269230769233, 0.662094951359229, 1.29126923076923, 1.4084596037461, 3.02215384615385, 6.78111361548779, 10.8348846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 840, '2022-03-27 00:00:00', 0.286044515094042, 0.712769230769233, 0.403152112922462, 0.929884615384618, 0.617651259580629, 1.19996153846154, 1.34142621059138, 2.97803846153846, 6.79293801860545, 10.9212692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 855, '2022-03-27 00:00:00', 0.299546159278434, 0.679307692307693, 0.473942302557858, 0.934884615384617, 0.575162740849528, 1.23153846153846, 1.28868718648685, 2.95623076923077, 6.83371424145363, 11.0335769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 870, '2022-03-27 00:00:00', 0.284279732224873, 0.701384615384619, 0.346010955806984, 0.872307692307695, 0.536208116886891, 1.37376923076923, 1.29710732845762, 3.04169230769231, 6.83833125359149, 11.0665769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 885, '2022-03-27 00:00:00', 0.224403924962249, 0.606192307692307, 0.433822196829001, 0.92246153846154, 0.514391583852674, 1.45330769230769, 3.51620736327345, 4.43830769230769, 6.81121617029305, 11.0919615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 900, '2022-03-27 00:00:00', 0.255701556807633, 0.700615384615388, 0.537609965853144, 1.10865384615385, 0.560506305460998, 1.52696153846154, 3.50708036033481, 4.50242307692307, 6.7898081446782, 11.0971923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 915, '2022-03-27 00:00:00', 0.465167796027992, 0.896961538461538, 0.433049565470102, 1.13438461538462, 0.642654040199404, 1.57284615384616, 3.51920826410627, 4.55261538461538, 6.79872340550896, 11.0937692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 930, '2022-03-27 00:00:00', 0.269203317501564, 0.810115384615387, 0.440427290777422, 1.15703846153847, 0.702092263277304, 1.55911538461539, 3.49591452632707, 4.70815384615384, 6.77154756508096, 11.1058846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 945, '2022-03-27 00:00:00', 0.421712216856656, 0.852076923076925, 0.5765057034877, 1.15211538461539, 0.731012562240792, 1.92561538461538, 3.47331825559009, 4.72476923076923, 6.74930322067511, 11.1062692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 960, '2022-03-27 00:00:00', 0.556877692689682, 0.821730769230771, 0.656115572605452, 1.13426923076923, 0.684567983925181, 1.98373076923077, 3.48587011011819, 4.75976923076923, 6.7360419828995, 11.0853461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 975, '2022-03-27 00:00:00', 0.335258439921295, 0.853307692307693, 0.512421894986484, 1.54903846153846, 0.843891802215283, 2.07657692307692, 3.4941173704473, 4.75096153846153, 6.74105222692673, 11.0696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 990, '2022-03-27 00:00:00', 0.443930535106563, 1.313, 0.606411431798071, 1.65276923076923, 1.03608050845482, 2.0795, 3.51574056275707, 4.83123076923077, 6.7281939660369, 11.0787307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 1005, '2022-03-27 00:00:00', 0.480797544150904, 1.07896153846154, 0.753133360343004, 1.49946153846154, 1.01601618400193, 1.77461538461539, 3.42504980132238, 4.81330769230769, 6.67921434037083, 11.0102692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 1020, '2022-03-27 00:00:00', 0.47493117234136, 1.02846153846154, 0.675705808765917, 1.3805, 0.725280677764451, 1.6063076923077, 3.06591245220984, 4.81373076923077, 6.54650090400619, 10.9356153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 1035, '2022-03-27 00:00:00', 0.284062246699555, 0.916, 0.323325587271741, 1.16665384615385, 0.534123287410169, 1.44338461538462, 2.81173458206851, 4.72, 6.47388926071492, 10.878 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 1050, '2022-03-27 00:00:00', 0.2868712925016, 0.82546153846154, 0.334562198425621, 1.00523076923077, 0.769200129005151, 1.50896153846154, 2.77864975759533, 4.69834615384616, 6.48080736672642, 10.8682692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 1065, '2022-03-27 00:00:00', 0.260311245656781, 0.743769230769234, 0.515035532754781, 1.082, 2.7900971838602, 3.55015384615385, 2.78875092000812, 4.68957692307692, 6.46748709457248, 10.8630384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 1080, '2022-03-27 00:00:00', 0.369691538780849, 0.827923076923075, 0.693877866663981, 1.18642307692308, 2.74657651744018, 3.66938461538462, 2.82728863020059, 4.67403846153846, 6.51258875917663, 10.9018846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 1095, '2022-03-27 00:00:00', 0.665090791951344, 0.887807692307693, 2.64608239217033, 3.29388461538461, 2.63991192306457, 3.67880769230769, 2.78098436252622, 4.64923076923077, 6.42286165661382, 10.8685 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 600, '2022-03-27 00:00:00', 1.17231040323733, 1.96480769230769, 1.48373684376255, 2.40869230769231, 1.72319453297112, 2.84796153846154, 2.13390389517573, 4.04692307692308, 5.92406694814921, 10.3476153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 615, '2022-03-27 00:00:00', 0.631114637885899, 1.35838461538461, 0.828239772046718, 1.639, 0.92731452136719, 2.07569230769231, 2.02465050203353, 3.64815384615385, 6.03806891812275, 10.2525 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 630, '2022-03-27 00:00:00', 0.571101037807334, 1.13934615384615, 0.624883429128988, 1.4645, 0.940936855561438, 1.89838461538462, 2.00224927519028, 3.403, 5.87223105825533, 10.1188076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 645, '2022-03-27 00:00:00', 0.443224869130092, 1.10926923076923, 0.589395982863291, 1.37276923076923, 1.00795423278273, 1.76415384615385, 1.87760822201667, 3.28834615384616, 5.87462696530924, 10.0826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 660, '2022-03-27 00:00:00', 0.487033249536257, 1.07888461538462, 0.648913250098847, 1.37938461538462, 1.05568494426058, 1.80969230769231, 1.96628866493355, 3.27492307692308, 5.88284330784149, 10.0657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 675, '2022-03-27 00:00:00', 0.544874393429701, 0.998769230769228, 0.791603402060556, 1.30988461538462, 0.973348786407008, 1.7735, 2.03523478895037, 3.22161538461539, 5.84924759934657, 10.0290384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 690, '2022-03-27 00:00:00', 0.422331370080232, 0.915115384615387, 0.747809618923054, 1.30388461538462, 0.877337662388976, 1.71157692307693, 1.88218907126782, 3.0655, 5.85247673553685, 10.0225 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 705, '2022-03-27 00:00:00', 0.6811238224717, 0.964692307692312, 0.700442090067737, 1.24219230769231, 0.79825126659178, 1.64773076923077, 1.94955871969491, 3.04980769230769, 5.84551073507236, 10.1930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 720, '2022-03-27 00:00:00', 0.334564702262508, 0.8985, 0.657261602291019, 1.24957692307692, 0.711723360259072, 1.56730769230769, 1.94537173865009, 3.06180769230769, 5.86423884916023, 10.178 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 735, '2022-03-27 00:00:00', 0.44984166103197, 0.881000000000001, 0.440688484079172, 1.1445, 0.629331548916417, 1.44503846153846, 1.96573827391606, 3.01519230769231, 5.88190724327251, 10.1545384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 750, '2022-03-27 00:00:00', 0.25305170344296, 0.790269230769231, 0.338640431045176, 0.954692307692309, 0.548034464104361, 1.33157692307692, 2.01668836080724, 3.01576923076923, 5.89437190338247, 10.1338461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 765, '2022-03-27 00:00:00', 0.293084193731744, 0.698230769230771, 0.48355392030895, 1.02492307692308, 0.581012749760809, 1.30715384615385, 2.00415432884949, 3.09242307692308, 5.89425216082453, 10.1331538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 780, '2022-03-27 00:00:00', 0.370893293798382, 0.767653846153845, 0.449237137994895, 0.996615384615387, 1.31711683028325, 1.63076923076923, 2.0492161368154, 3.18684615384616, 5.88480219757771, 10.1377692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 795, '2022-03-27 00:00:00', 0.362050128275928, 0.736846153846159, 0.455007868063838, 0.956000000000002, 1.70804831853831, 1.79953846153846, 2.08562142925169, 3.22288461538462, 5.8600725997078, 10.1600769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 810, '2022-03-27 00:00:00', 0.305667652600259, 0.733076923076923, 1.30008935787566, 1.34053846153846, 1.64550929642326, 1.88626923076923, 2.06679901929381, 3.39188461538461, 5.85751335111253, 10.1604615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 825, '2022-03-27 00:00:00', 1.34412928636405, 1.13053846153846, 1.73000875586935, 1.54884615384615, 1.65562894440103, 1.86580769230769, 2.07722469322745, 3.47488461538461, 5.85835083488651, 10.1562307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 840, '2022-03-27 00:00:00', 1.31673163027013, 1.15688461538461, 1.24597663948962, 1.48088461538461, 1.64208754193698, 1.87515384615384, 1.78477404603065, 3.37634615384615, 5.87984646947651, 10.0762307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 855, '2022-03-27 00:00:00', 0.514999363703864, 0.907769230769231, 0.647486011728911, 1.16015384615385, 1.33590286841752, 1.61492307692308, 1.59621766830699, 3.21773076923077, 5.93953374134834, 9.89776923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 870, '2022-03-27 00:00:00', 0.535567323929997, 0.812038461538464, 1.14384363710861, 1.25088461538462, 1.23924735967504, 1.62053846153846, 1.52878507821886, 3.18384615384615, 5.94578710387577, 9.83973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 885, '2022-03-27 00:00:00', 0.713395064786363, 0.913038461538457, 0.810224623175577, 1.1325, 0.898228091642312, 1.57276923076923, 2.21731204875148, 4.2801923076923, 5.9606278209598, 9.7775 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 900, '2022-03-27 00:00:00', 0.469630029507683, 0.825730769230768, 0.559699040006878, 1.16315384615385, 0.710096102921725, 1.60734615384616, 2.28067096605026, 4.39315384615384, 5.97558565343502, 9.75669230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 915, '2022-03-27 00:00:00', 0.372821805238825, 0.885538461538464, 0.537318643465296, 1.14526923076923, 0.723100503707155, 1.55553846153846, 2.60471191851644, 4.47353846153846, 5.9635697291007, 9.76607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 930, '2022-03-27 00:00:00', 0.439150333467499, 0.909846153846156, 0.508150923976785, 1.2108076923077, 0.805648199612252, 1.66230769230769, 2.71691974485814, 4.5465, 5.99354185320782, 9.77911538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 945, '2022-03-27 00:00:00', 0.411474294925716, 0.875846153846156, 0.613855287381441, 1.14507692307693, 0.72445865200268, 1.69753846153846, 2.81142130630372, 4.55680769230769, 6.0186782024474, 9.72976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 960, '2022-03-27 00:00:00', 0.379204464839021, 0.872115384615386, 0.465833023897887, 1.20461538461539, 0.58226615775051, 1.79996153846154, 2.85618034875521, 4.65723076923077, 6.01396127843051, 9.73053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 975, '2022-03-27 00:00:00', 0.361193195693642, 0.950269230769232, 0.400108093087164, 1.38138461538461, 0.579234231882591, 1.84884615384615, 2.81594109231437, 4.76534615384615, 6.00018488035673, 9.74296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 990, '2022-03-27 00:00:00', 0.3644935200437, 1.14561538461538, 0.530528439026021, 1.52823076923077, 0.757441255401777, 2.00384615384615, 2.79551272660587, 4.81673076923077, 5.95299885384217, 9.74707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 1005, '2022-03-27 00:00:00', 0.534176473288917, 1.21623076923077, 0.560009554863545, 1.49769230769231, 0.896630094383326, 1.94361538461539, 2.83980884215822, 4.8545, 5.95682606917993, 9.72846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 1020, '2022-03-27 00:00:00', 0.330031096436972, 1.06426923076923, 0.549601261055551, 1.47311538461538, 0.823144231683518, 1.73988461538462, 2.63717308232771, 4.78088461538462, 5.74652954533296, 9.63184615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 1035, '2022-03-27 00:00:00', 0.5963348684964, 1.04665384615384, 0.749056904483131, 1.27361538461538, 0.896573478047651, 1.57080769230769, 2.59477402009975, 4.79884615384615, 5.61139489911788, 9.59407692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 1050, '2022-03-27 00:00:00', 0.289570018103766, 0.803653846153843, 0.384298788004253, 1.03403846153846, 0.49417745177836, 1.40607692307692, 2.49716568564012, 4.76969230769231, 5.51501665636651, 9.534 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 1065, '2022-03-27 00:00:00', 0.296999932659924, 0.779999999999999, 0.366638107046254, 1.03569230769231, 1.9876217145121, 3.266, 2.55159224889389, 4.78126923076923, 5.39113045787673, 9.52157692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 1080, '2022-03-27 00:00:00', 0.256302372509203, 0.729115384615385, 0.321033209401243, 1.03719230769231, 2.07747774476648, 3.3275, 2.66232080971587, 4.85042307692308, 5.31712401397597, 9.4545 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 1095, '2022-03-27 00:00:00', 0.274038571120087, 0.832461538461539, 1.98690556006454, 2.99276923076923, 2.20629262443026, 3.49823076923077, 2.64485332209266, 4.79515384615385, 5.32992011442515, 9.44588461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 600, '2022-03-27 00:00:00', 0.735049437374532, 1.59334615384615, 0.951477805230449, 2.08542307692308, 1.35359356529203, 2.6475, 2.17786880582477, 3.92815384615384, 4.96587906603267, 8.78253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 615, '2022-03-27 00:00:00', 0.59615025467901, 1.29761538461539, 0.896078805772041, 1.74611538461539, 1.00960457529745, 2.20903846153846, 2.15895080679339, 3.57311538461539, 4.81434469907779, 8.63219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 630, '2022-03-27 00:00:00', 0.739655649610009, 1.206, 0.733112106024723, 1.502, 0.864116922288076, 2.01384615384615, 2.01464791350365, 3.36815384615385, 4.63645538697231, 8.54065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 645, '2022-03-27 00:00:00', 0.394335002055553, 1.03057692307692, 0.60694364330953, 1.42411538461539, 0.7753972440974, 1.79661538461539, 1.9014369465061, 3.36630769230769, 4.41211371723873, 8.52242307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 660, '2022-03-27 00:00:00', 0.502467695096299, 1.04076923076923, 0.525435908409534, 1.33857692307693, 0.705997842663951, 1.64392307692308, 1.892355400024, 3.341, 4.40776692738555, 8.55061538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 675, '2022-03-27 00:00:00', 0.373369787826407, 0.943038461538465, 0.610091086515899, 1.27157692307693, 0.974081895940991, 1.7265, 1.93979788479267, 3.39992307692308, 4.37589277906191, 8.54757692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 690, '2022-03-27 00:00:00', 0.451580733049515, 0.98703846153846, 0.469024173561038, 1.26034615384615, 0.764209706418741, 1.66334615384615, 1.88718211138683, 3.38680769230769, 4.48179159917789, 8.61653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 705, '2022-03-27 00:00:00', 0.343345838208918, 0.916269230769232, 0.583075300586336, 1.25438461538462, 0.654292458720457, 1.6153076923077, 1.97086230717576, 3.28407692307692, 4.75096901290026, 8.9788076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 720, '2022-03-27 00:00:00', 0.464764721287932, 0.968384615384616, 0.475373396556696, 1.19411538461538, 0.531944585025981, 1.54180769230769, 2.04984848820965, 3.23876923076923, 4.71716780298713, 9.0108076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 735, '2022-03-27 00:00:00', 0.248403418779892, 0.83846153846154, 0.394553716728931, 1.14865384615385, 0.533280277008395, 1.47857692307692, 1.98699041885344, 3.29626923076923, 4.68224648005634, 9.0885 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 750, '2022-03-27 00:00:00', 0.283513323523577, 0.797730769230769, 0.32711040949502, 1.0155, 1.2630036561248, 1.54534615384615, 1.99159355175312, 3.34065384615385, 4.65782969352102, 9.15157692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 765, '2022-03-27 00:00:00', 0.229867627459472, 0.760615384615383, 0.428049179417504, 1.0655, 1.31830964554556, 1.59080769230769, 2.00387333278482, 3.48557692307692, 4.64072224816519, 9.21076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 780, '2022-03-27 00:00:00', 0.33667550229584, 0.826923076923076, 1.23875248474485, 1.22403846153846, 1.26927723588603, 1.59130769230769, 1.89394301758162, 3.53792307692308, 4.64565823770308, 9.2313076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 795, '2022-03-27 00:00:00', 1.24825771315924, 0.953038461538459, 1.25642345629905, 1.23969230769231, 1.29096042720735, 1.69423076923077, 1.8182038427652, 3.57057692307692, 4.69112258256117, 9.32226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 810, '2022-03-27 00:00:00', 0.39992044785855, 0.751269230769235, 0.466782052584915, 1.00273076923077, 0.707923512817592, 1.6445, 1.64999366012768, 3.46896153846154, 4.62365024562262, 9.23992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 825, '2022-03-27 00:00:00', 0.357008926843786, 0.758423076923073, 0.590132782972154, 1.13369230769231, 1.12075072161476, 1.7995, 1.58909112872252, 3.42215384615384, 4.64828604922122, 9.24934615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 840, '2022-03-27 00:00:00', 0.446078483953387, 0.876423076923077, 0.546989721461577, 1.21665384615384, 1.31298485081189, 1.86253846153846, 1.5474426665159, 3.36461538461538, 4.66309716769709, 9.28165384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 855, '2022-03-27 00:00:00', 0.435249306101154, 0.866038461538457, 1.11499855812256, 1.33223076923077, 1.49121867766447, 1.85176923076923, 1.4784892606462, 3.37642307692308, 4.64850270897895, 9.27365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 870, '2022-03-27 00:00:00', 0.248947956699643, 0.727041666666666, 0.685836519794662, 1.10108333333334, 0.769802849784431, 1.61758333333333, 1.35227831302198, 3.222875, 4.70194639854418, 9.10225 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 885, '2022-03-27 00:00:00', 0.554323701734235, 0.823624999999999, 0.568967180225637, 1.083, 0.859394410979726, 1.65933333333333, 3.31489663833219, 5.031375, 4.66089684331867, 9.13658333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 900, '2022-03-27 00:00:00', 0.377298172844612, 0.831208333333333, 0.623284515254885, 1.23675, 0.848109909432883, 1.717625, 3.6465320501476, 5.36258333333333, 4.63352729679506, 9.14441666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 915, '2022-03-27 00:00:00', 0.428380010003982, 0.928958333333334, 0.44636045095182, 1.263, 0.697928237195888, 1.72454166666667, 3.71397412835455, 5.406, 4.66767420263631, 9.140125 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 930, '2022-03-27 00:00:00', 0.419151316456189, 0.975000000000003, 0.570371298785501, 1.218875, 0.700716507004369, 1.69616666666667, 3.78771609801084, 5.41975, 4.7154032960676, 9.12162500000001 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 945, '2022-03-27 00:00:00', 0.428595885387406, 0.883458333333331, 0.66847892311738, 1.311375, 0.758215291019793, 1.80641666666666, 3.81013297725261, 5.4245, 4.7137822283957, 9.130125 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 960, '2022-03-27 00:00:00', 0.502321884216002, 0.971333333333333, 0.485658209792781, 1.239375, 0.569260459732177, 1.86741666666667, 3.78536794465865, 5.43704166666667, 4.72360524598823, 9.15179166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 975, '2022-03-27 00:00:00', 0.268634550531256, 0.933999999999999, 0.477333892498256, 1.44058333333333, 0.466037124539746, 1.97041666666667, 3.80494738198968, 5.53133333333334, 4.73455610379685, 9.20275000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 990, '2022-03-27 00:00:00', 0.375816615682687, 1.23170833333333, 0.485297979207814, 1.61395833333333, 0.484993528643513, 2.033125, 3.75102996845871, 5.54954166666667, 4.73335049987957, 9.20345833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 1005, '2022-03-27 00:00:00', 0.358135297484553, 1.11275, 0.348065950355822, 1.46858333333333, 0.399664621629946, 1.749625, 3.7001294718828, 5.43975, 4.77654379304577, 9.12354166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 1020, '2022-03-27 00:00:00', 0.355641732178138, 1.10179166666667, 0.422646730802412, 1.43520833333333, 0.453356545787853, 1.669375, 3.69375578250608, 5.42429166666667, 4.79270612323514, 9.110625 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 1035, '2022-03-27 00:00:00', 0.225962274009094, 0.90591666666667, 0.29542909102877, 1.1985, 0.457724426224251, 1.61479166666667, 3.59237955533171, 5.372, 4.82992771797566, 9.05025 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 1050, '2022-03-27 00:00:00', 0.257506996527996, 0.894875, 0.364457605236187, 1.14470833333334, 0.530183390475631, 1.67308333333334, 3.57803116455024, 5.36116666666667, 4.89524319465158, 9.06575 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 1065, '2022-03-27 00:00:00', 0.282107823846423, 0.83704166666667, 0.311949398999636, 1.10858333333334, 3.11178484945141, 3.96941666666667, 3.49798580552468, 5.3195, 4.96489571383683, 9.09783333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 1080, '2022-03-27 00:00:00', 0.242495584899297, 0.854250000000004, 0.473489696565431, 1.22033333333334, 3.34453084597977, 4.28433333333333, 3.41106635729072, 5.24770833333334, 5.01465231935953, 9.11983333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 1095, '2022-03-27 00:00:00', 0.449286364309171, 0.921652173913048, 3.01611570806342, 3.93034782608696, 3.32089655854698, 4.53695652173913, 3.28784254861846, 5.40947826086957, 4.82632713076129, 9.63813043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 600, '2022-03-27 00:00:00', 1.24922179253987, 1.59178260869565, 1.49850900073922, 2.40704347826087, 1.53566339902298, 2.8444347826087, 1.69431532104111, 3.82495652173913, 4.45391646059338, 9.10426086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 615, '2022-03-27 00:00:00', 0.823552804223188, 1.22730434782609, 0.880528914891768, 1.67047826086957, 1.07289703855308, 2.12165217391304, 1.80050005241188, 3.38443478260869, 4.51347053964607, 8.91969565217392 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 630, '2022-03-27 00:00:00', 0.70543646960461, 1.11160869565218, 0.937371347694317, 1.55995652173913, 1.21433145125941, 2.08265217391304, 1.90750708223448, 3.29721739130435, 4.52078669699023, 8.92621739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 645, '2022-03-27 00:00:00', 0.849395821080825, 0.989478260869567, 1.03103759855995, 1.39343478260869, 1.22019116301844, 1.89073913043478, 2.07508710517683, 3.30730434782609, 4.51608511028304, 8.91621739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 660, '2022-03-27 00:00:00', 0.517198565090069, 0.863086956521738, 0.686323933359444, 1.30278260869565, 0.660112614658754, 1.67086956521739, 1.60802312900008, 3.08326086956522, 4.21211813999755, 8.78204347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 675, '2022-03-27 00:00:00', 0.509069945573463, 0.976869565217391, 0.500613256327744, 1.28678260869565, 0.551301593177743, 1.77391304347826, 1.41233519098676, 3.08065217391304, 4.12745220344217, 8.73734782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 690, '2022-03-27 00:00:00', 0.369581330269528, 0.797217391304343, 0.589492050387748, 1.17282608695652, 0.627849718304233, 1.66121739130435, 1.53358746791278, 3.03160869565217, 4.05303426666965, 8.76530434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 705, '2022-03-27 00:00:00', 0.465478881296242, 0.916956521739134, 0.540171100839187, 1.321, 0.642546770109892, 1.80747826086956, 1.44939177375684, 3.01382608695652, 4.50381227362414, 9.16021739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 720, '2022-03-27 00:00:00', 0.469262056286631, 0.914826086956523, 0.622292602401759, 1.15891304347826, 0.700415839217024, 1.66643478260869, 1.33548207902585, 2.79173913043478, 4.42448606827725, 9.05217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 735, '2022-03-27 00:00:00', 0.397276036291967, 0.749608695652174, 0.551092260734889, 1.18204347826087, 0.624827530353569, 1.47747826086956, 1.29820388692062, 2.68217391304348, 4.45570645263968, 9.05908695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 750, '2022-03-27 00:00:00', 0.486588584527916, 0.872217391304348, 0.556814283442022, 1.13934782608696, 0.624084480447297, 1.44143478260869, 1.37654543692569, 2.67060869565217, 4.55128183698656, 9.14421739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 765, '2022-03-27 00:00:00', 0.339065246090956, 0.689173913043473, 0.42500692391477, 0.99160869565217, 0.506678902147528, 1.30134782608696, 1.36838114157445, 2.85069565217391, 4.55209911619204, 9.169 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 780, '2022-03-27 00:00:00', 0.381179208421452, 0.747956521739127, 0.521300672649044, 1.03913043478261, 0.635850748142236, 1.37608695652174, 1.41604960861939, 2.97469565217391, 4.57837673910933, 9.22073913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 795, '2022-03-27 00:00:00', 0.443813580314018, 0.725695652173914, 0.392192534592036, 0.934434782608698, 0.78424659346891, 1.38808695652174, 1.44565318059937, 3.05786956521739, 4.58186260216719, 9.18621739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 810, '2022-03-27 00:00:00', 0.232337673368745, 0.614608695652176, 0.512121916839644, 0.910304347826089, 0.889633372547034, 1.34491304347826, 1.46839245139178, 3.14513043478261, 4.56311743821488, 9.16986956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 825, '2022-03-27 00:00:00', 0.456046578995433, 0.723869565217394, 0.672824372599294, 1.076, 1.02755782080563, 1.53956521739131, 1.39863134256711, 3.19421739130435, 4.53501169906671, 9.17773913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 840, '2022-03-27 00:00:00', 0.401402225997279, 0.717260869565216, 0.457874980779377, 0.972043478260871, 0.92917224839837, 1.48839130434782, 1.33694376709106, 3.193, 4.56330740129735, 9.2024347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 855, '2022-03-27 00:00:00', 0.432158901569244, 0.658956521739131, 0.802004728776729, 1.07530434782609, 0.869313867823653, 1.48165217391304, 1.31311035723456, 3.17691304347826, 4.57332828828317, 9.20721739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 870, '2022-03-27 00:00:00', 0.537080631509912, 0.783173913043477, 0.612438845862143, 1.04439130434782, 0.672136614430803, 1.34591304347826, 1.33932974506202, 3.20956521739131, 4.577680340565, 9.20913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 870);
Date: 2022-03-27 14:33:54 Duration: 4s924ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 900, '2022-03-27 00:00:00', 0.0964241351848901, 0.0904230769230765, 0.136428803635957, 0.132461538461538, 0.163801361880316, 0.179615384615384, 0.298025409345218, 0.524769230769231, 0.892830517985443, 1.43042307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 915, '2022-03-27 00:00:00', 0.0588807399619055, 0.0716923076923081, 0.0699994725254851, 0.102384615384615, 0.103875339488477, 0.154615384615384, 0.30517458307311, 0.542615384615384, 0.890069177086815, 1.4395 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 930, '2022-03-27 00:00:00', 0.0592833742421806, 0.0760384615384614, 0.0708270700096642, 0.109076923076923, 0.124441496912591, 0.171615384615384, 0.332244768437137, 0.582884615384616, 0.88918560232643, 1.44065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 945, '2022-03-27 00:00:00', 0.0530945890333032, 0.0773461538461542, 0.0825581100707952, 0.114192307692308, 0.138534599954725, 0.205653846153846, 0.374896254367074, 0.611807692307693, 0.888731188917013, 1.44261538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 960, '2022-03-27 00:00:00', 0.0640466656791393, 0.0738461538461543, 0.0897850424411216, 0.115923076923077, 0.139109652377596, 0.213846153846154, 0.380194956062525, 0.617269230769231, 0.889467169801026, 1.44261538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 975, '2022-03-27 00:00:00', 0.057533254597801, 0.0793461538461534, 0.137109613644873, 0.156384615384615, 0.160874652590624, 0.228423076923077, 0.37991949754571, 0.619230769230769, 0.899514516067076, 1.44773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 990, '2022-03-27 00:00:00', 0.126622449097246, 0.122269230769231, 0.125827109711945, 0.163692307692308, 0.146570439878421, 0.235423076923077, 0.379576922375426, 0.618, 0.907057871107716, 1.45230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 1005, '2022-03-27 00:00:00', 0.0695905055416224, 0.104961538461539, 0.0933299523197142, 0.15, 0.0962814863584104, 0.206269230769231, 0.430670368325761, 0.634384615384615, 0.909260984790142, 1.45146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 1020, '2022-03-27 00:00:00', 0.0794856929554962, 0.104153846153846, 0.0794469343940683, 0.148153846153846, 0.0956482015593529, 0.184461538461538, 0.439157823391721, 0.633923076923077, 0.909769167680208, 1.44953846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 1035, '2022-03-27 00:00:00', 0.0660484321132259, 0.0966538461538454, 0.0729274876952343, 0.129538461538461, 0.0751792115292116, 0.171076923076922, 0.444225078085423, 0.634, 0.908524484238889, 1.44953846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 1050, '2022-03-27 00:00:00', 0.0535559520501693, 0.077, 0.0603860528981275, 0.108653846153846, 0.0725977855140117, 0.149038461538462, 0.445879687118191, 0.631846153846154, 0.906463601034261, 1.4515 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 1065, '2022-03-27 00:00:00', 0.0533404306175111, 0.0758076923076922, 0.0585306888603021, 0.107192307692307, 0.242773503179721, 0.346423076923077, 0.440211431718197, 0.645769230769231, 0.904793372076656, 1.45538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 1080, '2022-03-27 00:00:00', 0.0562330863460296, 0.0649999999999996, 0.0611268038903245, 0.100615384615384, 0.301268528316263, 0.419615384615384, 0.436432398501233, 0.642961538461538, 0.900970898531135, 1.458 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 1095, '2022-03-27 00:00:00', 0.049860050294646, 0.0747692307692309, 0.232958880491816, 0.326, 0.317884819488976, 0.447961538461538, 0.435728101528395, 0.645538461538461, 0.900699031094952, 1.46223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 600, '2022-03-27 00:00:00', 0.121717276442646, 0.232846153846154, 0.249805893876395, 0.330769230769231, 0.313089409692405, 0.425538461538462, 0.422357457065058, 0.600692307692308, 0.897553886104638, 1.45246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 615, '2022-03-27 00:00:00', 0.16859497665662, 0.198115384615384, 0.18273138335146, 0.244961538461538, 0.277705632750829, 0.350538461538462, 0.330466451224047, 0.514346153846153, 0.863221394188429, 1.39215384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 630, '2022-03-27 00:00:00', 0.0729356302080545, 0.134615384615384, 0.114234313853318, 0.226038461538462, 0.169446379083813, 0.282653846153846, 0.220645992137074, 0.462576923076923, 0.800263645018603, 1.35769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 645, '2022-03-27 00:00:00', 0.0927672687635362, 0.153615384615385, 0.135615026396839, 0.201346153846154, 0.140101243611677, 0.264961538461539, 0.201845977075438, 0.444961538461539, 0.800955876053491, 1.34734615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 660, '2022-03-27 00:00:00', 0.086425138792973, 0.133230769230769, 0.0994811462616834, 0.181538461538462, 0.111817103411708, 0.240769230769231, 0.184638728331842, 0.4265, 0.803592312441691, 1.33726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 675, '2022-03-27 00:00:00', 0.0841165491812039, 0.129923076923077, 0.092862777174794, 0.177846153846154, 0.157647513337631, 0.253461538461538, 0.190173042658117, 0.416115384615385, 0.798697200734758, 1.32053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 690, '2022-03-27 00:00:00', 0.0628115741416648, 0.119576923076923, 0.101797967336515, 0.163884615384615, 0.149620674219327, 0.245115384615384, 0.208603399928041, 0.401538461538462, 0.79948333315961, 1.314 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 705, '2022-03-27 00:00:00', 0.0586618602343453, 0.104423076923077, 0.122607315630649, 0.170923076923077, 0.143174643221271, 0.226538461538461, 0.214537585016274, 0.392846153846154, 0.885056476251005, 1.38338461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 720, '2022-03-27 00:00:00', 0.0902680538089827, 0.123807692307692, 0.12405364224337, 0.167884615384615, 0.141906431794388, 0.223653846153846, 0.208281396192747, 0.3885, 0.879044194215862, 1.38884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 735, '2022-03-27 00:00:00', 0.056731120207519, 0.0985000000000001, 0.0736874584882769, 0.135192307692308, 0.0914620392041675, 0.200230769230769, 0.178060836621817, 0.360307692307693, 0.873111274959577, 1.37953846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 750, '2022-03-27 00:00:00', 0.0619311404210042, 0.0978846153846159, 0.0811444296396154, 0.141461538461539, 0.0841159639106361, 0.194153846153847, 0.181543434090959, 0.353461538461539, 0.873022083604726, 1.37903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 765, '2022-03-27 00:00:00', 0.0615043212990889, 0.102307692307692, 0.0821394780002523, 0.143423076923077, 0.0782358957551798, 0.180846153846154, 0.182585099231943, 0.364038461538462, 0.894435310469899, 1.38226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 780, '2022-03-27 00:00:00', 0.0451324205490401, 0.0951538461538462, 0.0540889865087018, 0.134461538461539, 0.0636504879430203, 0.169769230769231, 0.179758881239886, 0.354846153846154, 0.90849999788324, 1.38138461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 795, '2022-03-27 00:00:00', 0.0430970282752052, 0.0959230769230771, 0.055577859454448, 0.127538461538462, 0.0690205320622329, 0.157076923076923, 0.200427377985528, 0.371423076923077, 0.921241784850126, 1.38911538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 810, '2022-03-27 00:00:00', 0.0562672195865403, 0.0869999999999999, 0.056916943536511, 0.111461538461538, 0.0714692510535384, 0.152423076923077, 0.219815198606606, 0.365192307692308, 0.93458509757827, 1.39223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 825, '2022-03-27 00:00:00', 0.0369989812749563, 0.0777307692307691, 0.0488121044256594, 0.0973076923076921, 0.0847544598327328, 0.150961538461538, 0.223809386618303, 0.367192307692308, 0.930566097350673, 1.39530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 840, '2022-03-27 00:00:00', 0.032668874859954, 0.0628461538461537, 0.048503401942544, 0.0994999999999999, 0.100011022469448, 0.15526923076923, 0.218606819514994, 0.362307692307692, 0.927987039863083, 1.39488461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 855, '2022-03-27 00:00:00', 0.0436359238031441, 0.0725769230769228, 0.0780388069143507, 0.111846153846153, 0.114753655882771, 0.175807692307692, 0.207459920132874, 0.363538461538461, 0.91913512943084, 1.40611538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 870, '2022-03-27 00:00:00', 0.0705443123150265, 0.0814999999999997, 0.0878034956374394, 0.112423076923076, 0.12916655913974, 0.175, 0.206646949018033, 0.380192307692307, 0.942836306862682, 1.42069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 885, '2022-03-27 00:00:00', 0.0419372608327465, 0.0724230769230768, 0.0653673760078667, 0.116576923076923, 0.118455756102632, 0.176615384615385, 0.435967156490557, 0.612807692307692, 0.941578278946905, 1.42115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 900, '2022-03-27 00:00:00', 0.0453375714459367, 0.0828461538461537, 0.0716591612050785, 0.113346153846154, 0.119304297427273, 0.184653846153847, 0.436361609042494, 0.648576923076923, 0.940623439738036, 1.42384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 915, '2022-03-27 00:00:00', 0.0518813439123722, 0.0789230769230766, 0.0974240216784343, 0.131, 0.120724256692042, 0.187115384615385, 0.466156898314456, 0.692423076923077, 0.941825374145661, 1.42065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 930, '2022-03-27 00:00:00', 0.0787955875375306, 0.0997692307692307, 0.0839202276890653, 0.14073076923077, 0.0994673815881365, 0.181, 0.540096078347319, 0.723576923076923, 0.938774746472967, 1.42576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 945, '2022-03-27 00:00:00', 0.0458636943729839, 0.0850384615384622, 0.0605086643509715, 0.117538461538462, 0.0754637763331623, 0.178692307692308, 0.542177166616227, 0.718, 0.942161178437026, 1.41961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 960, '2022-03-27 00:00:00', 0.0522575868617697, 0.0878461538461535, 0.0528524943010845, 0.117115384615384, 0.0792817371539867, 0.185923076923077, 0.579700219609571, 0.729769230769231, 0.95374310764724, 1.42765384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 975, '2022-03-27 00:00:00', 0.0346839133627369, 0.0795769230769229, 0.0604345418296012, 0.143423076923077, 0.11269861783331, 0.213538461538462, 0.621089256560911, 0.736230769230769, 0.951878276801269, 1.43142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 990, '2022-03-27 00:00:00', 0.0494316155449586, 0.111730769230769, 0.0636540650705047, 0.139, 0.127894385514588, 0.211423076923077, 0.649152997255773, 0.739423076923077, 0.959302749998063, 1.43461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 1005, '2022-03-27 00:00:00', 0.0523788565681291, 0.0957692307692303, 0.102716218478201, 0.153692307692307, 0.138700390992738, 0.213038461538461, 0.64565902408672, 0.739153846153846, 0.947303708102431, 1.43034615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 1020, '2022-03-27 00:00:00', 0.0669412141647145, 0.110615384615384, 0.0938792759960285, 0.149961538461539, 0.106211892713792, 0.205615384615384, 0.627389816253389, 0.739692307692308, 0.960837048539529, 1.43492307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 1035, '2022-03-27 00:00:00', 0.0743042394483655, 0.104000000000001, 0.0973316692867944, 0.150423076923077, 0.0999339782056135, 0.195, 0.628973180301403, 0.734692307692308, 0.959431810219746, 1.42803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 1050, '2022-03-27 00:00:00', 0.0760048986275536, 0.106230769230769, 0.0959756138898752, 0.147038461538461, 0.0926977968371495, 0.203807692307692, 0.633975471498336, 0.741461538461538, 0.960782204568436, 1.42573076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 1065, '2022-03-27 00:00:00', 0.0771187296416276, 0.105461538461538, 0.0754115375788086, 0.1405, 0.4116844441298, 0.498192307692308, 0.602568083609326, 0.732153846153846, 0.934455784853491, 1.41642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 1080, '2022-03-27 00:00:00', 0.0501474288013319, 0.096730769230769, 0.0567457487394428, 0.137, 0.407388735163924, 0.538692307692308, 0.590955976493889, 0.734615384615385, 0.919601978282745, 1.41903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 1095, '2022-03-27 00:00:00', 0.0514260185569073, 0.100653846153846, 0.404546555274687, 0.477653846153846, 0.429322494886286, 0.581269230769231, 0.589618786883656, 0.724923076923077, 0.916626628123259, 1.41584615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 600, '2022-03-27 00:00:00', 0.137935910424427, 0.266653846153846, 0.148441980377728, 0.315307692307692, 0.2581773153355, 0.410615384615384, 0.328193181853896, 0.549730769230769, 0.737395591566385, 1.27146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 615, '2022-03-27 00:00:00', 0.099361941328737, 0.164346153846153, 0.13626876158759, 0.239846153846153, 0.2205476400655, 0.299692307692307, 0.296387054632698, 0.469615384615385, 0.719527896503084, 1.23407692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 630, '2022-03-27 00:00:00', 0.0774574424094638, 0.157153846153846, 0.147479067615087, 0.216346153846154, 0.16677390037459, 0.274576923076923, 0.2250294100437, 0.428346153846154, 0.666660089839354, 1.22365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 645, '2022-03-27 00:00:00', 0.141422362501072, 0.150730769230769, 0.140560394903346, 0.19276923076923, 0.191155208786352, 0.266076923076923, 0.211463199198784, 0.409730769230769, 0.661294320602815, 1.22346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 660, '2022-03-27 00:00:00', 0.0699617148050386, 0.123807692307692, 0.106145531446943, 0.175076923076923, 0.159689511239781, 0.2495, 0.167027464346897, 0.384423076923077, 0.640126926115799, 1.21280769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 675, '2022-03-27 00:00:00', 0.0820893696856336, 0.120230769230769, 0.112045375423737, 0.162384615384615, 0.130639939705106, 0.242076923076923, 0.157058210668725, 0.373192307692308, 0.64386517102693, 1.21596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 690, '2022-03-27 00:00:00', 0.0744451165934698, 0.112653846153846, 0.097639438752995, 0.176500000000001, 0.113741731736691, 0.245692307692308, 0.159790502269017, 0.373269230769231, 0.670357438524117, 1.16784615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 705, '2022-03-27 00:00:00', 0.0769888703245226, 0.123384615384616, 0.0847986937490103, 0.162461538461538, 0.1558889348222, 0.233, 0.155985526942036, 0.356269230769231, 0.975173380245001, 1.27580769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 720, '2022-03-27 00:00:00', 0.0640038580567908, 0.109423076923077, 0.104954437000795, 0.162076923076923, 0.157608009363054, 0.218269230769231, 0.156639247464209, 0.344576923076924, 1.0189838535748, 1.29642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 735, '2022-03-27 00:00:00', 0.0666940776980986, 0.1075, 0.121575509932653, 0.152269230769231, 0.120769921115127, 0.195576923076923, 0.215033983003045, 0.357576923076924, 1.05133160983876, 1.30792307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 750, '2022-03-27 00:00:00', 0.0702231169476704, 0.0986153846153846, 0.114376039717847, 0.147961538461538, 0.128680929194895, 0.194307692307692, 0.227641219060575, 0.368269230769231, 1.05196764501283, 1.31638461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 765, '2022-03-27 00:00:00', 0.1036753512728, 0.109538461538462, 0.112748678996185, 0.14276923076923, 0.122927677299109, 0.186423076923076, 0.235503797127644, 0.378961538461538, 1.05296456803563, 1.31769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 780, '2022-03-27 00:00:00', 0.0505195164115967, 0.089692307692307, 0.0631068446854527, 0.119076923076923, 0.083616119167392, 0.168846153846153, 0.243381144582857, 0.379307692307692, 1.05082040110792, 1.32534615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 795, '2022-03-27 00:00:00', 0.0466529082282534, 0.0884230769230775, 0.0609838818554041, 0.125076923076923, 0.0877715303413444, 0.168192307692308, 0.244729316718571, 0.386038461538462, 1.04920954055899, 1.3315 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 810, '2022-03-27 00:00:00', 0.058710829822628, 0.0868076923076918, 0.0757559644770379, 0.119615384615384, 0.102623171772341, 0.167346153846154, 0.238807988527636, 0.384846153846153, 1.05031755491082, 1.33038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 825, '2022-03-27 00:00:00', 0.0496337974182296, 0.0820769230769228, 0.0660127376985801, 0.113807692307693, 0.0933614728642638, 0.158269230769231, 0.231882569749963, 0.379615384615385, 1.05113973381278, 1.3295 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 840, '2022-03-27 00:00:00', 0.0520137851550325, 0.0839230769230771, 0.0896285325449094, 0.125076923076923, 0.0919934445825021, 0.158076923076923, 0.221700019083307, 0.377461538461538, 1.05055345194074, 1.33065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 855, '2022-03-27 00:00:00', 0.0834760951502796, 0.0944615384615382, 0.085192496961068, 0.118192307692308, 0.0951759504205847, 0.165307692307692, 0.218107598710785, 0.373730769230769, 1.05297773225049, 1.33676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 870, '2022-03-27 00:00:00', 0.0470303993342441, 0.0755384615384613, 0.0596387071004678, 0.106846153846154, 0.0715338757835432, 0.165153846153846, 0.212304686712282, 0.373, 1.05778508868586, 1.33342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 885, '2022-03-27 00:00:00', 0.0418530947297989, 0.0738076923076925, 0.0610018536918848, 0.114115384615384, 0.0619003665951613, 0.159153846153846, 0.342946555603056, 0.5645, 1.06108377397104, 1.33084615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 900, '2022-03-27 00:00:00', 0.0624923872286732, 0.0804615384615384, 0.0634709503510188, 0.124807692307692, 0.0889080164249285, 0.173346153846153, 0.354552365666907, 0.5815, 1.06161024573341, 1.33007692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 915, '2022-03-27 00:00:00', 0.0488642861560308, 0.0989615384615383, 0.0596471677063096, 0.130230769230769, 0.172500042363428, 0.215769230769231, 0.36125294994803, 0.595423076923077, 1.06203927495101, 1.32969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 930, '2022-03-27 00:00:00', 0.0540596394307669, 0.0842692307692306, 0.0860753247944002, 0.126807692307692, 0.198563909494767, 0.223884615384615, 0.359936464478856, 0.601461538461538, 1.06272927589587, 1.33507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 945, '2022-03-27 00:00:00', 0.0515206306698139, 0.0858461538461535, 0.164028182381518, 0.156269230769231, 0.191987695919856, 0.229346153846154, 0.357654300213961, 0.595961538461539, 1.06446805277783, 1.33334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 960, '2022-03-27 00:00:00', 0.156579613566439, 0.116153846153846, 0.168665093739499, 0.166076923076923, 0.18467621561908, 0.221230769230769, 0.354429257344168, 0.599461538461538, 1.0595809650699, 1.33930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 975, '2022-03-27 00:00:00', 0.105419280093276, 0.10676923076923, 0.144021520827751, 0.174038461538461, 0.168257952149485, 0.225461538461539, 0.363802086939504, 0.605961538461538, 1.05981325495797, 1.33884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 990, '2022-03-27 00:00:00', 0.0961508510302749, 0.127884615384615, 0.117885139665041, 0.157115384615384, 0.143105711330417, 0.222730769230769, 0.375167853715558, 0.618961538461539, 1.0533926231285, 1.35646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 1005, '2022-03-27 00:00:00', 0.076088248359793, 0.108692307692307, 0.122093054045485, 0.160923076923077, 0.115476031479064, 0.202076923076923, 0.370908821472547, 0.625076923076923, 1.05601370037733, 1.36684615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 1020, '2022-03-27 00:00:00', 0.115546380963863, 0.127615384615385, 0.115255648952165, 0.16676923076923, 0.109857362065544, 0.196, 0.368160190886856, 0.622384615384615, 1.05701356442792, 1.37334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 1035, '2022-03-27 00:00:00', 0.0837783889886798, 0.108538461538462, 0.083052726533302, 0.136653846153847, 0.0837869826496849, 0.175461538461538, 0.363690333197816, 0.615461538461538, 1.06067695147232, 1.37034615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 1050, '2022-03-27 00:00:00', 0.0578703590928763, 0.0944615384615391, 0.0852122869435732, 0.133576923076924, 0.0851470131370089, 0.168423076923077, 0.397884152061298, 0.621961538461539, 1.06204807728348, 1.37496153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 1065, '2022-03-27 00:00:00', 0.059668881208008, 0.0941538461538464, 0.0591533079899502, 0.119923076923077, 0.322483640610711, 0.450538461538462, 0.402957795079565, 0.635230769230769, 1.06478612948256, 1.38230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 1080, '2022-03-27 00:00:00', 0.0554468976728047, 0.0859615384615383, 0.056625626163969, 0.115692307692308, 0.327432548544206, 0.475923076923077, 0.400216449129526, 0.628384615384616, 1.06448237836338, 1.38342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 1095, '2022-03-27 00:00:00', 0.0372003308504723, 0.0807692307692314, 0.310975282223276, 0.414115384615385, 0.332651189455492, 0.485576923076924, 0.425682469236618, 0.63273076923077, 1.05931411771957, 1.398 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 600, '2022-03-27 00:00:00', 0.154581818017316, 0.263461538461538, 0.201637881819403, 0.327653846153846, 0.21480726244706, 0.387, 0.29876288514215, 0.555307692307692, 1.06758190966602, 1.37942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 615, '2022-03-27 00:00:00', 0.111936060045285, 0.196807692307692, 0.160261176257335, 0.255730769230769, 0.160514006098677, 0.307884615384615, 0.277154766539175, 0.503269230769231, 1.07342475068568, 1.36484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 630, '2022-03-27 00:00:00', 0.138075926715926, 0.189807692307693, 0.134316617907666, 0.231076923076923, 0.155770580810863, 0.286923076923077, 0.264175597195968, 0.478115384615384, 1.0654529184992, 1.37680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 645, '2022-03-27 00:00:00', 0.0969036317490415, 0.142923076923077, 0.122493158364677, 0.187576923076923, 0.161883153492312, 0.246346153846154, 0.275571342151873, 0.459730769230769, 1.0667297033457, 1.3695 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 660, '2022-03-27 00:00:00', 0.0718115589581505, 0.129500000000001, 0.127649496066979, 0.186076923076923, 0.165698837097261, 0.25923076923077, 0.29674635893042, 0.451807692307692, 1.06545592985423, 1.37246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 675, '2022-03-27 00:00:00', 0.103671500423211, 0.1395, 0.129952583068417, 0.187923076923077, 0.171735489813662, 0.275038461538461, 0.300416019238963, 0.452230769230769, 1.0659554991433, 1.37338461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 690, '2022-03-27 00:00:00', 0.095175109868398, 0.130692307692308, 0.123376602943371, 0.188115384615385, 0.148095255208884, 0.25973076923077, 0.270877684573684, 0.435, 1.06830537552921, 1.36815384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 705, '2022-03-27 00:00:00', 0.118965644685281, 0.128230769230769, 0.135911243662348, 0.183115384615384, 0.140060080514921, 0.236884615384615, 0.261203486842082, 0.417692307692307, 1.08714907689084, 1.40665384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 720, '2022-03-27 00:00:00', 0.0772195670698919, 0.131692307692308, 0.105725107999654, 0.174961538461539, 0.143609384737264, 0.242846153846154, 0.251975923758296, 0.404884615384615, 1.08951201850257, 1.40703846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 735, '2022-03-27 00:00:00', 0.0841086568305913, 0.114884615384616, 0.0900235268394627, 0.142653846153846, 0.13871944570025, 0.231269230769231, 0.236548167155477, 0.408346153846154, 1.08893947560848, 1.40969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 750, '2022-03-27 00:00:00', 0.0421503718388563, 0.0814230769230763, 0.0925685774896734, 0.159307692307692, 0.124465800060159, 0.214153846153846, 0.225477394398231, 0.404846153846153, 1.08580965891109, 1.41584615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 765, '2022-03-27 00:00:00', 0.0794653770760959, 0.123115384615384, 0.0961986166540548, 0.162576923076923, 0.130387405007598, 0.211653846153845, 0.201757771750033, 0.403038461538462, 1.08347632823526, 1.41892307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 780, '2022-03-27 00:00:00', 0.0734065287391963, 0.107038461538462, 0.0915838161719385, 0.140346153846154, 0.117714570041266, 0.195, 0.18871683712744, 0.397269230769231, 1.08219744252857, 1.42023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 795, '2022-03-27 00:00:00', 0.0590509558315138, 0.0898461538461538, 0.0852373428456371, 0.12526923076923, 0.0877235517889103, 0.179692307692308, 0.173021830547922, 0.379076923076923, 1.08656569768451, 1.41184615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 810, '2022-03-27 00:00:00', 0.0636616174665837, 0.0941923076923069, 0.0681719545312838, 0.134846153846153, 0.0790698717299121, 0.176730769230768, 0.174974793789101, 0.381461538461539, 1.08642319279651, 1.41107692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 825, '2022-03-27 00:00:00', 0.0422772533857881, 0.0906153846153841, 0.0567152129910084, 0.119153846153846, 0.0942944324973649, 0.178, 0.179040833331394, 0.379500000000001, 1.08791731303441, 1.41 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 840, '2022-03-27 00:00:00', 0.0575536271663223, 0.0815, 0.07174708785299, 0.124730769230769, 0.119001622484091, 0.174115384615385, 0.190989524481157, 0.380961538461539, 1.08863244697895, 1.40773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 855, '2022-03-27 00:00:00', 0.052378871254029, 0.0931153846153843, 0.0905386360366925, 0.135730769230769, 0.115676983948341, 0.182730769230769, 0.21358029295434, 0.394307692307692, 1.08871821034575, 1.40769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 870, '2022-03-27 00:00:00', 0.0623878686432401, 0.086384615384616, 0.0895114603749798, 0.120692307692308, 0.0968869682433333, 0.16026923076923, 0.226400737291542, 0.392576923076923, 1.09268272613783, 1.4035 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 885, '2022-03-27 00:00:00', 0.0620702827446442, 0.0830000000000002, 0.064704820888044, 0.115923076923077, 0.0940113904719081, 0.168307692307692, 0.420382735867429, 0.559269230769231, 1.08881397789592, 1.41203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 900, '2022-03-27 00:00:00', 0.0441521843696931, 0.085846153846154, 0.0714585624949604, 0.118384615384615, 0.120280320022086, 0.196346153846153, 0.426591240127884, 0.588615384615385, 1.08791124425875, 1.41434615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 915, '2022-03-27 00:00:00', 0.06082698034969, 0.0871923076923075, 0.0839275603399465, 0.131653846153846, 0.132246529691272, 0.20576923076923, 0.427769024663472, 0.594538461538462, 1.08355834105116, 1.41596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 930, '2022-03-27 00:00:00', 0.0605300306904318, 0.101269230769231, 0.100074464582822, 0.152538461538461, 0.12458717676946, 0.20626923076923, 0.417410213284062, 0.605615384615384, 1.07660858182607, 1.41196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 945, '2022-03-27 00:00:00', 0.0808634556616184, 0.106461538461539, 0.107670673101611, 0.152576923076923, 0.10669274360734, 0.213307692307692, 0.445202994322641, 0.621884615384615, 1.07604955061773, 1.41365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 960, '2022-03-27 00:00:00', 0.0693018481272044, 0.107884615384616, 0.0746265059118765, 0.141346153846154, 0.119639046880446, 0.232307692307692, 0.462173580445203, 0.633538461538462, 1.0753697847002, 1.41557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 975, '2022-03-27 00:00:00', 0.0491833148693582, 0.0969615384615379, 0.0738345030873362, 0.160423076923077, 0.12259820553336, 0.236999999999999, 0.481353898275079, 0.666846153846154, 1.07227263539428, 1.42173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 990, '2022-03-27 00:00:00', 0.0651227598167784, 0.124423076923077, 0.107870378054118, 0.184538461538461, 0.14590351395568, 0.258346153846154, 0.503574643462577, 0.689307692307692, 1.06769340168421, 1.424 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 1005, '2022-03-27 00:00:00', 0.0806603133755763, 0.124615384615385, 0.0932682483691321, 0.168384615384615, 0.146408679860388, 0.246307692307693, 0.494655597360426, 0.71, 1.04656873566027, 1.42203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 1020, '2022-03-27 00:00:00', 0.0489054346515952, 0.104692307692307, 0.100986465201264, 0.169884615384615, 0.133751940316623, 0.219692307692308, 0.473870608759558, 0.699923076923077, 1.01806442594986, 1.40784615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 1035, '2022-03-27 00:00:00', 0.0697640418730278, 0.120692307692308, 0.0871138600647718, 0.153769230769231, 0.151816777222262, 0.218576923076923, 0.452072412511365, 0.718884615384615, 0.98593303252066, 1.39823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 1050, '2022-03-27 00:00:00', 0.0527418677654164, 0.0937692307692309, 0.0765532594894667, 0.133192307692308, 0.130922578413587, 0.214192307692308, 0.459721910925089, 0.732653846153846, 0.948783840178897, 1.39284615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 1065, '2022-03-27 00:00:00', 0.0698552789701681, 0.1, 0.105751522993216, 0.15576923076923, 0.307033450946309, 0.4455, 0.446589649885233, 0.741653846153846, 0.934823920071829, 1.38780769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 1080, '2022-03-27 00:00:00', 0.0503571398955654, 0.0941923076923073, 0.0687355355413334, 0.135576923076923, 0.291650074839431, 0.468384615384616, 0.436838088294296, 0.759653846153846, 0.90668292227132, 1.37319230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 1095, '2022-03-27 00:00:00', 0.042538380859571, 0.095076923076923, 0.273108265373614, 0.409269230769231, 0.284440211373416, 0.469923076923077, 0.438467421822876, 0.756, 0.887908765236955, 1.36284615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 600, '2022-03-27 00:00:00', 0.195968839752257, 0.317115384615385, 0.205491250047669, 0.372576923076923, 0.206002035090769, 0.418038461538462, 0.405543418902815, 0.703230769230769, 0.860477620501902, 1.30984615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 615, '2022-03-27 00:00:00', 0.0919684644948389, 0.180038461538461, 0.107106137150887, 0.25026923076923, 0.220128312232102, 0.349923076923077, 0.376222266547521, 0.625923076923077, 0.859677471721002, 1.26265384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 630, '2022-03-27 00:00:00', 0.0730316685786692, 0.16823076923077, 0.112810480964246, 0.223730769230769, 0.203451483538081, 0.306884615384615, 0.385034026468391, 0.596192307692308, 0.834936070330215, 1.24319230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 645, '2022-03-27 00:00:00', 0.0733427464821061, 0.146038461538461, 0.146238524862111, 0.215115384615385, 0.179660620230307, 0.296538461538461, 0.359257927486004, 0.565461538461538, 0.803846797496982, 1.21692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 660, '2022-03-27 00:00:00', 0.099417101144622, 0.152, 0.128412244803152, 0.197769230769231, 0.178186350163573, 0.282153846153846, 0.369309509552833, 0.556923076923077, 0.766850354472009, 1.20588461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 675, '2022-03-27 00:00:00', 0.067311034642289, 0.117846153846154, 0.0991602665463265, 0.179038461538461, 0.163895595285066, 0.253615384615384, 0.334070734103745, 0.517153846153846, 0.750776238302731, 1.196 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 690, '2022-03-27 00:00:00', 0.0657675159470554, 0.124384615384615, 0.0953450494862659, 0.169038461538461, 0.141659114127488, 0.236230769230769, 0.314472628135032, 0.500076923076923, 0.752590031414591, 1.19165384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 705, '2022-03-27 00:00:00', 0.0715393490432957, 0.109038461538461, 0.0921013572104128, 0.154499999999999, 0.137492892123976, 0.232846153846153, 0.279778959455221, 0.482884615384615, 0.905324417840622, 1.33269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 720, '2022-03-27 00:00:00', 0.0556059349350412, 0.1065, 0.0832151336088486, 0.147038461538461, 0.133711054718173, 0.242615384615384, 0.24170867716196, 0.465730769230769, 0.913399113202985, 1.3475 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 735, '2022-03-27 00:00:00', 0.0567393636254003, 0.101346153846153, 0.0831640454856453, 0.162538461538461, 0.105909017557524, 0.236, 0.218566606640771, 0.448807692307692, 0.944421112884257, 1.35796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 750, '2022-03-27 00:00:00', 0.0688344278797935, 0.128461538461538, 0.0888056564380036, 0.182269230769231, 0.17962309257057, 0.255846153846154, 0.212779499446294, 0.445346153846154, 1.00257200010005, 1.38715384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 765, '2022-03-27 00:00:00', 0.0730802298846959, 0.12, 0.0794579037071738, 0.164038461538461, 0.198060787094809, 0.239346153846154, 0.209956742797543, 0.430076923076923, 1.00531630613684, 1.38534615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 780, '2022-03-27 00:00:00', 0.0605838389214618, 0.110807692307692, 0.177519559052387, 0.176923076923076, 0.191121274426636, 0.222692307692308, 0.215704430966222, 0.420807692307692, 1.04900258560948, 1.39423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 795, '2022-03-27 00:00:00', 0.175102383237307, 0.130730769230769, 0.192576014961525, 0.169192307692308, 0.184784319181538, 0.20773076923077, 0.203286943846528, 0.423692307692307, 1.07711626399096, 1.40761538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 810, '2022-03-27 00:00:00', 0.105135312079975, 0.102923076923077, 0.100329150607081, 0.141538461538462, 0.105199305350148, 0.191423076923077, 0.204567250555899, 0.423, 1.08984610628502, 1.41884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 825, '2022-03-27 00:00:00', 0.0711241276815512, 0.100192307692308, 0.0870149058848764, 0.138076923076923, 0.114599395890474, 0.198692307692307, 0.206904794159425, 0.414923076923077, 1.0914892973153, 1.42338461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 840, '2022-03-27 00:00:00', 0.0542366892567982, 0.0935384615384618, 0.0705284230756539, 0.131538461538462, 0.110643822171034, 0.205153846153846, 0.173977456541402, 0.398346153846154, 1.09248305250013, 1.4225 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 855, '2022-03-27 00:00:00', 0.0566394263334705, 0.0882307692307694, 0.0655910523916653, 0.125115384615384, 0.102370218024881, 0.199307692307693, 0.163477050847653, 0.393884615384615, 1.09673364342277, 1.42226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 870, '2022-03-27 00:00:00', 0.0308571896621542, 0.0776153846153844, 0.0694443994529767, 0.129269230769231, 0.108469896568303, 0.190038461538462, 0.160532786011504, 0.376846153846153, 1.11869285328905, 1.4045 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 885, '2022-03-27 00:00:00', 0.0690011928547945, 0.0992692307692309, 0.0714756978602893, 0.134846153846154, 0.101925198816809, 0.207884615384615, 0.505512072442009, 0.559153846153846, 1.11828619496359, 1.40142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 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 970045, 5, 900, '2022-03-27 00:00:00', 0.0448708089157494, 0.0877916666666674, 0.0934557168636186, 0.129833333333334, 0.0830458228669706, 0.204000000000001, 0.560867106569715, 0.609458333333334, 1.14450092597831, 1.45425 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 915, '2022-03-27 00:00:00', 0.0585632168030317, 0.0927916666666671, 0.0553791771414995, 0.151375, 0.0557031469462016, 0.199666666666667, 0.587772600956171, 0.62175, 1.13647984354436, 1.4485 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 930, '2022-03-27 00:00:00', 0.0448417305319666, 0.116791666666666, 0.0540860827554194, 0.147, 0.0700794063074579, 0.197083333333333, 0.582898105235346, 0.634875, 1.13654661830464, 1.44570833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 945, '2022-03-27 00:00:00', 0.0337290729537418, 0.0955416666666668, 0.0514587037186689, 0.140208333333333, 0.101406977077517, 0.201375, 0.580542325161868, 0.642, 1.13806996231797, 1.44375 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 960, '2022-03-27 00:00:00', 0.0401188226090469, 0.101708333333333, 0.0624060888658807, 0.137208333333333, 0.10529926297277, 0.20975, 0.576485150392608, 0.653791666666667, 1.13799952879438, 1.44283333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 975, '2022-03-27 00:00:00', 0.0499325450780454, 0.0907083333333335, 0.0821788434990452, 0.151833333333334, 0.110807894541651, 0.229958333333333, 0.564864354628998, 0.672, 1.12991606716631, 1.44866666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 990, '2022-03-27 00:00:00', 0.0705031605828698, 0.13, 0.0819861688582774, 0.177916666666667, 0.112830954420152, 0.244958333333333, 0.558121290581178, 0.691375, 1.12222527302044, 1.45679166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 1005, '2022-03-27 00:00:00', 0.0572209042576047, 0.114666666666667, 0.0653711671362359, 0.160541666666666, 0.0954148835350124, 0.2135, 0.560086482387875, 0.690541666666666, 1.12319133112055, 1.456375 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 1020, '2022-03-27 00:00:00', 0.0633663720079453, 0.119916666666666, 0.0952839767845784, 0.167416666666666, 0.101055408821962, 0.20325, 0.560455424283409, 0.68975, 1.11973487739383, 1.45675 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 1035, '2022-03-27 00:00:00', 0.0548166740474391, 0.107458333333333, 0.0562355134324791, 0.138458333333333, 0.0717356131109633, 0.200208333333333, 0.548894376207193, 0.687083333333333, 1.12504010556532, 1.44575 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 1050, '2022-03-27 00:00:00', 0.0434490372802404, 0.0950833333333335, 0.0615890865308952, 0.141458333333333, 0.0841070315349628, 0.202083333333333, 0.550834687779255, 0.688625, 1.12474143888621, 1.4465 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 1065, '2022-03-27 00:00:00', 0.0665249081607565, 0.118541666666666, 0.0617609786051101, 0.157625, 0.497366147968403, 0.479041666666667, 0.54738825045769, 0.691625, 1.21709113897839, 1.47183333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 1080, '2022-03-27 00:00:00', 0.0452902875341674, 0.105416666666667, 0.0737775249544593, 0.143083333333334, 0.521590314827393, 0.51775, 0.529466834299551, 0.672791666666667, 1.22824925994898, 1.466625 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 1095, '2022-03-27 00:00:00', 0.0618911450370093, 0.103173913043479, 0.491550467053058, 0.442043478260869, 0.565408512989736, 0.551173913043478, 0.523637124299514, 0.696739130434783, 1.21341878599172, 1.52217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 600, '2022-03-27 00:00:00', 0.220433149352209, 0.19876, 0.253669916755351, 0.29348, 0.2840157390005, 0.36176, 0.289703883301554, 0.52444, 1.15728271826724, 1.40404 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 615, '2022-03-27 00:00:00', 0.12721644285757, 0.14776, 0.171919865053461, 0.20824, 0.170144722711775, 0.27632, 0.254285685794542, 0.49472, 1.15359026521551, 1.3816 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 630, '2022-03-27 00:00:00', 0.092720601809954, 0.11312, 0.124537035990638, 0.17516, 0.131583661599759, 0.25648, 0.347219464700162, 0.48924, 1.15409047883315, 1.364 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 645, '2022-03-27 00:00:00', 0.0981106857924597, 0.10796, 0.111142551107425, 0.1612, 0.118946024173433, 0.24164, 0.344264225075257, 0.46876, 1.13413707578346, 1.35564 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 660, '2022-03-27 00:00:00', 0.077314875670857, 0.10556, 0.101294586890581, 0.18048, 0.141847535520832, 0.24416, 0.329384274062986, 0.4588, 1.12103784057453, 1.34144 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 675, '2022-03-27 00:00:00', 0.0800737784795999, 0.102680000000001, 0.106647737903811, 0.16136, 0.16696299989319, 0.23668, 0.349539935725042, 0.446, 1.12347867210137, 1.33408 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 690, '2022-03-27 00:00:00', 0.0874159024434345, 0.10304, 0.131846501660075, 0.1508, 0.169630362848165, 0.21572, 0.385520457736465, 0.43924, 1.1164443828512, 1.33332 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 705, '2022-03-27 00:00:00', 0.0802283200206353, 0.0925999999999999, 0.109917802622384, 0.14444, 0.14470715255301, 0.207920000000001, 0.355619679807891, 0.41676, 1.07662450433442, 1.43764 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 720, '2022-03-27 00:00:00', 0.0810864353637527, 0.10252, 0.111602613469996, 0.14368, 0.116606532121204, 0.1886, 0.343586000878965, 0.40044, 1.04723394711974, 1.43976 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 735, '2022-03-27 00:00:00', 0.0732740972877411, 0.0894799999999999, 0.0875263388929294, 0.13888, 0.0972916234832167, 0.17908, 0.365759369895929, 0.401999999999999, 1.04787104327457, 1.44584 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 750, '2022-03-27 00:00:00', 0.0589524667281474, 0.0886800000000001, 0.0708048491748032, 0.11908, 0.117803395536801, 0.17416, 0.396264061790452, 0.407959999999999, 1.04861988664466, 1.451 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 765, '2022-03-27 00:00:00', 0.0515080899794715, 0.0741999999999996, 0.0832343478779444, 0.11504, 0.110158098506949, 0.16716, 0.376497954841723, 0.411279999999999, 1.03620678116548, 1.44992 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 780, '2022-03-27 00:00:00', 0.0670649436491726, 0.07904, 0.0858422584356528, 0.11368, 0.0919092305846738, 0.15984, 0.364053764344408, 0.421679999999999, 1.02266001192967, 1.4468 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 795, '2022-03-27 00:00:00', 0.078052503696764, 0.0841199999999999, 0.0843931869288036, 0.11728, 0.115052060679793, 0.16768, 0.368251757180692, 0.43724, 1.02202133539374, 1.45312 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 810, '2022-03-27 00:00:00', 0.0513399454615995, 0.0769599999999997, 0.0796777258711624, 0.10704, 0.213825029716667, 0.186319999999999, 0.367200935002441, 0.451879999999999, 1.01845021151421, 1.4676 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 825, '2022-03-27 00:00:00', 0.0689026366210568, 0.0783600000000003, 0.108086030549744, 0.12444, 0.233769651580354, 0.2006, 0.363692965746292, 0.44936, 1.01715387233201, 1.4672 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 840, '2022-03-27 00:00:00', 0.0904651314043152, 0.0812399999999997, 0.199162437890951, 0.13748, 0.221297333919774, 0.20052, 0.350417883866297, 0.439879999999999, 1.006930108465, 1.46592 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 855, '2022-03-27 00:00:00', 0.130602730956644, 0.0903600000000002, 0.154740018525698, 0.13384, 0.16911897193002, 0.19432, 0.290213559297288, 0.424919999999999, 0.953939073875616, 1.44844 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 870, '2022-03-27 00:00:00', 0.0775983676804268, 0.0845600000000002, 0.104861384694272, 0.12908, 0.154367796728031, 0.1938, 0.242257177396254, 0.401959999999999, 0.914860457483362, 1.44136 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 885, '2022-03-27 00:00:00', 0.0829174690078428, 0.0821599999999999, 0.106343186586322, 0.12904, 0.158999737945277, 0.1868, 0.283191201605324, 0.50556, 0.914404132026243, 1.4454 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 885);
Date: 2022-03-27 14:49:26 Duration: 3s901ms Database: acaweb_fx User: pgperfstats
8 5m34s 4 35s333ms 3m4s 1m23s select updateageforrelevantresults ();Times Reported Time consuming queries #8
Day Hour Count Duration Avg duration Mar 27 14 4 5m34s 1m23s [ User: postgres - Total duration: 5m34s - Times executed: 4 ]
-
select updateageforrelevantresults ();
Date: 2022-03-27 14:05:07 Duration: 3m4s Database: acaweb_fx User: postgres
-
select updateageforrelevantresults ();
Date: 2022-03-27 14:18:20 Duration: 1m17s Database: acaweb_fx User: postgres
-
select updateageforrelevantresults ();
Date: 2022-03-27 14:32:38 Duration: 36s488ms Database: acaweb_fx User: postgres
9 4m43s 49 2s957ms 13s173ms 5s793ms 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 Mar 27 14 49 4m43s 5s793ms [ User: postgres - Total duration: 4m43s - Times executed: 49 ]
-
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 = '529' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true 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 ('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 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-03-27 14:01:43 Duration: 13s173ms 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 = '572' 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 ('26' = 0 OR coalesce(bim.code, s.symbol) in ('EURUSD', 'USDJPY', 'GBPUSD', 'USDCHF', 'EURTRY', 'USDTRY', '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-03-27 14:04:02 Duration: 12s121ms 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 = '529' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true 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 ('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 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-03-27 14:06:04 Duration: 9s211ms Database: acaweb_fx User: postgres Bind query: yes
10 3m13s 85 1s58ms 4s348ms 2s279ms 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 Mar 27 14 85 3m13s 2s279ms [ User: postgres - Total duration: 3m13s - Times executed: 85 ]
-
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 = '627' AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 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 ('0' = 0 OR coalesce(bim.code, s.symbol) in ('')) AND ('0' = 0 OR fr.pattern in ('')) AND ('0' = 0 OR fr.patternlengthbars <= '0') AND ('0' = 0 OR ('0' = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ('0' = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 14:02:22 Duration: 4s348ms 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-03-27 14:16:05 Duration: 4s212ms 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 = '660' AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT JOIN currencypips cps on cps.symbol = s.symbol 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 ('212' = 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', 'YNDX', 'XAGUSD', 'XAUUSD', 'BRENT', 'COCOA', 'COFFEE', 'CORN', 'COTTON', 'NGAS', 'SUGAR', 'USDX', 'WHEAT', 'WTI', 'FRENCH40', 'GERMAN30', 'JPN225', 'NETHERLAND25', 'SPANISH35', 'SWISS20', 'UK100', 'US30', 'US500', 'USTECH100', 'USVIX')) AND ('0' = 0 OR fr.pattern in ('')) AND ('400' = 0 OR fr.patternlengthbars <= '400') AND ('0' = 0 OR ('0' = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ('0' = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 14:01:31 Duration: 3s914ms Database: acaweb_fx User: postgres Bind query: yes
11 2m59s 104 51ms 22s485ms 1s729ms (( 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 #11
Day Hour Count Duration Avg duration Mar 27 14 104 2m59s 1s729ms [ User: postgres - Total duration: 2m59s - Times executed: 104 ]
-
(( SELECT /*CPRelevantList*/ distinct 0 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_autochartist_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '529' union select distinct 0 as patterntype, ar.resultuid as resultuid, 0, 1 from autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '529' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_autochartist_results order by resultuid desc limit 1))) union all (( SELECT distinct 1 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_fibonacci_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '529' union select distinct 1 as patterntype, ar.resultuid as resultuid, 0, 1 from fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '529' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_fibonacci_results order by resultuid desc limit 1))) union all (( SELECT distinct 2 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_keylevels_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '529' union select distinct 2 as patterntype, ar.resultuid as resultuid, 0, 1 from keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '529' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1)));
Date: 2022-03-27 14:18:43 Duration: 22s485ms 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-03-27 14:19:59 Duration: 18s111ms Database: acaweb_fx User: postgres Bind query: yes
-
(( SELECT /*CPRelevantList*/ distinct 0 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_autochartist_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '529' union select distinct 0 as patterntype, ar.resultuid as resultuid, 0, 1 from autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '529' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_autochartist_results order by resultuid desc limit 1))) union all (( SELECT distinct 1 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_fibonacci_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '529' union select distinct 1 as patterntype, ar.resultuid as resultuid, 0, 1 from fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '529' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_fibonacci_results order by resultuid desc limit 1))) union all (( SELECT distinct 2 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_keylevels_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '529' union select distinct 2 as patterntype, ar.resultuid as resultuid, 0, 1 from keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '529' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1)));
Date: 2022-03-27 14:08:19 Duration: 13s414ms Database: acaweb_fx User: postgres Bind query: yes
12 1m48s 45 1s820ms 3s791ms 2s421ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, 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 Mar 27 14 45 1m48s 2s421ms [ User: pgperfstats - Total duration: 1m48s - Times executed: 45 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969225, 1, 990, '2022-03-27 00:00:00', 0.246970216915883, 0.437875, 0.394652736730275, 0.5915, 0.533120820998963, 0.774375, 0.550172041603642, 0.931166666666667, 1.27207221960235, 2.37391666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 1, 1005, '2022-03-27 00:00:00', 0.269925992943745, 0.328708333333334, 0.377521973638238, 0.450166666666667, 0.446913065420422, 0.607375, 0.428826372755938, 0.766166666666667, 1.28391192231997, 2.32354166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 1, 1020, '2022-03-27 00:00:00', 0.198764986674053, 0.256958333333333, 0.247284084563202, 0.381875, 0.32334185425049, 0.526958333333333, 0.360897994340286, 0.710333333333333, 1.28292463659734, 2.30483333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 1, 1035, '2022-03-27 00:00:00', 0.159277848337471, 0.245291666666667, 0.243529467312018, 0.365083333333334, 0.268393499645901, 0.469125, 0.361633790164036, 0.669708333333333, 1.28419792821846, 2.29116666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 1, 1050, '2022-03-27 00:00:00', 0.184153640761722, 0.233291666666667, 0.209672514664649, 0.302958333333333, 0.218844391643066, 0.387208333333333, 0.334325700347795, 0.60425, 1.2473111420752, 2.26329166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 1, 1065, '2022-03-27 00:00:00', 0.152911733324837, 0.200458333333334, 0.18022340705157, 0.276291666666667, 0.201989453017813, 0.3565, 0.315212419750901, 0.5785, 1.2442619421959, 2.25695833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 1, 1080, '2022-03-27 00:00:00', 0.108591167535241, 0.168291666666666, 0.147957470387535, 0.25925, 0.16996205885219, 0.324333333333333, 0.307777702458178, 0.564625, 1.24486462726571, 2.252125 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 1, 1095, '2022-03-27 00:00:00', 0.106600559791335, 0.167875, 0.120728915403447, 0.229583333333333, 0.207356127003272, 0.306041666666667, 0.458214427922694, 0.630875, 1.24902372237599, 2.24420833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 1, 1110, '2022-03-27 00:00:00', 0.110725857773649, 0.157958333333334, 0.154249086859863, 0.211208333333334, 0.241734972855501, 0.303166666666667, 0.470206491796462, 0.620666666666667, 1.25356790512266, 2.23583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 1, 1125, '2022-03-27 00:00:00', 0.103941864673885, 0.144791666666667, 0.140207138429778, 0.201291666666667, 0.213937346916796, 0.297166666666666, 0.516011415374798, 0.631291666666667, 1.22101678865952, 2.29854166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 1, 1140, '2022-03-27 00:00:00', 0.104796896388937, 0.126958333333334, 0.142209983291702, 0.187875, 0.192130159497165, 0.281791666666666, 0.537176184899506, 0.637083333333334, 1.22442351933885, 2.31454166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 1, 1155, '2022-03-27 00:00:00', 0.0816394401524527, 0.118041666666667, 0.123087389422243, 0.200375, 0.202338430802728, 0.287333333333333, 0.609936608728044, 1.03233333333333, 1.22500430936834, 2.32541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 1, 1170, '2022-03-27 00:00:00', 0.0909653441733706, 0.137458333333333, 0.134671904045093, 0.196, 0.232144757437676, 0.280333333333333, 0.633587335125856, 1.09829166666667, 1.22078502822771, 2.34954166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 1, 1185, '2022-03-27 00:00:00', 0.0927899294885652, 0.121166666666667, 0.155120687002836, 0.194083333333334, 0.199099203297309, 0.257333333333334, 0.620864678714583, 1.11691666666667, 1.21113277838727, 2.35745833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 1, 1200, '2022-03-27 00:00:00', 0.110493942059663, 0.132958333333334, 0.147963469835623, 0.186166666666667, 0.174504220081026, 0.270375, 0.664029050351071, 1.16016666666667, 1.20046216869931, 2.352875 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 1, 1215, '2022-03-27 00:00:00', 0.138432738860451, 0.131333333333334, 0.149595469008343, 0.18025, 0.212381522811858, 0.282208333333334, 0.726768456588997, 1.20204166666667, 1.20161774936113, 2.35120833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 1, 1230, '2022-03-27 00:00:00', 0.111488536812444, 0.126041666666666, 0.152893327405801, 0.19625, 0.219040380765275, 0.281083333333333, 0.739702525402581, 1.2145, 1.20161774936113, 2.35120833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 1, 1245, '2022-03-27 00:00:00', 0.0888028164947, 0.128125, 0.156709362436844, 0.202791666666667, 0.182948951460727, 0.256833333333334, 0.734271598795092, 1.22445833333333, 1.16167661115865, 2.331125 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 1, 1260, '2022-03-27 00:00:00', 0.103193140641043, 0.130708333333333, 0.152851163753729, 0.184, 0.196003544592319, 0.269208333333334, 0.741522639084851, 1.23779166666667, 1.14667697269551, 2.32158333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 1, 1275, '2022-03-27 00:00:00', 0.0998250280835633, 0.125083333333333, 0.113087467750936, 0.163083333333334, 0.423053976067672, 0.353166666666667, 0.745265489850643, 1.24870833333333, 1.14533621100177, 2.32241666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 1, 1290, '2022-03-27 00:00:00', 0.0771796206299289, 0.105208333333334, 0.1526587496365, 0.191458333333334, 0.431499943322078, 0.346125, 0.760486542153838, 1.26570833333333, 1.1347013581121, 2.31704166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 1, 1305, '2022-03-27 00:00:00', 0.112177646059107, 0.136208333333334, 0.43032043798526, 0.274875, 0.484158928197781, 0.365958333333334, 0.756796968924898, 1.27, 1.13501851402253, 2.316625 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 1, 1320, '2022-03-27 00:00:00', 0.096155900197841, 0.116571428571429, 0.109892631582789, 0.157238095238095, 0.168571194511541, 0.290619047619048, 0.728953587914439, 1.27633333333333, 1.15671397254711, 2.30971428571429 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 1, 1335, '2022-03-27 00:00:00', 0.0682646460824485, 0.106523809523809, 0.114131941190887, 0.185, 0.39885228797018, 0.802619047619047, 0.757839950435572, 1.2957619047619, 1.14049520572676, 2.30971428571429 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 1, 1350, '2022-03-27 00:00:00', 0.118568746383892, 0.145380952380952, 0.141984355274999, 0.238571428571429, 0.437907361370938, 0.906428571428571, 0.755322788141411, 1.30128571428571, 1.13985202882613, 2.31161904761905 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 1, 1365, '2022-03-27 00:00:00', 0.0923312617955689, 0.144476190476191, 0.400186408945584, 0.751809523809523, 0.454440697582257, 0.948619047619047, 0.759296218625543, 1.29061904761905, 1.13933868872212, 2.31204761904762 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 2, 990, '2022-03-27 00:00:00', 0.250796123145106, 0.483153846153846, 0.330822118133226, 0.626923076923077, 0.439458365928578, 0.780846153846154, 0.757310605924778, 1.11507692307692, 1.07303435818531, 2.23357692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 2, 1005, '2022-03-27 00:00:00', 0.219389165990133, 0.356384615384616, 0.287314044209468, 0.47, 0.448884245829419, 0.606115384615385, 0.791326617386661, 0.982153846153846, 1.08872917660913, 2.1255 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 2, 1020, '2022-03-27 00:00:00', 0.143584421696248, 0.291384615384615, 0.224134509751484, 0.402038461538461, 0.33540439197161, 0.517884615384615, 0.780002726819691, 0.938576923076923, 1.0990246921003, 2.11092307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 2, 1035, '2022-03-27 00:00:00', 0.143153688256847, 0.240461538461538, 0.23344658094272, 0.318115384615384, 0.31171049931726, 0.463653846153846, 0.721243908386487, 0.879153846153846, 1.08180107441959, 2.09073076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 2, 1050, '2022-03-27 00:00:00', 0.132254696005036, 0.21476923076923, 0.190982238400892, 0.318846153846153, 0.276713272873955, 0.450653846153846, 0.690551446309397, 0.8435, 1.08347784259052, 2.00434615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 2, 1065, '2022-03-27 00:00:00', 0.104119672271123, 0.230884615384616, 0.153591731548284, 0.3245, 0.21908871403015, 0.432230769230769, 0.666234359319948, 0.791692307692308, 1.14740824737922, 2.03561538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 2, 1080, '2022-03-27 00:00:00', 0.1062156080085, 0.199653846153846, 0.150701339895018, 0.272576923076923, 0.219851362375723, 0.384692307692308, 0.664101953479573, 0.735269230769231, 1.17119979245479, 2.03907692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 2, 1095, '2022-03-27 00:00:00', 0.123343853328191, 0.174884615384615, 0.135915199806577, 0.244692307692308, 0.20612667128585, 0.358269230769231, 0.669437361923026, 0.770692307692308, 1.1273020262829, 2.06446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 2, 1110, '2022-03-27 00:00:00', 0.103684610533765, 0.185461538461539, 0.135944015626343, 0.263846153846154, 0.537760577266071, 0.442961538461539, 0.644717212904529, 0.75926923076923, 1.12148905684157, 2.07276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 2, 1125, '2022-03-27 00:00:00', 0.0793231462970394, 0.160192307692308, 0.152886448561821, 0.241884615384615, 0.594974760938517, 0.435615384615385, 0.631795224858376, 0.747384615384615, 1.1359187626695, 2.23365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 2, 1140, '2022-03-27 00:00:00', 0.133307446846062, 0.172653846153846, 0.5215727989604, 0.319769230769231, 0.571406496826371, 0.414230769230769, 0.599901393179297, 0.734807692307692, 1.21785246043378, 2.29484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 2, 1155, '2022-03-27 00:00:00', 0.412513326591257, 0.229730769230769, 0.469147718249233, 0.309307692307692, 0.45749929634246, 0.369384615384616, 0.92557485920913, 1.0845, 1.2294473060939, 2.32303846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 2, 1170, '2022-03-27 00:00:00', 0.213294916813462, 0.194192307692307, 0.20898957279841, 0.238807692307692, 0.231382856222854, 0.319115384615385, 0.716892796405754, 1.10919230769231, 1.22117782740838, 2.34438461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 2, 1185, '2022-03-27 00:00:00', 0.113607854549695, 0.14276923076923, 0.22990942698242, 0.226230769230769, 0.265437566177927, 0.309692307692308, 0.722864163215703, 1.12096153846154, 1.23460514522473, 2.35023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 2, 1200, '2022-03-27 00:00:00', 0.155749483268681, 0.160307692307692, 0.162489384268634, 0.208, 0.222214411358454, 0.283730769230769, 0.721658922206328, 1.123, 1.23761111575735, 2.35792307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 2, 1215, '2022-03-27 00:00:00', 0.071610098127611, 0.133384615384615, 0.144880852904935, 0.194692307692307, 0.221414960233911, 0.289230769230769, 0.714291033123054, 1.124, 1.22957836926072, 2.36861538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 2, 1230, '2022-03-27 00:00:00', 0.107629621315953, 0.133846153846154, 0.145640384297974, 0.181807692307692, 0.220684965156564, 0.276576923076923, 0.704172567355037, 1.11973076923077, 1.22456303289723, 2.37369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 2, 1245, '2022-03-27 00:00:00', 0.082604935594766, 0.121846153846154, 0.153973943849651, 0.196153846153846, 0.196112965875833, 0.275846153846154, 0.670343880751916, 1.10203846153846, 1.21866100858531, 2.36542307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 2, 1260, '2022-03-27 00:00:00', 0.136792374956186, 0.142923076923076, 0.150066103383193, 0.190346153846153, 0.199001294932006, 0.278346153846154, 0.652950364470025, 1.08153846153846, 1.20264038745523, 2.36030769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 2, 1275, '2022-03-27 00:00:00', 0.0952165144047219, 0.126769230769231, 0.120733253337837, 0.185961538461539, 0.355112272603815, 0.369615384615385, 0.648503028876149, 1.07153846153846, 1.20043325255766, 2.36607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 2, 1290, '2022-03-27 00:00:00', 0.0606229202656747, 0.118461538461538, 0.109654176671655, 0.176038461538462, 0.334296038771717, 0.348192307692308, 0.634281369255487, 1.04815384615385, 1.15825845727374, 2.35342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 2, 1305, '2022-03-27 00:00:00', 0.0799805841823741, 0.111576923076923, 0.318130297447203, 0.259615384615384, 0.299929601996612, 0.340615384615384, 0.625262053370117, 1.03365384615385, 1.14448835528572, 2.33734615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 2, 1320, '2022-03-27 00:00:00', 0.0727945020292864, 0.118304347826088, 0.0953750035614565, 0.171869565217392, 0.129129542457092, 0.268565217391305, 0.647863524397739, 1.00034782608696, 1.06196986588482, 2.30478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 2, 1335, '2022-03-27 00:00:00', 0.0903657915617683, 0.134391304347826, 0.0887985017499927, 0.19108695652174, 0.683382412518153, 0.772608695652174, 0.648490457537956, 1.00034782608696, 1.06204854812625, 2.30386956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 2, 1350, '2022-03-27 00:00:00', 0.0616387858490795, 0.138608695652174, 0.103048417186219, 0.201608695652174, 0.673953631953799, 0.863956521739131, 0.650678338655328, 0.993869565217392, 1.06225754266869, 2.30221739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 2, 1365, '2022-03-27 00:00:00', 0.0943334217889039, 0.159391304347827, 0.688441959801849, 0.733173913043479, 0.667198164943781, 0.892130434782609, 0.647928023255792, 0.981217391304348, 1.07530923578716, 2.31795652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 3, 990, '2022-03-27 00:00:00', 0.317904303452858, 0.471115384615384, 0.33965290880771, 0.585538461538461, 0.378357405311231, 0.669615384615384, 0.351910690156117, 0.822423076923076, 1.14276491222621, 2.29226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 3, 1005, '2022-03-27 00:00:00', 0.150430587110672, 0.307807692307692, 0.186247201321254, 0.3895, 0.207786299244792, 0.488884615384615, 0.36057349405549, 0.725730769230768, 1.14830014369066, 2.2755 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 3, 1020, '2022-03-27 00:00:00', 0.11308613463265, 0.262076923076923, 0.180535153193115, 0.341307692307693, 0.217781545449704, 0.446807692307693, 0.381217910629361, 0.698153846153846, 1.15125378676401, 2.26980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 3, 1035, '2022-03-27 00:00:00', 0.167401318807414, 0.244192307692308, 0.184622029688101, 0.337576923076923, 0.183285200208268, 0.402769230769231, 0.368593534731897, 0.666923076923077, 1.14626039731884, 2.26046153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 3, 1050, '2022-03-27 00:00:00', 0.131970701876766, 0.248115384615384, 0.144568306985367, 0.298653846153846, 0.139504711803525, 0.371730769230769, 0.386466973412298, 0.666192307692308, 1.13512441879903, 2.25038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 3, 1065, '2022-03-27 00:00:00', 0.0758246661713719, 0.1735, 0.100934655175438, 0.244730769230769, 0.118495394262977, 0.318038461538462, 0.403071761123729, 0.642730769230769, 1.1363560628335, 2.24330769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 3, 1080, '2022-03-27 00:00:00', 0.095567559671357, 0.164038461538462, 0.114329786145169, 0.2295, 0.127473466319013, 0.29273076923077, 0.406953319946385, 0.613730769230769, 1.13686192450298, 2.22765384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 3, 1095, '2022-03-27 00:00:00', 0.0569533682396939, 0.160615384615385, 0.0888264686817025, 0.214692307692308, 0.102423134405946, 0.288461538461538, 0.516148674168746, 0.676576923076923, 1.14033809831187, 2.22046153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 3, 1110, '2022-03-27 00:00:00', 0.0990355414057922, 0.161038461538461, 0.110986402493556, 0.217307692307692, 0.107626362226705, 0.273076923076923, 0.533578048504766, 0.691423076923077, 1.13886943669859, 2.22292307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 3, 1125, '2022-03-27 00:00:00', 0.0709028913373781, 0.1475, 0.0969430998853696, 0.197730769230769, 0.38286227288674, 0.316, 0.54469829616601, 0.674076923076923, 1.17354379617399, 2.35880769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 3, 1140, '2022-03-27 00:00:00', 0.0758799963505132, 0.138423076923076, 0.0722631622293447, 0.174269230769231, 0.374788793855954, 0.297, 0.538343420561206, 0.676038461538462, 1.21098296500754, 2.38130769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 3, 1155, '2022-03-27 00:00:00', 0.0605652985183379, 0.113653846153846, 0.381205474575266, 0.229423076923077, 0.376553775912347, 0.296884615384615, 0.668452031533706, 1.01103846153846, 1.23008666173754, 2.38265384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 3, 1170, '2022-03-27 00:00:00', 0.329981820012045, 0.182807692307692, 0.32448817923237, 0.220461538461538, 0.330299500453755, 0.302, 0.663600978345827, 1.05146153846154, 1.30885058499668, 2.41157692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 3, 1185, '2022-03-27 00:00:00', 0.0894616032806161, 0.121461538461538, 0.13482047892832, 0.184807692307692, 0.19673189878614, 0.257, 0.603577860632871, 1.04807692307692, 1.33191212230329, 2.41330769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 3, 1200, '2022-03-27 00:00:00', 0.104105545555387, 0.133269230769231, 0.127209506175987, 0.182461538461538, 0.175870971059861, 0.249961538461538, 0.58798238592142, 1.04238461538461, 1.33344063061863, 2.41065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 3, 1215, '2022-03-27 00:00:00', 0.0683338411488322, 0.121923076923076, 0.118851148015555, 0.177653846153846, 0.142840351980265, 0.267615384615385, 0.583465561570228, 1.04669230769231, 1.34034374006762, 2.41769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 3, 1230, '2022-03-27 00:00:00', 0.111648293934397, 0.136307692307692, 0.139834451570969, 0.179076923076923, 0.164813708354428, 0.282961538461539, 0.611367029382011, 1.06026923076923, 1.36256616042615, 2.42730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 3, 1245, '2022-03-27 00:00:00', 0.114026069893619, 0.128769230769231, 0.117619131096944, 0.1935, 0.149397435875432, 0.276076923076923, 0.600186165990315, 1.05607692307692, 1.3537652387096, 2.42380769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 3, 1260, '2022-03-27 00:00:00', 0.087710923799982, 0.142384615384616, 0.148391960180308, 0.213423076923077, 0.205390929318103, 0.291923076923077, 0.601787282888359, 1.06057692307692, 1.35273080669608, 2.42665384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 3, 1275, '2022-03-27 00:00:00', 0.128606358258896, 0.158346153846154, 0.136264381033568, 0.205307692307692, 0.403051384393528, 0.380538461538462, 0.5992036009443, 1.05034615384615, 1.34227141872963, 2.42019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 3, 1290, '2022-03-27 00:00:00', 0.0997562953479052, 0.139038461538461, 0.160474066920005, 0.200384615384615, 0.4070052069219, 0.398961538461539, 0.576749940482141, 1.04042307692308, 1.34501860953669, 2.4305 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 3, 1305, '2022-03-27 00:00:00', 0.081530334137764, 0.128653846153846, 0.367693358865572, 0.287384615384616, 0.391478216311143, 0.380923076923077, 0.590297980814645, 1.05088461538462, 1.34066112049242, 2.436 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 3, 1320, '2022-03-27 00:00:00', 0.111352625090854, 0.14204347826087, 0.161469070937952, 0.201521739130435, 0.185716133422594, 0.270130434782609, 0.604914344049109, 1.006, 1.31207614499947, 2.46691304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 3, 1335, '2022-03-27 00:00:00', 0.0989067313279351, 0.134782608695652, 0.139729906034164, 0.193913043478261, 0.507630814153614, 0.773043478260869, 0.591516146676196, 0.991521739130435, 1.30516497071846, 2.47434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 3, 1350, '2022-03-27 00:00:00', 0.0843572536600108, 0.132652173913044, 0.102030259791121, 0.201086956521739, 0.474798617597743, 0.809000000000001, 0.564136567857178, 0.962608695652174, 1.30168729054698, 2.4634347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 3, 1365, '2022-03-27 00:00:00', 0.0762745457155311, 0.157478260869566, 0.452669377379773, 0.726260869565218, 0.446431529657054, 0.829739130434783, 0.550001670856247, 0.961260869565218, 1.31238366546353, 2.47239130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 4, 990, '2022-03-27 00:00:00', 0.290650517517746, 0.487839999999999, 0.30251501340154, 0.574, 0.292212964576637, 0.636199999999999, 0.445255589521344, 0.81096, 1.34262019697803, 2.35792 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 4, 1005, '2022-03-27 00:00:00', 0.151544547905888, 0.338, 0.199408232862471, 0.426679999999999, 0.232251537490427, 0.482119999999999, 0.442164758131326, 0.71256, 1.33408620411126, 2.3404 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 4, 1020, '2022-03-27 00:00:00', 0.105818744401295, 0.26476, 0.157902374902976, 0.33792, 0.188587318414221, 0.41848, 0.424642936280981, 0.64804, 1.34915038079526, 2.3236 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 4, 1035, '2022-03-27 00:00:00', 0.136487178885052, 0.228800000000001, 0.174884552395764, 0.284760000000001, 0.216984392679904, 0.40132, 0.421265901777014, 0.65628, 1.35169785208579, 2.3268 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 4, 1050, '2022-03-27 00:00:00', 0.0764119973128136, 0.176720000000001, 0.129771632750254, 0.25848, 0.19025668626008, 0.36776, 0.371070747971328, 0.609, 1.36781320240253, 2.31996 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 4, 1065, '2022-03-27 00:00:00', 0.111062715015736, 0.191520000000001, 0.134867057999103, 0.26796, 0.197439805172784, 0.34632, 0.401285226906416, 0.5988, 1.38391588496797, 2.33152 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 4, 1080, '2022-03-27 00:00:00', 0.0751602066699316, 0.174160000000001, 0.130349939266065, 0.24024, 0.155927525900124, 0.29768, 0.361595847136921, 0.56216, 1.40001892844347, 2.3218 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 4, 1095, '2022-03-27 00:00:00', 0.0980348577462792, 0.1572, 0.113745505405709, 0.21496, 0.190331447743142, 0.287679999999999, 0.341553695144214, 0.57348, 1.39876729896958, 2.31896 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 4, 1110, '2022-03-27 00:00:00', 0.0710431089785167, 0.158960000000001, 0.0860280961856845, 0.1992, 0.178357665006768, 0.27196, 0.318920042225842, 0.57592, 1.38651438626988, 2.31168 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 4, 1125, '2022-03-27 00:00:00', 0.0672377622074582, 0.1306, 0.121617748156536, 0.18928, 0.152663486138631, 0.26016, 0.312726994890645, 0.569440000000001, 1.34990215447886, 2.36092 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 4, 1140, '2022-03-27 00:00:00', 0.121280776162864, 0.15112, 0.155251548569839, 0.19828, 0.169939675571461, 0.27208, 0.319940228792817, 0.587600000000001, 1.37995669255717, 2.38884 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 4, 1155, '2022-03-27 00:00:00', 0.0667252575866141, 0.12252, 0.108802067995052, 0.18584, 0.150779950037573, 0.251479999999999, 0.340477008523826, 0.83252, 1.36654662318317, 2.40356 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 4, 1170, '2022-03-27 00:00:00', 0.110259920188616, 0.1412, 0.131608611673653, 0.200919999999999, 0.141652356139952, 0.26116, 0.367904480356881, 0.891040000000001, 1.35671353276954, 2.41312 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 4, 1185, '2022-03-27 00:00:00', 0.0491299297780888, 0.1208, 0.115577895810574, 0.1782, 0.140678747506508, 0.25952, 0.373326166597878, 0.91948, 1.35628079074111, 2.4256 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 4, 1200, '2022-03-27 00:00:00', 0.0919846001603897, 0.135200000000001, 0.107989073521353, 0.19484, 0.130669430242885, 0.2616, 0.40402404218891, 0.963520000000001, 1.34643876330613, 2.43452 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 4, 1215, '2022-03-27 00:00:00', 0.0827235758414739, 0.13576, 0.108120950791232, 0.18816, 0.167693589621071, 0.27216, 0.389016786270207, 0.970320000000001, 1.3410970099139, 2.43224 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 4, 1230, '2022-03-27 00:00:00', 0.0734064711043927, 0.12348, 0.0975664389019092, 0.17572, 0.172669597787219, 0.26804, 0.378097593221644, 0.96204, 1.34427480697463, 2.42544 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 4, 1245, '2022-03-27 00:00:00', 0.0634330355571924, 0.121000000000001, 0.132157443982547, 0.193440000000001, 0.166025168774697, 0.261760000000001, 0.364685951653382, 0.951520000000001, 1.34735998283062, 2.41544 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 4, 1260, '2022-03-27 00:00:00', 0.0924576479620089, 0.1418, 0.117803975597884, 0.195120000000001, 0.14771820018761, 0.251400000000001, 0.365141538767275, 0.93548, 1.34950126960543, 2.40952 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 4, 1275, '2022-03-27 00:00:00', 0.0696390216282034, 0.12852, 0.106802652900884, 0.17116, 0.201255906745616, 0.28976, 0.349579976543279, 0.92392, 1.35134410002289, 2.41128 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 4, 1290, '2022-03-27 00:00:00', 0.0862306596673522, 0.11732, 0.104610818433532, 0.16844, 0.194389857417167, 0.3012, 0.341547127055696, 0.92924, 1.34864191936432, 2.41512 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 4, 1305, '2022-03-27 00:00:00', 0.0747086117302864, 0.125720000000001, 0.1731925710493, 0.226800000000001, 0.194636815633632, 0.306640000000001, 0.3301192612779, 0.926680000000001, 1.34167180909988, 2.41108 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 4, 1320, '2022-03-27 00:00:00', 0.0538725447909334, 0.122181818181819, 0.096501497195841, 0.190590909090909, 0.145334157430445, 0.277727272727273, 0.340120528674724, 0.914454545454546, 1.37213874199103, 2.46781818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 4, 1335, '2022-03-27 00:00:00', 0.0746819663901263, 0.13640909090909, 0.0976298890611645, 0.1845, 0.282596529881913, 0.660681818181818, 0.327096160583395, 0.904772727272728, 1.3709982333483, 2.46781818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 4, 1350, '2022-03-27 00:00:00', 0.0733169157143849, 0.130318181818182, 0.0993173343401487, 0.191136363636364, 0.312038046437037, 0.717863636363636, 0.304639933655273, 0.892181818181819, 1.3743483965689, 2.46190909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 4, 1365, '2022-03-27 00:00:00', 0.077146232089073, 0.149272727272727, 0.264652087225337, 0.615181818181818, 0.296808627691078, 0.748863636363636, 0.293493438203306, 0.885272727272728, 1.37457015398455, 2.46281818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 5, 990, '2022-03-27 00:00:00', 0.216421409908231, 0.42032, 0.257947552808705, 0.53524, 0.277365805390643, 0.646960000000001, 0.269157791391344, 0.7996, 1.33475980985344, 2.3966 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 5, 1005, '2022-03-27 00:00:00', 0.119594969236447, 0.286040000000001, 0.148109216458666, 0.38156, 0.177292601838505, 0.473400000000001, 0.245564336444308, 0.685480000000001, 1.30267570791813, 2.375 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 5, 1020, '2022-03-27 00:00:00', 0.111073924332701, 0.254999999999999, 0.139725623992165, 0.3258, 0.170897991016083, 0.42596, 0.266728657377993, 0.66352, 1.31730096282766, 2.37692 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 5, 1035, '2022-03-27 00:00:00', 0.0958520039783559, 0.217240000000001, 0.156240061017226, 0.323040000000001, 0.196652587066634, 0.431360000000001, 0.264034069771308, 0.65336, 1.34369126166194, 2.38096 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 5, 1050, '2022-03-27 00:00:00', 0.12725123444064, 0.22728, 0.157720237551601, 0.31744, 0.193145307993748, 0.38088, 0.271462446758295, 0.63188, 1.34497249042499, 2.3822 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 5, 1065, '2022-03-27 00:00:00', 0.0874795214131095, 0.1924, 0.129551752850614, 0.260360000000001, 0.143972080626766, 0.30872, 0.275089379414522, 0.5808, 1.35249137397126, 2.3734 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 5, 1080, '2022-03-27 00:00:00', 0.0853980874102774, 0.1858, 0.0901923869662327, 0.228, 0.108269078380363, 0.30588, 0.254199809860931, 0.56472, 1.36148961558043, 2.36984 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 5, 1095, '2022-03-27 00:00:00', 0.0675246868436521, 0.1522, 0.0817570995897808, 0.200839999999999, 0.0956608244441436, 0.29808, 0.335141636724933, 0.6086, 1.36539729627192, 2.36088 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 5, 1110, '2022-03-27 00:00:00', 0.0674067256782794, 0.1528, 0.0771686896783062, 0.21356, 0.0870755036352553, 0.29432, 0.370717219274566, 0.62556, 1.35624752780113, 2.36576 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 5, 1125, '2022-03-27 00:00:00', 0.0683660490789601, 0.146400000000001, 0.0753348524920578, 0.204560000000001, 0.098806747407925, 0.27176, 0.376463065917495, 0.613240000000001, 1.36206710798942, 2.47316 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 5, 1140, '2022-03-27 00:00:00', 0.0649317077140791, 0.13128, 0.0791650596328123, 0.18876, 0.117587300901642, 0.26576, 0.414981136117455, 0.62048, 1.38552705013892, 2.49504 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 5, 1155, '2022-03-27 00:00:00', 0.0550947063397811, 0.13448, 0.0789129900586719, 0.17548, 0.200124402976415, 0.27888, 0.579927676525272, 1.04712, 1.37488457333698, 2.51856 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 5, 1170, '2022-03-27 00:00:00', 0.049744949492386, 0.12832, 0.087967664513729, 0.180679999999999, 0.188467220845783, 0.26468, 0.711970090663927, 1.13908, 1.37080460314372, 2.52748 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 5, 1185, '2022-03-27 00:00:00', 0.0569561819881442, 0.122559999999999, 0.174145800982969, 0.19848, 0.173464664989732, 0.27536, 0.77091995909649, 1.198, 1.35445053804116, 2.51748 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 5, 1200, '2022-03-27 00:00:00', 0.0572008760194394, 0.123875, 0.0936106645726813, 0.173, 0.119482185925865, 0.258416666666667, 0.808685850221101, 1.25375, 1.37523232227046, 2.543125 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 5, 1215, '2022-03-27 00:00:00', 0.0564311655849441, 0.113291666666667, 0.0722254923079828, 0.18, 0.0955567116686602, 0.244291666666667, 0.822122305466119, 1.27329166666667, 1.38115020329361, 2.53766666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 5, 1230, '2022-03-27 00:00:00', 0.0670372895365392, 0.130541666666666, 0.0906474297580411, 0.1805, 0.121798471885419, 0.255458333333333, 0.828722060538507, 1.28208333333333, 1.38577587748117, 2.5315 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 5, 1245, '2022-03-27 00:00:00', 0.0762836050917703, 0.131166666666667, 0.0863088383638081, 0.180208333333333, 0.145906257129587, 0.250875, 0.825497895431793, 1.29241666666667, 1.38513742778129, 2.52895833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 5, 1260, '2022-03-27 00:00:00', 0.0855031040202717, 0.130791666666666, 0.130297318868608, 0.1905, 0.14151898525783, 0.243833333333333, 0.832177733898895, 1.29204166666667, 1.39118861636528, 2.526875 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 5, 1275, '2022-03-27 00:00:00', 0.0683935224494507, 0.12875, 0.0856990013977976, 0.168833333333333, 0.326153726980375, 0.303916666666667, 0.802522016493331, 1.28525, 1.38904442964803, 2.52808333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 5, 1290, '2022-03-27 00:00:00', 0.0533703053462653, 0.121291666666667, 0.0944940666030858, 0.177791666666667, 0.385394544214296, 0.330458333333334, 0.775865406254969, 1.27245833333333, 1.39350483740964, 2.52558333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 5, 1305, '2022-03-27 00:00:00', 0.0711856116385036, 0.122130434782609, 0.335840718410221, 0.244478260869566, 0.390747358306765, 0.357956521739131, 0.745404272622762, 1.3235652173913, 1.3178785638635, 2.626 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 5, 1320, '2022-03-27 00:00:00', 0.0773767529996051, 0.118190476190477, 0.0880775091555584, 0.175380952380952, 0.143325553498718, 0.280285714285714, 0.735649392422387, 1.31214285714286, 1.36073751711202, 2.65390476190476 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 5, 1335, '2022-03-27 00:00:00', 0.0545773806277879, 0.131238095238095, 0.0963237101800852, 0.199428571428572, 0.488494348556284, 0.864142857142857, 0.717853629463091, 1.30266666666667, 1.34761924465757, 2.64385714285714 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 5, 1350, '2022-03-27 00:00:00', 0.0658930229704967, 0.148238095238096, 0.0960298564683576, 0.216333333333333, 0.588791550955166, 0.981761904761905, 0.701488366668634, 1.28885714285714, 1.33552870928832, 2.62966666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 5, 1365, '2022-03-27 00:00:00', 0.0850335228013048, 0.162, 0.461066532746682, 0.824380952380952, 0.673086571945492, 1.06266666666667, 0.69075644181199, 1.28047619047619, 1.33418849243026, 2.62966666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 1, 930, '2022-03-27 00:00:00', 0.540086104246349, 0.719000000000001, 0.612691058636677, 0.885666666666667, 0.62679688363403, 0.996666666666666, 0.584186899316762, 1.02333333333333, 1.04293448180283, 2.19366666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 1, 945, '2022-03-27 00:00:00', 0.342219714998032, 0.562666666666665, 0.316128138576749, 0.618999999999997, 0.426006259734917, 0.829666666666665, 0.497551337384731, 0.923666666666666, 0.9521262171232, 2.13733333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 1, 960, '2022-03-27 00:00:00', 0.177522768492759, 0.378333333333334, 0.468516808663253, 0.762999999999999, 0.431973764635462, 0.789666666666665, 0.497551337384731, 0.923666666666666, 0.889354260123603, 2.184 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 1, 975, '2022-03-27 00:00:00', 0.353743315602337, 0.484666666666667, 0.321145346118132, 0.511333333333333, 0.366443720099009, 0.537999999999999, 0.420048013128661, 0.749333333333334, 0.876288194602666, 2.194 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 2, 930, '2022-03-27 00:00:00', 0.406571436937388, 0.538666666666665, 0.422017772137618, 0.552999999999998, 0.473984528580133, 0.726333333333335, 0.592685695232586, 0.860333333333336, 0.735853472733078, 2.19433333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 2, 945, '2022-03-27 00:00:00', 0.18302732036502, 0.353000000000002, 0.22918987761243, 0.533000000000002, 0.295528904395718, 0.611666666666669, 0.597045224417716, 0.857000000000002, 0.735853472733078, 2.19433333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 2, 960, '2022-03-27 00:00:00', 0.131993686717712, 0.386666666666668, 0.236922631534714, 0.543333333333335, 0.327656832677115, 0.6, 0.603113864318617, 0.840333333333334, 0.735853472733078, 2.19433333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 2, 975, '2022-03-27 00:00:00', 0.342451456413901, 0.396000000000001, 0.403605417869154, 0.458333333333333, 0.395646727944681, 0.503666666666666, 0.605909509195337, 0.833666666666668, 0.735853472733078, 2.19433333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 3, 930, '2022-03-27 00:00:00', 0.212509607625945, 0.612333333333332, 0.180000925923546, 0.724666666666665, 0.0974388697252465, 0.815666666666665, 0.436495131702522, 1.053, 2.13389854491726, 2.351 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 3, 945, '2022-03-27 00:00:00', 0.112694276695848, 0.454999999999999, 0.115902257671426, 0.581666666666665, 0.425990610225153, 0.800999999999997, 0.410210108765414, 0.883333333333333, 2.1891709237365, 2.30133333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 3, 960, '2022-03-27 00:00:00', 0.0471734388542256, 0.333333333333331, 0.192938677650006, 0.496666666666664, 0.561038620179872, 0.709666666666665, 0.404436645223947, 0.889999999999998, 2.18539912449267, 2.30466666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 3, 975, '2022-03-27 00:00:00', 0.191392267346412, 0.309000000000001, 0.47849172754953, 0.527333333333334, 0.506178163627527, 0.56866666666667, 0.330342751295281, 0.778666666666669, 2.23509940121985, 2.26133333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 4, 930, '2022-03-27 00:00:00', 0.123983869918632, 0.506000000000003, 0.318018867364815, 0.748000000000002, 0.088121128756579, 0.976666666666668, 0.247528449543347, 1.17166666666667, 1.39791022601596, 1.995 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 4, 945, '2022-03-27 00:00:00', 0.227250962594223, 0.406000000000002, 0.193883985929731, 0.564000000000001, 0.153871158224447, 0.754333333333333, 0.286550170127324, 1.099, 1.45394578074058, 1.91233333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 4, 960, '2022-03-27 00:00:00', 0.247715562692375, 0.451999999999999, 0.245495417472506, 0.603999999999999, 0.173874475796001, 0.746666666666667, 0.297198586806867, 1.085, 1.4636243825973, 1.89833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 4, 975, '2022-03-27 00:00:00', 0.123983869918632, 0.287999999999999, 0.0308274769212989, 0.424666666666665, 0.0217791949652232, 0.471666666666665, 0.140058321185615, 0.792666666666666, 1.22286930345533, 1.69533333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 5, 930, '2022-03-27 00:00:00', 0.105434023604022, 0.480666666666667, 0.0695509405639722, 0.501666666666667, 0.132864592725076, 0.594000000000002, 0.350589503550802, 0.976, 1.10512322088233, 2.03833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 5, 945, '2022-03-27 00:00:00', 0.0855940029051837, 0.379333333333333, 0.0667757440991872, 0.493, 0.0417412665516201, 0.629666666666666, 0.322034677221773, 0.953666666666667, 1.1283913328274, 2.016 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 5, 960, '2022-03-27 00:00:00', 0.132519181001597, 0.272333333333335, 0.140575009633055, 0.402333333333336, 0.222952909826268, 0.569000000000003, 0.436362616791737, 0.863333333333335, 1.14304213978897, 2.00233333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 5, 975, '2022-03-27 00:00:00', 0.0797579672091337, 0.245666666666667, 0.0865582655402308, 0.356666666666667, 0.280005357091608, 0.545999999999999, 0.391193473019851, 0.816666666666668, 1.1832041244012, 1.979 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2022-03-27 14:39:41 Duration: 3s791ms 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 970050, 1, 990, '2022-03-27 00:00:00', 0.167880111639402, 0.307916666666666, 0.177604097868574, 0.374208333333333, 0.197068129909651, 0.46675, 0.320305922608326, 0.674666666666666, 0.728606162626554, 1.678375 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 1, 1005, '2022-03-27 00:00:00', 0.0924835962736631, 0.182541666666666, 0.137642021515802, 0.25575, 0.172516980890729, 0.34425, 0.278377750729919, 0.601458333333333, 0.720483049263037, 1.64654166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 1, 1020, '2022-03-27 00:00:00', 0.115422852081417, 0.1695, 0.150082199699586, 0.239833333333334, 0.144850647720082, 0.325166666666666, 0.267667054703998, 0.5675, 0.729894531541313, 1.631875 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 1, 1035, '2022-03-27 00:00:00', 0.10915126288049, 0.159458333333334, 0.106088483372833, 0.216625, 0.147539432213802, 0.310333333333333, 0.267826666313132, 0.540416666666667, 0.746597818464688, 1.62304166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 1, 1050, '2022-03-27 00:00:00', 0.0838077510164475, 0.136999999999999, 0.0988896233620876, 0.193875, 0.145025235185396, 0.292333333333334, 0.273696829923449, 0.495958333333334, 0.743546552980561, 1.59854166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 1, 1065, '2022-03-27 00:00:00', 0.0684413294706501, 0.120958333333333, 0.109910899355348, 0.191666666666666, 0.148135214134474, 0.288041666666667, 0.262440386605681, 0.4885, 0.741232540669813, 1.596875 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 1, 1080, '2022-03-27 00:00:00', 0.0795517218498467, 0.133291666666666, 0.0923984656218674, 0.198541666666666, 0.155907714946087, 0.292541666666666, 0.244827046317796, 0.47225, 0.73955286016012, 1.59379166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 1, 1095, '2022-03-27 00:00:00', 0.0739988126618408, 0.126208333333335, 0.116934198949914, 0.195708333333334, 0.159549859318947, 0.279375000000001, 0.213962304515594, 0.455041666666667, 0.729262775446666, 1.58675 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 1, 1110, '2022-03-27 00:00:00', 0.0901649052843042, 0.130333333333333, 0.123529605381856, 0.194541666666667, 0.145851864247077, 0.247375, 0.203253304517053, 0.451416666666666, 0.719244934193018, 1.58316666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 1, 1125, '2022-03-27 00:00:00', 0.0674467583905363, 0.11075, 0.0808921271316562, 0.150666666666668, 0.078199009871784, 0.193708333333333, 0.164197720155756, 0.42675, 0.727654927723698, 1.58770833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 1, 1140, '2022-03-27 00:00:00', 0.0614260336396195, 0.0981249999999996, 0.0620069976181979, 0.126541666666666, 0.0870928103157536, 0.185874999999999, 0.168254702542117, 0.439916666666667, 0.716508078172855, 1.5895 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 1, 1155, '2022-03-27 00:00:00', 0.0496075723240325, 0.0787083333333332, 0.0470281291094611, 0.122916666666666, 0.125334653477476, 0.189583333333333, 0.311049229525497, 0.640333333333333, 0.713901282858259, 1.59120833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 1, 1170, '2022-03-27 00:00:00', 0.0499225487086264, 0.0864999999999994, 0.076082894819126, 0.126458333333333, 0.116639844225161, 0.192375, 0.356332707154992, 0.677958333333333, 0.710638444068717, 1.58995833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 1, 1185, '2022-03-27 00:00:00', 0.0610989782641869, 0.0939583333333337, 0.102947291987386, 0.140666666666667, 0.102443480352175, 0.193333333333333, 0.368528674675351, 0.685583333333334, 0.703122722862658, 1.58954166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 1, 1200, '2022-03-27 00:00:00', 0.0565059955777425, 0.0858333333333337, 0.076047074951609, 0.130875, 0.0934385696826953, 0.187624999999999, 0.365093674697806, 0.694, 0.698777585595328, 1.584125 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 1, 1215, '2022-03-27 00:00:00', 0.0591560053672864, 0.0887083333333329, 0.0771784587352813, 0.124583333333332, 0.082628808097033, 0.177958333333332, 0.368067682418029, 0.704416666666666, 0.700227373786544, 1.579125 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 1, 1230, '2022-03-27 00:00:00', 0.0545529260363771, 0.0757499999999984, 0.067533512883004, 0.120416666666666, 0.0781057903919655, 0.170416666666666, 0.373577977716543, 0.728374999999999, 0.700332342172453, 1.57354166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 1, 1245, '2022-03-27 00:00:00', 0.0578171624637732, 0.0819583333333327, 0.0679259907354415, 0.119125, 0.0744919020985562, 0.1665, 0.375430873237285, 0.740083333333333, 0.701014687714391, 1.571125 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 1, 1260, '2022-03-27 00:00:00', 0.0575565254613965, 0.0803333333333332, 0.0705720800193735, 0.117625000000001, 0.0800805640535235, 0.168125, 0.373529791897223, 0.738375, 0.702754250241067, 1.57316666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 1, 1275, '2022-03-27 00:00:00', 0.0492923105976778, 0.0780833333333325, 0.0509284806854436, 0.110666666666666, 0.102239665860969, 0.184416666666666, 0.370801127896445, 0.752458333333334, 0.701695503555599, 1.57483333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 1, 1290, '2022-03-27 00:00:00', 0.0427525531062353, 0.0847083333333331, 0.0555678036015599, 0.121291666666666, 0.13594849301711, 0.209583333333334, 0.377850815971641, 0.76575, 0.69859052197357, 1.58275 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 1, 1305, '2022-03-27 00:00:00', 0.058151414054361, 0.0817500000000004, 0.11268822418321, 0.143125000000001, 0.159346349371334, 0.219958333333333, 0.379403183120963, 0.772083333333333, 0.697007078696927, 1.58354166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 1, 1320, '2022-03-27 00:00:00', 0.0466318918052152, 0.0786666666666667, 0.0664323501229428, 0.112571428571428, 0.12957002151806, 0.202095238095238, 0.39562275200595, 0.801190476190476, 0.703260938499394, 1.63204761904762 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 1, 1335, '2022-03-27 00:00:00', 0.0441368003241872, 0.0744285714285709, 0.0665406427896299, 0.124571428571428, 0.263528050372884, 0.544666666666666, 0.406642583205682, 0.805904761904761, 0.691981093190655, 1.65233333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 1, 1350, '2022-03-27 00:00:00', 0.0660501973610114, 0.100142857142858, 0.115578503521159, 0.166904761904762, 0.355124190215465, 0.608095238095238, 0.410564321275926, 0.813523809523809, 0.690232531556611, 1.65204761904762 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 1, 1365, '2022-03-27 00:00:00', 0.0824041723400441, 0.131619047619048, 0.261889398683599, 0.525571428571428, 0.370104026560358, 0.619761904761904, 0.416367580275844, 0.808190476190476, 0.69029855169788, 1.6577619047619 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 2, 990, '2022-03-27 00:00:00', 0.268400931443987, 0.4175, 0.354422791852633, 0.491346153846154, 0.365149943911348, 0.550192307692307, 0.394333995491131, 0.703499999999999, 0.697060086804133, 1.62026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 2, 1005, '2022-03-27 00:00:00', 0.142328266288237, 0.262153846153846, 0.142024786569106, 0.311, 0.163066616873171, 0.383192307692306, 0.244353681245979, 0.546192307692307, 0.634060498205507, 1.54534615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 2, 1020, '2022-03-27 00:00:00', 0.0816478743422957, 0.186846153846154, 0.105852698813746, 0.252076923076923, 0.134454087102109, 0.334307692307691, 0.23309135878119, 0.499692307692308, 0.622368117633089, 1.54192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 2, 1035, '2022-03-27 00:00:00', 0.0758310267330238, 0.168230769230769, 0.0882163162999808, 0.221961538461538, 0.144055523483668, 0.313076923076923, 0.244043593205425, 0.469653846153846, 0.624399117921813, 1.54346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 2, 1050, '2022-03-27 00:00:00', 0.0733240646823289, 0.155461538461539, 0.105623110816059, 0.221192307692308, 0.147033878879874, 0.282807692307692, 0.245815456107906, 0.457038461538462, 0.654892744007633, 1.55411538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 2, 1065, '2022-03-27 00:00:00', 0.074232866451044, 0.145038461538462, 0.133754867632489, 0.211269230769231, 0.154155331253402, 0.278115384615385, 0.253541670069316, 0.460461538461538, 0.654854733157257, 1.54680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 2, 1080, '2022-03-27 00:00:00', 0.09301206704178, 0.14773076923077, 0.115190865022429, 0.203153846153847, 0.149283148618786, 0.263538461538462, 0.244439028106271, 0.458038461538462, 0.654934088286753, 1.5445 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 2, 1095, '2022-03-27 00:00:00', 0.0928109824403263, 0.138038461538462, 0.10563586220889, 0.184153846153847, 0.122325568117973, 0.24423076923077, 0.233116451585898, 0.469000000000001, 0.646040447650145, 1.5545 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 2, 1110, '2022-03-27 00:00:00', 0.0703955964531871, 0.1395, 0.0938070359834494, 0.19, 0.127338464791219, 0.23873076923077, 0.240867014058668, 0.474961538461539, 0.650187604879131, 1.56019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 2, 1125, '2022-03-27 00:00:00', 0.0697951397911169, 0.121192307692307, 0.076123230053947, 0.153884615384615, 0.134300764646428, 0.212153846153846, 0.256221298580258, 0.477923076923077, 0.640914034797179, 1.606 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 2, 1140, '2022-03-27 00:00:00', 0.0603799253445654, 0.100846153846154, 0.0952080878917325, 0.1365, 0.122753517887864, 0.212884615384615, 0.264878459791539, 0.501961538461539, 0.627681267719656, 1.61357692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 2, 1155, '2022-03-27 00:00:00', 0.0565677945885764, 0.0946538461538461, 0.0820282971812869, 0.139192307692307, 0.0924978918678688, 0.1955, 0.372564096705313, 0.662384615384615, 0.627114083597358, 1.62392307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 2, 1170, '2022-03-27 00:00:00', 0.0479659654979837, 0.0974230769230775, 0.0708988119679134, 0.149807692307693, 0.0887876030847693, 0.185961538461539, 0.391989089330106, 0.694615384615384, 0.632743316531581, 1.63276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 2, 1185, '2022-03-27 00:00:00', 0.0637973835971837, 0.111884615384616, 0.066066924111377, 0.139038461538462, 0.138648354313516, 0.207384615384616, 0.393051353074692, 0.717384615384615, 0.631295109583954, 1.62934615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 2, 1200, '2022-03-27 00:00:00', 0.0529906232634246, 0.0943846153846149, 0.0869704459085882, 0.136538461538462, 0.162358103728007, 0.213076923076923, 0.403243244017993, 0.758076923076924, 0.626079514488008, 1.63303846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 2, 1215, '2022-03-27 00:00:00', 0.0620434215194986, 0.0961153846153842, 0.114432163310846, 0.149999999999999, 0.130415949944783, 0.195999999999999, 0.421778441656463, 0.790423076923077, 0.620908193387223, 1.62776923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 2, 1230, '2022-03-27 00:00:00', 0.0707327364096724, 0.104, 0.0872153567987811, 0.141038461538461, 0.0972755641701217, 0.192153846153846, 0.38888962444375, 0.7865, 0.625390759076645, 1.62080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 2, 1245, '2022-03-27 00:00:00', 0.0378751186847604, 0.0892692307692307, 0.0452081680843015, 0.120538461538462, 0.0946263258214198, 0.200307692307692, 0.367620148857695, 0.783423076923076, 0.626411872370052, 1.61192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 2, 1260, '2022-03-27 00:00:00', 0.0381187819645574, 0.0901923076923074, 0.0683977057644932, 0.135384615384615, 0.127392724100894, 0.218115384615385, 0.362223016726096, 0.786923076923077, 0.621870033416581, 1.61353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 2, 1275, '2022-03-27 00:00:00', 0.0496052261514695, 0.0950384615384619, 0.0733252920999189, 0.141961538461538, 0.119782989674597, 0.23573076923077, 0.352967167791088, 0.789307692307692, 0.627808825629635, 1.62019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 2, 1290, '2022-03-27 00:00:00', 0.0444324379081485, 0.0951923076923075, 0.0896758264313963, 0.141923076923077, 0.120575849093487, 0.239153846153846, 0.335962655891762, 0.782115384615384, 0.624501934467658, 1.62011538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 2, 1305, '2022-03-27 00:00:00', 0.0695694893337163, 0.0940769230769233, 0.104283585256003, 0.167884615384615, 0.149634904401962, 0.26173076923077, 0.325089762752003, 0.778923076923076, 0.624666571983684, 1.61961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 2, 1320, '2022-03-27 00:00:00', 0.0623785143409436, 0.105521739130435, 0.0739794063856283, 0.158043478260869, 0.0880383719789919, 0.246130434782609, 0.31329649168097, 0.786652173913043, 0.61462225939119, 1.64360869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 2, 1335, '2022-03-27 00:00:00', 0.0434421609024406, 0.0996956521739143, 0.0765022152150267, 0.158043478260871, 0.244737045303473, 0.506304347826087, 0.325864572127117, 0.793913043478261, 0.616734335923273, 1.64917391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 2, 1350, '2022-03-27 00:00:00', 0.0401281543894494, 0.114217391304348, 0.0524404424085075, 0.182, 0.250675979384377, 0.53891304347826, 0.320792059525396, 0.783999999999999, 0.620396640944212, 1.64791304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 2, 1365, '2022-03-27 00:00:00', 0.0570158080846138, 0.154434782608695, 0.22384406627808, 0.469434782608695, 0.254338108662046, 0.557652173913043, 0.316401568531462, 0.776043478260869, 0.619705635845612, 1.64443478260869 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 3, 990, '2022-03-27 00:00:00', 0.13812014836589, 0.317153846153845, 0.181601745162742, 0.391076923076922, 0.200827687334192, 0.483999999999999, 0.29942227449129, 0.69053846153846, 0.639890038630437, 1.59430769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 3, 1005, '2022-03-27 00:00:00', 0.102720561944306, 0.225923076923076, 0.137528766221694, 0.309807692307692, 0.224078694967775, 0.427307692307692, 0.300142430291916, 0.610961538461538, 0.657551126997274, 1.57273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 3, 1020, '2022-03-27 00:00:00', 0.0851931019237153, 0.20023076923077, 0.12245032273727, 0.277807692307693, 0.185943717704702, 0.380884615384616, 0.252457767983843, 0.54173076923077, 0.675995535943385, 1.56226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 3, 1035, '2022-03-27 00:00:00', 0.0739830749875636, 0.170846153846153, 0.138010211439365, 0.252538461538461, 0.154919909829364, 0.332461538461538, 0.218982616099648, 0.492115384615385, 0.69549571917059, 1.54684615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 3, 1050, '2022-03-27 00:00:00', 0.0957447568357575, 0.170461538461538, 0.102694086415019, 0.227346153846153, 0.139011659721268, 0.298807692307692, 0.185860580502202, 0.462653846153847, 0.703527039554711, 1.54484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 3, 1065, '2022-03-27 00:00:00', 0.0533234109359682, 0.138115384615384, 0.0874037492594865, 0.193153846153847, 0.101125246029937, 0.264346153846154, 0.189997943308707, 0.429538461538462, 0.706643125031191, 1.53588461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 3, 1080, '2022-03-27 00:00:00', 0.0808792071786444, 0.131615384615385, 0.0884675429400315, 0.183884615384615, 0.0821277148011656, 0.232807692307692, 0.201520268115985, 0.406461538461539, 0.70683216264814, 1.53588461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 3, 1095, '2022-03-27 00:00:00', 0.0432689087167501, 0.116038461538462, 0.0597168704419835, 0.16623076923077, 0.0790550733057954, 0.205769230769231, 0.210306315059359, 0.404115384615385, 0.704746248932632, 1.53665384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 3, 1110, '2022-03-27 00:00:00', 0.0507497783246389, 0.1145, 0.0763119508737252, 0.159076923076923, 0.0935150584336339, 0.197884615384615, 0.240326166186385, 0.411115384615385, 0.706374022738662, 1.5355 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 3, 1125, '2022-03-27 00:00:00', 0.0518098297771611, 0.101461538461538, 0.0575570887166679, 0.131461538461538, 0.119579757741593, 0.199961538461538, 0.222100684029009, 0.401923076923077, 0.72978829912411, 1.56880769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 3, 1140, '2022-03-27 00:00:00', 0.0491614138871589, 0.0992692307692301, 0.0811076113283119, 0.14426923076923, 0.136123614635883, 0.207038461538461, 0.240487264975475, 0.430730769230769, 0.728495613206791, 1.59346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 3, 1155, '2022-03-27 00:00:00', 0.0492294470976307, 0.0974615384615384, 0.0880260450968038, 0.146230769230768, 0.111279309017376, 0.200269230769231, 0.258619723800142, 0.620192307692308, 0.73016673859732, 1.60311538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 3, 1170, '2022-03-27 00:00:00', 0.0536233158243692, 0.0964999999999986, 0.0760675914009279, 0.131961538461538, 0.104147565428172, 0.199346153846154, 0.283976133883438, 0.647730769230769, 0.732803480844941, 1.60430769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 3, 1185, '2022-03-27 00:00:00', 0.0396413342940855, 0.0826538461538467, 0.0595516194961608, 0.126346153846155, 0.0870423769471825, 0.190846153846155, 0.314374340800654, 0.675884615384616, 0.741493453469727, 1.61469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 3, 1200, '2022-03-27 00:00:00', 0.0495422896275345, 0.0959615384615389, 0.0739589491126403, 0.139384615384615, 0.0849521947015815, 0.190653846153846, 0.343380598439422, 0.710653846153847, 0.743516091595561, 1.62646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 3, 1215, '2022-03-27 00:00:00', 0.0412321010117857, 0.093384615384615, 0.0526775532402984, 0.133730769230769, 0.0908371069552521, 0.196500000000001, 0.342514080564019, 0.736153846153846, 0.739948988886292, 1.63311538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 3, 1230, '2022-03-27 00:00:00', 0.0467804035237627, 0.0963846153846159, 0.0562196926899624, 0.122423076923077, 0.104312968439287, 0.200653846153847, 0.353148432510489, 0.751846153846154, 0.739017735812987, 1.63542307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 3, 1245, '2022-03-27 00:00:00', 0.03971097503791, 0.0831923076923073, 0.0825020279471028, 0.14423076923077, 0.108599142934712, 0.209576923076923, 0.354528213046795, 0.758423076923077, 0.73595030037047, 1.63773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 3, 1260, '2022-03-27 00:00:00', 0.0860010733385608, 0.125769230769231, 0.0996153911493915, 0.164115384615385, 0.110994615254004, 0.217269230769231, 0.357540368888067, 0.780346153846154, 0.734754432027882, 1.63965384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 3, 1275, '2022-03-27 00:00:00', 0.0505139127826719, 0.102153846153846, 0.0515697585800052, 0.142999999999999, 0.108964927314322, 0.208653846153846, 0.364356480133652, 0.800269230769231, 0.734262297505777, 1.64080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 3, 1290, '2022-03-27 00:00:00', 0.0442761265764681, 0.103846153846154, 0.0777056081532181, 0.147192307692307, 0.127178856491406, 0.212692307692307, 0.387824401184152, 0.815384615384616, 0.734529016026335, 1.64234615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 3, 1305, '2022-03-27 00:00:00', 0.064646113572279, 0.0969999999999991, 0.110037196508202, 0.157230769230769, 0.117873387092318, 0.207153846153845, 0.401137277480684, 0.830653846153847, 0.738720149989155, 1.6435 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 3, 1320, '2022-03-27 00:00:00', 0.0649831537914235, 0.0979130434782613, 0.0909071976087432, 0.135869565217391, 0.114693852677017, 0.22504347826087, 0.396297059897995, 0.836782608695652, 0.734490103039143, 1.7125652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 3, 1335, '2022-03-27 00:00:00', 0.0407324248576324, 0.0916956521739128, 0.0488791362492662, 0.129521739130435, 0.257646247659085, 0.55704347826087, 0.413231811026534, 0.842434782608696, 0.733881028257553, 1.713 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 3, 1350, '2022-03-27 00:00:00', 0.0434714480828395, 0.0983043478260871, 0.0882108281200704, 0.182173913043479, 0.290772618062672, 0.598521739130435, 0.417939473084388, 0.846304347826087, 0.733211227108064, 1.71339130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 3, 1365, '2022-03-27 00:00:00', 0.0793882489487342, 0.147304347826088, 0.260018059573462, 0.539130434782609, 0.327164304613812, 0.640869565217391, 0.428521753567579, 0.851565217391304, 0.731752058486216, 1.7164347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 4, 990, '2022-03-27 00:00:00', 0.235532503064864, 0.385680000000001, 0.272856079279902, 0.44424, 0.32173423297291, 0.5458, 0.427336998164212, 0.778080000000001, 0.718737453223823, 1.60012 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 4, 1005, '2022-03-27 00:00:00', 0.0754197807828501, 0.201680000000001, 0.13374945482755, 0.3084, 0.198387642424287, 0.41536, 0.350522053514468, 0.644280000000001, 0.674919792765531, 1.53332 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 4, 1020, '2022-03-27 00:00:00', 0.120660681251186, 0.214399999999999, 0.151687727475452, 0.291600000000001, 0.204393599051764, 0.38208, 0.330003525233696, 0.58408, 0.667606216268243, 1.51668 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 4, 1035, '2022-03-27 00:00:00', 0.0745765825622672, 0.165600000000001, 0.0895025511740679, 0.23604, 0.12404719531963, 0.30296, 0.281099288508527, 0.501680000000001, 0.664930893652366, 1.49552 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 4, 1050, '2022-03-27 00:00:00', 0.0768690878485412, 0.167759999999999, 0.104757768208377, 0.221759999999999, 0.119742181373148, 0.28524, 0.285571503013401, 0.482200000000001, 0.666393339802653, 1.4868 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 4, 1065, '2022-03-27 00:00:00', 0.0586566847568681, 0.13924, 0.0819899790624844, 0.18276, 0.11041455218101, 0.26696, 0.284687647548443, 0.462840000000001, 0.674198927122652, 1.47512 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 4, 1080, '2022-03-27 00:00:00', 0.0431795862262102, 0.11332, 0.0796482475220473, 0.17552, 0.106143252258445, 0.245160000000001, 0.281563888546335, 0.440840000000001, 0.682969074458476, 1.47156 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 4, 1095, '2022-03-27 00:00:00', 0.0675917154686865, 0.13284, 0.0793742821489838, 0.18288, 0.131793563322847, 0.251280000000001, 0.286342819012455, 0.457280000000001, 0.682644448694438, 1.47612 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 4, 1110, '2022-03-27 00:00:00', 0.0552576389892522, 0.12036, 0.0824742384020614, 0.160000000000001, 0.13088726701504, 0.23368, 0.287790189779522, 0.448120000000001, 0.676941314541618, 1.48772 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 4, 1125, '2022-03-27 00:00:00', 0.0613820006190745, 0.1058, 0.0893359763290627, 0.163, 0.163771660145054, 0.238639999999999, 0.283533172662389, 0.43732, 0.681122438821881, 1.56812 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 4, 1140, '2022-03-27 00:00:00', 0.058481393052264, 0.115360000000001, 0.0911897655076125, 0.161359999999999, 0.155060009888645, 0.23376, 0.281779896373038, 0.46008, 0.687240634712471, 1.58924 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 4, 1155, '2022-03-27 00:00:00', 0.0560815477675142, 0.10584, 0.0937164695593403, 0.15912, 0.116086490744331, 0.20864, 0.389806182608742, 0.63412, 0.688117116969682, 1.6108 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 4, 1170, '2022-03-27 00:00:00', 0.066847463177995, 0.107, 0.0816521483693684, 0.14664, 0.0930346351276416, 0.19188, 0.391268867489693, 0.66492, 0.702159058428597, 1.65252 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 4, 1185, '2022-03-27 00:00:00', 0.0532305676593186, 0.0980800000000002, 0.0700791219503594, 0.1332, 0.0997651074608079, 0.185080000000001, 0.422883723183257, 0.68532, 0.73374723168132, 1.6914 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 4, 1200, '2022-03-27 00:00:00', 0.0538260469785165, 0.0950800000000007, 0.0627856671542162, 0.139040000000001, 0.0914134016433034, 0.181920000000001, 0.43087174425808, 0.69728, 0.737734143622666, 1.6914 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 4, 1215, '2022-03-27 00:00:00', 0.0558041814442848, 0.10724, 0.087252182398684, 0.14188, 0.0970349249840829, 0.187120000000001, 0.454149755036816, 0.709999999999999, 0.742229187425735, 1.6934 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 4, 1230, '2022-03-27 00:00:00', 0.0620100798257834, 0.0930000000000001, 0.0703572550156233, 0.13332, 0.106411935420797, 0.1846, 0.444392139144397, 0.70196, 0.749563984371359, 1.6942 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 4, 1245, '2022-03-27 00:00:00', 0.0614897552442682, 0.100639999999999, 0.080842583663149, 0.14024, 0.125150069916081, 0.19396, 0.481557085574147, 0.709679999999999, 0.745371211768562, 1.69408 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 4, 1260, '2022-03-27 00:00:00', 0.047458508194, 0.0983200000000005, 0.0724676479541043, 0.12868, 0.110486997726731, 0.186720000000001, 0.453768156661527, 0.70596, 0.726540677916018, 1.68576 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 4, 1275, '2022-03-27 00:00:00', 0.0449417400642206, 0.0894799999999998, 0.0747473968331569, 0.131559999999999, 0.160136639571752, 0.232080000000001, 0.431739512514973, 0.704439999999999, 0.716725114670891, 1.67816 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 4, 1290, '2022-03-27 00:00:00', 0.0512843380900385, 0.0874000000000001, 0.0743698639683215, 0.12972, 0.172294544312928, 0.222080000000001, 0.40503083010227, 0.696839999999999, 0.719972307337813, 1.67296 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 4, 1305, '2022-03-27 00:00:00', 0.0645471403962509, 0.0997999999999993, 0.142152300954527, 0.17912, 0.15080487392654, 0.23288, 0.397919288298519, 0.69148, 0.730318704402401, 1.67608 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 4, 1320, '2022-03-27 00:00:00', 0.0478615653445376, 0.109409090909092, 0.0520334557710763, 0.133363636363638, 0.0789540526144317, 0.235136363636363, 0.401298889484258, 0.698681818181818, 0.724600760353426, 1.7665 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 4, 1335, '2022-03-27 00:00:00', 0.0559375037788108, 0.0976363636363638, 0.0532880151076442, 0.150772727272727, 0.258700415078725, 0.476, 0.407523499441938, 0.713545454545455, 0.724600760353426, 1.7665 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 4, 1350, '2022-03-27 00:00:00', 0.042881519041711, 0.115590909090908, 0.0712199355572518, 0.197227272727271, 0.269761912021489, 0.509181818181817, 0.422914685449478, 0.714545454545454, 0.722278879118571, 1.76727272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 4, 1365, '2022-03-27 00:00:00', 0.0484627093664214, 0.140590909090909, 0.236042607497276, 0.426727272727273, 0.289550618383144, 0.521681818181818, 0.398073926110906, 0.710772727272728, 0.716809992212068, 1.75922727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 5, 990, '2022-03-27 00:00:00', 0.17486278430053, 0.352919999999999, 0.179532754671675, 0.416479999999999, 0.22296530372833, 0.49612, 0.295172904131346, 0.658280000000001, 0.744229440428152, 1.67328 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 5, 1005, '2022-03-27 00:00:00', 0.0864586991960128, 0.21476, 0.133014761085628, 0.28848, 0.182920674975065, 0.37116, 0.242450682270298, 0.557400000000001, 0.73490975182898, 1.65252 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 5, 1020, '2022-03-27 00:00:00', 0.0840969282039085, 0.185280000000001, 0.106277968867809, 0.252440000000001, 0.137829822607447, 0.305680000000001, 0.21102174453517, 0.520480000000001, 0.745109381232045, 1.62936 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 5, 1035, '2022-03-27 00:00:00', 0.0709711913384584, 0.166079999999999, 0.101423994531208, 0.212919999999999, 0.132015567263864, 0.268119999999999, 0.205197465871292, 0.4718, 0.75113789901278, 1.62232 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 5, 1050, '2022-03-27 00:00:00', 0.0639236002323599, 0.137320000000001, 0.0748748956593599, 0.175800000000001, 0.10889418411161, 0.248880000000001, 0.199679176013257, 0.45424, 0.74908342214558, 1.62116 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 5, 1065, '2022-03-27 00:00:00', 0.0446044467140519, 0.121840000000001, 0.0776294188221611, 0.17292, 0.109522554754717, 0.25424, 0.209314770939208, 0.44944, 0.748750788536034, 1.62208 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 5, 1080, '2022-03-27 00:00:00', 0.0716391420011898, 0.125000000000001, 0.0870534893039905, 0.169680000000001, 0.0928323399109022, 0.245480000000001, 0.247190365238345, 0.46408, 0.753093502384221, 1.61364 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 5, 1095, '2022-03-27 00:00:00', 0.0502965538912303, 0.12492, 0.0776676037139477, 0.18544, 0.0735053966272779, 0.223720000000001, 0.240102582243506, 0.4568, 0.748292984064396, 1.60684 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 5, 1110, '2022-03-27 00:00:00', 0.04884045454334, 0.124159999999999, 0.0489889443310097, 0.1574, 0.10403295952085, 0.21376, 0.241254879052562, 0.446399999999999, 0.745345640178657, 1.60204 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 5, 1125, '2022-03-27 00:00:00', 0.0385773249461393, 0.10028, 0.0496755473044838, 0.13292, 0.11134780345087, 0.207600000000001, 0.245302955546809, 0.44296, 0.769524610825844, 1.65228 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 5, 1140, '2022-03-27 00:00:00', 0.051791472914628, 0.0957599999999994, 0.0954336593311471, 0.151, 0.12291246207498, 0.20484, 0.26360780211013, 0.464639999999999, 0.767945256295438, 1.6616 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 5, 1155, '2022-03-27 00:00:00', 0.0621553698404255, 0.105040000000001, 0.0813202926704039, 0.145640000000001, 0.111207493752294, 0.20576, 0.260885332409982, 0.63564, 0.759751165404393, 1.6732 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 5, 1170, '2022-03-27 00:00:00', 0.0376384997929869, 0.0913600000000005, 0.0627793224982015, 0.12892, 0.107924464325749, 0.19424, 0.242280987010262, 0.66392, 0.750564676315994, 1.6764 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 5, 1185, '2022-03-27 00:00:00', 0.0485798312059646, 0.0874000000000004, 0.0814411853220874, 0.139000000000001, 0.108014860088786, 0.19472, 0.233835362310038, 0.67868, 0.752620085656325, 1.68308 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 5, 1200, '2022-03-27 00:00:00', 0.0517653568896513, 0.0915000000000002, 0.062061549042585, 0.118625, 0.0973642496065638, 0.195666666666666, 0.23418771115917, 0.691833333333333, 0.756269217027368, 1.66220833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 5, 1215, '2022-03-27 00:00:00', 0.0353650732474442, 0.0780833333333325, 0.0635387448841198, 0.129708333333333, 0.0835295660577564, 0.190666666666666, 0.229865709850812, 0.691375, 0.760135895554306, 1.67016666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 5, 1230, '2022-03-27 00:00:00', 0.0541310139076186, 0.0970833333333341, 0.0613771749813862, 0.143125, 0.08549904652405, 0.1915, 0.228268716393767, 0.695541666666667, 0.754084057850549, 1.683375 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 5, 1245, '2022-03-27 00:00:00', 0.0526468787353973, 0.100958333333333, 0.0725198498563555, 0.138791666666666, 0.108252514446815, 0.198541666666666, 0.245079634351598, 0.711874999999999, 0.755181002154115, 1.68879166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 5, 1260, '2022-03-27 00:00:00', 0.0477365771406108, 0.100791666666667, 0.0580950620266824, 0.135083333333334, 0.198467274526485, 0.232958333333333, 0.259505462649493, 0.718958333333333, 0.763471989178955, 1.6985 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 5, 1275, '2022-03-27 00:00:00', 0.034240411754262, 0.0881666666666669, 0.0626854928551468, 0.131916666666665, 0.193504854262596, 0.217041666666666, 0.270377430104927, 0.728958333333333, 0.764642869182278, 1.70225 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 5, 1290, '2022-03-27 00:00:00', 0.0536647537691311, 0.0944166666666657, 0.202219137843442, 0.173833333333332, 0.199873873273601, 0.2155, 0.285129146940088, 0.73475, 0.766362893898791, 1.70720833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 5, 1305, '2022-03-27 00:00:00', 0.200589014078963, 0.13195652173913, 0.197874066630924, 0.166652173913044, 0.188686724074317, 0.23204347826087, 0.266925364470348, 0.769173913043478, 0.703164448124847, 1.78682608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 5, 1320, '2022-03-27 00:00:00', 0.0516871541561526, 0.0875238095238103, 0.0497067591456334, 0.121476190476191, 0.0878675951970597, 0.246285714285714, 0.267840046438522, 0.775095238095238, 0.692712250436473, 1.86952380952381 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 5, 1335, '2022-03-27 00:00:00', 0.0356070485264084, 0.0881904761904767, 0.0537760346693756, 0.149190476190476, 0.194137359325077, 0.539714285714286, 0.270024425702916, 0.779238095238095, 0.690207587821023, 1.88528571428571 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 5, 1350, '2022-03-27 00:00:00', 0.0499009017954585, 0.123, 0.0895879456177004, 0.211, 0.1880621224616, 0.58052380952381, 0.277810658371419, 0.78352380952381, 0.68820455846043, 1.88671428571429 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 5, 1365, '2022-03-27 00:00:00', 0.0620690092136328, 0.153809523809524, 0.184742111114515, 0.506380952380953, 0.172607978627045, 0.598714285714286, 0.296415016328055, 0.783190476190477, 0.685433814664636, 1.89528571428571 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 1, 930, '2022-03-27 00:00:00', 0.237596997736361, 0.499333333333333, 0.256415678147809, 0.558999999999997, 0.306287990840862, 0.599333333333332, 0.361829149369328, 0.740333333333332, 0.640094003513026, 1.53033333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 1, 945, '2022-03-27 00:00:00', 0.0504017195473865, 0.206666666666666, 0.0799395605025006, 0.253666666666668, 0.0681566822353689, 0.369333333333332, 0.192055547520328, 0.549333333333332, 0.720059256820809, 1.34266666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 1, 960, '2022-03-27 00:00:00', 0.0251661147842346, 0.177333333333335, 0.0680685928555417, 0.307333333333332, 0.0658179306876158, 0.366, 0.185935472678022, 0.545999999999999, 0.720059256820809, 1.34266666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 1, 975, '2022-03-27 00:00:00', 0.0700000000000049, 0.213999999999999, 0.087323154623122, 0.282666666666666, 0.0648999229583543, 0.295999999999999, 0.237876718771159, 0.509333333333331, 0.651709546756323, 1.30266666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 2, 930, '2022-03-27 00:00:00', 0.0692820323027557, 0.294000000000002, 0.124899959967969, 0.414000000000001, 0.125340868567815, 0.453666666666666, 0.0953939201416972, 0.574, 0.675499814951863, 1.224 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 2, 945, '2022-03-27 00:00:00', 0.0769566977808515, 0.252666666666668, 0.0300055550412522, 0.333666666666666, 0.073711147958316, 0.390666666666668, 0.151767365837762, 0.500666666666667, 0.660908465674332, 1.214 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 2, 960, '2022-03-27 00:00:00', 0.102210566968391, 0.247, 0.0814268587956909, 0.263666666666668, 0.0199999999999996, 0.314000000000002, 0.208086520466848, 0.424000000000002, 0.660908465674332, 1.214 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 2, 975, '2022-03-27 00:00:00', 0.0404145188432719, 0.127333333333335, 0.103923048454132, 0.194, 0.0964365076099292, 0.204000000000001, 0.244199372098565, 0.390666666666668, 0.660908465674332, 1.214 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 3, 930, '2022-03-27 00:00:00', 0.0519262297238435, 0.326333333333333, 0.127353837790619, 0.405999999999999, 0.274606991899331, 0.595999999999999, 0.30347981810987, 0.693999999999998, 0.829477747340658, 1.45733333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 3, 945, '2022-03-27 00:00:00', 0.14785578559303, 0.243333333333332, 0.22375879870968, 0.329999999999998, 0.388214287904675, 0.49033333333333, 0.335455411840879, 0.57033333333333, 0.797307970611105, 1.424 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 3, 960, '2022-03-27 00:00:00', 0.0873689494805414, 0.157333333333331, 0.181191427317445, 0.270333333333333, 0.228546129552292, 0.340666666666666, 0.291433239925258, 0.537333333333334, 0.770908554888322, 1.394 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 3, 975, '2022-03-27 00:00:00', 0.0857729561108854, 0.19, 0.138684293751433, 0.260666666666665, 0.10969655114603, 0.290666666666667, 0.291433239925258, 0.537333333333334, 0.770908554888322, 1.394 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 4, 930, '2022-03-27 00:00:00', 0.127330279195481, 0.253, 0.109696551146026, 0.277333333333334, 0.0513160143944656, 0.320666666666665, 0.566068311543166, 0.720666666666669, 0.787485449601026, 1.17066666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 4, 945, '2022-03-27 00:00:00', 0.0550847831377514, 0.175666666666669, 0.0285014619508052, 0.192666666666668, 0.0450814078455103, 0.272666666666668, 0.671178317091169, 0.760333333333338, 0.782453406493531, 1.12733333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 4, 960, '2022-03-27 00:00:00', 0.0450924975282271, 0.127333333333335, 0.00577350269189921, 0.177333333333335, 0.0730205450541112, 0.266000000000001, 0.673374586195033, 0.767333333333336, 0.776680972686554, 1.13066666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 4, 975, '2022-03-27 00:00:00', 0.0230940107675845, 0.120666666666667, 0.0577350269189634, 0.200666666666668, 0.0674190873071818, 0.269333333333336, 0.650922422412993, 0.754000000000003, 0.776680972686554, 1.13066666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 5, 930, '2022-03-27 00:00:00', 0.113948818920311, 0.282333333333331, 0.0455082410119316, 0.388999999999998, 0.0364737348421195, 0.433666666666665, 0.162286783195675, 0.596999999999999, 0.410654355876085, 0.896999999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 5, 945, '2022-03-27 00:00:00', 0.0305505046330398, 0.247333333333332, 0.0351188458428463, 0.257333333333333, 0.0599999999999987, 0.383999999999998, 0.0754983443527066, 0.484000000000002, 0.430619708482244, 0.857333333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 5, 960, '2022-03-27 00:00:00', 0.0230940107675804, 0.127333333333335, 0.0115470053837923, 0.190666666666668, 0.1436430761761, 0.330666666666668, 0.100664459136941, 0.400666666666668, 0.361155552820847, 0.807333333333332 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 5, 975, '2022-03-27 00:00:00', 0.020404247923733, 0.146333333333331, 0.098469961578814, 0.229666666666662, 0.127304097865439, 0.319666666666665, 0.0916860585549045, 0.386333333333333, 0.361155552820847, 0.807333333333332 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2022-03-27 14:49:30 Duration: 3s344ms 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 968665, 1, 990, '2022-03-27 00:00:00', 0.119197672565061, 0.210791666666667, 0.122841707676699, 0.249541666666667, 0.133442681610354, 0.315583333333333, 0.172296755922592, 0.455541666666667, 0.665595320322178, 1.1195 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 1, 1005, '2022-03-27 00:00:00', 0.0791725207599094, 0.123125, 0.0957616209317608, 0.175875, 0.0979018937360329, 0.221458333333334, 0.159373137954453, 0.381833333333333, 0.642763224994863, 1.09329166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 1, 1020, '2022-03-27 00:00:00', 0.0814297843703931, 0.108125, 0.0935613318956447, 0.146625, 0.100275914645398, 0.199041666666667, 0.151061245857434, 0.35825, 0.631679976246916, 1.082875 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 1, 1035, '2022-03-27 00:00:00', 0.0517745250994672, 0.0864166666666663, 0.061891428429496, 0.123875, 0.0756193269521466, 0.18125, 0.154639406408887, 0.339958333333333, 0.627709395456949, 1.07829166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 1, 1050, '2022-03-27 00:00:00', 0.0500199235667461, 0.0775833333333337, 0.0530684374932127, 0.113458333333334, 0.0745746877832619, 0.180416666666667, 0.151233191663965, 0.331, 0.628023087305241, 1.07495833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 1, 1065, '2022-03-27 00:00:00', 0.0494987739564165, 0.0730416666666664, 0.063386095489857, 0.116166666666666, 0.0956297112129209, 0.183541666666667, 0.144988099211775, 0.323625, 0.628402758725575, 1.072875 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 1, 1080, '2022-03-27 00:00:00', 0.0458007657679164, 0.0786666666666667, 0.0703425881678015, 0.127083333333334, 0.0998537971090807, 0.186791666666667, 0.125342198268048, 0.309333333333333, 0.623707236923947, 1.07275 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 1, 1095, '2022-03-27 00:00:00', 0.0568450729513173, 0.0828333333333336, 0.0677710205905447, 0.120958333333334, 0.0900033413228384, 0.181916666666667, 0.106818746319255, 0.305625, 0.621574648355498, 1.0675 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 1, 1110, '2022-03-27 00:00:00', 0.0473246572983446, 0.0778333333333336, 0.0766688602395701, 0.123875, 0.0979096651829218, 0.165041666666667, 0.112749144410134, 0.29575, 0.61692749673838, 1.06833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 1, 1125, '2022-03-27 00:00:00', 0.0538284311493475, 0.0742500000000001, 0.0605104943587165, 0.105958333333333, 0.0646515605021434, 0.140208333333334, 0.105701761190817, 0.280083333333334, 0.609790407090593, 1.06991666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 1, 1140, '2022-03-27 00:00:00', 0.0380385007095688, 0.0653333333333332, 0.0443518336140405, 0.089041666666667, 0.0540581410029574, 0.12625, 0.106835501006745, 0.283541666666667, 0.604730860005903, 1.06825 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 1, 1155, '2022-03-27 00:00:00', 0.027705359707496, 0.0522500000000002, 0.0365596346269765, 0.082541666666667, 0.0570634023175798, 0.125166666666667, 0.264776166748937, 0.442625, 0.603743388957714, 1.06408333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 1, 1170, '2022-03-27 00:00:00', 0.035198814209276, 0.058, 0.039137415842651, 0.0835416666666671, 0.066166662103457, 0.129875, 0.273362940248764, 0.460083333333333, 0.602081799055264, 1.06366666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 1, 1185, '2022-03-27 00:00:00', 0.0303777843597705, 0.0548750000000003, 0.0499943293885865, 0.0897083333333334, 0.063093658814565, 0.127875, 0.290728542019746, 0.481041666666667, 0.602003442621001, 1.06283333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 1, 1200, '2022-03-27 00:00:00', 0.0431387212995742, 0.0635833333333335, 0.056233967119269, 0.0925416666666667, 0.0628773247762223, 0.117583333333333, 0.294262920985072, 0.484333333333333, 0.600879042061217, 1.06416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 1, 1215, '2022-03-27 00:00:00', 0.0368809040962465, 0.0611250000000001, 0.0462962851046684, 0.0822916666666664, 0.0546872365418084, 0.112458333333333, 0.296743667746804, 0.48325, 0.600989436293378, 1.06029166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 1, 1230, '2022-03-27 00:00:00', 0.0373012608094016, 0.0494166666666668, 0.0410791918128874, 0.0707500000000002, 0.0505459863800326, 0.111125, 0.307487150668263, 0.491, 0.597843065964421, 1.056625 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 1, 1245, '2022-03-27 00:00:00', 0.0354306579354535, 0.049875, 0.0488724864063228, 0.0775416666666668, 0.0434849424213865, 0.106625, 0.304737850633451, 0.497875, 0.597839550902404, 1.05495833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 1, 1260, '2022-03-27 00:00:00', 0.0394887619309666, 0.0583333333333334, 0.0431697022042751, 0.0843333333333337, 0.0400086041470718, 0.109083333333333, 0.307243660091899, 0.503333333333334, 0.597195764215639, 1.05579166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 1, 1275, '2022-03-27 00:00:00', 0.0284008254115613, 0.0542083333333336, 0.0315735855478564, 0.07525, 0.0743333658282892, 0.142833333333333, 0.311960975704204, 0.511208333333334, 0.596422448704641, 1.05454166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 1, 1290, '2022-03-27 00:00:00', 0.0258277109356192, 0.0508749999999997, 0.037720150882634, 0.0791249999999997, 0.096713747280536, 0.155375, 0.320318927913587, 0.518291666666667, 0.594143225242407, 1.05579166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 1, 1305, '2022-03-27 00:00:00', 0.0363409777890835, 0.0526666666666665, 0.0847071682198507, 0.1085, 0.104573452099746, 0.155041666666667, 0.318079107834167, 0.516666666666667, 0.592437827717091, 1.05583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 1, 1320, '2022-03-27 00:00:00', 0.0354272561199773, 0.054904761904762, 0.0435161710500489, 0.0764285714285716, 0.0882382597073987, 0.148238095238095, 0.333254350166298, 0.539809523809525, 0.610063724228091, 1.10838095238095 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 1, 1335, '2022-03-27 00:00:00', 0.0301981550997504, 0.0498571428571425, 0.0490189467742533, 0.0835714285714285, 0.279059602781846, 0.378190476190476, 0.332735466213312, 0.537904761904763, 0.631361514431124, 1.14552380952381 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 1, 1350, '2022-03-27 00:00:00', 0.0405799622145379, 0.0643333333333338, 0.0704156367915668, 0.117476190476191, 0.286352862574764, 0.414809523809524, 0.333607796528741, 0.537476190476191, 0.633914313722965, 1.14842857142857 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 1, 1365, '2022-03-27 00:00:00', 0.0510306630510373, 0.088857142857143, 0.283768550893489, 0.365904761904762, 0.302620656771414, 0.43552380952381, 0.333167296743014, 0.534619047619048, 0.63447633075294, 1.15271428571429 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 2, 990, '2022-03-27 00:00:00', 0.119626270590471, 0.24373076923077, 0.136955472831361, 0.283807692307693, 0.164205804263571, 0.331115384615385, 0.201730467551289, 0.417307692307693, 0.587549550119949, 1.03992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 2, 1005, '2022-03-27 00:00:00', 0.0723912871935461, 0.155461538461538, 0.0842187353539303, 0.199346153846154, 0.100778843933711, 0.239846153846154, 0.151954790847602, 0.344538461538462, 0.594899186029416, 1.02919230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 2, 1020, '2022-03-27 00:00:00', 0.0445892881237702, 0.12273076923077, 0.072902506024247, 0.166153846153846, 0.108689734848966, 0.216461538461539, 0.154145989742991, 0.314115384615385, 0.60702164199158, 1.02307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 2, 1035, '2022-03-27 00:00:00', 0.0453110956015787, 0.096846153846154, 0.0630397798707596, 0.134576923076924, 0.0871164384381838, 0.186076923076923, 0.134986569132465, 0.278423076923077, 0.608028760706395, 1.02342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 2, 1050, '2022-03-27 00:00:00', 0.0517103322512864, 0.0950384615384621, 0.0684929193420747, 0.136, 0.0831394380173818, 0.175615384615385, 0.122180446628998, 0.271307692307693, 0.631666125295756, 1.00657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 2, 1065, '2022-03-27 00:00:00', 0.0430951898083228, 0.0973461538461535, 0.0711133980668577, 0.136346153846153, 0.080262914129848, 0.167153846153846, 0.124520180631958, 0.266346153846154, 0.634670230543754, 1.01269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 2, 1080, '2022-03-27 00:00:00', 0.0430899774175639, 0.0858846153846153, 0.0615475301010403, 0.117538461538462, 0.0744087360462464, 0.1485, 0.131532832987989, 0.256384615384616, 0.641835240061354, 1.01634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 2, 1095, '2022-03-27 00:00:00', 0.0572729094236196, 0.0831153846153847, 0.0635189735433439, 0.1105, 0.0699908125838948, 0.149923076923077, 0.135099945909003, 0.275346153846154, 0.636372122630728, 1.02096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 2, 1110, '2022-03-27 00:00:00', 0.0396501624790539, 0.0778461538461543, 0.0470276023694105, 0.0996538461538462, 0.0583506113605832, 0.134923076923077, 0.122104772161515, 0.268846153846154, 0.638414045777624, 1.02557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 2, 1125, '2022-03-27 00:00:00', 0.0352510992736398, 0.073, 0.0432270036684695, 0.100576923076923, 0.0576474163808281, 0.135230769230769, 0.126819223245593, 0.272653846153846, 0.65325982579675, 1.1 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 2, 1140, '2022-03-27 00:00:00', 0.038679372359875, 0.0724230769230772, 0.051934055819338, 0.0988846153846156, 0.0631467643363759, 0.133076923076923, 0.124485976967442, 0.281961538461538, 0.656302495922304, 1.11661538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 2, 1155, '2022-03-27 00:00:00', 0.0466489508497733, 0.0742692307692305, 0.0531683538033084, 0.103076923076923, 0.0559655388472361, 0.124307692307692, 0.173563200637072, 0.386230769230769, 0.657081168150832, 1.13369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 2, 1170, '2022-03-27 00:00:00', 0.0335975502769976, 0.0646538461538465, 0.0437556326044472, 0.0876538461538463, 0.0473092607619922, 0.108615384615385, 0.161187482812359, 0.406269230769231, 0.659509412074903, 1.13576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 2, 1185, '2022-03-27 00:00:00', 0.028541575612806, 0.0596923076923077, 0.0307614393981518, 0.0771153846153844, 0.0632538232350126, 0.114615384615385, 0.16860355411894, 0.421038461538461, 0.662147592192371, 1.13192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 2, 1200, '2022-03-27 00:00:00', 0.0251788678183787, 0.0551538461538461, 0.0415992048740582, 0.0794230769230768, 0.0778219664461039, 0.121461538461539, 0.18604972453621, 0.4445, 0.660376153881547, 1.13576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 2, 1215, '2022-03-27 00:00:00', 0.0362055881789621, 0.0597307692307691, 0.0636905499571654, 0.0883846153846156, 0.0797975226143303, 0.119269230769231, 0.219376995498265, 0.472884615384615, 0.660466911766563, 1.13730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 2, 1230, '2022-03-27 00:00:00', 0.0372207758361668, 0.0611153846153854, 0.0476518786456688, 0.0836923076923083, 0.0603404189067836, 0.123384615384616, 0.222668487632658, 0.484846153846154, 0.660112055755571, 1.13961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 2, 1245, '2022-03-27 00:00:00', 0.0260256678034473, 0.0541538461538463, 0.0391716538014221, 0.0815384615384616, 0.0604036295394445, 0.124961538461539, 0.266230429399912, 0.502192307692307, 0.661525808555203, 1.14234615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 2, 1260, '2022-03-27 00:00:00', 0.0291742773953091, 0.0674615384615388, 0.0407403221164711, 0.0954230769230774, 0.0602071807626353, 0.140769230769231, 0.269139360526504, 0.503346153846154, 0.664301358861033, 1.15115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 2, 1275, '2022-03-27 00:00:00', 0.0322002388906572, 0.059846153846154, 0.0429704012619775, 0.0881538461538463, 0.071712717464574, 0.156923076923077, 0.266535597276207, 0.505230769230769, 0.662970969314529, 1.15188461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 2, 1290, '2022-03-27 00:00:00', 0.0318520860323993, 0.0616538461538465, 0.0494716235680775, 0.0958076923076927, 0.0677308247062197, 0.147230769230769, 0.262510826150378, 0.511423076923077, 0.664552656940106, 1.15307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 2, 1305, '2022-03-27 00:00:00', 0.0321116561631204, 0.0600384615384617, 0.0637381783910975, 0.106653846153846, 0.0598152668960537, 0.141884615384615, 0.269794406054798, 0.510692307692308, 0.661790522283763, 1.15115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 2, 1320, '2022-03-27 00:00:00', 0.0434809030817709, 0.0670434782608692, 0.0474005303417575, 0.0880869565217387, 0.0634423269888093, 0.151260869565217, 0.306661186008195, 0.558086956521739, 0.654182412220397, 1.22908695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 2, 1335, '2022-03-27 00:00:00', 0.0286751603680675, 0.0600869565217392, 0.0467340046826276, 0.0963913043478263, 0.171417745517379, 0.32904347826087, 0.358751810671499, 0.575043478260869, 0.652938602153233, 1.233 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 2, 1350, '2022-03-27 00:00:00', 0.0266439709084573, 0.0699130434782614, 0.0451789152963163, 0.11604347826087, 0.167053836201756, 0.359565217391305, 0.387422071725501, 0.58104347826087, 0.652843767060484, 1.2325652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 2, 1365, '2022-03-27 00:00:00', 0.0479446733183648, 0.0943478260869568, 0.180619749947635, 0.312304347826087, 0.177519124394223, 0.378695652173913, 0.406343100612056, 0.581478260869565, 0.654095643367189, 1.23126086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 3, 990, '2022-03-27 00:00:00', 0.148196070746209, 0.227653846153847, 0.14915095089823, 0.269384615384616, 0.181878526664195, 0.326038461538462, 0.401990901159945, 0.499269230769231, 0.660783735132293, 1.12823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 3, 1005, '2022-03-27 00:00:00', 0.077733558736534, 0.143884615384615, 0.101502140939906, 0.188269230769231, 0.182910099817874, 0.276230769230769, 0.410054144642462, 0.438807692307692, 0.633494762287862, 1.10842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 3, 1020, '2022-03-27 00:00:00', 0.0642556911577015, 0.117076923076923, 0.108827746744746, 0.171961538461539, 0.168883851757992, 0.247346153846154, 0.380161757069884, 0.403807692307692, 0.612470795536094, 1.08765384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 3, 1035, '2022-03-27 00:00:00', 0.0669808813135394, 0.110961538461539, 0.119204594645573, 0.167153846153847, 0.163355699672172, 0.232269230769231, 0.342636447834458, 0.373153846153846, 0.591903720081361, 1.07457692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 3, 1050, '2022-03-27 00:00:00', 0.0633402047554439, 0.102307692307693, 0.0808030844803495, 0.143461538461538, 0.127392989784187, 0.197423076923077, 0.298131287548598, 0.335230769230769, 0.568969362430541, 1.05684615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 3, 1065, '2022-03-27 00:00:00', 0.0484990087131051, 0.0900769230769229, 0.0995491065524178, 0.133230769230769, 0.104033840648128, 0.168, 0.286874470001186, 0.303192307692308, 0.569295980880029, 1.04807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 3, 1080, '2022-03-27 00:00:00', 0.0699732806148177, 0.0945000000000004, 0.0821696181921651, 0.124384615384616, 0.0883726114898641, 0.159961538461539, 0.280731355295688, 0.291423076923077, 0.566445615557765, 1.04565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 3, 1095, '2022-03-27 00:00:00', 0.0367775223995065, 0.0711153846153845, 0.0527337142195071, 0.104730769230769, 0.100896512099508, 0.145884615384615, 0.323457903574199, 0.298846153846154, 0.564143196496994, 1.04711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 3, 1110, '2022-03-27 00:00:00', 0.0488075656178267, 0.0784615384615388, 0.070591740636946, 0.111923076923077, 0.133600069092567, 0.156538461538461, 0.331496634163212, 0.302461538461538, 0.564397041097843, 1.0465 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 3, 1125, '2022-03-27 00:00:00', 0.0361420275281588, 0.0723846153846156, 0.0588515211227508, 0.101692307692308, 0.145831071923858, 0.156307692307692, 0.287498775917127, 0.291115384615385, 0.574669849030394, 1.07034615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 3, 1140, '2022-03-27 00:00:00', 0.0508304572536526, 0.0728461538461542, 0.0868295235150249, 0.103615384615385, 0.166907620695264, 0.142076923076923, 0.283839542970754, 0.300615384615385, 0.576790920658298, 1.08061538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 3, 1155, '2022-03-27 00:00:00', 0.0385351787332046, 0.0659999999999999, 0.0900562302974348, 0.0982692307692303, 0.130924082523482, 0.136653846153846, 0.364454559792913, 0.482384615384615, 0.596986096990541, 1.091 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 3, 1170, '2022-03-27 00:00:00', 0.0542674431368879, 0.0636538461538461, 0.0812402704233658, 0.0813076923076923, 0.107926848445531, 0.12926923076923, 0.342664844103704, 0.489346153846154, 0.610743089636274, 1.09680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 3, 1185, '2022-03-27 00:00:00', 0.033209359199803, 0.0503076923076923, 0.0511034697000568, 0.088730769230769, 0.0959373834251357, 0.136692307692307, 0.314449734273406, 0.502653846153846, 0.609092505289632, 1.098 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 3, 1200, '2022-03-27 00:00:00', 0.0492796259975815, 0.0728076923076927, 0.0619838812794221, 0.0931923076923076, 0.0939150598228972, 0.140038461538462, 0.320521709333153, 0.512384615384615, 0.613041351347149, 1.10253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 3, 1215, '2022-03-27 00:00:00', 0.0422174590205739, 0.0640769230769229, 0.0782883526065414, 0.0978846153846152, 0.0864265005655092, 0.1425, 0.331326815186363, 0.515538461538462, 0.617140717029256, 1.10723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 3, 1230, '2022-03-27 00:00:00', 0.0597372709324883, 0.0706923076923075, 0.0613490392376652, 0.0992307692307696, 0.0866654398335255, 0.141538461538462, 0.332601653633893, 0.5175, 0.613935387479823, 1.1065 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 3, 1245, '2022-03-27 00:00:00', 0.0429427705028631, 0.0638076923076927, 0.0770407284892473, 0.101076923076923, 0.0929117778408018, 0.135961538461539, 0.334947986777282, 0.517923076923077, 0.618169512475216, 1.10811538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 3, 1260, '2022-03-27 00:00:00', 0.0703643812866012, 0.0791153846153848, 0.0739168867975789, 0.101115384615385, 0.0932338664121247, 0.137923076923077, 0.337760190303485, 0.528115384615385, 0.618932983820978, 1.11003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 3, 1275, '2022-03-27 00:00:00', 0.0305483475569714, 0.0598076923076927, 0.0454585694722298, 0.0871923076923078, 0.0840657709543775, 0.132576923076923, 0.32064460316441, 0.525192307692308, 0.622179599349058, 1.11157692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 3, 1290, '2022-03-27 00:00:00', 0.0298295929470153, 0.0652692307692309, 0.0347110268447275, 0.0911538461538459, 0.0774311008872754, 0.134846153846153, 0.324508622618639, 0.528615384615385, 0.62332419642282, 1.11157692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 3, 1305, '2022-03-27 00:00:00', 0.0263389737549043, 0.0593076923076918, 0.068841132605889, 0.0956923076923071, 0.0694208569856022, 0.129153846153846, 0.32306733758674, 0.540230769230769, 0.624675626594746, 1.11003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 3, 1320, '2022-03-27 00:00:00', 0.0555492517284341, 0.0630869565217387, 0.062848616664178, 0.0886956521739129, 0.0719625781098854, 0.136391304347826, 0.337504197016796, 0.574086956521739, 0.620102968626667, 1.19165217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 3, 1335, '2022-03-27 00:00:00', 0.0317752109610711, 0.0611304347826086, 0.0499080577587328, 0.0862173913043483, 0.263640528112126, 0.413347826086957, 0.346051419561078, 0.571695652173913, 0.617344229124402, 1.18947826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 3, 1350, '2022-03-27 00:00:00', 0.0404704547479996, 0.0643043478260874, 0.051180529894836, 0.108913043478261, 0.276556329094192, 0.444695652173913, 0.345471803188652, 0.571304347826087, 0.616023952360152, 1.18934782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 3, 1365, '2022-03-27 00:00:00', 0.0403594521208365, 0.0936086956521735, 0.263380448912908, 0.411521739130435, 0.284238772587234, 0.478956521739131, 0.347137839830084, 0.57304347826087, 0.616023952360152, 1.18934782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 4, 990, '2022-03-27 00:00:00', 0.178498431365656, 0.26524, 0.21218696943969, 0.30832, 0.232528621894166, 0.36068, 0.260046739388646, 0.47684, 0.519182813018048, 1.02428 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 4, 1005, '2022-03-27 00:00:00', 0.0752029033127488, 0.13632, 0.0957717251245548, 0.18416, 0.108620900382937, 0.2322, 0.16688136504715, 0.36316, 0.450151707760839, 0.96368 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 4, 1020, '2022-03-27 00:00:00', 0.0712916544905503, 0.118, 0.0820154863425195, 0.15196, 0.0968335685596682, 0.19936, 0.158563257618739, 0.32584, 0.449993248097495, 0.95444 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 4, 1035, '2022-03-27 00:00:00', 0.0530175442660256, 0.0998800000000004, 0.0739425452631971, 0.1374, 0.086573514040573, 0.17584, 0.156097437519006, 0.30508, 0.448037152477336, 0.94804 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 4, 1050, '2022-03-27 00:00:00', 0.042712137228973, 0.09592, 0.0591872170883764, 0.12728, 0.0750113769148832, 0.17104, 0.152830657919149, 0.29028, 0.450246665728909, 0.94568 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 4, 1065, '2022-03-27 00:00:00', 0.0350198515131056, 0.0788399999999999, 0.0524626216145042, 0.11508, 0.0687423207832458, 0.15944, 0.150033629563508, 0.28556, 0.449894202377996, 0.94128 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 4, 1080, '2022-03-27 00:00:00', 0.0400010416531039, 0.0836000000000003, 0.0675304129016453, 0.12476, 0.0694243713211245, 0.151920000000001, 0.143885625874628, 0.27864, 0.446613770499746, 0.93688 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 4, 1095, '2022-03-27 00:00:00', 0.0495824229608295, 0.0917999999999999, 0.0492605995362074, 0.11776, 0.0589744860087816, 0.15464, 0.136480975475216, 0.27984, 0.439007182932884, 0.93884 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 4, 1110, '2022-03-27 00:00:00', 0.0284004107951512, 0.0763999999999994, 0.0362365837241867, 0.0945599999999996, 0.0702487722312637, 0.155159999999999, 0.141206550839541, 0.28096, 0.433298307558815, 0.94456 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 4, 1125, '2022-03-27 00:00:00', 0.0297051061828325, 0.0616799999999998, 0.043340627591211, 0.103079999999999, 0.101404602130936, 0.15632, 0.147429225958311, 0.28472, 0.467055250122153, 0.99124 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 4, 1140, '2022-03-27 00:00:00', 0.0386655315925356, 0.0772399999999995, 0.0631439624984051, 0.116079999999999, 0.102856647816269, 0.15136, 0.156329971534572, 0.29832, 0.472544883229802, 1.0002 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 4, 1155, '2022-03-27 00:00:00', 0.0368615427421772, 0.0657600000000001, 0.0652614740869377, 0.0983200000000001, 0.0816128462110391, 0.13036, 0.219863722943706, 0.41716, 0.480014885185866, 1.00404 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 4, 1170, '2022-03-27 00:00:00', 0.0412967714638, 0.06756, 0.0425480120961402, 0.0920000000000003, 0.0588361566839073, 0.12112, 0.221670310746989, 0.43432, 0.481392071669929, 1.01008 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 4, 1185, '2022-03-27 00:00:00', 0.0265137071468072, 0.0606800000000001, 0.0326662414938322, 0.0808000000000003, 0.0614547801232746, 0.11924, 0.229015778204618, 0.45232, 0.488954009425563, 1.01276 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 4, 1200, '2022-03-27 00:00:00', 0.0260320315508929, 0.0561999999999999, 0.0334876594185579, 0.0854399999999995, 0.0558782307045125, 0.12072, 0.231285177504598, 0.4528, 0.491763686472815, 1.01876 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 4, 1215, '2022-03-27 00:00:00', 0.0300691979717891, 0.0646399999999999, 0.0427622497069552, 0.0871199999999996, 0.0706428812171945, 0.1272, 0.245423090464882, 0.45308, 0.513821710323727, 1.0308 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 4, 1230, '2022-03-27 00:00:00', 0.0340502080267756, 0.0579999999999995, 0.0506482971085904, 0.0839999999999999, 0.0775584080978115, 0.12316, 0.242914991989653, 0.45788, 0.516102402629555, 1.03724 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 4, 1245, '2022-03-27 00:00:00', 0.0416193064174147, 0.0592000000000003, 0.062300267522165, 0.0883600000000003, 0.088008048874331, 0.1228, 0.251862396293426, 0.46, 0.515863958164682, 1.03804 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 4, 1260, '2022-03-27 00:00:00', 0.0368590558750492, 0.0655600000000004, 0.0445449211470848, 0.0823999999999999, 0.0700126655208422, 0.12024, 0.240106747093871, 0.4616, 0.510962709011137, 1.03284 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 4, 1275, '2022-03-27 00:00:00', 0.0300342582173535, 0.0548399999999999, 0.0537319582123459, 0.0820400000000001, 0.0876226188454402, 0.14684, 0.228729643903015, 0.464, 0.514343682116669, 1.03044 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 4, 1290, '2022-03-27 00:00:00', 0.0399959164582249, 0.0595599999999997, 0.0536438875051635, 0.0893999999999998, 0.0911066225181608, 0.1452, 0.216810231923373, 0.46152, 0.536591014336493, 1.0356 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 4, 1305, '2022-03-27 00:00:00', 0.0356510869399522, 0.0654000000000001, 0.0740450313435459, 0.1136, 0.0951005082355855, 0.14876, 0.206667341396748, 0.45584, 0.56603591464382, 1.04364 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 4, 1320, '2022-03-27 00:00:00', 0.0410961548005889, 0.0703181818181817, 0.0448708825843229, 0.0894090909090907, 0.0575159868609481, 0.144772727272727, 0.203694215267232, 0.461, 0.58360798234455, 1.11209090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 4, 1335, '2022-03-27 00:00:00', 0.0309668514293246, 0.0632272727272725, 0.0417687925924614, 0.096181818181818, 0.153597044073289, 0.322363636363636, 0.21243906689415, 0.4665, 0.587709074891614, 1.11436363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 4, 1350, '2022-03-27 00:00:00', 0.0276949993141905, 0.0711818181818183, 0.044774978518127, 0.114318181818181, 0.149738798553374, 0.337772727272728, 0.217782532820545, 0.464227272727273, 0.585326201279903, 1.113 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 4, 1365, '2022-03-27 00:00:00', 0.0343061086529654, 0.0806363636363637, 0.133005687799481, 0.296681818181818, 0.152181062414401, 0.347136363636364, 0.210142108173744, 0.459909090909091, 0.603957477144818, 1.11240909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 5, 990, '2022-03-27 00:00:00', 0.121297128297966, 0.219920000000001, 0.128871279448396, 0.254160000000001, 0.150259775056399, 0.291600000000001, 0.20194407641721, 0.39108, 0.626280506908313, 1.09224 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 5, 1005, '2022-03-27 00:00:00', 0.0739262019404028, 0.1376, 0.0973054983030245, 0.17388, 0.113061664590611, 0.20924, 0.174440983334383, 0.35036, 0.623859025207886, 1.06 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 5, 1020, '2022-03-27 00:00:00', 0.0465523719410018, 0.10804, 0.0693454396481845, 0.14896, 0.0883561354217503, 0.18684, 0.151103750229216, 0.33152, 0.625351053409203, 1.04924 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 5, 1035, '2022-03-27 00:00:00', 0.0549244025911979, 0.10324, 0.0587218017434752, 0.1284, 0.0766273449885876, 0.18, 0.146527016848998, 0.330199999999999, 0.625436162476502, 1.04668 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 5, 1050, '2022-03-27 00:00:00', 0.0291279934084031, 0.0832400000000003, 0.0416768120981755, 0.12004, 0.0696060342211792, 0.165, 0.12837442632134, 0.31892, 0.625155559307708, 1.04284 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 5, 1065, '2022-03-27 00:00:00', 0.0315186188360677, 0.0834399999999995, 0.0396739629144021, 0.11676, 0.0613892498732473, 0.163839999999999, 0.128006939916032, 0.306879999999999, 0.646882013971636, 1.04644 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 5, 1080, '2022-03-27 00:00:00', 0.034996428389194, 0.0782000000000001, 0.0489575326175655, 0.10356, 0.0524338631039142, 0.14832, 0.132205055374848, 0.290479999999999, 0.65566656159972, 1.03516 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 5, 1095, '2022-03-27 00:00:00', 0.0280757902827328, 0.0718000000000002, 0.0441556715873887, 0.10984, 0.052172087045341, 0.14552, 0.130169095154469, 0.286079999999999, 0.655855604026781, 1.03436 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 5, 1110, '2022-03-27 00:00:00', 0.0292442017044977, 0.0761600000000001, 0.0336953013539476, 0.0990399999999995, 0.0536147367801055, 0.13904, 0.130110235313496, 0.281559999999999, 0.655956680480249, 1.032 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 5, 1125, '2022-03-27 00:00:00', 0.0267443451966959, 0.0595199999999994, 0.0313380492904925, 0.09664, 0.048985950366746, 0.12904, 0.125595581132459, 0.265999999999999, 0.710364934382322, 1.08856 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 5, 1140, '2022-03-27 00:00:00', 0.0303489154117023, 0.0718400000000003, 0.0378678403573973, 0.0901600000000002, 0.0534269906819889, 0.12312, 0.140002119031582, 0.27448, 0.70504312634051, 1.09568 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 5, 1155, '2022-03-27 00:00:00', 0.0235460541634192, 0.0595999999999999, 0.0345655416081775, 0.0841199999999998, 0.0606718495954539, 0.12564, 0.165420544874772, 0.41896, 0.701127171061, 1.10632 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 5, 1170, '2022-03-27 00:00:00', 0.0261294852609079, 0.0559999999999995, 0.0410220266036027, 0.0831600000000002, 0.0690846823350397, 0.12388, 0.16195402639844, 0.44724, 0.697976439430444, 1.10812 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 5, 1185, '2022-03-27 00:00:00', 0.0381472148393558, 0.0582800000000005, 0.0535436581990185, 0.0894399999999997, 0.0821725826132615, 0.1354, 0.170816665853579, 0.467, 0.701009624280104, 1.11008 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 5, 1200, '2022-03-27 00:00:00', 0.0269725773246873, 0.0592916666666664, 0.0372190684726393, 0.0829583333333329, 0.0703007900877116, 0.128875, 0.168271514333923, 0.470208333333333, 0.673895612911562, 1.06908333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 5, 1215, '2022-03-27 00:00:00', 0.031246101206066, 0.0566666666666661, 0.0583536817511373, 0.0922499999999997, 0.0654145642605015, 0.12225, 0.163731349197839, 0.468041666666667, 0.671636902368526, 1.07070833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 5, 1230, '2022-03-27 00:00:00', 0.0361371932934812, 0.0616249999999998, 0.0415979505835754, 0.0839583333333331, 0.0521525076863134, 0.117833333333333, 0.165657232986005, 0.469333333333333, 0.66914856130866, 1.07816666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 5, 1245, '2022-03-27 00:00:00', 0.0283369669451789, 0.0598750000000002, 0.0267586840841071, 0.0801250000000001, 0.0489690822304516, 0.115166666666666, 0.167548819405145, 0.474458333333333, 0.67072290116331, 1.07658333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 5, 1260, '2022-03-27 00:00:00', 0.0225175857202026, 0.0597916666666669, 0.0399818572985731, 0.0868750000000002, 0.0568687785257827, 0.119333333333333, 0.169599907497582, 0.474041666666667, 0.673980792527244, 1.07775 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 5, 1275, '2022-03-27 00:00:00', 0.0299876484234931, 0.0609583333333334, 0.0375583603846419, 0.0817499999999997, 0.0674093594327262, 0.12475, 0.176020667429478, 0.478666666666667, 0.676058781800278, 1.07654166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 5, 1290, '2022-03-27 00:00:00', 0.0398820725407416, 0.0576666666666662, 0.0625354971659867, 0.0855833333333333, 0.0685279483870992, 0.124583333333333, 0.189631216281513, 0.486541666666666, 0.680730314345972, 1.07825 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 5, 1305, '2022-03-27 00:00:00', 0.0392284784026417, 0.0603478260869564, 0.050418211466005, 0.0937826086956519, 0.0530480057032394, 0.122, 0.171048279248849, 0.506173913043478, 0.666076094478975, 1.121 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 5, 1320, '2022-03-27 00:00:00', 0.032290275699689, 0.0654761904761903, 0.0349183401121886, 0.0867619047619046, 0.058724052020567, 0.143285714285714, 0.177520957850589, 0.520095238095238, 0.665566217949943, 1.18009523809524 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 5, 1335, '2022-03-27 00:00:00', 0.0306037657191143, 0.065095238095238, 0.0473915805261011, 0.0941904761904761, 0.139920028179365, 0.367714285714286, 0.175435173212216, 0.522, 0.659030825205793, 1.18914285714286 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 5, 1350, '2022-03-27 00:00:00', 0.0362244984190854, 0.0692857142857142, 0.0524580558069737, 0.120047619047619, 0.136207981725428, 0.399714285714286, 0.175269112808738, 0.528190476190476, 0.656649874090339, 1.19342857142857 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 5, 1365, '2022-03-27 00:00:00', 0.0354282642075767, 0.0838095238095244, 0.140708784035545, 0.34952380952381, 0.146329618132684, 0.418428571428572, 0.181020019939916, 0.523380952380953, 0.650780992346888, 1.201 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 1, 930, '2022-03-27 00:00:00', 0.0561070405564213, 0.251, 0.0371662929727099, 0.274333333333333, 0.0447362641861537, 0.284333333333334, 0.0996058900534167, 0.344333333333334, 0.338098111993151, 0.644666666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 1, 945, '2022-03-27 00:00:00', 0.0376430604494377, 0.141000000000001, 0.0409511904588865, 0.158000000000001, 0.0877895210147542, 0.258, 0.113271061323417, 0.314666666666668, 0.338098111993151, 0.644666666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 1, 960, '2022-03-27 00:00:00', 0.015176736583777, 0.0776666666666668, 0.0562168420789817, 0.164333333333333, 0.0702163323830932, 0.184666666666666, 0.13057692496507, 0.304666666666667, 0.320827575705912, 0.634666666666665 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 1, 975, '2022-03-27 00:00:00', 0.0498029450267085, 0.127666666666666, 0.060665750908839, 0.147666666666666, 0.041797129088012, 0.181, 0.144299457148435, 0.310333333333334, 0.315071949454936, 0.631333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 2, 930, '2022-03-27 00:00:00', 0.0697160909212036, 0.187666666666666, 0.0797307970611099, 0.260999999999999, 0.0803761987987319, 0.271333333333332, 0.0431315816233684, 0.296333333333332, 0.28095729212818, 0.637999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 2, 945, '2022-03-27 00:00:00', 0.0200333056017553, 0.147666666666666, 0.0155349069303083, 0.167666666666666, 0.0368962509387243, 0.194333333333333, 0.0504678115237821, 0.202999999999998, 0.205029266203632, 0.588 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 2, 960, '2022-03-27 00:00:00', 0.0612127437712119, 0.097999999999999, 0.0421939964133918, 0.117666666666666, 0.029160475533389, 0.181333333333332, 0.0410731055558254, 0.192999999999999, 0.209094077709851, 0.604666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 2, 975, '2022-03-27 00:00:00', 0.0270246800782785, 0.0743333333333342, 0.0476480149988774, 0.141333333333334, 0.0439355588712984, 0.144666666666667, 0.0435545634807644, 0.172999999999999, 0.214593414002699, 0.601333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 3, 930, '2022-03-27 00:00:00', 0.0225388553391691, 0.207000000000001, 0.0190087699058445, 0.213666666666667, 0.0199592084011367, 0.213666666666667, 0.0209571688211935, 0.247333333333332, 0.0220050272622532, 0.543666666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 3, 945, '2022-03-27 00:00:00', 0.060335174925854, 0.131333333333333, 0.0474376784142453, 0.141333333333333, 0.0498095623349576, 0.141333333333333, 0.0523000404517054, 0.231333333333333, 0.0549150424742907, 0.537333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 3, 960, '2022-03-27 00:00:00', 0.0105039675043947, 0.0646666666666675, 0.0118462370959438, 0.101333333333333, 0.0124385489507409, 0.101333333333333, 0.013060476398278, 0.204666666666665, 0.0137135002181919, 0.507333333333332 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 3, 975, '2022-03-27 00:00:00', 0.0118462370959427, 0.0713333333333329, 0.0158219257150751, 0.0813333333333333, 0.0205020324195741, 0.0946666666666663, 0.0349332697200445, 0.194666666666665, 0.300501247917543, 0.503999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 4, 930, '2022-03-27 00:00:00', 0.0250599281722856, 0.157, 0.0247857485933649, 0.160666666666666, 0.0345591280754238, 0.167333333333333, 0.188452469692844, 0.337333333333333, 0.300501247917541, 0.504 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 4, 945, '2022-03-27 00:00:00', 0.0118462370959468, 0.121333333333332, 0.0158219257150759, 0.131333333333333, 0.0205020324195777, 0.164666666666667, 0.264456045497166, 0.387999999999999, 0.2996169777121, 0.501333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 4, 960, '2022-03-27 00:00:00', 0.0105039675043929, 0.0546666666666672, 0.0236713610367759, 0.0813333333333333, 0.0580258563056162, 0.128, 0.255793536535489, 0.354666666666667, 0.332491102637848, 0.481333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 4, 975, '2022-03-27 00:00:00', 0.0233880311270549, 0.0579999999999986, 0.0405010287935185, 0.0813333333333321, 0.0702875048165276, 0.121333333333332, 0.250540083286751, 0.351333333333333, 0.332491102637848, 0.481333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 5, 930, '2022-03-27 00:00:00', 0.0401123422402624, 0.167, 0.0763042156983033, 0.220333333333334, 0.131348137913459, 0.283666666666668, 0.146192795080104, 0.343666666666667, 0.154823555486022, 0.547666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 5, 945, '2022-03-27 00:00:00', 0.0178978583448777, 0.114666666666667, 0.0170391705588431, 0.144666666666667, 0.0708543106192796, 0.201333333333333, 0.0700023809118902, 0.244666666666667, 0.205467759028028, 0.508 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 5, 960, '2022-03-27 00:00:00', 0.0487544869729953, 0.0980000000000002, 0.0527288662246156, 0.134666666666667, 0.0753679861302751, 0.191333333333334, 0.0247049252849169, 0.221333333333334, 0.249573636428209, 0.478 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 5, 975, '2022-03-27 00:00:00', 0.0320052079095471, 0.0773333333333343, 0.0394250343479027, 0.107333333333334, 0.0312143129562917, 0.150666666666668, 0.0159478316185402, 0.177333333333335, 0.280998813757875, 0.457666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2022-03-27 14:33:02 Duration: 3s287ms Database: acaweb_fx User: pgperfstats
13 1m33s 131 50ms 11s423ms 715ms select distinct a.resultuid as ruid, s.symbolid as sid, symbol as sym, longname, shortname, exchange as e, timegranularity as tg, p.patternid as pid, direction as d, patternstarttime as pst, patternendtime as pet, patternstartprice as psp, patternendprice as pep, pricex as px, timex as tx, pricea as pa, timea as ta, priceb as pb, timeb as tb, pricec as pc, timec as tc, priced as pd, timed as td, averagequality as aq, timequality as tq, errormargin as rq, (? - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, patternlengthbars as l, temporarypattern as tp, bandwidth as bw, qtytp as qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzos, dftt.timezone as tz, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ?) then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ?) then ? else ? end as relevant from symbols s inner join brokersymbollist b on s.symbolid = b.symbolid inner join symbolgroup sg on s.symbolid = sg.symbolid inner join downloadersymbolsettings dss on dss.symbolid = s.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join fibonacci_results a on a.symbolid = s.symbolid inner join fibonaccipatterns p on a.pattern = p.patternname left outer join relevance_fibonacci_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and sg.groupid = ? and patternlengthbars >= ? and averagequality >= ?.? and (timequality >= ?.? or timequality = ?) and errormargin >= ?.? and ? - noise >= ?.? and s.nonliquid = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and a.resultuid > ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, averagequality desc limit ?;Times Reported Time consuming queries #13
Day Hour Count Duration Avg duration Mar 27 14 131 1m33s 715ms [ User: postgres - Total duration: 1m33s - Times executed: 131 ]
-
/*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 = 689 AND sg.groupid = 5159 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 73308770 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-03-27 14:01:31 Duration: 11s423ms Database: acaweb_fx User: postgres Bind query: yes
-
/*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 = 689 AND sg.groupid = 5159 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 73308770 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-03-27 14:01:31 Duration: 9s447ms Database: acaweb_fx User: postgres Bind query: yes
-
/*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 = 689 AND sg.groupid = 5135 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 73332537 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-03-27 14:01:31 Duration: 6s959ms Database: acaweb_fx User: postgres Bind query: yes
14 1m24s 230 50ms 6s89ms 368ms 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 #14
Day Hour Count Duration Avg duration Mar 27 14 230 1m24s 368ms [ User: postgres - Total duration: 1m24s - Times executed: 230 ]
-
/*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 = 689 AND sg.groupid = 5123 AND patternclassid = '1' AND patternlengthbars >= '20' AND a.PatternID & '39' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '0' AND a.resultuid > '82003494' 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-03-27 14:05:41 Duration: 6s89ms 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 = 689 AND sg.groupid = 5123 AND patternclassid = '1' AND patternlengthbars >= '20' AND a.PatternID & '39' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '0' AND a.resultuid > '82003494' 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-03-27 14:05:41 Duration: 6s85ms 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 = 689 AND sg.groupid = 5123 AND patternclassid = '1' AND patternlengthbars >= '20' AND a.PatternID & '39' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '0' AND a.resultuid > '82003494' 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-03-27 14:17:48 Duration: 4s934ms Database: acaweb_fx User: postgres Bind query: yes
15 1m11s 132 111ms 10s887ms 540ms 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 #15
Day Hour Count Duration Avg duration Mar 27 14 132 1m11s 540ms [ User: postgres - Total duration: 1m11s - Times executed: 132 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '660' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('36' = 0 OR s.symbol in ('AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'JPN225', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'OILUSD', 'SPX500', 'US30', 'USDCAD', 'USDCHF', 'USDJPY', 'XAGUSD', 'XAUUSD', 'F', 'FDX')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 14:01:11 Duration: 10s887ms 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 = '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 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-03-27 14:01:27 Duration: 9s644ms 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 = '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-03-27 14:10:42 Duration: 2s537ms Database: acaweb_fx User: postgres Bind query: yes
16 1m10s 1 1m10s 1m10s 1m10s select pd.trumpetsymbolid::character varying as symbolid, ? as timegranularity, ? as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t15_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval ? and (? = ? or t.symbolid = ?) and (pt.enddate < current_timestamp - interval ? or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, ? as timegranularity, ? as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t30_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval ? and ((? = ?) or (? <> ? and t.symbolid = ?)) and (pt.enddate < current_timestamp - interval ? or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, ? as timegranularity, ? as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t60_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval ? and ((? = ?) or (? <> ? and t.symbolid = ?)) and (pt.enddate < current_timestamp - interval ? or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, ? as timegranularity, ? as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t240 group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval ? and ((? = ?) or (? <> ? and t.symbolid = ?)) and (pt.enddate < current_timestamp - interval ? or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, ? as timegranularity, ? as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t1440 group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval ? and ((? = ?) or (? <> ? and t.symbolid = ?)) and (pt.enddate < current_timestamp - interval ? or pt.enddate is null) group by pd.trumpetsymbolid;Times Reported Time consuming queries #16
Day Hour Count Duration Avg duration Mar 27 14 1 1m10s 1m10s [ User: pgperfstats - Total duration: 1m10s - Times executed: 1 ]
-
select pd.trumpetsymbolid::character varying as symbolid, 15 as timegranularity, 't15_ps' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t15_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and (- 1 = - 1 or t.symbolid = - 1) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, 30 as timegranularity, 't30_ps' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t30_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and ((- 1 = - 1) or (- 1 <> - 1 and t.symbolid = - 1)) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, 60 as timegranularity, 't60_ps' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t60_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and ((- 1 = - 1) or (- 1 <> - 1 and t.symbolid = - 1)) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, 240 as timegranularity, 't240' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t240 group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and ((- 1 = - 1) or (- 1 <> - 1 and t.symbolid = - 1)) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, 1440 as timegranularity, 't1440' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t1440 group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and ((- 1 = - 1) or (- 1 <> - 1 and t.symbolid = - 1)) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid;
Date: 2022-03-27 14:19:59 Duration: 1m10s Database: acaweb_fx User: pgperfstats
17 1m8s 4 7s66ms 36s917ms 17s63ms select updateresultsmaterializedview ();Times Reported Time consuming queries #17
Day Hour Count Duration Avg duration Mar 27 14 4 1m8s 17s63ms [ User: postgres - Total duration: 1m8s - Times executed: 4 ]
-
select updateresultsmaterializedview ();
Date: 2022-03-27 14:05:44 Duration: 36s917ms Database: acaweb_fx User: postgres
-
select updateresultsmaterializedview ();
Date: 2022-03-27 14:18:37 Duration: 17s178ms Database: acaweb_fx User: postgres
-
select updateresultsmaterializedview ();
Date: 2022-03-27 14:32:45 Duration: 7s89ms Database: acaweb_fx User: postgres
18 1m5s 53 431ms 19s280ms 1s233ms select case when a.old_resultuid = ? then a.old_resultuid else a.resultuid end as resultuid, s.symbol, pattern as patternname, timegranularity as interval, patternlengthbars as length, patternendtime, direction, breakout, predictiontimeto, predictionpricefrom, predictionpriceto, patternstartprice, resy1, supporty1, dtt.timezone, cps.pip from autochartist_results a inner join downloadersymbolsettings dss on a.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname inner join symbols s on a.symbolid = s.symbolid inner join patterns p on p.patternname = a.pattern left join currencypips cps on cps.symbol = s.symbol where (a.old_resultuid = ? or a.resultuid = ?) and dtt.dayofweek = ?;Times Reported Time consuming queries #18
Day Hour Count Duration Avg duration Mar 27 14 53 1m5s 1s233ms [ User: postgres - Total duration: 1m5s - Times executed: 53 ]
-
SELECT CASE WHEN a.old_resultuid = '580438334' THEN a.old_resultuid ELSE a.resultuid END as resultuid, s.symbol, pattern as patternname, timegranularity as interval, patternlengthbars AS length, patternendtime, direction, breakout, predictiontimeto, predictionpricefrom, predictionpriceto, patternStartPrice, resy1, supporty1, dtt.timezone, cps.pip FROM autochartist_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN patterns p ON p.patternname = a.pattern LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '580438334' OR a.resultuid = '580438334') AND dtt.dayofweek = 3;
Date: 2022-03-27 14:03:11 Duration: 19s280ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT CASE WHEN a.old_resultuid = '580438864' THEN a.old_resultuid ELSE a.resultuid END as resultuid, s.symbol, pattern as patternname, timegranularity as interval, patternlengthbars AS length, patternendtime, direction, breakout, predictiontimeto, predictionpricefrom, predictionpriceto, patternStartPrice, resy1, supporty1, dtt.timezone, cps.pip FROM autochartist_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN patterns p ON p.patternname = a.pattern LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '580438864' OR a.resultuid = '580438864') AND dtt.dayofweek = 3;
Date: 2022-03-27 14:32:58 Duration: 8s413ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT CASE WHEN a.old_resultuid = '580439011' THEN a.old_resultuid ELSE a.resultuid END as resultuid, s.symbol, pattern as patternname, timegranularity as interval, patternlengthbars AS length, patternendtime, direction, breakout, predictiontimeto, predictionpricefrom, predictionpriceto, patternStartPrice, resy1, supporty1, dtt.timezone, cps.pip FROM autochartist_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN patterns p ON p.patternname = a.pattern LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '580439011' OR a.resultuid = '580439011') AND dtt.dayofweek = 3;
Date: 2022-03-27 14:47:55 Duration: 7s288ms Database: acaweb_fx User: postgres Bind query: yes
19 46s626ms 4 5s280ms 22s715ms 11s656ms refresh materialized view latest_t15_candle_view;Times Reported Time consuming queries #19
Day Hour Count Duration Avg duration Mar 27 14 4 46s626ms 11s656ms [ User: postgres - Total duration: 46s626ms - Times executed: 4 ]
-
refresh materialized view latest_t15_candle_view;
Date: 2022-03-27 14:01:23 Duration: 22s715ms Database: acaweb_fx User: postgres
-
refresh materialized view latest_t15_candle_view;
Date: 2022-03-27 14:16:14 Duration: 12s934ms Database: acaweb_fx User: postgres
-
refresh materialized view latest_t15_candle_view;
Date: 2022-03-27 14:31:07 Duration: 5s695ms Database: acaweb_fx User: postgres
20 42s309ms 30 339ms 21s600ms 1s410ms select case when a.old_resultuid = ? then a.old_resultuid else a.resultuid end as resultuid, s.symbol, a.patternprice, atbaridentified as patternendtime, breakout, p.patternname, dtt.timezone, a.direction, case when a.patternclassid = ? then a.predictionpricefrom else a.patternprice end as predictionpricefrom, case when a.patternclassid = ? then a.predictionpriceto else a.patternprice end as predictionpriceto, s.timegranularity as interval, patternlengthbars as length, cps.pip from keylevels_results a inner join downloadersymbolsettings dss on a.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname inner join symbols s on a.symbolid = s.symbolid inner join hrspatterns p on a.patternid = p.patternid left join currencypips cps on cps.symbol = s.symbol where (a.old_resultuid = ? or a.resultuid = ?) and dtt.dayofweek = ?;Times Reported Time consuming queries #20
Day Hour Count Duration Avg duration Mar 27 14 30 42s309ms 1s410ms [ User: postgres - Total duration: 42s309ms - Times executed: 30 ]
-
SELECT CASE WHEN a.old_resultuid = '81983122' THEN a.old_resultuid ELSE a.resultuid END AS ResultUID, s.symbol, a.patternprice, atbaridentified AS patternendtime, breakout, p.patternname, dtt.timezone, a.direction, case when a.patternclassid = 1 then a.predictionpricefrom else a.patternprice end as predictionpricefrom, case when a.patternclassid = 1 then a.predictionpriceto else a.patternprice end as predictionpriceto, s.timegranularity AS interval, patternlengthbars AS length, cps.pip FROM keylevels_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '81983122' OR a.resultuid = '81983122') AND dtt.dayofweek = 3;
Date: 2022-03-27 14:04:08 Duration: 21s600ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT CASE WHEN a.old_resultuid = '82010715' THEN a.old_resultuid ELSE a.resultuid END AS ResultUID, s.symbol, a.patternprice, atbaridentified AS patternendtime, breakout, p.patternname, dtt.timezone, a.direction, case when a.patternclassid = 1 then a.predictionpricefrom else a.patternprice end as predictionpricefrom, case when a.patternclassid = 1 then a.predictionpriceto else a.patternprice end as predictionpriceto, s.timegranularity AS interval, patternlengthbars AS length, cps.pip FROM keylevels_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '82010715' OR a.resultuid = '82010715') AND dtt.dayofweek = 3;
Date: 2022-03-27 14:20:21 Duration: 5s68ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT CASE WHEN a.old_resultuid = '82037483' THEN a.old_resultuid ELSE a.resultuid END AS ResultUID, s.symbol, a.patternprice, atbaridentified AS patternendtime, breakout, p.patternname, dtt.timezone, a.direction, case when a.patternclassid = 1 then a.predictionpricefrom else a.patternprice end as predictionpricefrom, case when a.patternclassid = 1 then a.predictionpriceto else a.patternprice end as predictionpriceto, s.timegranularity AS interval, patternlengthbars AS length, cps.pip FROM keylevels_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '82037483' OR a.resultuid = '82037483') AND dtt.dayofweek = 3;
Date: 2022-03-27 14:32:47 Duration: 2s689ms 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 419 23m26s 1s238ms 44s152ms 3s356ms with rar_max as ( select resultuid from relevance_autochartist_results order by resultuid desc limit ? ) select a.symbolid, pattern, patternid, resy0, resy1, resx0, resx1, supporty0, supporty1, supportx0, supportx1, predictiontimeto, patternstarttime, timegranularity, patternendtime, direction, trendchange, patternlengthbars, patternquality, case when a.old_resultuid = ? then a.old_resultuid else a.resultuid end as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, s.exchange, s.symbol, s.longname, s.shortname, breakout, dtt.timezone, patternstartprice, patternendprice, qtytp, newlevels.profit, newlevels.stop, newlevels.filtered, case when rar.age is not null then rar.age when a.resultuid <= rm.resultuid then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= rm.resultuid then ? else ? end as relevant, cps.pip from autochartist_results a inner join downloadersymbolsettings dss on a.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname inner join symbols s on a.symbolid = s.symbolid inner join patterns p on p.patternname = a.pattern inner join rar_max rm on ? = ? left outer join relevance_autochartist_results rar on rar.resultuid = a.resultuid left join lateral calc_cp_signal (a.resultuid) newlevels on true left join currencypips cps on cps.symbol = s.symbol where (a.old_resultuid = ? or a.resultuid = ?) and dtt.dayofweek = ?;Times Reported Time consuming queries #1
Day Hour Count Duration Avg duration Mar 27 14 419 23m26s 3s356ms [ User: postgres - Total duration: 23m26s - Times executed: 419 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ) SELECT a.symbolid, pattern, patternid, resy0, resy1, resx0, resx1, supporty0, supporty1, supportx0, supportx1, predictiontimeto, patternstarttime, timegranularity, patternendtime, direction, trendchange, patternlengthbars, patternquality, CASE WHEN a.old_resultuid = '580173101' THEN a.old_resultuid ELSE a.resultuid END AS uid, breakout, initialtrend, volumeincrease, symmetry AS uniformity, predictionpricefrom, predictionpriceto, noise, s.exchange, s.symbol, s.longname, s.shortname, breakout, dtt.timezone, patternStartPrice, patternEndPrice, qtytp, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM autochartist_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN patterns p ON p.patternname = a.pattern INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid LEFT JOIN LATERAL calc_cp_signal (a.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '580173101' OR a.resultuid = '580173101') AND dtt.dayofweek = 3;
Date: 2022-03-27 14:16:01 Duration: 44s152ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ) SELECT a.symbolid, pattern, patternid, resy0, resy1, resx0, resx1, supporty0, supporty1, supportx0, supportx1, predictiontimeto, patternstarttime, timegranularity, patternendtime, direction, trendchange, patternlengthbars, patternquality, CASE WHEN a.old_resultuid = '580173101' THEN a.old_resultuid ELSE a.resultuid END AS uid, breakout, initialtrend, volumeincrease, symmetry AS uniformity, predictionpricefrom, predictionpriceto, noise, s.exchange, s.symbol, s.longname, s.shortname, breakout, dtt.timezone, patternStartPrice, patternEndPrice, qtytp, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM autochartist_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN patterns p ON p.patternname = a.pattern INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid LEFT JOIN LATERAL calc_cp_signal (a.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '580173101' OR a.resultuid = '580173101') AND dtt.dayofweek = 3;
Date: 2022-03-27 14:20:15 Duration: 42s81ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ) SELECT a.symbolid, pattern, patternid, resy0, resy1, resx0, resx1, supporty0, supporty1, supportx0, supportx1, predictiontimeto, patternstarttime, timegranularity, patternendtime, direction, trendchange, patternlengthbars, patternquality, CASE WHEN a.old_resultuid = '580173101' THEN a.old_resultuid ELSE a.resultuid END AS uid, breakout, initialtrend, volumeincrease, symmetry AS uniformity, predictionpricefrom, predictionpriceto, noise, s.exchange, s.symbol, s.longname, s.shortname, breakout, dtt.timezone, patternStartPrice, patternEndPrice, qtytp, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM autochartist_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN patterns p ON p.patternname = a.pattern INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid LEFT JOIN LATERAL calc_cp_signal (a.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '580173101' OR a.resultuid = '580173101') AND dtt.dayofweek = 3;
Date: 2022-03-27 14:04:48 Duration: 38s168ms Database: acaweb_fx User: postgres Bind query: yes
2 248 18m35s 977ms 41s138ms 4s496ms with rar_max as ( select resultuid from relevance_keylevels_results order by resultuid desc limit ? ) select case when a.old_resultuid = ? then a.old_resultuid else a.resultuid end as ruid, s.symbolid as sid, s.symbol as sym, longname, shortname, exchange as e, timegranularity as tg, a.patternid as pid, a.direction as d, a.patternprice as pp, atbaridentified as pet, case when (x9 != ?) then x9 when (x8 != ?) then x8 when (x7 != ?) then x7 when (x6 != ?) then x6 when (x5 != ?) then x5 when (x4 != ?) then x4 when (x3 != ?) then x3 when (x2 != ?) then x2 end as pst, patternprice as patp, x0, x1, x2, case when (x3 != ?) then x3 else ? end as x3, case when (x4 != ?) then x4 else ? end as x4, case when (x5 != ?) then x5 else ? end as x5, case when (x6 != ?) then x6 else ? end as x6, case when (x7 != ?) then x7 else ? end as x7, case when (x8 != ?) then x8 else ? end as x8, errormargin as erm, breakoutprice as pe, breakoutbars as be, breakout, atbaridentified as atbar, atpriceidentified as atprice, patternlengthbars as l, bandwidth as bw, qtytp as qtp, p.patternname as patternname, dtt.absolutetimezoneoffset as tzos, dtt.timezone as timezone, approachingtimestamp as apt, approachingregion as apr, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, furthestprice as fp, newlevels.filtered, case when rar.age is not null then rar.age when a.resultuid <= rm.resultuid then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= rm.resultuid then ? else ? end as relevant, cps.pip from keylevels_results a inner join downloadersymbolsettings dss on a.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname inner join symbols s on a.symbolid = s.symbolid inner join hrspatterns p on a.patternid = p.patternid inner join rar_max rm on ? = ? left outer join relevance_keylevels_results rar on a.resultuid = rar.resultuid left join lateral calc_kl_signal_filter (a.resultuid) newlevels on true left join currencypips cps on cps.symbol = s.symbol where (a.old_resultuid = ? or a.resultuid = ?) and dtt.dayofweek = ?;Times Reported Time consuming queries #2
Day Hour Count Duration Avg duration Mar 27 14 248 18m35s 4s496ms [ User: postgres - Total duration: 18m35s - Times executed: 248 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ) SELECT CASE WHEN a.old_resultuid = '82037257' THEN a.old_resultuid ELSE a.resultuid END AS ruid, s.symbolid AS sid, s.symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, a.PatternID AS pid, a.direction AS d, a.patternprice AS pp, atbaridentified AS pet, CASE WHEN (x9 != '') THEN x9 WHEN (x8 != '') THEN x8 WHEN (x7 != '') THEN x7 WHEN (x6 != '') THEN x6 WHEN (x5 != '') THEN x5 WHEN (x4 != '') THEN x4 WHEN (x3 != '') THEN x3 WHEN (x2 != '') THEN x2 END AS pst, PatternPrice AS patp, x0, x1, x2, CASE WHEN (x3 != '') THEN x3 ELSE '0' END AS x3, CASE WHEN (x4 != '') THEN x4 ELSE '0' END AS x4, CASE WHEN (x5 != '') THEN x5 ELSE '0' END AS x5, CASE WHEN (x6 != '') THEN x6 ELSE '0' END AS x6, CASE WHEN (x7 != '') THEN x7 ELSE '0' END AS x7, CASE WHEN (x8 != '') THEN x8 ELSE '0' END AS x8, errorMargin AS erm, breakoutprice AS pE, breakoutbars AS be, breakout, atbaridentified AS atBar, atpriceidentified AS atPrice, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname AS patternname, dtt.absolutetimezoneoffset AS tzOs, dtt.timezone AS timezone, approachingtimestamp AS apt, approachingregion AS apr, predictionpricefrom AS ppf, predictionpriceto AS ppt, predictiontimefrom AS ptf, predictiontimebars AS ptb, furthestprice AS fp, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM keylevels_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON a.resultuid = rar.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (a.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '82037257' OR a.resultuid = '82037257') AND dtt.dayofweek = 3;
Date: 2022-03-27 14:05:30 Duration: 41s138ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ) SELECT CASE WHEN a.old_resultuid = '82037251' THEN a.old_resultuid ELSE a.resultuid END AS ruid, s.symbolid AS sid, s.symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, a.PatternID AS pid, a.direction AS d, a.patternprice AS pp, atbaridentified AS pet, CASE WHEN (x9 != '') THEN x9 WHEN (x8 != '') THEN x8 WHEN (x7 != '') THEN x7 WHEN (x6 != '') THEN x6 WHEN (x5 != '') THEN x5 WHEN (x4 != '') THEN x4 WHEN (x3 != '') THEN x3 WHEN (x2 != '') THEN x2 END AS pst, PatternPrice AS patp, x0, x1, x2, CASE WHEN (x3 != '') THEN x3 ELSE '0' END AS x3, CASE WHEN (x4 != '') THEN x4 ELSE '0' END AS x4, CASE WHEN (x5 != '') THEN x5 ELSE '0' END AS x5, CASE WHEN (x6 != '') THEN x6 ELSE '0' END AS x6, CASE WHEN (x7 != '') THEN x7 ELSE '0' END AS x7, CASE WHEN (x8 != '') THEN x8 ELSE '0' END AS x8, errorMargin AS erm, breakoutprice AS pE, breakoutbars AS be, breakout, atbaridentified AS atBar, atpriceidentified AS atPrice, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname AS patternname, dtt.absolutetimezoneoffset AS tzOs, dtt.timezone AS timezone, approachingtimestamp AS apt, approachingregion AS apr, predictionpricefrom AS ppf, predictionpriceto AS ppt, predictiontimefrom AS ptf, predictiontimebars AS ptb, furthestprice AS fp, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM keylevels_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON a.resultuid = rar.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (a.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '82037251' OR a.resultuid = '82037251') AND dtt.dayofweek = 3;
Date: 2022-03-27 14:05:30 Duration: 40s254ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ) SELECT CASE WHEN a.old_resultuid = '81988632' THEN a.old_resultuid ELSE a.resultuid END AS ruid, s.symbolid AS sid, s.symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, a.PatternID AS pid, a.direction AS d, a.patternprice AS pp, atbaridentified AS pet, CASE WHEN (x9 != '') THEN x9 WHEN (x8 != '') THEN x8 WHEN (x7 != '') THEN x7 WHEN (x6 != '') THEN x6 WHEN (x5 != '') THEN x5 WHEN (x4 != '') THEN x4 WHEN (x3 != '') THEN x3 WHEN (x2 != '') THEN x2 END AS pst, PatternPrice AS patp, x0, x1, x2, CASE WHEN (x3 != '') THEN x3 ELSE '0' END AS x3, CASE WHEN (x4 != '') THEN x4 ELSE '0' END AS x4, CASE WHEN (x5 != '') THEN x5 ELSE '0' END AS x5, CASE WHEN (x6 != '') THEN x6 ELSE '0' END AS x6, CASE WHEN (x7 != '') THEN x7 ELSE '0' END AS x7, CASE WHEN (x8 != '') THEN x8 ELSE '0' END AS x8, errorMargin AS erm, breakoutprice AS pE, breakoutbars AS be, breakout, atbaridentified AS atBar, atpriceidentified AS atPrice, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname AS patternname, dtt.absolutetimezoneoffset AS tzOs, dtt.timezone AS timezone, approachingtimestamp AS apt, approachingregion AS apr, predictionpricefrom AS ppf, predictionpriceto AS ppt, predictiontimefrom AS ptf, predictiontimebars AS ptb, furthestprice AS fp, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM keylevels_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON a.resultuid = rar.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (a.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '81988632' OR a.resultuid = '81988632') AND dtt.dayofweek = 3;
Date: 2022-03-27 14:20:11 Duration: 38s66ms Database: acaweb_fx User: postgres Bind query: yes
3 230 1m24s 50ms 6s89ms 368ms 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 #3
Day Hour Count Duration Avg duration Mar 27 14 230 1m24s 368ms [ User: postgres - Total duration: 1m24s - Times executed: 230 ]
-
/*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 = 689 AND sg.groupid = 5123 AND patternclassid = '1' AND patternlengthbars >= '20' AND a.PatternID & '39' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '0' AND a.resultuid > '82003494' 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-03-27 14:05:41 Duration: 6s89ms 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 = 689 AND sg.groupid = 5123 AND patternclassid = '1' AND patternlengthbars >= '20' AND a.PatternID & '39' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '0' AND a.resultuid > '82003494' 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-03-27 14:05:41 Duration: 6s85ms 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 = 689 AND sg.groupid = 5123 AND patternclassid = '1' AND patternlengthbars >= '20' AND a.PatternID & '39' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '0' AND a.resultuid > '82003494' 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-03-27 14:17:48 Duration: 4s934ms Database: acaweb_fx User: postgres Bind query: yes
4 196 13m48s 56ms 57s307ms 4s227ms 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 Mar 27 14 196 13m48s 4s227ms [ User: postgres - Total duration: 13m48s - Times executed: 196 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('327' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 14:16:27 Duration: 57s307ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('327' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 14:06:13 Duration: 43s127ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('327' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 14:10:59 Duration: 29s614ms Database: acaweb_fx User: postgres Bind query: yes
5 166 17m5s 55ms 1m3s 6s180ms with rar_max as ( ;Times Reported Time consuming queries #5
Day Hour Count Duration Avg duration Mar 27 14 166 17m5s 6s180ms [ User: postgres - Total duration: 17m5s - Times executed: 166 ]
-
WITH rar_max as ( ;
Date: 2022-03-27 14:01:54 Duration: 1m3s Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2022-03-27 14:12:37 Duration: 27s114ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2022-03-27 14:01:27 Duration: 23s918ms Database: acaweb_fx User: postgres Bind query: yes
6 142 6m28s 2s44ms 5s281ms 2s735ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?);Times Reported Time consuming queries #6
Day Hour Count Duration Avg duration Mar 27 14 142 6m28s 2s735ms [ User: pgperfstats - Total duration: 6m28s - Times executed: 142 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 900, '2022-03-27 00:00:00', 0.21534419701586, 0.361416666666665, 0.284492654829917, 0.498374999999998, 0.388436159957229, 0.704041666666666, 1.42304697018329, 2.549375, 1.44386425954797, 4.7775 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 915, '2022-03-27 00:00:00', 0.209034941777823, 0.34495833333333, 0.225807279635159, 0.493166666666667, 0.393729821199067, 0.688041666666666, 1.4591883979792, 2.58979166666667, 1.46224710869403, 4.79745833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 930, '2022-03-27 00:00:00', 0.201185503662808, 0.366041666666669, 0.324223978764367, 0.520166666666668, 0.534876321543426, 0.789625000000002, 1.46214174851607, 2.61116666666667, 1.46019711792224, 4.79216666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 945, '2022-03-27 00:00:00', 0.232322766326553, 0.374958333333333, 0.32616957612767, 0.506625, 0.522471882261259, 0.929208333333336, 1.49425914947746, 2.64466666666667, 1.46012193256968, 4.78466666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 960, '2022-03-27 00:00:00', 0.226984197879404, 0.360999999999999, 0.37272486647252, 0.603, 0.451520258103953, 0.965250000000001, 1.49064360127245, 2.68879166666667, 1.47289622999987, 4.773 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 975, '2022-03-27 00:00:00', 0.288538734746787, 0.481583333333336, 0.437658021151517, 0.774250000000002, 0.442406198606231, 1.076875, 1.51254927096655, 2.72908333333333, 1.4749310073523, 4.78245833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 990, '2022-03-27 00:00:00', 0.404434492913218, 0.629958333333336, 0.410998393364043, 0.795875, 0.417829484671522, 1.0685, 1.52913476470296, 2.72354166666667, 1.50885824419889, 4.781625 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 1005, '2022-03-27 00:00:00', 0.191687453189155, 0.454416666666666, 0.253350061423297, 0.669083333333332, 0.364708755652061, 0.895291666666665, 1.45734249838831, 2.685125, 1.4893572195871, 4.73016666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 1020, '2022-03-27 00:00:00', 0.228872088667478, 0.452791666666664, 0.28675492932599, 0.619958333333331, 0.371157001722365, 0.82895833333333, 1.45971833693641, 2.63933333333333, 1.51580466445947, 4.68770833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 1035, '2022-03-27 00:00:00', 0.187937889639952, 0.397958333333332, 0.251807379799994, 0.582999999999998, 0.357449355387118, 0.727041666666664, 1.44979537536674, 2.60475, 1.52668596219848, 4.678875 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 1050, '2022-03-27 00:00:00', 0.191812139186054, 0.411375, 0.265881307288076, 0.534999999999998, 0.40410771047663, 0.773791666666665, 1.42780034531686, 2.5755, 1.56050223938655, 4.70775 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 1065, '2022-03-27 00:00:00', 0.23041801569435, 0.359124999999995, 0.2916793672183, 0.464624999999997, 1.36564545179194, 1.90475, 1.41336788586592, 2.55545833333333, 1.58835955618057, 4.71108333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 1080, '2022-03-27 00:00:00', 0.172596365647663, 0.350125, 0.339105577057208, 0.601374999999999, 1.35500110634213, 2.01420833333333, 1.44363341363762, 2.56595833333333, 1.62741952760822, 4.74633333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 1095, '2022-03-27 00:00:00', 0.271351795832363, 0.438166666666666, 1.36435135023353, 1.80079166666667, 1.33114945357523, 2.03579166666667, 1.4707029516872, 2.55195833333333, 1.63132607602047, 4.721375 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 600, '2022-03-27 00:00:00', 0.534676310179033, 1.05544, 0.656020713595743, 1.25852, 0.716961063563891, 1.4938, 1.06495662978984, 2.09804, 1.6063769918671, 4.57404 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 615, '2022-03-27 00:00:00', 0.486579130255295, 0.7772, 0.506281403964237, 1.02588, 0.558526355689684, 1.25324, 0.956279105003692, 1.89632, 1.57165718590283, 4.54432 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 630, '2022-03-27 00:00:00', 0.247838737892205, 0.68696, 0.312044751064119, 0.863479999999998, 0.478357056322299, 1.12516, 0.890928354770086, 1.774, 1.5843002535294, 4.53172 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 645, '2022-03-27 00:00:00', 0.214655343904285, 0.566, 0.262955997586415, 0.734759999999998, 0.569987654837074, 1.03048, 0.904219046101844, 1.6592, 1.59693657983027, 4.53076 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 660, '2022-03-27 00:00:00', 0.250858645455961, 0.584319999999999, 0.426790639541215, 0.792799999999998, 0.667677130056137, 1.0508, 0.916543110460892, 1.63276, 1.62479478909389, 4.63124 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 675, '2022-03-27 00:00:00', 0.226662745064113, 0.535799999999997, 0.371007762722022, 0.741519999999998, 0.475448209587543, 0.953599999999997, 0.801490174612261, 1.5208, 1.61517285143108, 4.64744 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 690, '2022-03-27 00:00:00', 0.271786834363502, 0.547800000000001, 0.349989285550285, 0.728200000000002, 0.377509081568464, 0.879240000000001, 0.718668495668666, 1.44536, 1.61287465105011, 4.65016 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 705, '2022-03-27 00:00:00', 0.272020452662418, 0.543720000000002, 0.298789881577897, 0.657320000000001, 0.312950885390451, 0.78544, 0.676099667208909, 1.41852, 1.8921500055052, 5.12432 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 720, '2022-03-27 00:00:00', 0.24560944607242, 0.5036, 0.298277259162233, 0.64536, 0.285095001709957, 0.758920000000002, 0.60363882137141, 1.37808, 1.89213429139337, 5.12752 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 735, '2022-03-27 00:00:00', 0.206824603629905, 0.4706, 0.211840482439029, 0.566159999999999, 0.231378528246105, 0.749760000000002, 0.640487673573816, 1.34628, 1.92165986671246, 5.16432 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 750, '2022-03-27 00:00:00', 0.171283176834934, 0.440479999999998, 0.216920392463843, 0.561039999999999, 0.247824319495353, 0.722319999999999, 0.689507251593482, 1.3842, 1.90462024823848, 5.15696 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 765, '2022-03-27 00:00:00', 0.181645965181356, 0.420560000000001, 0.19697506610398, 0.543480000000002, 0.340600073399877, 0.71208, 0.695536902927038, 1.4758, 1.96101362140433, 5.19244 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 780, '2022-03-27 00:00:00', 0.113035142028194, 0.396119999999998, 0.143223310486343, 0.499999999999998, 0.359464532325514, 0.727999999999998, 0.66460224445403, 1.49732, 1.99741127629406, 5.22084 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 795, '2022-03-27 00:00:00', 0.110098440800344, 0.373000000000001, 0.219351483544866, 0.50264, 0.305154780398408, 0.724239999999998, 0.621127402390203, 1.5046, 1.99486104946351, 5.23524 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 810, '2022-03-27 00:00:00', 0.141987816378732, 0.377040000000001, 0.242722234938074, 0.550400000000001, 0.329825064743923, 0.72164, 0.644094113206035, 1.52768, 2.04381061581873, 5.2522 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 825, '2022-03-27 00:00:00', 0.133981740049404, 0.411760000000001, 0.21205272929156, 0.55312, 0.308298978266226, 0.704479999999999, 0.644978415659523, 1.53036, 2.05666069394054, 5.26028 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 840, '2022-03-27 00:00:00', 0.181111687456481, 0.420879999999999, 0.239391506393467, 0.52828, 0.262022944287962, 0.63776, 0.664286027752102, 1.52052, 2.04214319853759, 5.24852 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 855, '2022-03-27 00:00:00', 0.143440754320381, 0.377799999999999, 0.163540484284473, 0.474359999999999, 0.319896217545625, 0.624560000000001, 0.670387905121605, 1.53488, 2.02433746363265, 5.2616 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 870, '2022-03-27 00:00:00', 0.160645914980743, 0.381879999999998, 0.25423016474578, 0.495319999999999, 0.318416394050306, 0.680200000000001, 0.687052550149308, 1.58404, 2.02433746363265, 5.2616 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 885, '2022-03-27 00:00:00', 0.176812490131965, 0.36564, 0.246303518718942, 0.485559999999999, 0.358743743267158, 0.72336, 1.30556055904479, 2.28104, 1.99793077374234, 5.24828 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 900, '2022-03-27 00:00:00', 0.179517891401756, 0.39456, 0.20094568088582, 0.522800000000002, 0.420808242156291, 0.733920000000003, 1.28785630280194, 2.37576, 1.97177301770091, 5.2384 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 915, '2022-03-27 00:00:00', 0.170379263213966, 0.38852, 0.340235300931575, 0.566320000000002, 0.621671971380406, 0.784960000000003, 1.24533335563883, 2.4492, 1.95686686482925, 5.24848 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 930, '2022-03-27 00:00:00', 0.325541216028528, 0.435399999999999, 0.404286560911113, 0.558040000000003, 0.639091720073627, 0.871320000000001, 1.1842077351546, 2.47072, 1.94727311301386, 5.24908 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 945, '2022-03-27 00:00:00', 0.304322323641675, 0.431080000000002, 0.478012900802202, 0.596400000000002, 0.560604361381537, 0.992799999999999, 1.22518120836607, 2.55108, 1.96764379652416, 5.25788 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 960, '2022-03-27 00:00:00', 0.26873872069354, 0.419599999999999, 0.335252655967605, 0.634519999999999, 0.408349715317643, 0.99836, 1.22319044851296, 2.56296, 1.97055572703066, 5.26296 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 975, '2022-03-27 00:00:00', 0.20920932898256, 0.517719999999999, 0.396349643622901, 0.799959999999998, 0.399819217480435, 1.07436, 1.24897522259918, 2.60276, 1.97369411088277, 5.24988 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 990, '2022-03-27 00:00:00', 0.392872591730874, 0.668039999999999, 0.389078920871676, 0.84136, 0.463721989270872, 1.0824, 1.30039448117357, 2.59884, 1.95967760358688, 5.21068 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 1005, '2022-03-27 00:00:00', 0.187516025981782, 0.555480000000001, 0.247275824401281, 0.765199999999999, 0.370341162533503, 0.927919999999998, 1.34620797922659, 2.52744, 1.94330296574329, 5.1716 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 1020, '2022-03-27 00:00:00', 0.193215915493524, 0.54984, 0.289973832152718, 0.701639999999999, 0.342055390251343, 0.82784, 1.35059137417651, 2.48368, 1.93574407571525, 5.14028 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 1035, '2022-03-27 00:00:00', 0.237864548290267, 0.46128, 0.258946403720923, 0.593640000000001, 0.267335700322024, 0.748280000000001, 1.33460461435837, 2.42632, 1.90680085483514, 5.111 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 1050, '2022-03-27 00:00:00', 0.162802815290971, 0.45756, 0.224093187461526, 0.573439999999999, 0.278923269018561, 0.77524, 1.35064043821194, 2.41252, 1.91848070705268, 5.09384 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 1065, '2022-03-27 00:00:00', 0.173117975188405, 0.451400000000001, 0.18109424802204, 0.579280000000001, 1.15520298072099, 1.70252, 1.29238040452492, 2.38288, 1.90249144281913, 5.07624 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 1080, '2022-03-27 00:00:00', 0.12363396243212, 0.411240000000001, 0.201735577757949, 0.58208, 1.10684908185353, 1.78084, 1.24313499937322, 2.34972, 1.90158651919917, 5.05304 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 1095, '2022-03-27 00:00:00', 0.197959019328076, 0.462239999999999, 1.13189413521466, 1.5952, 1.09825445139093, 1.80744, 1.26701062216016, 2.3304, 1.92503768534541, 5.01544 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 600, '2022-03-27 00:00:00', 0.450550835516498, 0.947846153846154, 0.617288478876649, 1.17511538461539, 0.791020392618583, 1.38130769230769, 1.09447825926329, 2.0055, 1.83317634763774, 4.71019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 615, '2022-03-27 00:00:00', 0.402084026809554, 0.72526923076923, 0.505420849772359, 0.917653846153846, 0.548783708269057, 1.16803846153846, 0.889653935311583, 1.77073076923077, 1.82635339785217, 4.65542307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 630, '2022-03-27 00:00:00', 0.281102532621379, 0.615076923076923, 0.285140494385592, 0.746692307692307, 0.388532497403322, 0.988307692307693, 0.694306800950529, 1.62657692307692, 1.83806110930471, 4.63080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 645, '2022-03-27 00:00:00', 0.263684041697925, 0.515923076923076, 0.376052844077083, 0.745692307692306, 0.426592872023829, 0.95003846153846, 0.707303722162282, 1.55534615384615, 1.84127935790476, 4.63807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 660, '2022-03-27 00:00:00', 0.331311689175943, 0.599346153846153, 0.348650949540348, 0.710730769230769, 0.440584241486409, 0.968076923076923, 0.685876316502081, 1.50919230769231, 1.84922405723215, 4.63157692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 675, '2022-03-27 00:00:00', 0.197044005237409, 0.4725, 0.292776840719237, 0.694961538461538, 0.403061035652836, 0.952038461538461, 0.662888667993237, 1.43911538461538, 1.85278581766858, 4.62461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 690, '2022-03-27 00:00:00', 0.245531310865612, 0.540769230769227, 0.295951609869952, 0.691653846153844, 0.352153629062001, 0.861538461538458, 0.671140729252472, 1.40503846153846, 1.95349547104277, 4.58465384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 705, '2022-03-27 00:00:00', 0.171297150723979, 0.445923076923078, 0.326776856350252, 0.645923076923076, 0.341032441497645, 0.774615384615384, 0.643510809185411, 1.36119230769231, 2.57917197446121, 4.98692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 720, '2022-03-27 00:00:00', 0.276583441297558, 0.492999999999999, 0.255776552121932, 0.56726923076923, 0.324246458968863, 0.744615384615385, 0.64342216790677, 1.33161538461538, 2.61411948435061, 5.01996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 735, '2022-03-27 00:00:00', 0.105035261478451, 0.384615384615383, 0.180012260266225, 0.532576923076921, 0.243469296753284, 0.712538461538462, 0.635669454500227, 1.31584615384615, 2.81162061123802, 5.12269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 750, '2022-03-27 00:00:00', 0.168328799126543, 0.421769230769229, 0.22908587909341, 0.5645, 0.268888035034316, 0.717153846153844, 0.643890684702112, 1.33957692307692, 2.83215235574533, 5.13161538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 765, '2022-03-27 00:00:00', 0.165211808108446, 0.400307692307694, 0.212703187925914, 0.518615384615385, 0.378700468200644, 0.780269230769228, 0.683697887621763, 1.49880769230769, 2.90329710422213, 5.18665384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 780, '2022-03-27 00:00:00', 0.121998417392004, 0.381576923076921, 0.178926112812395, 0.51907692307692, 0.428422056460146, 0.840461538461539, 0.639220602344402, 1.52446153846154, 2.92635713893834, 5.24776923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 795, '2022-03-27 00:00:00', 0.116547593447748, 0.357692307692305, 0.24336992102875, 0.555961538461536, 0.474152914315464, 0.800884615384615, 0.641592413152919, 1.51976923076923, 2.91858379592674, 5.25742307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 810, '2022-03-27 00:00:00', 0.18874347670847, 0.4095, 0.352459612525376, 0.584461538461542, 0.437013333716667, 0.739423076923076, 0.676081597260157, 1.51761538461538, 2.93393169051622, 5.27173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 825, '2022-03-27 00:00:00', 0.193115370061126, 0.394884615384618, 0.281124601446514, 0.50119230769231, 0.298687057740268, 0.621961538461539, 0.829432344345308, 1.64742307692308, 2.9572480221678, 5.25223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 840, '2022-03-27 00:00:00', 0.200589136142669, 0.359192307692307, 0.213214449647443, 0.478807692307689, 0.214092607568277, 0.591730769230771, 0.838667958500493, 1.65223076923077, 2.97350169561851, 5.25757692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 855, '2022-03-27 00:00:00', 0.1696547852371, 0.367115384615383, 0.193902640121672, 0.453923076923077, 0.221415307649537, 0.588538461538461, 0.878729321236067, 1.6795, 2.96162744891282, 5.29588461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 870, '2022-03-27 00:00:00', 0.107672952106761, 0.34423076923077, 0.133697137648434, 0.433730769230771, 0.19727954395106, 0.606538461538462, 0.911573024206804, 1.70846153846154, 2.95018462029856, 5.31557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 885, '2022-03-27 00:00:00', 0.117958897665508, 0.335307692307692, 0.180551859160057, 0.446423076923075, 0.215935973416622, 0.64376923076923, 1.42644970630422, 2.40173076923077, 2.94325006151625, 5.31173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 900, '2022-03-27 00:00:00', 0.114450768724104, 0.313538461538461, 0.176166110422914, 0.45953846153846, 0.218702456811497, 0.624269230769231, 1.40153748982488, 2.42315384615385, 2.93302825499779, 5.34323076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 915, '2022-03-27 00:00:00', 0.152400832826312, 0.382423076923077, 0.175052225174264, 0.494807692307693, 0.250644206917969, 0.662961538461539, 1.39200738559049, 2.46919230769231, 2.92426385845158, 5.36092307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 930, '2022-03-27 00:00:00', 0.130934634308644, 0.398038461538462, 0.1867402515219, 0.514192307692308, 0.347372097103602, 0.736423076923077, 1.36772284248168, 2.54657692307692, 2.91440399079099, 5.37169230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 945, '2022-03-27 00:00:00', 0.175918565076179, 0.405307692307693, 0.262023842133027, 0.522576923076924, 0.581083105402846, 0.992846153846153, 1.36562886781709, 2.57426923076923, 2.91363639038652, 5.37584615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 960, '2022-03-27 00:00:00', 0.213742753363441, 0.37873076923077, 0.249062231951406, 0.612346153846154, 0.492878459038957, 1.07815384615385, 1.3354276301562, 2.54034615384615, 2.906728285309, 5.39173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 975, '2022-03-27 00:00:00', 0.185176821942207, 0.492153846153846, 0.442163855809829, 0.844653846153846, 0.538930760502113, 1.08926923076923, 1.33011186805413, 2.52230769230769, 2.90269208865468, 5.40119230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 990, '2022-03-27 00:00:00', 0.282494255898036, 0.652269230769231, 0.320783387254488, 0.821692307692309, 0.442632504281096, 0.979423076923077, 1.30452477878404, 2.48353846153846, 2.92417938205944, 5.36153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 1005, '2022-03-27 00:00:00', 0.19188580337915, 0.526192307692308, 0.286794185114316, 0.647230769230768, 0.684914199005979, 0.9475, 1.26899022000232, 2.45453846153846, 2.9263517431463, 5.35226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 1020, '2022-03-27 00:00:00', 0.141215280280199, 0.429653846153845, 0.201000558743961, 0.56976923076923, 0.627674756541953, 0.844000000000001, 1.1821677454835, 2.39353846153846, 2.91108147178752, 5.34484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 1035, '2022-03-27 00:00:00', 0.150276898270647, 0.446115384615387, 0.637529592676655, 0.710307692307694, 0.619131282213542, 0.834230769230772, 1.16787260369508, 2.38453846153846, 2.90866962478619, 5.34988461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 1050, '2022-03-27 00:00:00', 0.644155380204306, 0.557923076923079, 0.634075913921499, 0.64423076923077, 0.647314594780147, 0.818769230769231, 1.13213981740501, 2.37961538461538, 2.89223041001497, 5.36176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 1065, '2022-03-27 00:00:00', 0.191667311927567, 0.385038461538461, 0.193380263092815, 0.512384615384614, 1.11684612878615, 1.73865384615385, 1.11533062362691, 2.326, 2.90179970469256, 5.36861538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 1080, '2022-03-27 00:00:00', 0.180451416858259, 0.422076923076923, 0.285585005531832, 0.566653846153845, 1.06698748100218, 1.81526923076923, 1.09271881103969, 2.336, 2.90871921404488, 5.39211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 1095, '2022-03-27 00:00:00', 0.225653062499462, 0.434230769230768, 1.11900813223139, 1.616, 1.09314116830634, 1.82542307692308, 1.12452769709708, 2.33030769230769, 2.8997561735694, 5.37288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 600, '2022-03-27 00:00:00', 0.337441370406089, 0.955038461538465, 0.438633507436623, 1.18092307692308, 0.604078732769675, 1.41565384615385, 0.772881262648958, 1.89361538461539, 2.65564014620841, 5.07011538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 615, '2022-03-27 00:00:00', 0.348964304985261, 0.679615384615385, 0.392237677160947, 0.856653846153846, 0.49993165071299, 1.10984615384615, 0.652969483325097, 1.61088461538462, 2.62325628091969, 4.94365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 630, '2022-03-27 00:00:00', 0.212142974284941, 0.558807692307691, 0.314355744096008, 0.74057692307692, 0.377134566883574, 0.910807692307691, 0.569197622839513, 1.49142307692308, 2.58324020652656, 4.89673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 645, '2022-03-27 00:00:00', 0.261324087028999, 0.558038461538459, 0.320467658274593, 0.714000000000001, 0.297064295034956, 0.855653846153848, 0.599629368860466, 1.4885, 2.58308582215446, 4.90826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 660, '2022-03-27 00:00:00', 0.217624351719973, 0.488961538461541, 0.256093408439488, 0.613923076923078, 0.350067958237563, 0.891846153846154, 0.643918080073976, 1.49542307692308, 2.58910668675213, 4.90434615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 675, '2022-03-27 00:00:00', 0.202414338956965, 0.47326923076923, 0.248315940192822, 0.620615384615384, 0.359299011966354, 0.8765, 0.60759851749452, 1.46603846153846, 2.60002642974732, 4.89665384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 690, '2022-03-27 00:00:00', 0.18944919757428, 0.475038461538462, 0.282304625428741, 0.686692307692308, 0.279066159787356, 0.857807692307692, 0.552563983068584, 1.42234615384616, 2.62873913414485, 4.92665384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 705, '2022-03-27 00:00:00', 0.235143115177513, 0.50226923076923, 0.250505900437188, 0.600615384615383, 0.289534926815666, 0.813076923076923, 0.540199930225271, 1.37973076923077, 2.59461837359859, 5.21676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 720, '2022-03-27 00:00:00', 0.17451327037925, 0.443192307692305, 0.191443006180388, 0.614230769230769, 0.34785595604193, 0.848615384615384, 0.847398147271991, 1.4545, 2.59275196149693, 5.20942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 735, '2022-03-27 00:00:00', 0.167895516960353, 0.460769230769232, 0.216544601907747, 0.600269230769232, 0.387231228874152, 0.840769230769231, 0.835639241262917, 1.39230769230769, 2.60003469562649, 5.18346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 750, '2022-03-27 00:00:00', 0.17276068373954, 0.453576923076923, 0.250266098383302, 0.591999999999999, 0.306921029682781, 0.777961538461537, 0.824089809332791, 1.36342307692308, 2.58801844007222, 5.17338461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 765, '2022-03-27 00:00:00', 0.124231774704194, 0.360423076923076, 0.222699704673219, 0.526038461538461, 0.283616686066572, 0.694230769230768, 0.790098947065396, 1.34411538461538, 2.588536790128, 5.16507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 780, '2022-03-27 00:00:00', 0.214000089863391, 0.426961538461539, 0.219038935773109, 0.506846153846154, 0.284024866192001, 0.697269230769232, 0.776993445175795, 1.37757692307692, 2.56205290313481, 5.18996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 795, '2022-03-27 00:00:00', 0.162900894836284, 0.365307692307692, 0.22615964749231, 0.523884615384615, 0.297270519120989, 0.700192307692309, 0.731664812917457, 1.37796153846154, 2.5207053493936, 5.19346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 810, '2022-03-27 00:00:00', 0.145530546621663, 0.408499999999999, 0.182764480642754, 0.552153846153846, 0.270549173690507, 0.674153846153846, 0.718307678880338, 1.38419230769231, 2.49840689948307, 5.20734615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 825, '2022-03-27 00:00:00', 0.143368615812529, 0.400000000000001, 0.255768188314824, 0.520384615384617, 0.292087934599262, 0.666192307692308, 0.708903501081883, 1.40742307692308, 2.51544879525274, 5.23880769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 840, '2022-03-27 00:00:00', 0.150881328813794, 0.356153846153847, 0.155270146717065, 0.463538461538463, 0.283575413928316, 0.656153846153847, 0.996448024041086, 1.56276923076923, 2.50653539740845, 5.21046153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 855, '2022-03-27 00:00:00', 0.126301379491827, 0.366961538461538, 0.220393773470613, 0.522846153846153, 0.264700332742229, 0.633115384615385, 0.999141308247314, 1.62507692307692, 2.50590914071888, 5.20969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 870, '2022-03-27 00:00:00', 0.174355397436917, 0.399730769230769, 0.218481476067458, 0.505346153846155, 0.250450182363986, 0.616576923076923, 1.05997044370985, 1.72869230769231, 2.5047409016933, 5.21076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 885, '2022-03-27 00:00:00', 0.126382350277, 0.344538461538463, 0.167162256505469, 0.432500000000001, 0.276353332918903, 0.592269230769231, 1.09036784548222, 2.51203846153846, 2.42911558707786, 5.25815384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 900, '2022-03-27 00:00:00', 0.136138142510299, 0.335076923076922, 0.20759778048317, 0.44196153846154, 0.714754405372923, 0.727500000000002, 1.1130621248817, 2.53557692307692, 2.43477599064378, 5.27173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 915, '2022-03-27 00:00:00', 0.171895478080766, 0.371153846153847, 0.198186935842053, 0.482692307692308, 0.691483795905586, 0.746000000000001, 1.1446053004622, 2.62142307692308, 2.44755628865892, 5.29788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 930, '2022-03-27 00:00:00', 0.124321172155649, 0.366923076923076, 0.683213642675893, 0.594807692307693, 0.682823230869735, 0.812730769230769, 1.14198682735229, 2.64592307692308, 2.47748851988336, 5.33361538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 945, '2022-03-27 00:00:00', 0.672613837090909, 0.509423076923077, 0.658034407564272, 0.611192307692307, 0.630712695777867, 0.918769230769232, 1.21327823938033, 2.68461538461538, 2.48295958887776, 5.339 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 960, '2022-03-27 00:00:00', 0.206606053973404, 0.408692307692306, 0.284128705938806, 0.623192307692306, 0.292141325125618, 0.900076923076923, 1.22048758289464, 2.6665, 2.46612840267118, 5.34646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 975, '2022-03-27 00:00:00', 0.22233997875741, 0.498115384615385, 0.288654502023544, 0.724307692307693, 0.272572228959589, 0.9135, 1.22733454532733, 2.70638461538461, 2.45045960555597, 5.37003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 990, '2022-03-27 00:00:00', 0.249217174368058, 0.59, 0.241762124029766, 0.72373076923077, 0.289126089076403, 0.898846153846155, 1.29556272122016, 2.71426923076923, 2.45092039885804, 5.36619230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 1005, '2022-03-27 00:00:00', 0.21529032991253, 0.522615384615384, 0.204636717511414, 0.655884615384614, 0.288993595883261, 0.833538461538461, 1.2708788630768, 2.71073076923077, 2.45249932800116, 5.35392307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 1020, '2022-03-27 00:00:00', 0.135839883120365, 0.471923076923076, 0.262859579360427, 0.627038461538462, 0.886872760798387, 0.979576923076921, 1.22306605142725, 2.65538461538462, 2.45191158612089, 5.33188461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 1035, '2022-03-27 00:00:00', 0.195209729423353, 0.458038461538462, 0.202922831107332, 0.561346153846154, 0.894637941378436, 1.00338461538462, 1.19188868414152, 2.60465384615385, 2.46676708139341, 5.35392307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 1050, '2022-03-27 00:00:00', 0.163141170580762, 0.396807692307694, 0.899145827139033, 0.735461538461538, 0.980196561920106, 1.0885, 1.21543928620953, 2.58246153846154, 2.47457712315893, 5.33953846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 1065, '2022-03-27 00:00:00', 0.90450610067254, 0.623615384615384, 0.896005858497329, 0.81746153846154, 1.03066157095632, 1.97207692307692, 1.17157542650911, 2.5215, 2.45454557943797, 5.30380769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 1080, '2022-03-27 00:00:00', 0.350110323271877, 0.512961538461541, 0.485488703821685, 0.715192307692307, 0.835571819865802, 1.83511538461539, 1.04551377727007, 2.37346153846154, 2.46586210513452, 5.19580769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 1095, '2022-03-27 00:00:00', 0.256111177781476, 0.465153846153844, 0.795750580366643, 1.63911538461538, 0.835545615382317, 1.83734615384616, 1.02294394462558, 2.30492307692308, 2.4792984680845, 5.14142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 600, '2022-03-27 00:00:00', 0.359310091061278, 0.924692307692308, 0.398050255814321, 1.09638461538462, 0.507613791714195, 1.32680769230769, 0.830515766533988, 1.88296153846154, 2.34566783142554, 4.92084615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 615, '2022-03-27 00:00:00', 0.238081550346484, 0.680769230769229, 0.411740517615348, 0.927423076923078, 0.520343497494312, 1.13565384615385, 0.820699383734104, 1.74503846153846, 2.30180887430867, 4.82942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 630, '2022-03-27 00:00:00', 0.309707484820509, 0.617384615384615, 0.296477797845613, 0.764730769230769, 0.502874079666072, 1.0015, 0.815866173980853, 1.65357692307692, 2.27529513385711, 4.80311538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 645, '2022-03-27 00:00:00', 0.174123638655013, 0.527192307692309, 0.320662969486656, 0.732500000000001, 0.425050237754768, 0.930769230769231, 0.764661679839774, 1.67373076923077, 2.224531169621, 4.77326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 660, '2022-03-27 00:00:00', 0.302574918885324, 0.551692307692305, 0.352528929527557, 0.707384615384613, 0.553701576108118, 0.946653846153844, 0.793569753610957, 1.63992307692308, 2.2037149002397, 4.74980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 675, '2022-03-27 00:00:00', 0.230521202095131, 0.499230769230767, 0.322816501818223, 0.660576923076924, 0.506650504634266, 0.913423076923077, 0.754791326231196, 1.59488461538462, 2.2037658765081, 4.74903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 690, '2022-03-27 00:00:00', 0.25629706622169, 0.486115384615384, 0.404273717252973, 0.666038461538461, 0.475972209919216, 0.882230769230769, 0.738679967134722, 1.56142307692308, 2.2026092303308, 4.75930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 705, '2022-03-27 00:00:00', 0.192757053148418, 0.448807692307692, 0.255155364435085, 0.590499999999999, 0.322861694609556, 0.804923076923078, 0.624258892299812, 1.50926923076923, 2.19447214644854, 4.90319230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 720, '2022-03-27 00:00:00', 0.148833619030936, 0.434615384615383, 0.220636592961922, 0.586115384615383, 0.337380114319828, 0.811307692307693, 0.61704949059711, 1.49407692307692, 2.18976537696481, 4.92438461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 735, '2022-03-27 00:00:00', 0.179686684580089, 0.44923076923077, 0.25464704079297, 0.602653846153848, 0.329626270891048, 0.781038461538463, 0.606699053517031, 1.49230769230769, 2.15804302659038, 4.93876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 750, '2022-03-27 00:00:00', 0.164281409594822, 0.43769230769231, 0.219576179176018, 0.56546153846154, 0.332836527211411, 0.736923076923077, 0.668596661212586, 1.47515384615385, 2.19600198857973, 4.91442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 765, '2022-03-27 00:00:00', 0.178175436449152, 0.394384615384615, 0.227417907420201, 0.52576923076923, 0.310701944734076, 0.69153846153846, 0.652836703577901, 1.52119230769231, 2.20236572698192, 4.91134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 780, '2022-03-27 00:00:00', 0.183413211503007, 0.409384615384615, 0.284954034079991, 0.541807692307692, 0.296257312795168, 0.702346153846153, 0.635750658670522, 1.5245, 2.18772219337479, 4.93134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 795, '2022-03-27 00:00:00', 0.276608893566349, 0.417, 0.277573097787565, 0.529230769230767, 0.306213389648459, 0.708000000000003, 0.645971798622345, 1.56426923076923, 2.17717718582148, 4.94553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 810, '2022-03-27 00:00:00', 0.144218424087058, 0.387076923076922, 0.201424362593392, 0.513423076923077, 0.338577915132376, 0.710730769230772, 0.670371557134838, 1.60023076923077, 2.16385336237143, 4.95557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 825, '2022-03-27 00:00:00', 0.153917640314552, 0.37, 0.199386613237855, 0.500307692307694, 0.527539292010922, 0.776769230769231, 0.67376778012789, 1.60330769230769, 2.19354266918573, 4.97680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 840, '2022-03-27 00:00:00', 0.137169743243685, 0.382538461538461, 0.230138032159299, 0.514076923076924, 0.533921792025761, 0.805999999999998, 0.666033393711203, 1.59380769230769, 2.1942352924109, 4.97603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 855, '2022-03-27 00:00:00', 0.164428483401893, 0.371615384615384, 0.51040626352559, 0.572923076923074, 0.535827579902916, 0.79334615384615, 0.667357314049517, 1.57876923076923, 2.1942352924109, 4.97603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 870, '2022-03-27 00:00:00', 0.13054365142563, 0.351916666666664, 0.225961311938023, 0.496083333333329, 0.368575516321805, 0.731791666666664, 0.664932681565956, 1.51941666666667, 2.30637077822857, 5.04341666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 885, '2022-03-27 00:00:00', 0.153614559762459, 0.379958333333333, 0.207444278357319, 0.493208333333333, 0.316045573213466, 0.73175, 1.82454085896, 2.51195833333333, 2.29014166030736, 5.04070833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 900, '2022-03-27 00:00:00', 0.129252862777702, 0.356958333333333, 0.27080672556031, 0.561749999999998, 0.358843058424863, 0.756583333333332, 1.85726100292097, 2.63879166666666, 2.27249002126283, 5.035875 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 915, '2022-03-27 00:00:00', 0.221619528877106, 0.434208333333332, 0.251653283308604, 0.562374999999999, 0.338613988150244, 0.801708333333334, 2.12837363914941, 2.8215, 2.26354709935855, 5.02258333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 930, '2022-03-27 00:00:00', 0.17579327450821, 0.437666666666668, 0.267258695171787, 0.566416666666668, 0.381702127964663, 0.824583333333334, 2.13469619567424, 2.83075, 2.25000955070437, 5.01475 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 945, '2022-03-27 00:00:00', 0.192473897157398, 0.388875000000001, 0.227769890873237, 0.555416666666668, 0.353009645452657, 0.840625000000001, 2.24127609064407, 2.86491666666667, 2.26701457221875, 5.012875 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 960, '2022-03-27 00:00:00', 0.126250240349894, 0.413583333333333, 0.254814681168747, 0.573, 0.272100564849294, 0.872249999999998, 2.3155187570241, 2.928375, 2.28708452471447, 5.01666666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 975, '2022-03-27 00:00:00', 0.19875409028696, 0.421333333333333, 0.246187215199201, 0.653833333333332, 0.312413002383019, 0.886666666666663, 2.30572441342242, 2.914125, 2.29249039951841, 5.00016666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 990, '2022-03-27 00:00:00', 0.219872488574367, 0.562791666666666, 0.258754930639855, 0.695874999999997, 0.38537423699079, 0.922208333333331, 2.31902994462296, 2.89216666666666, 2.28897427031081, 4.98141666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 1005, '2022-03-27 00:00:00', 0.169889686075355, 0.502374999999998, 0.1896178794771, 0.640374999999997, 0.314684521109772, 0.834999999999999, 2.2293555837597, 2.84516666666667, 2.18949735976224, 4.96241666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 1020, '2022-03-27 00:00:00', 0.169229434346618, 0.479916666666666, 0.262115304724877, 0.639791666666668, 0.247386743959648, 0.775125, 2.17972689711681, 2.82270833333333, 2.152796509144, 4.935125 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 1035, '2022-03-27 00:00:00', 0.172252421576969, 0.410875000000001, 0.186478109023358, 0.537208333333334, 0.23383215443834, 0.652458333333337, 2.14343586260505, 2.80208333333333, 2.13930701523526, 4.887625 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 1050, '2022-03-27 00:00:00', 0.181327187462453, 0.440375, 0.191066400932286, 0.53675, 0.244607345807904, 0.677833333333335, 2.12665855479803, 2.791, 2.14138418215408, 4.86770833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 1065, '2022-03-27 00:00:00', 0.14220896417861, 0.406458333333332, 0.174234225160817, 0.501500000000002, 1.73299691359686, 1.95170833333333, 2.11400269939361, 2.77425, 2.14140407979695, 4.86104166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 1080, '2022-03-27 00:00:00', 0.119525806745913, 0.391625000000001, 0.182717128132652, 0.525375000000002, 1.74061892207457, 2.04633333333333, 2.09641678728598, 2.74470833333333, 2.14188320058016, 4.84808333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 1095, '2022-03-27 00:00:00', 0.149879846475257, 0.406173913043478, 1.71932305940701, 1.88734782608696, 1.98213336181792, 2.31513043478261, 2.03237865469194, 2.83821739130435, 1.89276544444048, 5.08613043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 600, '2022-03-27 00:00:00', 0.699235468999335, 0.819173913043476, 0.723316281226783, 1.08552173913043, 0.950845587893118, 1.43582608695652, 1.02115846985341, 1.96143478260869, 1.52392541028965, 4.70573913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 615, '2022-03-27 00:00:00', 0.343408242976014, 0.590695652173912, 0.476913798029569, 0.931043478260868, 0.768382992344899, 1.20117391304347, 0.887099793415746, 1.73795652173913, 1.49179434096367, 4.64891304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 630, '2022-03-27 00:00:00', 0.389272865271087, 0.619999999999998, 0.507374513779715, 0.822521739130431, 0.820348313663912, 1.17591304347826, 0.90335107790962, 1.70247826086956, 1.49340610103504, 4.62965217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 645, '2022-03-27 00:00:00', 0.438930180731872, 0.540391304347827, 0.754664553913067, 0.792043478260869, 0.738339336812408, 1.06260869565217, 0.912826566178345, 1.62160869565218, 1.44379766984936, 4.6725652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 660, '2022-03-27 00:00:00', 0.508945130878623, 0.564652173913043, 0.522568780578003, 0.805695652173912, 0.609943569605227, 0.979391304347823, 0.759162691453458, 1.55591304347826, 1.4382234580951, 4.67652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 675, '2022-03-27 00:00:00', 0.279293907839969, 0.481782608695653, 0.282994154885934, 0.652652173913041, 0.435327453872212, 0.84591304347826, 0.690219899656207, 1.48634782608696, 1.4383833412424, 4.672 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 690, '2022-03-27 00:00:00', 0.262250182274037, 0.458391304347824, 0.387279020249858, 0.610695652173911, 0.487943142057985, 0.832652173913043, 0.701152859236706, 1.46717391304348, 1.4397975840388, 4.67191304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 705, '2022-03-27 00:00:00', 0.329727411671984, 0.445565217391303, 0.371771339473278, 0.590739130434785, 0.474566100969845, 0.803434782608695, 0.635234947665173, 1.43843478260869, 1.43401251641441, 4.82552173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 720, '2022-03-27 00:00:00', 0.220989197239241, 0.402043478260871, 0.335884573388414, 0.573086956521741, 0.560770408093085, 0.849217391304349, 0.703835185522467, 1.47982608695652, 1.43143340359683, 4.81804347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 735, '2022-03-27 00:00:00', 0.278399398879457, 0.43504347826087, 0.423212549034265, 0.604956521739131, 0.573794388261161, 0.827, 0.797538681580147, 1.51630434782609, 1.42450167418745, 4.82526086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 750, '2022-03-27 00:00:00', 0.215640529457395, 0.417739130434783, 0.349958681920287, 0.578478260869566, 0.52665658460022, 0.826391304347826, 0.92432834925323, 1.57747826086956, 1.40411465079215, 4.85904347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 765, '2022-03-27 00:00:00', 0.234962641046927, 0.390478260869567, 0.507386853369628, 0.609347826086958, 0.508097182668407, 0.812739130434785, 0.948138073449278, 1.65952173913044, 1.40507310937465, 4.86252173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 780, '2022-03-27 00:00:00', 0.407982949345341, 0.442782608695653, 0.440209108593337, 0.602173913043479, 0.422308248696372, 0.747565217391306, 0.924007500867865, 1.65704347826087, 1.40536923819051, 4.85382608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 795, '2022-03-27 00:00:00', 0.228475355656345, 0.395521739130436, 0.236294876742395, 0.519782608695653, 0.304494410211094, 0.690869565217391, 0.878585559282781, 1.72269565217391, 1.41727830522675, 4.86339130434782 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 810, '2022-03-27 00:00:00', 0.165069921704056, 0.355478260869566, 0.230283602432753, 0.493913043478262, 0.282450065543789, 0.714695652173912, 0.816621399353104, 1.74165217391305, 1.41765488868032, 4.86426086956521 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 825, '2022-03-27 00:00:00', 0.198203163625476, 0.372304347826087, 0.203152593595517, 0.515391304347825, 0.335878212918083, 0.729086956521741, 0.734784174168644, 1.73334782608696, 1.40884268653921, 4.86947826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 840, '2022-03-27 00:00:00', 0.160506005699513, 0.337217391304346, 0.246317880032521, 0.503956521739128, 0.313973117602567, 0.698869565217391, 0.698074672948288, 1.72439130434783, 1.4029922483791, 4.87760869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 855, '2022-03-27 00:00:00', 0.214525194997085, 0.397173913043477, 0.308550602508405, 0.556260869565219, 0.332448058292494, 0.714565217391304, 0.709298356196296, 1.70539130434783, 1.40299224837911, 4.87760869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 870, '2022-03-27 00:00:00', 0.219517184899961, 0.377391304347828, 0.24164463667705, 0.503304347826089, 0.308804881025956, 0.675, 0.704559220826878, 1.71482608695652, 1.38059045053008, 4.86108695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 885, '2022-03-27 00:00:00', 0.202596270972244, 0.360391304347828, 0.257662431979819, 0.481260869565218, 0.326360890472558, 0.689391304347828, 1.41449542813172, 2.54795652173913, 1.40159687725255, 4.87652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 885);
Date: 2022-03-27 14:49:45 Duration: 5s281ms 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 968730, 1, 885, '2022-03-27 00:00:00', 0.446750001013764, 0.742791666666665, 0.425535698190865, 0.991249999999997, 0.662510725918094, 1.306125, 1.69702176407777, 4.15654166666667, 4.50251140367433, 9.053625 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 900, '2022-03-27 00:00:00', 0.307471443236275, 0.72258333333333, 0.45997400682704, 0.9315, 0.592551959135536, 1.29420833333333, 1.622431320424, 4.21979166666667, 4.54719284941629, 9.060875 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 915, '2022-03-27 00:00:00', 0.393296636859787, 0.684375000000001, 0.578199429012295, 0.982666666666669, 0.686661107424379, 1.36854166666667, 1.61887013739186, 4.2755, 4.60783633087959, 9.094 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 930, '2022-03-27 00:00:00', 0.484237717104591, 0.776916666666666, 0.498985027802451, 1.03733333333333, 0.7808940249873, 1.488, 1.58161692111109, 4.38979166666667, 4.61746869276048, 9.27320833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 945, '2022-03-27 00:00:00', 0.358303126465262, 0.742, 0.547551782674611, 1.01779166666667, 0.772685149708279, 1.69191666666667, 1.58817969815232, 4.44016666666667, 4.63179586966663, 9.36375 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 960, '2022-03-27 00:00:00', 0.380732160791377, 0.719749999999996, 0.643316790355748, 1.04216666666667, 0.746091641367758, 1.86904166666667, 1.58034313314491, 4.471375, 4.63002929530282, 9.36883333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 975, '2022-03-27 00:00:00', 0.504620039294887, 0.819583333333333, 0.6169626380415, 1.342875, 0.798070004375594, 1.93108333333333, 1.57918161191352, 4.46804166666667, 4.62028723932972, 9.3825 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 990, '2022-03-27 00:00:00', 0.544388767733849, 1.113, 0.665365246486381, 1.52870833333333, 0.977953793994588, 2.06266666666667, 1.59616631690807, 4.48795833333333, 4.62297528399723, 9.40295833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 1005, '2022-03-27 00:00:00', 0.46553564092453, 0.975958333333331, 0.586040799638197, 1.30741666666667, 0.951276852636662, 1.94120833333333, 1.57950181790133, 4.42008333333333, 4.60476835382534, 9.438875 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 1020, '2022-03-27 00:00:00', 0.392959836333201, 0.908291666666663, 0.667054751625885, 1.36095833333333, 0.841850790593673, 1.81166666666667, 1.61123689997036, 4.293, 4.57642003126202, 9.41604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 1035, '2022-03-27 00:00:00', 0.514656278641321, 0.897041666666665, 0.684820688209698, 1.251625, 0.681400187540123, 1.54895833333333, 1.62288743392399, 4.20733333333333, 4.53994261579485, 9.46845833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 1050, '2022-03-27 00:00:00', 0.385061069408366, 0.805875000000002, 0.403873883942051, 1.047125, 0.611612598802948, 1.42083333333334, 1.58497192347007, 4.16154166666667, 4.5052857812812, 9.46933333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 1065, '2022-03-27 00:00:00', 0.341659035793187, 0.754124999999997, 0.333405091008142, 0.918458333333329, 1.39038749681675, 2.9965, 1.60443347489459, 4.15041666666667, 4.52779282938135, 9.50008333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 1080, '2022-03-27 00:00:00', 0.290372621054349, 0.656791666666667, 0.560515638316277, 1.05129166666667, 1.43042833100611, 3.30841666666667, 1.65270568673207, 4.1625, 4.55522558323191, 9.533875 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 1095, '2022-03-27 00:00:00', 0.434238261503548, 0.788791666666667, 1.38010544585067, 2.89854166666667, 1.55065101277038, 3.43670833333333, 1.71069042549611, 4.13808333333334, 4.6056784325738, 9.58645833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 600, '2022-03-27 00:00:00', 0.929229408345073, 1.90072, 1.27127354124385, 2.3522, 1.53196832321472, 2.88212, 1.8098968405225, 3.67436, 4.29414029036469, 9.4456 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 615, '2022-03-27 00:00:00', 0.717126295246056, 1.41396, 0.928114441578546, 1.82, 0.974492172022603, 2.26208, 1.52255481346321, 3.19092, 4.21520819256495, 9.32924 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 630, '2022-03-27 00:00:00', 0.555537916497749, 1.22228, 0.577745739923713, 1.52416, 0.735649751353633, 1.95916, 1.37722391909716, 2.93416, 4.1885067876273, 9.27088 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 645, '2022-03-27 00:00:00', 0.461245097534924, 1.09696, 0.57340762696939, 1.47284, 0.641669956701522, 1.894, 1.37775832423542, 2.889, 4.26048330513492, 9.28992 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 660, '2022-03-27 00:00:00', 0.473274786285233, 1.07376, 0.619883273958357, 1.40224, 0.714127504955054, 1.81948, 1.35446271266506, 2.78536, 4.27337234979589, 9.30036 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 675, '2022-03-27 00:00:00', 0.360643628346133, 0.985080000000002, 0.441334125125174, 1.29268, 0.574056109336591, 1.708, 1.15445132277921, 2.64524, 4.22945659551358, 9.24452 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 690, '2022-03-27 00:00:00', 0.421078444789888, 0.954160000000001, 0.469477148893676, 1.33472, 0.61137985464576, 1.69292, 1.07916630321744, 2.55008, 4.20338380633191, 9.20456 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 705, '2022-03-27 00:00:00', 0.353141978057926, 0.951439999999999, 0.499540799134562, 1.19048, 0.55640672174229, 1.54576, 1.08042854614886, 2.48148, 4.21780347771997, 9.66948 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 720, '2022-03-27 00:00:00', 0.442566849940962, 0.879400000000001, 0.55702685452918, 1.1808, 0.559506964508339, 1.45972, 1.08969325653293, 2.42532, 4.22300679098041, 9.70476 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 735, '2022-03-27 00:00:00', 0.444296252516272, 0.840080000000005, 0.464923083244245, 1.07416, 0.633744685710793, 1.42892, 1.11563076030259, 2.42892, 4.47201780221561, 9.81984 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 750, '2022-03-27 00:00:00', 0.289470349661815, 0.825, 0.352399356790937, 1.01184, 0.551148346636361, 1.4372, 0.979289169074519, 2.45212, 4.48289496754051, 9.81104 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 765, '2022-03-27 00:00:00', 0.274917126906756, 0.736519999999997, 0.428905486869388, 1.0002, 0.536552349108016, 1.35056, 0.994554171475841, 2.7264, 4.53957484903598, 9.86332 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 780, '2022-03-27 00:00:00', 0.333623350501731, 0.777960000000002, 0.456831540796674, 1.02084, 0.598302869233747, 1.38836, 1.00188906238831, 2.85512, 4.5700150918788, 9.89976 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 795, '2022-03-27 00:00:00', 0.329892421859003, 0.773520000000004, 0.306825835504986, 0.99652, 0.641921173769285, 1.34528, 1.14179533338219, 3.0078, 4.50338257239304, 9.90152 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 810, '2022-03-27 00:00:00', 0.207658036203751, 0.69612, 0.358550321898242, 0.977800000000002, 0.475380577362323, 1.22288, 1.12227560043571, 3.00275999999999, 4.4842292444373, 9.859 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 825, '2022-03-27 00:00:00', 0.26445005829709, 0.768800000000004, 0.389701159009485, 0.950080000000001, 0.397696752144984, 1.20104, 1.22475724533476, 3.07668, 4.45836362918056, 9.9054 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 840, '2022-03-27 00:00:00', 0.194979725441735, 0.67352, 0.294304592783283, 0.867119999999996, 0.448077906172579, 1.13632, 1.31755057208443, 3.13648, 4.48064457676943, 9.88964 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 855, '2022-03-27 00:00:00', 0.216752524014526, 0.665640000000001, 0.320670251192717, 0.86992, 0.673566114052664, 1.13432, 1.29363908542272, 3.126, 4.51645433830566, 9.88404 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 870, '2022-03-27 00:00:00', 0.313254646148037, 0.682159999999997, 0.391943286713781, 0.857959999999997, 0.707678893755258, 1.16299999999999, 1.361053880883, 3.2114, 4.53925495244906, 9.86724 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 885, '2022-03-27 00:00:00', 0.193617939940149, 0.606640000000003, 0.426677270701564, 0.885920000000001, 0.497791790477367, 1.2032, 2.05845162521088, 4.23152, 4.5992544605983, 9.88752 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 900, '2022-03-27 00:00:00', 0.350619152357654, 0.679959999999996, 0.431256972890484, 0.894079999999996, 0.659746332565279, 1.30184, 2.1861041832447, 4.4072, 4.63691137324549, 9.9628 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 915, '2022-03-27 00:00:00', 0.232367259598536, 0.707279999999997, 0.404697903791621, 0.971319999999997, 0.771539841269827, 1.43368, 2.2552123388571, 4.51212, 4.61907098812449, 9.98472 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 930, '2022-03-27 00:00:00', 0.338146161691458, 0.71692, 0.54487718187986, 1.02532, 0.694722755253254, 1.52804, 2.27060172861733, 4.55772, 4.62636553823121, 9.99448 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 945, '2022-03-27 00:00:00', 0.361756925757247, 0.74836, 0.506716695994913, 1.03768, 0.660777781607905, 1.89088, 2.27875421959748, 4.46028, 4.62185768099077, 9.97444 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 960, '2022-03-27 00:00:00', 0.379630293838624, 0.767920000000001, 0.431516345769971, 1.08324, 0.676994650397376, 2.00244, 2.30963967247419, 4.4588, 4.62395403559911, 10.00944 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 975, '2022-03-27 00:00:00', 0.244860048463065, 0.848880000000002, 0.5141379516563, 1.5672, 0.77004643150051, 2.09344, 2.47851597533686, 4.57576, 4.58164598807023, 10.04228 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 990, '2022-03-27 00:00:00', 0.409461219164894, 1.34764, 0.490093110201184, 1.63556, 0.758382379366328, 2.0326, 2.48760346049499, 4.60168, 4.5836811418335, 10.00068 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 1005, '2022-03-27 00:00:00', 0.376217321947479, 1.00584, 0.599032308533243, 1.40296, 0.843873671430347, 1.90924, 2.52943103154313, 4.48648, 4.51406379440964, 9.93676 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 1020, '2022-03-27 00:00:00', 0.369388539796964, 1.02368, 0.554340259527785, 1.37604, 0.828083013149447, 1.88432, 2.52914364624339, 4.5574, 4.52635394219232, 9.92448 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 1035, '2022-03-27 00:00:00', 0.39079038285676, 0.987039999999999, 0.535573798213967, 1.37872, 0.629372737996597, 1.69028, 2.37504336662162, 4.49192, 4.48895728501249, 9.85456 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 1050, '2022-03-27 00:00:00', 0.35493531335536, 0.964080000000001, 0.511405357813155, 1.27624, 0.730001388126537, 1.63888, 2.20374747116512, 4.4058, 4.44718856957217, 9.78644 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 1065, '2022-03-27 00:00:00', 0.389192527334908, 0.929359999999999, 0.42387316105961, 1.09904, 1.73049381198932, 2.926, 2.09970707639581, 4.37084, 4.42270038438057, 9.80676 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 1080, '2022-03-27 00:00:00', 0.294437248549389, 0.782280000000003, 0.4739366800182, 1.12368, 1.79045762120563, 3.09908, 2.09804409470662, 4.36276, 4.44831443095772, 9.84688 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 1095, '2022-03-27 00:00:00', 0.373438303695092, 0.859800000000006, 1.69776329524073, 2.68896, 1.80443335981133, 3.1714, 2.06687690973604, 4.30608, 4.44610831439511, 9.89132 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 600, '2022-03-27 00:00:00', 0.688082746589277, 1.61611538461538, 0.928818733661198, 2.11, 1.0061194056679, 2.45146153846154, 1.41813816675245, 3.5745, 4.31064186707198, 9.57988461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 615, '2022-03-27 00:00:00', 0.724210131002152, 1.27207692307692, 0.962141579218743, 1.69153846153846, 0.928352549080687, 2.04315384615385, 1.24687097105576, 3.35146153846154, 4.30372025399135, 9.58676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 630, '2022-03-27 00:00:00', 0.493075915515589, 1.06446153846154, 0.570936289049702, 1.45538461538462, 0.513297472606889, 1.83784615384616, 1.08923941071105, 3.11942307692308, 4.3082007968703, 9.59811538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 645, '2022-03-27 00:00:00', 0.437714471386928, 1.08196153846154, 0.447937009651344, 1.34926923076923, 0.650890770701674, 1.85065384615385, 1.21693333171795, 3.11342307692308, 4.32365541429222, 9.60269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 660, '2022-03-27 00:00:00', 0.374071258123163, 0.970115384615386, 0.398709610927748, 1.26607692307692, 1.05167288933101, 1.90011538461539, 1.28232928688383, 2.988, 4.33432056249437, 9.58246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 675, '2022-03-27 00:00:00', 0.312168445653209, 0.852538461538462, 0.614330144265971, 1.29361538461539, 1.00923449436461, 1.82776923076923, 1.35350724188907, 2.83442307692308, 4.43984605987467, 9.57365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 690, '2022-03-27 00:00:00', 0.51429277055599, 1.02042307692308, 0.886282122993833, 1.4198076923077, 0.992374736912189, 1.80746153846154, 1.34499523647998, 2.76711538461539, 4.75858115828658, 9.417 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 705, '2022-03-27 00:00:00', 0.496620920281798, 0.917461538461541, 0.639909762869255, 1.23676923076923, 0.677787474065436, 1.6555, 1.2265974256517, 2.59826923076924, 6.35850772393843, 10.2666538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 720, '2022-03-27 00:00:00', 0.361086258605678, 0.872384615384615, 0.47507442170027, 1.16011538461539, 0.570519547295404, 1.57207692307693, 1.42382824590825, 2.54092307692308, 6.75292149027709, 10.4755769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 735, '2022-03-27 00:00:00', 0.393479883172621, 0.880538461538464, 0.463085624247414, 1.17184615384616, 0.622671115807968, 1.53296153846154, 1.3669015050893, 2.55273076923078, 6.76851138184415, 10.5436153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 750, '2022-03-27 00:00:00', 0.353494095261317, 0.83465384615385, 0.435687022458167, 1.11969230769231, 0.532090663182653, 1.38892307692308, 1.36944229018745, 2.54488461538462, 6.7711952963667, 10.5716923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 765, '2022-03-27 00:00:00', 0.330027208668531, 0.84603846153846, 0.412007589549216, 1.07042307692308, 0.539668013333556, 1.33726923076923, 1.503486620646, 2.83053846153846, 6.77700684384622, 10.6331923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 780, '2022-03-27 00:00:00', 0.234096761716503, 0.743423076923078, 0.364267365881376, 0.949923076923081, 0.684067892492012, 1.3648076923077, 1.49482696142911, 2.94973076923077, 6.78252570620891, 10.7066538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 795, '2022-03-27 00:00:00', 0.283890566673416, 0.711576923076925, 0.470205578607746, 0.996384615384616, 0.640421567887424, 1.36623076923077, 1.47713572367398, 3.04088461538462, 6.79506663996303, 10.7751923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 810, '2022-03-27 00:00:00', 0.336050181692233, 0.750730769230767, 0.538898871631918, 1.06207692307692, 0.601726587541092, 1.35661538461539, 1.41574682275958, 3.05711538461539, 6.79283850944394, 10.7891538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 825, '2022-03-27 00:00:00', 0.3323212926348, 0.761192307692309, 0.349926113080158, 0.970269230769233, 0.662094951359229, 1.29126923076923, 1.4084596037461, 3.02215384615385, 6.78111361548779, 10.8348846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 840, '2022-03-27 00:00:00', 0.286044515094042, 0.712769230769233, 0.403152112922462, 0.929884615384618, 0.617651259580629, 1.19996153846154, 1.34142621059138, 2.97803846153846, 6.79293801860545, 10.9212692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 855, '2022-03-27 00:00:00', 0.299546159278434, 0.679307692307693, 0.473942302557858, 0.934884615384617, 0.575162740849528, 1.23153846153846, 1.28868718648685, 2.95623076923077, 6.83371424145363, 11.0335769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 870, '2022-03-27 00:00:00', 0.284279732224873, 0.701384615384619, 0.346010955806984, 0.872307692307695, 0.536208116886891, 1.37376923076923, 1.29710732845762, 3.04169230769231, 6.83833125359149, 11.0665769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 885, '2022-03-27 00:00:00', 0.224403924962249, 0.606192307692307, 0.433822196829001, 0.92246153846154, 0.514391583852674, 1.45330769230769, 3.51620736327345, 4.43830769230769, 6.81121617029305, 11.0919615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 900, '2022-03-27 00:00:00', 0.255701556807633, 0.700615384615388, 0.537609965853144, 1.10865384615385, 0.560506305460998, 1.52696153846154, 3.50708036033481, 4.50242307692307, 6.7898081446782, 11.0971923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 915, '2022-03-27 00:00:00', 0.465167796027992, 0.896961538461538, 0.433049565470102, 1.13438461538462, 0.642654040199404, 1.57284615384616, 3.51920826410627, 4.55261538461538, 6.79872340550896, 11.0937692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 930, '2022-03-27 00:00:00', 0.269203317501564, 0.810115384615387, 0.440427290777422, 1.15703846153847, 0.702092263277304, 1.55911538461539, 3.49591452632707, 4.70815384615384, 6.77154756508096, 11.1058846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 945, '2022-03-27 00:00:00', 0.421712216856656, 0.852076923076925, 0.5765057034877, 1.15211538461539, 0.731012562240792, 1.92561538461538, 3.47331825559009, 4.72476923076923, 6.74930322067511, 11.1062692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 960, '2022-03-27 00:00:00', 0.556877692689682, 0.821730769230771, 0.656115572605452, 1.13426923076923, 0.684567983925181, 1.98373076923077, 3.48587011011819, 4.75976923076923, 6.7360419828995, 11.0853461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 975, '2022-03-27 00:00:00', 0.335258439921295, 0.853307692307693, 0.512421894986484, 1.54903846153846, 0.843891802215283, 2.07657692307692, 3.4941173704473, 4.75096153846153, 6.74105222692673, 11.0696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 990, '2022-03-27 00:00:00', 0.443930535106563, 1.313, 0.606411431798071, 1.65276923076923, 1.03608050845482, 2.0795, 3.51574056275707, 4.83123076923077, 6.7281939660369, 11.0787307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 1005, '2022-03-27 00:00:00', 0.480797544150904, 1.07896153846154, 0.753133360343004, 1.49946153846154, 1.01601618400193, 1.77461538461539, 3.42504980132238, 4.81330769230769, 6.67921434037083, 11.0102692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 1020, '2022-03-27 00:00:00', 0.47493117234136, 1.02846153846154, 0.675705808765917, 1.3805, 0.725280677764451, 1.6063076923077, 3.06591245220984, 4.81373076923077, 6.54650090400619, 10.9356153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 1035, '2022-03-27 00:00:00', 0.284062246699555, 0.916, 0.323325587271741, 1.16665384615385, 0.534123287410169, 1.44338461538462, 2.81173458206851, 4.72, 6.47388926071492, 10.878 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 1050, '2022-03-27 00:00:00', 0.2868712925016, 0.82546153846154, 0.334562198425621, 1.00523076923077, 0.769200129005151, 1.50896153846154, 2.77864975759533, 4.69834615384616, 6.48080736672642, 10.8682692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 1065, '2022-03-27 00:00:00', 0.260311245656781, 0.743769230769234, 0.515035532754781, 1.082, 2.7900971838602, 3.55015384615385, 2.78875092000812, 4.68957692307692, 6.46748709457248, 10.8630384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 1080, '2022-03-27 00:00:00', 0.369691538780849, 0.827923076923075, 0.693877866663981, 1.18642307692308, 2.74657651744018, 3.66938461538462, 2.82728863020059, 4.67403846153846, 6.51258875917663, 10.9018846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 1095, '2022-03-27 00:00:00', 0.665090791951344, 0.887807692307693, 2.64608239217033, 3.29388461538461, 2.63991192306457, 3.67880769230769, 2.78098436252622, 4.64923076923077, 6.42286165661382, 10.8685 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 600, '2022-03-27 00:00:00', 1.17231040323733, 1.96480769230769, 1.48373684376255, 2.40869230769231, 1.72319453297112, 2.84796153846154, 2.13390389517573, 4.04692307692308, 5.92406694814921, 10.3476153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 615, '2022-03-27 00:00:00', 0.631114637885899, 1.35838461538461, 0.828239772046718, 1.639, 0.92731452136719, 2.07569230769231, 2.02465050203353, 3.64815384615385, 6.03806891812275, 10.2525 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 630, '2022-03-27 00:00:00', 0.571101037807334, 1.13934615384615, 0.624883429128988, 1.4645, 0.940936855561438, 1.89838461538462, 2.00224927519028, 3.403, 5.87223105825533, 10.1188076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 645, '2022-03-27 00:00:00', 0.443224869130092, 1.10926923076923, 0.589395982863291, 1.37276923076923, 1.00795423278273, 1.76415384615385, 1.87760822201667, 3.28834615384616, 5.87462696530924, 10.0826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 660, '2022-03-27 00:00:00', 0.487033249536257, 1.07888461538462, 0.648913250098847, 1.37938461538462, 1.05568494426058, 1.80969230769231, 1.96628866493355, 3.27492307692308, 5.88284330784149, 10.0657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 675, '2022-03-27 00:00:00', 0.544874393429701, 0.998769230769228, 0.791603402060556, 1.30988461538462, 0.973348786407008, 1.7735, 2.03523478895037, 3.22161538461539, 5.84924759934657, 10.0290384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 690, '2022-03-27 00:00:00', 0.422331370080232, 0.915115384615387, 0.747809618923054, 1.30388461538462, 0.877337662388976, 1.71157692307693, 1.88218907126782, 3.0655, 5.85247673553685, 10.0225 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 705, '2022-03-27 00:00:00', 0.6811238224717, 0.964692307692312, 0.700442090067737, 1.24219230769231, 0.79825126659178, 1.64773076923077, 1.94955871969491, 3.04980769230769, 5.84551073507236, 10.1930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 720, '2022-03-27 00:00:00', 0.334564702262508, 0.8985, 0.657261602291019, 1.24957692307692, 0.711723360259072, 1.56730769230769, 1.94537173865009, 3.06180769230769, 5.86423884916023, 10.178 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 735, '2022-03-27 00:00:00', 0.44984166103197, 0.881000000000001, 0.440688484079172, 1.1445, 0.629331548916417, 1.44503846153846, 1.96573827391606, 3.01519230769231, 5.88190724327251, 10.1545384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 750, '2022-03-27 00:00:00', 0.25305170344296, 0.790269230769231, 0.338640431045176, 0.954692307692309, 0.548034464104361, 1.33157692307692, 2.01668836080724, 3.01576923076923, 5.89437190338247, 10.1338461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 765, '2022-03-27 00:00:00', 0.293084193731744, 0.698230769230771, 0.48355392030895, 1.02492307692308, 0.581012749760809, 1.30715384615385, 2.00415432884949, 3.09242307692308, 5.89425216082453, 10.1331538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 780, '2022-03-27 00:00:00', 0.370893293798382, 0.767653846153845, 0.449237137994895, 0.996615384615387, 1.31711683028325, 1.63076923076923, 2.0492161368154, 3.18684615384616, 5.88480219757771, 10.1377692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 795, '2022-03-27 00:00:00', 0.362050128275928, 0.736846153846159, 0.455007868063838, 0.956000000000002, 1.70804831853831, 1.79953846153846, 2.08562142925169, 3.22288461538462, 5.8600725997078, 10.1600769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 810, '2022-03-27 00:00:00', 0.305667652600259, 0.733076923076923, 1.30008935787566, 1.34053846153846, 1.64550929642326, 1.88626923076923, 2.06679901929381, 3.39188461538461, 5.85751335111253, 10.1604615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 825, '2022-03-27 00:00:00', 1.34412928636405, 1.13053846153846, 1.73000875586935, 1.54884615384615, 1.65562894440103, 1.86580769230769, 2.07722469322745, 3.47488461538461, 5.85835083488651, 10.1562307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 840, '2022-03-27 00:00:00', 1.31673163027013, 1.15688461538461, 1.24597663948962, 1.48088461538461, 1.64208754193698, 1.87515384615384, 1.78477404603065, 3.37634615384615, 5.87984646947651, 10.0762307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 855, '2022-03-27 00:00:00', 0.514999363703864, 0.907769230769231, 0.647486011728911, 1.16015384615385, 1.33590286841752, 1.61492307692308, 1.59621766830699, 3.21773076923077, 5.93953374134834, 9.89776923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 870, '2022-03-27 00:00:00', 0.535567323929997, 0.812038461538464, 1.14384363710861, 1.25088461538462, 1.23924735967504, 1.62053846153846, 1.52878507821886, 3.18384615384615, 5.94578710387577, 9.83973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 885, '2022-03-27 00:00:00', 0.713395064786363, 0.913038461538457, 0.810224623175577, 1.1325, 0.898228091642312, 1.57276923076923, 2.21731204875148, 4.2801923076923, 5.9606278209598, 9.7775 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 900, '2022-03-27 00:00:00', 0.469630029507683, 0.825730769230768, 0.559699040006878, 1.16315384615385, 0.710096102921725, 1.60734615384616, 2.28067096605026, 4.39315384615384, 5.97558565343502, 9.75669230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 915, '2022-03-27 00:00:00', 0.372821805238825, 0.885538461538464, 0.537318643465296, 1.14526923076923, 0.723100503707155, 1.55553846153846, 2.60471191851644, 4.47353846153846, 5.9635697291007, 9.76607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 930, '2022-03-27 00:00:00', 0.439150333467499, 0.909846153846156, 0.508150923976785, 1.2108076923077, 0.805648199612252, 1.66230769230769, 2.71691974485814, 4.5465, 5.99354185320782, 9.77911538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 945, '2022-03-27 00:00:00', 0.411474294925716, 0.875846153846156, 0.613855287381441, 1.14507692307693, 0.72445865200268, 1.69753846153846, 2.81142130630372, 4.55680769230769, 6.0186782024474, 9.72976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 960, '2022-03-27 00:00:00', 0.379204464839021, 0.872115384615386, 0.465833023897887, 1.20461538461539, 0.58226615775051, 1.79996153846154, 2.85618034875521, 4.65723076923077, 6.01396127843051, 9.73053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 975, '2022-03-27 00:00:00', 0.361193195693642, 0.950269230769232, 0.400108093087164, 1.38138461538461, 0.579234231882591, 1.84884615384615, 2.81594109231437, 4.76534615384615, 6.00018488035673, 9.74296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 990, '2022-03-27 00:00:00', 0.3644935200437, 1.14561538461538, 0.530528439026021, 1.52823076923077, 0.757441255401777, 2.00384615384615, 2.79551272660587, 4.81673076923077, 5.95299885384217, 9.74707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 1005, '2022-03-27 00:00:00', 0.534176473288917, 1.21623076923077, 0.560009554863545, 1.49769230769231, 0.896630094383326, 1.94361538461539, 2.83980884215822, 4.8545, 5.95682606917993, 9.72846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 1020, '2022-03-27 00:00:00', 0.330031096436972, 1.06426923076923, 0.549601261055551, 1.47311538461538, 0.823144231683518, 1.73988461538462, 2.63717308232771, 4.78088461538462, 5.74652954533296, 9.63184615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 1035, '2022-03-27 00:00:00', 0.5963348684964, 1.04665384615384, 0.749056904483131, 1.27361538461538, 0.896573478047651, 1.57080769230769, 2.59477402009975, 4.79884615384615, 5.61139489911788, 9.59407692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 1050, '2022-03-27 00:00:00', 0.289570018103766, 0.803653846153843, 0.384298788004253, 1.03403846153846, 0.49417745177836, 1.40607692307692, 2.49716568564012, 4.76969230769231, 5.51501665636651, 9.534 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 1065, '2022-03-27 00:00:00', 0.296999932659924, 0.779999999999999, 0.366638107046254, 1.03569230769231, 1.9876217145121, 3.266, 2.55159224889389, 4.78126923076923, 5.39113045787673, 9.52157692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 1080, '2022-03-27 00:00:00', 0.256302372509203, 0.729115384615385, 0.321033209401243, 1.03719230769231, 2.07747774476648, 3.3275, 2.66232080971587, 4.85042307692308, 5.31712401397597, 9.4545 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 1095, '2022-03-27 00:00:00', 0.274038571120087, 0.832461538461539, 1.98690556006454, 2.99276923076923, 2.20629262443026, 3.49823076923077, 2.64485332209266, 4.79515384615385, 5.32992011442515, 9.44588461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 600, '2022-03-27 00:00:00', 0.735049437374532, 1.59334615384615, 0.951477805230449, 2.08542307692308, 1.35359356529203, 2.6475, 2.17786880582477, 3.92815384615384, 4.96587906603267, 8.78253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 615, '2022-03-27 00:00:00', 0.59615025467901, 1.29761538461539, 0.896078805772041, 1.74611538461539, 1.00960457529745, 2.20903846153846, 2.15895080679339, 3.57311538461539, 4.81434469907779, 8.63219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 630, '2022-03-27 00:00:00', 0.739655649610009, 1.206, 0.733112106024723, 1.502, 0.864116922288076, 2.01384615384615, 2.01464791350365, 3.36815384615385, 4.63645538697231, 8.54065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 645, '2022-03-27 00:00:00', 0.394335002055553, 1.03057692307692, 0.60694364330953, 1.42411538461539, 0.7753972440974, 1.79661538461539, 1.9014369465061, 3.36630769230769, 4.41211371723873, 8.52242307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 660, '2022-03-27 00:00:00', 0.502467695096299, 1.04076923076923, 0.525435908409534, 1.33857692307693, 0.705997842663951, 1.64392307692308, 1.892355400024, 3.341, 4.40776692738555, 8.55061538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 675, '2022-03-27 00:00:00', 0.373369787826407, 0.943038461538465, 0.610091086515899, 1.27157692307693, 0.974081895940991, 1.7265, 1.93979788479267, 3.39992307692308, 4.37589277906191, 8.54757692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 690, '2022-03-27 00:00:00', 0.451580733049515, 0.98703846153846, 0.469024173561038, 1.26034615384615, 0.764209706418741, 1.66334615384615, 1.88718211138683, 3.38680769230769, 4.48179159917789, 8.61653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 705, '2022-03-27 00:00:00', 0.343345838208918, 0.916269230769232, 0.583075300586336, 1.25438461538462, 0.654292458720457, 1.6153076923077, 1.97086230717576, 3.28407692307692, 4.75096901290026, 8.9788076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 720, '2022-03-27 00:00:00', 0.464764721287932, 0.968384615384616, 0.475373396556696, 1.19411538461538, 0.531944585025981, 1.54180769230769, 2.04984848820965, 3.23876923076923, 4.71716780298713, 9.0108076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 735, '2022-03-27 00:00:00', 0.248403418779892, 0.83846153846154, 0.394553716728931, 1.14865384615385, 0.533280277008395, 1.47857692307692, 1.98699041885344, 3.29626923076923, 4.68224648005634, 9.0885 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 750, '2022-03-27 00:00:00', 0.283513323523577, 0.797730769230769, 0.32711040949502, 1.0155, 1.2630036561248, 1.54534615384615, 1.99159355175312, 3.34065384615385, 4.65782969352102, 9.15157692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 765, '2022-03-27 00:00:00', 0.229867627459472, 0.760615384615383, 0.428049179417504, 1.0655, 1.31830964554556, 1.59080769230769, 2.00387333278482, 3.48557692307692, 4.64072224816519, 9.21076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 780, '2022-03-27 00:00:00', 0.33667550229584, 0.826923076923076, 1.23875248474485, 1.22403846153846, 1.26927723588603, 1.59130769230769, 1.89394301758162, 3.53792307692308, 4.64565823770308, 9.2313076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 795, '2022-03-27 00:00:00', 1.24825771315924, 0.953038461538459, 1.25642345629905, 1.23969230769231, 1.29096042720735, 1.69423076923077, 1.8182038427652, 3.57057692307692, 4.69112258256117, 9.32226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 810, '2022-03-27 00:00:00', 0.39992044785855, 0.751269230769235, 0.466782052584915, 1.00273076923077, 0.707923512817592, 1.6445, 1.64999366012768, 3.46896153846154, 4.62365024562262, 9.23992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 825, '2022-03-27 00:00:00', 0.357008926843786, 0.758423076923073, 0.590132782972154, 1.13369230769231, 1.12075072161476, 1.7995, 1.58909112872252, 3.42215384615384, 4.64828604922122, 9.24934615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 840, '2022-03-27 00:00:00', 0.446078483953387, 0.876423076923077, 0.546989721461577, 1.21665384615384, 1.31298485081189, 1.86253846153846, 1.5474426665159, 3.36461538461538, 4.66309716769709, 9.28165384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 855, '2022-03-27 00:00:00', 0.435249306101154, 0.866038461538457, 1.11499855812256, 1.33223076923077, 1.49121867766447, 1.85176923076923, 1.4784892606462, 3.37642307692308, 4.64850270897895, 9.27365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 870, '2022-03-27 00:00:00', 0.248947956699643, 0.727041666666666, 0.685836519794662, 1.10108333333334, 0.769802849784431, 1.61758333333333, 1.35227831302198, 3.222875, 4.70194639854418, 9.10225 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 885, '2022-03-27 00:00:00', 0.554323701734235, 0.823624999999999, 0.568967180225637, 1.083, 0.859394410979726, 1.65933333333333, 3.31489663833219, 5.031375, 4.66089684331867, 9.13658333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 900, '2022-03-27 00:00:00', 0.377298172844612, 0.831208333333333, 0.623284515254885, 1.23675, 0.848109909432883, 1.717625, 3.6465320501476, 5.36258333333333, 4.63352729679506, 9.14441666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 915, '2022-03-27 00:00:00', 0.428380010003982, 0.928958333333334, 0.44636045095182, 1.263, 0.697928237195888, 1.72454166666667, 3.71397412835455, 5.406, 4.66767420263631, 9.140125 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 930, '2022-03-27 00:00:00', 0.419151316456189, 0.975000000000003, 0.570371298785501, 1.218875, 0.700716507004369, 1.69616666666667, 3.78771609801084, 5.41975, 4.7154032960676, 9.12162500000001 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 945, '2022-03-27 00:00:00', 0.428595885387406, 0.883458333333331, 0.66847892311738, 1.311375, 0.758215291019793, 1.80641666666666, 3.81013297725261, 5.4245, 4.7137822283957, 9.130125 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 960, '2022-03-27 00:00:00', 0.502321884216002, 0.971333333333333, 0.485658209792781, 1.239375, 0.569260459732177, 1.86741666666667, 3.78536794465865, 5.43704166666667, 4.72360524598823, 9.15179166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 975, '2022-03-27 00:00:00', 0.268634550531256, 0.933999999999999, 0.477333892498256, 1.44058333333333, 0.466037124539746, 1.97041666666667, 3.80494738198968, 5.53133333333334, 4.73455610379685, 9.20275000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 990, '2022-03-27 00:00:00', 0.375816615682687, 1.23170833333333, 0.485297979207814, 1.61395833333333, 0.484993528643513, 2.033125, 3.75102996845871, 5.54954166666667, 4.73335049987957, 9.20345833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 1005, '2022-03-27 00:00:00', 0.358135297484553, 1.11275, 0.348065950355822, 1.46858333333333, 0.399664621629946, 1.749625, 3.7001294718828, 5.43975, 4.77654379304577, 9.12354166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 1020, '2022-03-27 00:00:00', 0.355641732178138, 1.10179166666667, 0.422646730802412, 1.43520833333333, 0.453356545787853, 1.669375, 3.69375578250608, 5.42429166666667, 4.79270612323514, 9.110625 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 1035, '2022-03-27 00:00:00', 0.225962274009094, 0.90591666666667, 0.29542909102877, 1.1985, 0.457724426224251, 1.61479166666667, 3.59237955533171, 5.372, 4.82992771797566, 9.05025 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 1050, '2022-03-27 00:00:00', 0.257506996527996, 0.894875, 0.364457605236187, 1.14470833333334, 0.530183390475631, 1.67308333333334, 3.57803116455024, 5.36116666666667, 4.89524319465158, 9.06575 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 1065, '2022-03-27 00:00:00', 0.282107823846423, 0.83704166666667, 0.311949398999636, 1.10858333333334, 3.11178484945141, 3.96941666666667, 3.49798580552468, 5.3195, 4.96489571383683, 9.09783333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 1080, '2022-03-27 00:00:00', 0.242495584899297, 0.854250000000004, 0.473489696565431, 1.22033333333334, 3.34453084597977, 4.28433333333333, 3.41106635729072, 5.24770833333334, 5.01465231935953, 9.11983333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 1095, '2022-03-27 00:00:00', 0.449286364309171, 0.921652173913048, 3.01611570806342, 3.93034782608696, 3.32089655854698, 4.53695652173913, 3.28784254861846, 5.40947826086957, 4.82632713076129, 9.63813043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 600, '2022-03-27 00:00:00', 1.24922179253987, 1.59178260869565, 1.49850900073922, 2.40704347826087, 1.53566339902298, 2.8444347826087, 1.69431532104111, 3.82495652173913, 4.45391646059338, 9.10426086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 615, '2022-03-27 00:00:00', 0.823552804223188, 1.22730434782609, 0.880528914891768, 1.67047826086957, 1.07289703855308, 2.12165217391304, 1.80050005241188, 3.38443478260869, 4.51347053964607, 8.91969565217392 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 630, '2022-03-27 00:00:00', 0.70543646960461, 1.11160869565218, 0.937371347694317, 1.55995652173913, 1.21433145125941, 2.08265217391304, 1.90750708223448, 3.29721739130435, 4.52078669699023, 8.92621739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 645, '2022-03-27 00:00:00', 0.849395821080825, 0.989478260869567, 1.03103759855995, 1.39343478260869, 1.22019116301844, 1.89073913043478, 2.07508710517683, 3.30730434782609, 4.51608511028304, 8.91621739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 660, '2022-03-27 00:00:00', 0.517198565090069, 0.863086956521738, 0.686323933359444, 1.30278260869565, 0.660112614658754, 1.67086956521739, 1.60802312900008, 3.08326086956522, 4.21211813999755, 8.78204347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 675, '2022-03-27 00:00:00', 0.509069945573463, 0.976869565217391, 0.500613256327744, 1.28678260869565, 0.551301593177743, 1.77391304347826, 1.41233519098676, 3.08065217391304, 4.12745220344217, 8.73734782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 690, '2022-03-27 00:00:00', 0.369581330269528, 0.797217391304343, 0.589492050387748, 1.17282608695652, 0.627849718304233, 1.66121739130435, 1.53358746791278, 3.03160869565217, 4.05303426666965, 8.76530434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 705, '2022-03-27 00:00:00', 0.465478881296242, 0.916956521739134, 0.540171100839187, 1.321, 0.642546770109892, 1.80747826086956, 1.44939177375684, 3.01382608695652, 4.50381227362414, 9.16021739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 720, '2022-03-27 00:00:00', 0.469262056286631, 0.914826086956523, 0.622292602401759, 1.15891304347826, 0.700415839217024, 1.66643478260869, 1.33548207902585, 2.79173913043478, 4.42448606827725, 9.05217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 735, '2022-03-27 00:00:00', 0.397276036291967, 0.749608695652174, 0.551092260734889, 1.18204347826087, 0.624827530353569, 1.47747826086956, 1.29820388692062, 2.68217391304348, 4.45570645263968, 9.05908695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 750, '2022-03-27 00:00:00', 0.486588584527916, 0.872217391304348, 0.556814283442022, 1.13934782608696, 0.624084480447297, 1.44143478260869, 1.37654543692569, 2.67060869565217, 4.55128183698656, 9.14421739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 765, '2022-03-27 00:00:00', 0.339065246090956, 0.689173913043473, 0.42500692391477, 0.99160869565217, 0.506678902147528, 1.30134782608696, 1.36838114157445, 2.85069565217391, 4.55209911619204, 9.169 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 780, '2022-03-27 00:00:00', 0.381179208421452, 0.747956521739127, 0.521300672649044, 1.03913043478261, 0.635850748142236, 1.37608695652174, 1.41604960861939, 2.97469565217391, 4.57837673910933, 9.22073913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 795, '2022-03-27 00:00:00', 0.443813580314018, 0.725695652173914, 0.392192534592036, 0.934434782608698, 0.78424659346891, 1.38808695652174, 1.44565318059937, 3.05786956521739, 4.58186260216719, 9.18621739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 810, '2022-03-27 00:00:00', 0.232337673368745, 0.614608695652176, 0.512121916839644, 0.910304347826089, 0.889633372547034, 1.34491304347826, 1.46839245139178, 3.14513043478261, 4.56311743821488, 9.16986956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 825, '2022-03-27 00:00:00', 0.456046578995433, 0.723869565217394, 0.672824372599294, 1.076, 1.02755782080563, 1.53956521739131, 1.39863134256711, 3.19421739130435, 4.53501169906671, 9.17773913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 840, '2022-03-27 00:00:00', 0.401402225997279, 0.717260869565216, 0.457874980779377, 0.972043478260871, 0.92917224839837, 1.48839130434782, 1.33694376709106, 3.193, 4.56330740129735, 9.2024347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 855, '2022-03-27 00:00:00', 0.432158901569244, 0.658956521739131, 0.802004728776729, 1.07530434782609, 0.869313867823653, 1.48165217391304, 1.31311035723456, 3.17691304347826, 4.57332828828317, 9.20721739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 870, '2022-03-27 00:00:00', 0.537080631509912, 0.783173913043477, 0.612438845862143, 1.04439130434782, 0.672136614430803, 1.34591304347826, 1.33932974506202, 3.20956521739131, 4.577680340565, 9.20913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 870);
Date: 2022-03-27 14:33:54 Duration: 4s924ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 900, '2022-03-27 00:00:00', 0.0964241351848901, 0.0904230769230765, 0.136428803635957, 0.132461538461538, 0.163801361880316, 0.179615384615384, 0.298025409345218, 0.524769230769231, 0.892830517985443, 1.43042307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 915, '2022-03-27 00:00:00', 0.0588807399619055, 0.0716923076923081, 0.0699994725254851, 0.102384615384615, 0.103875339488477, 0.154615384615384, 0.30517458307311, 0.542615384615384, 0.890069177086815, 1.4395 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 930, '2022-03-27 00:00:00', 0.0592833742421806, 0.0760384615384614, 0.0708270700096642, 0.109076923076923, 0.124441496912591, 0.171615384615384, 0.332244768437137, 0.582884615384616, 0.88918560232643, 1.44065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 945, '2022-03-27 00:00:00', 0.0530945890333032, 0.0773461538461542, 0.0825581100707952, 0.114192307692308, 0.138534599954725, 0.205653846153846, 0.374896254367074, 0.611807692307693, 0.888731188917013, 1.44261538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 960, '2022-03-27 00:00:00', 0.0640466656791393, 0.0738461538461543, 0.0897850424411216, 0.115923076923077, 0.139109652377596, 0.213846153846154, 0.380194956062525, 0.617269230769231, 0.889467169801026, 1.44261538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 975, '2022-03-27 00:00:00', 0.057533254597801, 0.0793461538461534, 0.137109613644873, 0.156384615384615, 0.160874652590624, 0.228423076923077, 0.37991949754571, 0.619230769230769, 0.899514516067076, 1.44773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 990, '2022-03-27 00:00:00', 0.126622449097246, 0.122269230769231, 0.125827109711945, 0.163692307692308, 0.146570439878421, 0.235423076923077, 0.379576922375426, 0.618, 0.907057871107716, 1.45230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 1005, '2022-03-27 00:00:00', 0.0695905055416224, 0.104961538461539, 0.0933299523197142, 0.15, 0.0962814863584104, 0.206269230769231, 0.430670368325761, 0.634384615384615, 0.909260984790142, 1.45146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 1020, '2022-03-27 00:00:00', 0.0794856929554962, 0.104153846153846, 0.0794469343940683, 0.148153846153846, 0.0956482015593529, 0.184461538461538, 0.439157823391721, 0.633923076923077, 0.909769167680208, 1.44953846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 1035, '2022-03-27 00:00:00', 0.0660484321132259, 0.0966538461538454, 0.0729274876952343, 0.129538461538461, 0.0751792115292116, 0.171076923076922, 0.444225078085423, 0.634, 0.908524484238889, 1.44953846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 1050, '2022-03-27 00:00:00', 0.0535559520501693, 0.077, 0.0603860528981275, 0.108653846153846, 0.0725977855140117, 0.149038461538462, 0.445879687118191, 0.631846153846154, 0.906463601034261, 1.4515 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 1065, '2022-03-27 00:00:00', 0.0533404306175111, 0.0758076923076922, 0.0585306888603021, 0.107192307692307, 0.242773503179721, 0.346423076923077, 0.440211431718197, 0.645769230769231, 0.904793372076656, 1.45538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 1080, '2022-03-27 00:00:00', 0.0562330863460296, 0.0649999999999996, 0.0611268038903245, 0.100615384615384, 0.301268528316263, 0.419615384615384, 0.436432398501233, 0.642961538461538, 0.900970898531135, 1.458 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 1095, '2022-03-27 00:00:00', 0.049860050294646, 0.0747692307692309, 0.232958880491816, 0.326, 0.317884819488976, 0.447961538461538, 0.435728101528395, 0.645538461538461, 0.900699031094952, 1.46223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 600, '2022-03-27 00:00:00', 0.121717276442646, 0.232846153846154, 0.249805893876395, 0.330769230769231, 0.313089409692405, 0.425538461538462, 0.422357457065058, 0.600692307692308, 0.897553886104638, 1.45246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 615, '2022-03-27 00:00:00', 0.16859497665662, 0.198115384615384, 0.18273138335146, 0.244961538461538, 0.277705632750829, 0.350538461538462, 0.330466451224047, 0.514346153846153, 0.863221394188429, 1.39215384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 630, '2022-03-27 00:00:00', 0.0729356302080545, 0.134615384615384, 0.114234313853318, 0.226038461538462, 0.169446379083813, 0.282653846153846, 0.220645992137074, 0.462576923076923, 0.800263645018603, 1.35769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 645, '2022-03-27 00:00:00', 0.0927672687635362, 0.153615384615385, 0.135615026396839, 0.201346153846154, 0.140101243611677, 0.264961538461539, 0.201845977075438, 0.444961538461539, 0.800955876053491, 1.34734615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 660, '2022-03-27 00:00:00', 0.086425138792973, 0.133230769230769, 0.0994811462616834, 0.181538461538462, 0.111817103411708, 0.240769230769231, 0.184638728331842, 0.4265, 0.803592312441691, 1.33726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 675, '2022-03-27 00:00:00', 0.0841165491812039, 0.129923076923077, 0.092862777174794, 0.177846153846154, 0.157647513337631, 0.253461538461538, 0.190173042658117, 0.416115384615385, 0.798697200734758, 1.32053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 690, '2022-03-27 00:00:00', 0.0628115741416648, 0.119576923076923, 0.101797967336515, 0.163884615384615, 0.149620674219327, 0.245115384615384, 0.208603399928041, 0.401538461538462, 0.79948333315961, 1.314 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 705, '2022-03-27 00:00:00', 0.0586618602343453, 0.104423076923077, 0.122607315630649, 0.170923076923077, 0.143174643221271, 0.226538461538461, 0.214537585016274, 0.392846153846154, 0.885056476251005, 1.38338461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 720, '2022-03-27 00:00:00', 0.0902680538089827, 0.123807692307692, 0.12405364224337, 0.167884615384615, 0.141906431794388, 0.223653846153846, 0.208281396192747, 0.3885, 0.879044194215862, 1.38884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 735, '2022-03-27 00:00:00', 0.056731120207519, 0.0985000000000001, 0.0736874584882769, 0.135192307692308, 0.0914620392041675, 0.200230769230769, 0.178060836621817, 0.360307692307693, 0.873111274959577, 1.37953846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 750, '2022-03-27 00:00:00', 0.0619311404210042, 0.0978846153846159, 0.0811444296396154, 0.141461538461539, 0.0841159639106361, 0.194153846153847, 0.181543434090959, 0.353461538461539, 0.873022083604726, 1.37903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 765, '2022-03-27 00:00:00', 0.0615043212990889, 0.102307692307692, 0.0821394780002523, 0.143423076923077, 0.0782358957551798, 0.180846153846154, 0.182585099231943, 0.364038461538462, 0.894435310469899, 1.38226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 780, '2022-03-27 00:00:00', 0.0451324205490401, 0.0951538461538462, 0.0540889865087018, 0.134461538461539, 0.0636504879430203, 0.169769230769231, 0.179758881239886, 0.354846153846154, 0.90849999788324, 1.38138461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 795, '2022-03-27 00:00:00', 0.0430970282752052, 0.0959230769230771, 0.055577859454448, 0.127538461538462, 0.0690205320622329, 0.157076923076923, 0.200427377985528, 0.371423076923077, 0.921241784850126, 1.38911538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 810, '2022-03-27 00:00:00', 0.0562672195865403, 0.0869999999999999, 0.056916943536511, 0.111461538461538, 0.0714692510535384, 0.152423076923077, 0.219815198606606, 0.365192307692308, 0.93458509757827, 1.39223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 825, '2022-03-27 00:00:00', 0.0369989812749563, 0.0777307692307691, 0.0488121044256594, 0.0973076923076921, 0.0847544598327328, 0.150961538461538, 0.223809386618303, 0.367192307692308, 0.930566097350673, 1.39530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 840, '2022-03-27 00:00:00', 0.032668874859954, 0.0628461538461537, 0.048503401942544, 0.0994999999999999, 0.100011022469448, 0.15526923076923, 0.218606819514994, 0.362307692307692, 0.927987039863083, 1.39488461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 855, '2022-03-27 00:00:00', 0.0436359238031441, 0.0725769230769228, 0.0780388069143507, 0.111846153846153, 0.114753655882771, 0.175807692307692, 0.207459920132874, 0.363538461538461, 0.91913512943084, 1.40611538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 870, '2022-03-27 00:00:00', 0.0705443123150265, 0.0814999999999997, 0.0878034956374394, 0.112423076923076, 0.12916655913974, 0.175, 0.206646949018033, 0.380192307692307, 0.942836306862682, 1.42069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 885, '2022-03-27 00:00:00', 0.0419372608327465, 0.0724230769230768, 0.0653673760078667, 0.116576923076923, 0.118455756102632, 0.176615384615385, 0.435967156490557, 0.612807692307692, 0.941578278946905, 1.42115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 900, '2022-03-27 00:00:00', 0.0453375714459367, 0.0828461538461537, 0.0716591612050785, 0.113346153846154, 0.119304297427273, 0.184653846153847, 0.436361609042494, 0.648576923076923, 0.940623439738036, 1.42384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 915, '2022-03-27 00:00:00', 0.0518813439123722, 0.0789230769230766, 0.0974240216784343, 0.131, 0.120724256692042, 0.187115384615385, 0.466156898314456, 0.692423076923077, 0.941825374145661, 1.42065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 930, '2022-03-27 00:00:00', 0.0787955875375306, 0.0997692307692307, 0.0839202276890653, 0.14073076923077, 0.0994673815881365, 0.181, 0.540096078347319, 0.723576923076923, 0.938774746472967, 1.42576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 945, '2022-03-27 00:00:00', 0.0458636943729839, 0.0850384615384622, 0.0605086643509715, 0.117538461538462, 0.0754637763331623, 0.178692307692308, 0.542177166616227, 0.718, 0.942161178437026, 1.41961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 960, '2022-03-27 00:00:00', 0.0522575868617697, 0.0878461538461535, 0.0528524943010845, 0.117115384615384, 0.0792817371539867, 0.185923076923077, 0.579700219609571, 0.729769230769231, 0.95374310764724, 1.42765384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 975, '2022-03-27 00:00:00', 0.0346839133627369, 0.0795769230769229, 0.0604345418296012, 0.143423076923077, 0.11269861783331, 0.213538461538462, 0.621089256560911, 0.736230769230769, 0.951878276801269, 1.43142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 990, '2022-03-27 00:00:00', 0.0494316155449586, 0.111730769230769, 0.0636540650705047, 0.139, 0.127894385514588, 0.211423076923077, 0.649152997255773, 0.739423076923077, 0.959302749998063, 1.43461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 1005, '2022-03-27 00:00:00', 0.0523788565681291, 0.0957692307692303, 0.102716218478201, 0.153692307692307, 0.138700390992738, 0.213038461538461, 0.64565902408672, 0.739153846153846, 0.947303708102431, 1.43034615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 1020, '2022-03-27 00:00:00', 0.0669412141647145, 0.110615384615384, 0.0938792759960285, 0.149961538461539, 0.106211892713792, 0.205615384615384, 0.627389816253389, 0.739692307692308, 0.960837048539529, 1.43492307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 1035, '2022-03-27 00:00:00', 0.0743042394483655, 0.104000000000001, 0.0973316692867944, 0.150423076923077, 0.0999339782056135, 0.195, 0.628973180301403, 0.734692307692308, 0.959431810219746, 1.42803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 1050, '2022-03-27 00:00:00', 0.0760048986275536, 0.106230769230769, 0.0959756138898752, 0.147038461538461, 0.0926977968371495, 0.203807692307692, 0.633975471498336, 0.741461538461538, 0.960782204568436, 1.42573076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 1065, '2022-03-27 00:00:00', 0.0771187296416276, 0.105461538461538, 0.0754115375788086, 0.1405, 0.4116844441298, 0.498192307692308, 0.602568083609326, 0.732153846153846, 0.934455784853491, 1.41642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 1080, '2022-03-27 00:00:00', 0.0501474288013319, 0.096730769230769, 0.0567457487394428, 0.137, 0.407388735163924, 0.538692307692308, 0.590955976493889, 0.734615384615385, 0.919601978282745, 1.41903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 1095, '2022-03-27 00:00:00', 0.0514260185569073, 0.100653846153846, 0.404546555274687, 0.477653846153846, 0.429322494886286, 0.581269230769231, 0.589618786883656, 0.724923076923077, 0.916626628123259, 1.41584615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 600, '2022-03-27 00:00:00', 0.137935910424427, 0.266653846153846, 0.148441980377728, 0.315307692307692, 0.2581773153355, 0.410615384615384, 0.328193181853896, 0.549730769230769, 0.737395591566385, 1.27146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 615, '2022-03-27 00:00:00', 0.099361941328737, 0.164346153846153, 0.13626876158759, 0.239846153846153, 0.2205476400655, 0.299692307692307, 0.296387054632698, 0.469615384615385, 0.719527896503084, 1.23407692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 630, '2022-03-27 00:00:00', 0.0774574424094638, 0.157153846153846, 0.147479067615087, 0.216346153846154, 0.16677390037459, 0.274576923076923, 0.2250294100437, 0.428346153846154, 0.666660089839354, 1.22365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 645, '2022-03-27 00:00:00', 0.141422362501072, 0.150730769230769, 0.140560394903346, 0.19276923076923, 0.191155208786352, 0.266076923076923, 0.211463199198784, 0.409730769230769, 0.661294320602815, 1.22346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 660, '2022-03-27 00:00:00', 0.0699617148050386, 0.123807692307692, 0.106145531446943, 0.175076923076923, 0.159689511239781, 0.2495, 0.167027464346897, 0.384423076923077, 0.640126926115799, 1.21280769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 675, '2022-03-27 00:00:00', 0.0820893696856336, 0.120230769230769, 0.112045375423737, 0.162384615384615, 0.130639939705106, 0.242076923076923, 0.157058210668725, 0.373192307692308, 0.64386517102693, 1.21596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 690, '2022-03-27 00:00:00', 0.0744451165934698, 0.112653846153846, 0.097639438752995, 0.176500000000001, 0.113741731736691, 0.245692307692308, 0.159790502269017, 0.373269230769231, 0.670357438524117, 1.16784615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 705, '2022-03-27 00:00:00', 0.0769888703245226, 0.123384615384616, 0.0847986937490103, 0.162461538461538, 0.1558889348222, 0.233, 0.155985526942036, 0.356269230769231, 0.975173380245001, 1.27580769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 720, '2022-03-27 00:00:00', 0.0640038580567908, 0.109423076923077, 0.104954437000795, 0.162076923076923, 0.157608009363054, 0.218269230769231, 0.156639247464209, 0.344576923076924, 1.0189838535748, 1.29642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 735, '2022-03-27 00:00:00', 0.0666940776980986, 0.1075, 0.121575509932653, 0.152269230769231, 0.120769921115127, 0.195576923076923, 0.215033983003045, 0.357576923076924, 1.05133160983876, 1.30792307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 750, '2022-03-27 00:00:00', 0.0702231169476704, 0.0986153846153846, 0.114376039717847, 0.147961538461538, 0.128680929194895, 0.194307692307692, 0.227641219060575, 0.368269230769231, 1.05196764501283, 1.31638461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 765, '2022-03-27 00:00:00', 0.1036753512728, 0.109538461538462, 0.112748678996185, 0.14276923076923, 0.122927677299109, 0.186423076923076, 0.235503797127644, 0.378961538461538, 1.05296456803563, 1.31769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 780, '2022-03-27 00:00:00', 0.0505195164115967, 0.089692307692307, 0.0631068446854527, 0.119076923076923, 0.083616119167392, 0.168846153846153, 0.243381144582857, 0.379307692307692, 1.05082040110792, 1.32534615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 795, '2022-03-27 00:00:00', 0.0466529082282534, 0.0884230769230775, 0.0609838818554041, 0.125076923076923, 0.0877715303413444, 0.168192307692308, 0.244729316718571, 0.386038461538462, 1.04920954055899, 1.3315 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 810, '2022-03-27 00:00:00', 0.058710829822628, 0.0868076923076918, 0.0757559644770379, 0.119615384615384, 0.102623171772341, 0.167346153846154, 0.238807988527636, 0.384846153846153, 1.05031755491082, 1.33038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 825, '2022-03-27 00:00:00', 0.0496337974182296, 0.0820769230769228, 0.0660127376985801, 0.113807692307693, 0.0933614728642638, 0.158269230769231, 0.231882569749963, 0.379615384615385, 1.05113973381278, 1.3295 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 840, '2022-03-27 00:00:00', 0.0520137851550325, 0.0839230769230771, 0.0896285325449094, 0.125076923076923, 0.0919934445825021, 0.158076923076923, 0.221700019083307, 0.377461538461538, 1.05055345194074, 1.33065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 855, '2022-03-27 00:00:00', 0.0834760951502796, 0.0944615384615382, 0.085192496961068, 0.118192307692308, 0.0951759504205847, 0.165307692307692, 0.218107598710785, 0.373730769230769, 1.05297773225049, 1.33676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 870, '2022-03-27 00:00:00', 0.0470303993342441, 0.0755384615384613, 0.0596387071004678, 0.106846153846154, 0.0715338757835432, 0.165153846153846, 0.212304686712282, 0.373, 1.05778508868586, 1.33342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 885, '2022-03-27 00:00:00', 0.0418530947297989, 0.0738076923076925, 0.0610018536918848, 0.114115384615384, 0.0619003665951613, 0.159153846153846, 0.342946555603056, 0.5645, 1.06108377397104, 1.33084615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 900, '2022-03-27 00:00:00', 0.0624923872286732, 0.0804615384615384, 0.0634709503510188, 0.124807692307692, 0.0889080164249285, 0.173346153846153, 0.354552365666907, 0.5815, 1.06161024573341, 1.33007692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 915, '2022-03-27 00:00:00', 0.0488642861560308, 0.0989615384615383, 0.0596471677063096, 0.130230769230769, 0.172500042363428, 0.215769230769231, 0.36125294994803, 0.595423076923077, 1.06203927495101, 1.32969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 930, '2022-03-27 00:00:00', 0.0540596394307669, 0.0842692307692306, 0.0860753247944002, 0.126807692307692, 0.198563909494767, 0.223884615384615, 0.359936464478856, 0.601461538461538, 1.06272927589587, 1.33507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 945, '2022-03-27 00:00:00', 0.0515206306698139, 0.0858461538461535, 0.164028182381518, 0.156269230769231, 0.191987695919856, 0.229346153846154, 0.357654300213961, 0.595961538461539, 1.06446805277783, 1.33334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 960, '2022-03-27 00:00:00', 0.156579613566439, 0.116153846153846, 0.168665093739499, 0.166076923076923, 0.18467621561908, 0.221230769230769, 0.354429257344168, 0.599461538461538, 1.0595809650699, 1.33930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 975, '2022-03-27 00:00:00', 0.105419280093276, 0.10676923076923, 0.144021520827751, 0.174038461538461, 0.168257952149485, 0.225461538461539, 0.363802086939504, 0.605961538461538, 1.05981325495797, 1.33884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 990, '2022-03-27 00:00:00', 0.0961508510302749, 0.127884615384615, 0.117885139665041, 0.157115384615384, 0.143105711330417, 0.222730769230769, 0.375167853715558, 0.618961538461539, 1.0533926231285, 1.35646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 1005, '2022-03-27 00:00:00', 0.076088248359793, 0.108692307692307, 0.122093054045485, 0.160923076923077, 0.115476031479064, 0.202076923076923, 0.370908821472547, 0.625076923076923, 1.05601370037733, 1.36684615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 1020, '2022-03-27 00:00:00', 0.115546380963863, 0.127615384615385, 0.115255648952165, 0.16676923076923, 0.109857362065544, 0.196, 0.368160190886856, 0.622384615384615, 1.05701356442792, 1.37334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 1035, '2022-03-27 00:00:00', 0.0837783889886798, 0.108538461538462, 0.083052726533302, 0.136653846153847, 0.0837869826496849, 0.175461538461538, 0.363690333197816, 0.615461538461538, 1.06067695147232, 1.37034615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 1050, '2022-03-27 00:00:00', 0.0578703590928763, 0.0944615384615391, 0.0852122869435732, 0.133576923076924, 0.0851470131370089, 0.168423076923077, 0.397884152061298, 0.621961538461539, 1.06204807728348, 1.37496153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 1065, '2022-03-27 00:00:00', 0.059668881208008, 0.0941538461538464, 0.0591533079899502, 0.119923076923077, 0.322483640610711, 0.450538461538462, 0.402957795079565, 0.635230769230769, 1.06478612948256, 1.38230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 1080, '2022-03-27 00:00:00', 0.0554468976728047, 0.0859615384615383, 0.056625626163969, 0.115692307692308, 0.327432548544206, 0.475923076923077, 0.400216449129526, 0.628384615384616, 1.06448237836338, 1.38342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 1095, '2022-03-27 00:00:00', 0.0372003308504723, 0.0807692307692314, 0.310975282223276, 0.414115384615385, 0.332651189455492, 0.485576923076924, 0.425682469236618, 0.63273076923077, 1.05931411771957, 1.398 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 600, '2022-03-27 00:00:00', 0.154581818017316, 0.263461538461538, 0.201637881819403, 0.327653846153846, 0.21480726244706, 0.387, 0.29876288514215, 0.555307692307692, 1.06758190966602, 1.37942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 615, '2022-03-27 00:00:00', 0.111936060045285, 0.196807692307692, 0.160261176257335, 0.255730769230769, 0.160514006098677, 0.307884615384615, 0.277154766539175, 0.503269230769231, 1.07342475068568, 1.36484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 630, '2022-03-27 00:00:00', 0.138075926715926, 0.189807692307693, 0.134316617907666, 0.231076923076923, 0.155770580810863, 0.286923076923077, 0.264175597195968, 0.478115384615384, 1.0654529184992, 1.37680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 645, '2022-03-27 00:00:00', 0.0969036317490415, 0.142923076923077, 0.122493158364677, 0.187576923076923, 0.161883153492312, 0.246346153846154, 0.275571342151873, 0.459730769230769, 1.0667297033457, 1.3695 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 660, '2022-03-27 00:00:00', 0.0718115589581505, 0.129500000000001, 0.127649496066979, 0.186076923076923, 0.165698837097261, 0.25923076923077, 0.29674635893042, 0.451807692307692, 1.06545592985423, 1.37246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 675, '2022-03-27 00:00:00', 0.103671500423211, 0.1395, 0.129952583068417, 0.187923076923077, 0.171735489813662, 0.275038461538461, 0.300416019238963, 0.452230769230769, 1.0659554991433, 1.37338461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 690, '2022-03-27 00:00:00', 0.095175109868398, 0.130692307692308, 0.123376602943371, 0.188115384615385, 0.148095255208884, 0.25973076923077, 0.270877684573684, 0.435, 1.06830537552921, 1.36815384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 705, '2022-03-27 00:00:00', 0.118965644685281, 0.128230769230769, 0.135911243662348, 0.183115384615384, 0.140060080514921, 0.236884615384615, 0.261203486842082, 0.417692307692307, 1.08714907689084, 1.40665384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 720, '2022-03-27 00:00:00', 0.0772195670698919, 0.131692307692308, 0.105725107999654, 0.174961538461539, 0.143609384737264, 0.242846153846154, 0.251975923758296, 0.404884615384615, 1.08951201850257, 1.40703846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 735, '2022-03-27 00:00:00', 0.0841086568305913, 0.114884615384616, 0.0900235268394627, 0.142653846153846, 0.13871944570025, 0.231269230769231, 0.236548167155477, 0.408346153846154, 1.08893947560848, 1.40969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 750, '2022-03-27 00:00:00', 0.0421503718388563, 0.0814230769230763, 0.0925685774896734, 0.159307692307692, 0.124465800060159, 0.214153846153846, 0.225477394398231, 0.404846153846153, 1.08580965891109, 1.41584615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 765, '2022-03-27 00:00:00', 0.0794653770760959, 0.123115384615384, 0.0961986166540548, 0.162576923076923, 0.130387405007598, 0.211653846153845, 0.201757771750033, 0.403038461538462, 1.08347632823526, 1.41892307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 780, '2022-03-27 00:00:00', 0.0734065287391963, 0.107038461538462, 0.0915838161719385, 0.140346153846154, 0.117714570041266, 0.195, 0.18871683712744, 0.397269230769231, 1.08219744252857, 1.42023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 795, '2022-03-27 00:00:00', 0.0590509558315138, 0.0898461538461538, 0.0852373428456371, 0.12526923076923, 0.0877235517889103, 0.179692307692308, 0.173021830547922, 0.379076923076923, 1.08656569768451, 1.41184615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 810, '2022-03-27 00:00:00', 0.0636616174665837, 0.0941923076923069, 0.0681719545312838, 0.134846153846153, 0.0790698717299121, 0.176730769230768, 0.174974793789101, 0.381461538461539, 1.08642319279651, 1.41107692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 825, '2022-03-27 00:00:00', 0.0422772533857881, 0.0906153846153841, 0.0567152129910084, 0.119153846153846, 0.0942944324973649, 0.178, 0.179040833331394, 0.379500000000001, 1.08791731303441, 1.41 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 840, '2022-03-27 00:00:00', 0.0575536271663223, 0.0815, 0.07174708785299, 0.124730769230769, 0.119001622484091, 0.174115384615385, 0.190989524481157, 0.380961538461539, 1.08863244697895, 1.40773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 855, '2022-03-27 00:00:00', 0.052378871254029, 0.0931153846153843, 0.0905386360366925, 0.135730769230769, 0.115676983948341, 0.182730769230769, 0.21358029295434, 0.394307692307692, 1.08871821034575, 1.40769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 870, '2022-03-27 00:00:00', 0.0623878686432401, 0.086384615384616, 0.0895114603749798, 0.120692307692308, 0.0968869682433333, 0.16026923076923, 0.226400737291542, 0.392576923076923, 1.09268272613783, 1.4035 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 885, '2022-03-27 00:00:00', 0.0620702827446442, 0.0830000000000002, 0.064704820888044, 0.115923076923077, 0.0940113904719081, 0.168307692307692, 0.420382735867429, 0.559269230769231, 1.08881397789592, 1.41203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 900, '2022-03-27 00:00:00', 0.0441521843696931, 0.085846153846154, 0.0714585624949604, 0.118384615384615, 0.120280320022086, 0.196346153846153, 0.426591240127884, 0.588615384615385, 1.08791124425875, 1.41434615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 915, '2022-03-27 00:00:00', 0.06082698034969, 0.0871923076923075, 0.0839275603399465, 0.131653846153846, 0.132246529691272, 0.20576923076923, 0.427769024663472, 0.594538461538462, 1.08355834105116, 1.41596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 930, '2022-03-27 00:00:00', 0.0605300306904318, 0.101269230769231, 0.100074464582822, 0.152538461538461, 0.12458717676946, 0.20626923076923, 0.417410213284062, 0.605615384615384, 1.07660858182607, 1.41196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 945, '2022-03-27 00:00:00', 0.0808634556616184, 0.106461538461539, 0.107670673101611, 0.152576923076923, 0.10669274360734, 0.213307692307692, 0.445202994322641, 0.621884615384615, 1.07604955061773, 1.41365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 960, '2022-03-27 00:00:00', 0.0693018481272044, 0.107884615384616, 0.0746265059118765, 0.141346153846154, 0.119639046880446, 0.232307692307692, 0.462173580445203, 0.633538461538462, 1.0753697847002, 1.41557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 975, '2022-03-27 00:00:00', 0.0491833148693582, 0.0969615384615379, 0.0738345030873362, 0.160423076923077, 0.12259820553336, 0.236999999999999, 0.481353898275079, 0.666846153846154, 1.07227263539428, 1.42173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 990, '2022-03-27 00:00:00', 0.0651227598167784, 0.124423076923077, 0.107870378054118, 0.184538461538461, 0.14590351395568, 0.258346153846154, 0.503574643462577, 0.689307692307692, 1.06769340168421, 1.424 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 1005, '2022-03-27 00:00:00', 0.0806603133755763, 0.124615384615385, 0.0932682483691321, 0.168384615384615, 0.146408679860388, 0.246307692307693, 0.494655597360426, 0.71, 1.04656873566027, 1.42203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 1020, '2022-03-27 00:00:00', 0.0489054346515952, 0.104692307692307, 0.100986465201264, 0.169884615384615, 0.133751940316623, 0.219692307692308, 0.473870608759558, 0.699923076923077, 1.01806442594986, 1.40784615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 1035, '2022-03-27 00:00:00', 0.0697640418730278, 0.120692307692308, 0.0871138600647718, 0.153769230769231, 0.151816777222262, 0.218576923076923, 0.452072412511365, 0.718884615384615, 0.98593303252066, 1.39823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 1050, '2022-03-27 00:00:00', 0.0527418677654164, 0.0937692307692309, 0.0765532594894667, 0.133192307692308, 0.130922578413587, 0.214192307692308, 0.459721910925089, 0.732653846153846, 0.948783840178897, 1.39284615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 1065, '2022-03-27 00:00:00', 0.0698552789701681, 0.1, 0.105751522993216, 0.15576923076923, 0.307033450946309, 0.4455, 0.446589649885233, 0.741653846153846, 0.934823920071829, 1.38780769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 1080, '2022-03-27 00:00:00', 0.0503571398955654, 0.0941923076923073, 0.0687355355413334, 0.135576923076923, 0.291650074839431, 0.468384615384616, 0.436838088294296, 0.759653846153846, 0.90668292227132, 1.37319230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 1095, '2022-03-27 00:00:00', 0.042538380859571, 0.095076923076923, 0.273108265373614, 0.409269230769231, 0.284440211373416, 0.469923076923077, 0.438467421822876, 0.756, 0.887908765236955, 1.36284615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 600, '2022-03-27 00:00:00', 0.195968839752257, 0.317115384615385, 0.205491250047669, 0.372576923076923, 0.206002035090769, 0.418038461538462, 0.405543418902815, 0.703230769230769, 0.860477620501902, 1.30984615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 615, '2022-03-27 00:00:00', 0.0919684644948389, 0.180038461538461, 0.107106137150887, 0.25026923076923, 0.220128312232102, 0.349923076923077, 0.376222266547521, 0.625923076923077, 0.859677471721002, 1.26265384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 630, '2022-03-27 00:00:00', 0.0730316685786692, 0.16823076923077, 0.112810480964246, 0.223730769230769, 0.203451483538081, 0.306884615384615, 0.385034026468391, 0.596192307692308, 0.834936070330215, 1.24319230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 645, '2022-03-27 00:00:00', 0.0733427464821061, 0.146038461538461, 0.146238524862111, 0.215115384615385, 0.179660620230307, 0.296538461538461, 0.359257927486004, 0.565461538461538, 0.803846797496982, 1.21692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 660, '2022-03-27 00:00:00', 0.099417101144622, 0.152, 0.128412244803152, 0.197769230769231, 0.178186350163573, 0.282153846153846, 0.369309509552833, 0.556923076923077, 0.766850354472009, 1.20588461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 675, '2022-03-27 00:00:00', 0.067311034642289, 0.117846153846154, 0.0991602665463265, 0.179038461538461, 0.163895595285066, 0.253615384615384, 0.334070734103745, 0.517153846153846, 0.750776238302731, 1.196 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 690, '2022-03-27 00:00:00', 0.0657675159470554, 0.124384615384615, 0.0953450494862659, 0.169038461538461, 0.141659114127488, 0.236230769230769, 0.314472628135032, 0.500076923076923, 0.752590031414591, 1.19165384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 705, '2022-03-27 00:00:00', 0.0715393490432957, 0.109038461538461, 0.0921013572104128, 0.154499999999999, 0.137492892123976, 0.232846153846153, 0.279778959455221, 0.482884615384615, 0.905324417840622, 1.33269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 720, '2022-03-27 00:00:00', 0.0556059349350412, 0.1065, 0.0832151336088486, 0.147038461538461, 0.133711054718173, 0.242615384615384, 0.24170867716196, 0.465730769230769, 0.913399113202985, 1.3475 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 735, '2022-03-27 00:00:00', 0.0567393636254003, 0.101346153846153, 0.0831640454856453, 0.162538461538461, 0.105909017557524, 0.236, 0.218566606640771, 0.448807692307692, 0.944421112884257, 1.35796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 750, '2022-03-27 00:00:00', 0.0688344278797935, 0.128461538461538, 0.0888056564380036, 0.182269230769231, 0.17962309257057, 0.255846153846154, 0.212779499446294, 0.445346153846154, 1.00257200010005, 1.38715384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 765, '2022-03-27 00:00:00', 0.0730802298846959, 0.12, 0.0794579037071738, 0.164038461538461, 0.198060787094809, 0.239346153846154, 0.209956742797543, 0.430076923076923, 1.00531630613684, 1.38534615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 780, '2022-03-27 00:00:00', 0.0605838389214618, 0.110807692307692, 0.177519559052387, 0.176923076923076, 0.191121274426636, 0.222692307692308, 0.215704430966222, 0.420807692307692, 1.04900258560948, 1.39423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 795, '2022-03-27 00:00:00', 0.175102383237307, 0.130730769230769, 0.192576014961525, 0.169192307692308, 0.184784319181538, 0.20773076923077, 0.203286943846528, 0.423692307692307, 1.07711626399096, 1.40761538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 810, '2022-03-27 00:00:00', 0.105135312079975, 0.102923076923077, 0.100329150607081, 0.141538461538462, 0.105199305350148, 0.191423076923077, 0.204567250555899, 0.423, 1.08984610628502, 1.41884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 825, '2022-03-27 00:00:00', 0.0711241276815512, 0.100192307692308, 0.0870149058848764, 0.138076923076923, 0.114599395890474, 0.198692307692307, 0.206904794159425, 0.414923076923077, 1.0914892973153, 1.42338461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 840, '2022-03-27 00:00:00', 0.0542366892567982, 0.0935384615384618, 0.0705284230756539, 0.131538461538462, 0.110643822171034, 0.205153846153846, 0.173977456541402, 0.398346153846154, 1.09248305250013, 1.4225 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 855, '2022-03-27 00:00:00', 0.0566394263334705, 0.0882307692307694, 0.0655910523916653, 0.125115384615384, 0.102370218024881, 0.199307692307693, 0.163477050847653, 0.393884615384615, 1.09673364342277, 1.42226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 870, '2022-03-27 00:00:00', 0.0308571896621542, 0.0776153846153844, 0.0694443994529767, 0.129269230769231, 0.108469896568303, 0.190038461538462, 0.160532786011504, 0.376846153846153, 1.11869285328905, 1.4045 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 885, '2022-03-27 00:00:00', 0.0690011928547945, 0.0992692307692309, 0.0714756978602893, 0.134846153846154, 0.101925198816809, 0.207884615384615, 0.505512072442009, 0.559153846153846, 1.11828619496359, 1.40142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 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 970045, 5, 900, '2022-03-27 00:00:00', 0.0448708089157494, 0.0877916666666674, 0.0934557168636186, 0.129833333333334, 0.0830458228669706, 0.204000000000001, 0.560867106569715, 0.609458333333334, 1.14450092597831, 1.45425 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 915, '2022-03-27 00:00:00', 0.0585632168030317, 0.0927916666666671, 0.0553791771414995, 0.151375, 0.0557031469462016, 0.199666666666667, 0.587772600956171, 0.62175, 1.13647984354436, 1.4485 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 930, '2022-03-27 00:00:00', 0.0448417305319666, 0.116791666666666, 0.0540860827554194, 0.147, 0.0700794063074579, 0.197083333333333, 0.582898105235346, 0.634875, 1.13654661830464, 1.44570833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 945, '2022-03-27 00:00:00', 0.0337290729537418, 0.0955416666666668, 0.0514587037186689, 0.140208333333333, 0.101406977077517, 0.201375, 0.580542325161868, 0.642, 1.13806996231797, 1.44375 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 960, '2022-03-27 00:00:00', 0.0401188226090469, 0.101708333333333, 0.0624060888658807, 0.137208333333333, 0.10529926297277, 0.20975, 0.576485150392608, 0.653791666666667, 1.13799952879438, 1.44283333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 975, '2022-03-27 00:00:00', 0.0499325450780454, 0.0907083333333335, 0.0821788434990452, 0.151833333333334, 0.110807894541651, 0.229958333333333, 0.564864354628998, 0.672, 1.12991606716631, 1.44866666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 990, '2022-03-27 00:00:00', 0.0705031605828698, 0.13, 0.0819861688582774, 0.177916666666667, 0.112830954420152, 0.244958333333333, 0.558121290581178, 0.691375, 1.12222527302044, 1.45679166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 1005, '2022-03-27 00:00:00', 0.0572209042576047, 0.114666666666667, 0.0653711671362359, 0.160541666666666, 0.0954148835350124, 0.2135, 0.560086482387875, 0.690541666666666, 1.12319133112055, 1.456375 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 1020, '2022-03-27 00:00:00', 0.0633663720079453, 0.119916666666666, 0.0952839767845784, 0.167416666666666, 0.101055408821962, 0.20325, 0.560455424283409, 0.68975, 1.11973487739383, 1.45675 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 1035, '2022-03-27 00:00:00', 0.0548166740474391, 0.107458333333333, 0.0562355134324791, 0.138458333333333, 0.0717356131109633, 0.200208333333333, 0.548894376207193, 0.687083333333333, 1.12504010556532, 1.44575 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 1050, '2022-03-27 00:00:00', 0.0434490372802404, 0.0950833333333335, 0.0615890865308952, 0.141458333333333, 0.0841070315349628, 0.202083333333333, 0.550834687779255, 0.688625, 1.12474143888621, 1.4465 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 1065, '2022-03-27 00:00:00', 0.0665249081607565, 0.118541666666666, 0.0617609786051101, 0.157625, 0.497366147968403, 0.479041666666667, 0.54738825045769, 0.691625, 1.21709113897839, 1.47183333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 1080, '2022-03-27 00:00:00', 0.0452902875341674, 0.105416666666667, 0.0737775249544593, 0.143083333333334, 0.521590314827393, 0.51775, 0.529466834299551, 0.672791666666667, 1.22824925994898, 1.466625 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 1095, '2022-03-27 00:00:00', 0.0618911450370093, 0.103173913043479, 0.491550467053058, 0.442043478260869, 0.565408512989736, 0.551173913043478, 0.523637124299514, 0.696739130434783, 1.21341878599172, 1.52217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 600, '2022-03-27 00:00:00', 0.220433149352209, 0.19876, 0.253669916755351, 0.29348, 0.2840157390005, 0.36176, 0.289703883301554, 0.52444, 1.15728271826724, 1.40404 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 615, '2022-03-27 00:00:00', 0.12721644285757, 0.14776, 0.171919865053461, 0.20824, 0.170144722711775, 0.27632, 0.254285685794542, 0.49472, 1.15359026521551, 1.3816 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 630, '2022-03-27 00:00:00', 0.092720601809954, 0.11312, 0.124537035990638, 0.17516, 0.131583661599759, 0.25648, 0.347219464700162, 0.48924, 1.15409047883315, 1.364 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 645, '2022-03-27 00:00:00', 0.0981106857924597, 0.10796, 0.111142551107425, 0.1612, 0.118946024173433, 0.24164, 0.344264225075257, 0.46876, 1.13413707578346, 1.35564 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 660, '2022-03-27 00:00:00', 0.077314875670857, 0.10556, 0.101294586890581, 0.18048, 0.141847535520832, 0.24416, 0.329384274062986, 0.4588, 1.12103784057453, 1.34144 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 675, '2022-03-27 00:00:00', 0.0800737784795999, 0.102680000000001, 0.106647737903811, 0.16136, 0.16696299989319, 0.23668, 0.349539935725042, 0.446, 1.12347867210137, 1.33408 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 690, '2022-03-27 00:00:00', 0.0874159024434345, 0.10304, 0.131846501660075, 0.1508, 0.169630362848165, 0.21572, 0.385520457736465, 0.43924, 1.1164443828512, 1.33332 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 705, '2022-03-27 00:00:00', 0.0802283200206353, 0.0925999999999999, 0.109917802622384, 0.14444, 0.14470715255301, 0.207920000000001, 0.355619679807891, 0.41676, 1.07662450433442, 1.43764 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 720, '2022-03-27 00:00:00', 0.0810864353637527, 0.10252, 0.111602613469996, 0.14368, 0.116606532121204, 0.1886, 0.343586000878965, 0.40044, 1.04723394711974, 1.43976 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 735, '2022-03-27 00:00:00', 0.0732740972877411, 0.0894799999999999, 0.0875263388929294, 0.13888, 0.0972916234832167, 0.17908, 0.365759369895929, 0.401999999999999, 1.04787104327457, 1.44584 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 750, '2022-03-27 00:00:00', 0.0589524667281474, 0.0886800000000001, 0.0708048491748032, 0.11908, 0.117803395536801, 0.17416, 0.396264061790452, 0.407959999999999, 1.04861988664466, 1.451 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 765, '2022-03-27 00:00:00', 0.0515080899794715, 0.0741999999999996, 0.0832343478779444, 0.11504, 0.110158098506949, 0.16716, 0.376497954841723, 0.411279999999999, 1.03620678116548, 1.44992 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 780, '2022-03-27 00:00:00', 0.0670649436491726, 0.07904, 0.0858422584356528, 0.11368, 0.0919092305846738, 0.15984, 0.364053764344408, 0.421679999999999, 1.02266001192967, 1.4468 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 795, '2022-03-27 00:00:00', 0.078052503696764, 0.0841199999999999, 0.0843931869288036, 0.11728, 0.115052060679793, 0.16768, 0.368251757180692, 0.43724, 1.02202133539374, 1.45312 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 810, '2022-03-27 00:00:00', 0.0513399454615995, 0.0769599999999997, 0.0796777258711624, 0.10704, 0.213825029716667, 0.186319999999999, 0.367200935002441, 0.451879999999999, 1.01845021151421, 1.4676 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 825, '2022-03-27 00:00:00', 0.0689026366210568, 0.0783600000000003, 0.108086030549744, 0.12444, 0.233769651580354, 0.2006, 0.363692965746292, 0.44936, 1.01715387233201, 1.4672 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 840, '2022-03-27 00:00:00', 0.0904651314043152, 0.0812399999999997, 0.199162437890951, 0.13748, 0.221297333919774, 0.20052, 0.350417883866297, 0.439879999999999, 1.006930108465, 1.46592 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 855, '2022-03-27 00:00:00', 0.130602730956644, 0.0903600000000002, 0.154740018525698, 0.13384, 0.16911897193002, 0.19432, 0.290213559297288, 0.424919999999999, 0.953939073875616, 1.44844 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 870, '2022-03-27 00:00:00', 0.0775983676804268, 0.0845600000000002, 0.104861384694272, 0.12908, 0.154367796728031, 0.1938, 0.242257177396254, 0.401959999999999, 0.914860457483362, 1.44136 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 885, '2022-03-27 00:00:00', 0.0829174690078428, 0.0821599999999999, 0.106343186586322, 0.12904, 0.158999737945277, 0.1868, 0.283191201605324, 0.50556, 0.914404132026243, 1.4454 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 885);
Date: 2022-03-27 14:49:26 Duration: 3s901ms Database: acaweb_fx User: pgperfstats
7 132 1m11s 111ms 10s887ms 540ms 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 #7
Day Hour Count Duration Avg duration Mar 27 14 132 1m11s 540ms [ User: postgres - Total duration: 1m11s - Times executed: 132 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '660' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('36' = 0 OR s.symbol in ('AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'JPN225', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'OILUSD', 'SPX500', 'US30', 'USDCAD', 'USDCHF', 'USDJPY', 'XAGUSD', 'XAUUSD', 'F', 'FDX')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 14:01:11 Duration: 10s887ms 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 = '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 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-03-27 14:01:27 Duration: 9s644ms 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 = '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-03-27 14:10:42 Duration: 2s537ms Database: acaweb_fx User: postgres Bind query: yes
8 131 1m33s 50ms 11s423ms 715ms select distinct a.resultuid as ruid, s.symbolid as sid, symbol as sym, longname, shortname, exchange as e, timegranularity as tg, p.patternid as pid, direction as d, patternstarttime as pst, patternendtime as pet, patternstartprice as psp, patternendprice as pep, pricex as px, timex as tx, pricea as pa, timea as ta, priceb as pb, timeb as tb, pricec as pc, timec as tc, priced as pd, timed as td, averagequality as aq, timequality as tq, errormargin as rq, (? - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, patternlengthbars as l, temporarypattern as tp, bandwidth as bw, qtytp as qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzos, dftt.timezone as tz, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ?) then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ?) then ? else ? end as relevant from symbols s inner join brokersymbollist b on s.symbolid = b.symbolid inner join symbolgroup sg on s.symbolid = sg.symbolid inner join downloadersymbolsettings dss on dss.symbolid = s.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join fibonacci_results a on a.symbolid = s.symbolid inner join fibonaccipatterns p on a.pattern = p.patternname left outer join relevance_fibonacci_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and sg.groupid = ? and patternlengthbars >= ? and averagequality >= ?.? and (timequality >= ?.? or timequality = ?) and errormargin >= ?.? and ? - noise >= ?.? and s.nonliquid = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and a.resultuid > ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, averagequality desc limit ?;Times Reported Time consuming queries #8
Day Hour Count Duration Avg duration Mar 27 14 131 1m33s 715ms [ User: postgres - Total duration: 1m33s - Times executed: 131 ]
-
/*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 = 689 AND sg.groupid = 5159 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 73308770 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-03-27 14:01:31 Duration: 11s423ms Database: acaweb_fx User: postgres Bind query: yes
-
/*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 = 689 AND sg.groupid = 5159 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 73308770 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-03-27 14:01:31 Duration: 9s447ms Database: acaweb_fx User: postgres Bind query: yes
-
/*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 = 689 AND sg.groupid = 5135 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 73332537 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-03-27 14:01:31 Duration: 6s959ms Database: acaweb_fx User: postgres Bind query: yes
9 108 9m30s 410ms 22s991ms 5s280ms 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 #9
Day Hour Count Duration Avg duration Mar 27 14 108 9m30s 5s280ms [ User: postgres - Total duration: 9m30s - Times executed: 108 ]
-
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 = '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 ('212' = 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', 'YNDX', 'XAGUSD', 'XAUUSD', 'BRENT', 'COCOA', 'COFFEE', 'CORN', 'COTTON', 'NGAS', 'SUGAR', 'USDX', 'WHEAT', 'WTI', 'FRENCH40', 'GERMAN30', 'JPN225', 'NETHERLAND25', 'SPANISH35', 'SWISS20', 'UK100', 'US30', 'US500', 'USTECH100', 'USVIX')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 14:03:13 Duration: 22s991ms 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 = '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 ('212' = 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', 'YNDX', 'XAGUSD', 'XAUUSD', 'BRENT', 'COCOA', 'COFFEE', 'CORN', 'COTTON', 'NGAS', 'SUGAR', 'USDX', 'WHEAT', 'WTI', 'FRENCH40', 'GERMAN30', 'JPN225', 'NETHERLAND25', 'SPANISH35', 'SWISS20', 'UK100', 'US30', 'US500', 'USTECH100', 'USVIX')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 14:16:09 Duration: 22s723ms 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 = '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 ('212' = 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', 'YNDX', 'XAGUSD', 'XAUUSD', 'BRENT', 'COCOA', 'COFFEE', 'CORN', 'COTTON', 'NGAS', 'SUGAR', 'USDX', 'WHEAT', 'WTI', 'FRENCH40', 'GERMAN30', 'JPN225', 'NETHERLAND25', 'SPANISH35', 'SWISS20', 'UK100', 'US30', 'US500', 'USTECH100', 'USVIX')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 14:06:05 Duration: 21s269ms Database: acaweb_fx User: postgres Bind query: yes
10 104 2m59s 51ms 22s485ms 1s729ms (( 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 #10
Day Hour Count Duration Avg duration Mar 27 14 104 2m59s 1s729ms [ User: postgres - Total duration: 2m59s - Times executed: 104 ]
-
(( SELECT /*CPRelevantList*/ distinct 0 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_autochartist_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '529' union select distinct 0 as patterntype, ar.resultuid as resultuid, 0, 1 from autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '529' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_autochartist_results order by resultuid desc limit 1))) union all (( SELECT distinct 1 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_fibonacci_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '529' union select distinct 1 as patterntype, ar.resultuid as resultuid, 0, 1 from fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '529' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_fibonacci_results order by resultuid desc limit 1))) union all (( SELECT distinct 2 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_keylevels_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '529' union select distinct 2 as patterntype, ar.resultuid as resultuid, 0, 1 from keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '529' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1)));
Date: 2022-03-27 14:18:43 Duration: 22s485ms 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-03-27 14:19:59 Duration: 18s111ms Database: acaweb_fx User: postgres Bind query: yes
-
(( SELECT /*CPRelevantList*/ distinct 0 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_autochartist_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '529' union select distinct 0 as patterntype, ar.resultuid as resultuid, 0, 1 from autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '529' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_autochartist_results order by resultuid desc limit 1))) union all (( SELECT distinct 1 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_fibonacci_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '529' union select distinct 1 as patterntype, ar.resultuid as resultuid, 0, 1 from fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '529' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_fibonacci_results order by resultuid desc limit 1))) union all (( SELECT distinct 2 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_keylevels_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '529' union select distinct 2 as patterntype, ar.resultuid as resultuid, 0, 1 from keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '529' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1)));
Date: 2022-03-27 14:08:19 Duration: 13s414ms Database: acaweb_fx User: postgres Bind query: yes
11 94 23s187ms 51ms 2s552ms 246ms select distinct patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzos, dftt.timezone as tz, longname, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) then ? else ? end as relevant from symbols s inner join brokersymbollist b on s.symbolid = b.symbolid inner join symbolgroup sg on s.symbolid = sg.symbolid inner join downloadersymbolsettings dss on dss.symbolid = s.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join autochartist_results a on a.symbolid = s.symbolid inner join patterns p on a.pattern = p.patternname left outer join relevance_autochartist_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and sg.groupid = ? and breakout = ? and patternlengthbars >= ? and patternquality >= ?.? and initialtrend >= ?.? and symmetry >= ?.? and noise <= ?.? and volumeincrease >= ?.? and temporarypattern = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and a.resultuid > ? and s.nonliquid = ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, patternquality desc limit ?;Times Reported Time consuming queries #11
Day Hour Count Duration Avg duration Mar 27 14 94 23s187ms 246ms [ User: postgres - Total duration: 23s187ms - Times executed: 94 ]
-
/*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 = 566 AND sg.groupid = 5376 AND breakout = - 1 AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 580415209 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-03-27 14:05:12 Duration: 2s552ms 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 symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 566 AND sg.groupid = 5376 AND breakout = - 1 AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 580415209 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-03-27 14:02:58 Duration: 1s352ms 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 symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 566 AND sg.groupid = 3596 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 > 580415272 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-03-27 14:03:06 Duration: 1s135ms Database: acaweb_fx User: postgres Bind query: yes
12 86 28s567ms 50ms 5s958ms 332ms select distinct patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzos, dftt.timezone as tz, longname, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) then ? else ? end as relevant from symbols s inner join brokersymbollist b on s.symbolid = b.symbolid inner join symbolgroup sg on s.symbolid = sg.symbolid inner join downloadersymbolsettings dss on dss.symbolid = s.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join autochartist_results a on a.symbolid = s.symbolid inner join patterns p on a.pattern = p.patternname left outer join relevance_autochartist_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and sg.groupid = ? and breakout >= ?.? and patternendtime = latestbaratbreakouttime and patternlengthbars >= ? and patternquality >= ?.? and initialtrend >= ?.? and symmetry >= ?.? and noise <= ?.? and volumeincrease >= ?.? and temporarypattern = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and a.resultuid > ? and s.nonliquid = ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, patternquality desc limit ?;Times Reported Time consuming queries #12
Day Hour Count Duration Avg duration Mar 27 14 86 28s567ms 332ms [ User: postgres - Total duration: 28s567ms - Times executed: 86 ]
-
/*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 = 700 AND sg.groupid = 5358 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-03-27 14:01:42 Duration: 5s958ms 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 symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 700 AND sg.groupid = 5364 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 & 20224 > 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-03-27 14:15:25 Duration: 4s236ms 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 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 = 3513 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-03-27 14:04:35 Duration: 2s390ms Database: acaweb_fx User: postgres Bind query: yes
13 85 3m13s 1s58ms 4s348ms 2s279ms 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 #13
Day Hour Count Duration Avg duration Mar 27 14 85 3m13s 2s279ms [ User: postgres - Total duration: 3m13s - Times executed: 85 ]
-
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 = '627' AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 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 ('0' = 0 OR coalesce(bim.code, s.symbol) in ('')) AND ('0' = 0 OR fr.pattern in ('')) AND ('0' = 0 OR fr.patternlengthbars <= '0') AND ('0' = 0 OR ('0' = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ('0' = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 14:02:22 Duration: 4s348ms 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-03-27 14:16:05 Duration: 4s212ms 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 = '660' AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT JOIN currencypips cps on cps.symbol = s.symbol 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 ('212' = 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', 'YNDX', 'XAGUSD', 'XAUUSD', 'BRENT', 'COCOA', 'COFFEE', 'CORN', 'COTTON', 'NGAS', 'SUGAR', 'USDX', 'WHEAT', 'WTI', 'FRENCH40', 'GERMAN30', 'JPN225', 'NETHERLAND25', 'SPANISH35', 'SWISS20', 'UK100', 'US30', 'US500', 'USTECH100', 'USVIX')) AND ('0' = 0 OR fr.pattern in ('')) AND ('400' = 0 OR fr.patternlengthbars <= '400') AND ('0' = 0 OR ('0' = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ('0' = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 14:01:31 Duration: 3s914ms Database: acaweb_fx User: postgres Bind query: yes
14 80 35s360ms 58ms 2s642ms 442ms select * from ( select pricedatetime, open, high, low, close, volume, bsf from t15 where symbolid = ? and (bsf = ? or bsf is null) order by pricedatetime desc limit ?) a order by pricedatetime asc;Times Reported Time consuming queries #14
Day Hour Count Duration Avg duration Mar 27 14 80 35s360ms 442ms [ User: postgres - Total duration: 35s360ms - Times executed: 80 ]
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T15 WHERE symbolid = '1036436' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2022-03-27 14:05:44 Duration: 2s642ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T15 WHERE symbolid = '1035601' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2022-03-27 14:05:45 Duration: 2s258ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T15 WHERE symbolid = '1036431' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2022-03-27 14:04:08 Duration: 1s868ms Database: acaweb_fx User: postgres Bind query: yes
15 79 19s87ms 68ms 5s355ms 241ms with rar_max as ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ? ) select case when a.old_resultuid = ? then a.old_resultuid else a.resultuid end as ruid, s.symbolid as sid, s.symbol as sym, exchange as e, longname as lo, shortname as sho, timegranularity as tg, p.patternid as pid, direction as d, patternstarttime as pst, patternendtime as pet, patternstartprice as psp, patternendprice as pep, pricex as px, timex as tx, pricea as pa, timea as ta, priceb as pb, timeb as tb, pricec as pc, timec as tc, priced as pd, timed as td, averagequality as aq, timequality as tq, ? - errormargin as rq, ? - noise as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, patternlengthbars as l, temporarypattern as tp, bandwidth as bw, qtytp as qtp, p.patternname as patternname, dtt.absolutetimezoneoffset as tzos, dtt.timezone as tz, case when rar.age is not null then rar.age when a.resultuid <= rm.resultuid then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= rm.resultuid then ? else ? end as relevant, cps.pip from fibonacci_results a inner join downloadersymbolsettings dss on a.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname inner join symbols s on a.symbolid = s.symbolid inner join fibonaccipatterns p on a.pattern = p.patternname inner join rar_max rm on ? = ? left outer join relevance_fibonacci_results rar on a.resultuid = rar.resultuid left join currencypips cps on cps.symbol = s.symbol where (a.old_resultuid = ? or a.resultuid = ?) and dtt.dayofweek = ?;Times Reported Time consuming queries #15
Day Hour Count Duration Avg duration Mar 27 14 79 19s87ms 241ms [ User: postgres - Total duration: 19s87ms - Times executed: 79 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1 ) SELECT CASE WHEN a.old_resultuid = '73354209' THEN a.old_resultuid ELSE a.resultuid END AS ruid, s.symbolid AS sid, s.symbol AS sym, Exchange AS e, longname AS lo, shortname AS sho, 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, 1 - 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, dtt.absolutetimezoneoffset AS tzOs, dtt.timezone AS tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM Fibonacci_Results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN fibonaccipatterns p ON a.pattern = p.patternname INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_fibonacci_results rar ON a.resultuid = rar.resultuid LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '73354209' OR a.resultuid = '73354209') AND dtt.dayofweek = 3;
Date: 2022-03-27 14:04:55 Duration: 5s355ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1 ) SELECT CASE WHEN a.old_resultuid = '73353883' THEN a.old_resultuid ELSE a.resultuid END AS ruid, s.symbolid AS sid, s.symbol AS sym, Exchange AS e, longname AS lo, shortname AS sho, 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, 1 - 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, dtt.absolutetimezoneoffset AS tzOs, dtt.timezone AS tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM Fibonacci_Results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN fibonaccipatterns p ON a.pattern = p.patternname INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_fibonacci_results rar ON a.resultuid = rar.resultuid LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '73353883' OR a.resultuid = '73353883') AND dtt.dayofweek = 3;
Date: 2022-03-27 14:20:40 Duration: 4s366ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1 ) SELECT CASE WHEN a.old_resultuid = '73339712' THEN a.old_resultuid ELSE a.resultuid END AS ruid, s.symbolid AS sid, s.symbol AS sym, Exchange AS e, longname AS lo, shortname AS sho, 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, 1 - 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, dtt.absolutetimezoneoffset AS tzOs, dtt.timezone AS tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM Fibonacci_Results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN fibonaccipatterns p ON a.pattern = p.patternname INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_fibonacci_results rar ON a.resultuid = rar.resultuid LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '73339712' OR a.resultuid = '73339712') AND dtt.dayofweek = 3;
Date: 2022-03-27 14:06:16 Duration: 1s33ms Database: acaweb_fx User: postgres Bind query: yes
16 77 5s897ms 50ms 206ms 76ms select * from powerstatslatestprfprice (?, ?);Times Reported Time consuming queries #16
Day Hour Count Duration Avg duration Mar 27 14 77 5s897ms 76ms [ User: postgres - Total duration: 5s897ms - Times executed: 77 ]
-
select * from PowerStatsLatestPRFPrice ('983520', '15');
Date: 2022-03-27 14:01:37 Duration: 206ms Database: acaweb_fx User: postgres Bind query: yes
-
select * from PowerStatsLatestPRFPrice ('988235', '15');
Date: 2022-03-27 14:19:47 Duration: 177ms Database: acaweb_fx User: postgres Bind query: yes
-
select * from PowerStatsLatestPRFPrice ('1019224', '15');
Date: 2022-03-27 14:17:42 Duration: 155ms Database: acaweb_fx User: postgres Bind query: yes
17 71 6s642ms 50ms 544ms 93ms select distinct patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzos, dftt.timezone as tz, longname, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) then ? else ? end as relevant from symbols s inner join brokersymbollist b on s.symbolid = b.symbolid inner join downloadersymbolsettings dss on dss.symbolid = s.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join autochartist_results a on a.symbolid = s.symbolid inner join patterns p on a.pattern = p.patternname left outer join relevance_autochartist_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and (((s.symbol ilike ? and timegranularity <= ?))) and breakout >= ?.? and patternendtime = latestbaratbreakouttime and patternlengthbars >= ? and patternquality >= ?.? and initialtrend >= ?.? and symmetry >= ?.? and noise <= ?.? and volumeincrease >= ?.? and temporarypattern = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and a.resultuid > ? and s.nonliquid = ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, patternquality desc limit ?;Times Reported Time consuming queries #17
Day Hour Count Duration Avg duration Mar 27 14 71 6s642ms 93ms [ User: postgres - Total duration: 6s642ms - Times executed: 71 ]
-
/*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 '%nzdcad%' AND timegranularity <= 1440))) AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 579461052 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-03-27 14:19:15 Duration: 544ms 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 '%usdzar%' AND timegranularity <= 1440))) AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-03-27 14:09:24 Duration: 526ms 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 '%usdchf%' AND timegranularity <= 1440))) AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 579663051 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-03-27 14:07:08 Duration: 472ms Database: acaweb_fx User: postgres Bind query: yes
18 67 31s997ms 51ms 2s52ms 477ms select * from ( select pricedatetime, open, high, low, close, volume, bsf from t60 where symbolid = ? and (bsf = ? or bsf is null) order by pricedatetime desc limit ?) a order by pricedatetime asc;Times Reported Time consuming queries #18
Day Hour Count Duration Avg duration Mar 27 14 67 31s997ms 477ms [ User: postgres - Total duration: 31s997ms - Times executed: 67 ]
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '1028563' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2022-03-27 14:10:19 Duration: 2s52ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '986782' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2022-03-27 14:06:40 Duration: 1s719ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '986742' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2022-03-27 14:06:40 Duration: 1s713ms Database: acaweb_fx User: postgres Bind query: yes
19 65 10s643ms 50ms 682ms 163ms 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 Mar 27 14 65 10s643ms 163ms [ User: postgres - Total duration: 10s643ms - Times executed: 65 ]
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2022-03-27 14:03:20 Duration: 682ms Database: acaweb_fx User: postgres
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2022-03-27 14:01:14 Duration: 413ms Database: acaweb_fx User: postgres
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2022-03-27 14:16:15 Duration: 381ms Database: acaweb_fx User: postgres
20 57 16s819ms 53ms 2s344ms 295ms select distinct a.resultuid as ruid, s.symbolid as sid, symbol as sym, longname, shortname, exchange as e, timegranularity as tg, p.patternid as pid, direction as d, patternstarttime as pst, patternendtime as pet, patternstartprice as psp, patternendprice as pep, pricex as px, timex as tx, pricea as pa, timea as ta, priceb as pb, timeb as tb, pricec as pc, timec as tc, priced as pd, timed as td, averagequality as aq, timequality as tq, errormargin as rq, (? - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, patternlengthbars as l, temporarypattern as tp, bandwidth as bw, qtytp as qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzos, dftt.timezone as tz, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ?) then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ?) then ? else ? end as relevant from symbols s inner join brokersymbollist b on s.symbolid = b.symbolid inner join symbolgroup sg on s.symbolid = sg.symbolid inner join downloadersymbolsettings dss on dss.symbolid = s.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join fibonacci_results a on a.symbolid = s.symbolid inner join fibonaccipatterns p on a.pattern = p.patternname left outer join relevance_fibonacci_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and sg.groupid = ? and patternlengthbars >= ? and averagequality >= ?.? and (timequality >= ?.? or timequality = ?) and errormargin >= ?.? and ? - noise >= ?.? and s.nonliquid = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and patternendprice > ? and a.resultuid > ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, averagequality desc limit ?;Times Reported Time consuming queries #20
Day Hour Count Duration Avg duration Mar 27 14 57 16s819ms 295ms [ User: postgres - Total duration: 16s819ms - Times executed: 57 ]
-
/*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 = 566 AND sg.groupid = 3596 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 73327657 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-03-27 14:19:37 Duration: 2s344ms Database: acaweb_fx User: postgres Bind query: yes
-
/*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 = 49 AND sg.groupid = 3907 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 73330474 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-03-27 14:04:00 Duration: 1s814ms Database: acaweb_fx User: postgres Bind query: yes
-
/*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 = 3512 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 73339319 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-03-27 14:01:26 Duration: 1s409ms 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 15m59s 15m59s 15m59s 1 15m59s select powerstats_tdata_add ();Times Reported Time consuming queries #1
Day Hour Count Duration Avg duration Mar 27 14 1 15m59s 15m59s [ User: postgres - Total duration: 15m59s - Times executed: 1 ]
-
select powerstats_tdata_add ();
Date: 2022-03-27 14:16:35 Duration: 15m59s Database: acaweb_fx User: postgres
2 35s333ms 3m4s 1m23s 4 5m34s select updateageforrelevantresults ();Times Reported Time consuming queries #2
Day Hour Count Duration Avg duration Mar 27 14 4 5m34s 1m23s [ User: postgres - Total duration: 5m34s - Times executed: 4 ]
-
select updateageforrelevantresults ();
Date: 2022-03-27 14:05:07 Duration: 3m4s Database: acaweb_fx User: postgres
-
select updateageforrelevantresults ();
Date: 2022-03-27 14:18:20 Duration: 1m17s Database: acaweb_fx User: postgres
-
select updateageforrelevantresults ();
Date: 2022-03-27 14:32:38 Duration: 36s488ms Database: acaweb_fx User: postgres
3 1m10s 1m10s 1m10s 1 1m10s select pd.trumpetsymbolid::character varying as symbolid, ? as timegranularity, ? as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t15_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval ? and (? = ? or t.symbolid = ?) and (pt.enddate < current_timestamp - interval ? or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, ? as timegranularity, ? as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t30_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval ? and ((? = ?) or (? <> ? and t.symbolid = ?)) and (pt.enddate < current_timestamp - interval ? or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, ? as timegranularity, ? as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t60_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval ? and ((? = ?) or (? <> ? and t.symbolid = ?)) and (pt.enddate < current_timestamp - interval ? or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, ? as timegranularity, ? as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t240 group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval ? and ((? = ?) or (? <> ? and t.symbolid = ?)) and (pt.enddate < current_timestamp - interval ? or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, ? as timegranularity, ? as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t1440 group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval ? and ((? = ?) or (? <> ? and t.symbolid = ?)) and (pt.enddate < current_timestamp - interval ? or pt.enddate is null) group by pd.trumpetsymbolid;Times Reported Time consuming queries #3
Day Hour Count Duration Avg duration Mar 27 14 1 1m10s 1m10s [ User: pgperfstats - Total duration: 1m10s - Times executed: 1 ]
-
select pd.trumpetsymbolid::character varying as symbolid, 15 as timegranularity, 't15_ps' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t15_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and (- 1 = - 1 or t.symbolid = - 1) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, 30 as timegranularity, 't30_ps' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t30_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and ((- 1 = - 1) or (- 1 <> - 1 and t.symbolid = - 1)) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, 60 as timegranularity, 't60_ps' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t60_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and ((- 1 = - 1) or (- 1 <> - 1 and t.symbolid = - 1)) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, 240 as timegranularity, 't240' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t240 group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and ((- 1 = - 1) or (- 1 <> - 1 and t.symbolid = - 1)) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, 1440 as timegranularity, 't1440' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t1440 group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and ((- 1 = - 1) or (- 1 <> - 1 and t.symbolid = - 1)) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid;
Date: 2022-03-27 14:19:59 Duration: 1m10s Database: acaweb_fx User: pgperfstats
4 7s66ms 36s917ms 17s63ms 4 1m8s select updateresultsmaterializedview ();Times Reported Time consuming queries #4
Day Hour Count Duration Avg duration Mar 27 14 4 1m8s 17s63ms [ User: postgres - Total duration: 1m8s - Times executed: 4 ]
-
select updateresultsmaterializedview ();
Date: 2022-03-27 14:05:44 Duration: 36s917ms Database: acaweb_fx User: postgres
-
select updateresultsmaterializedview ();
Date: 2022-03-27 14:18:37 Duration: 17s178ms Database: acaweb_fx User: postgres
-
select updateresultsmaterializedview ();
Date: 2022-03-27 14:32:45 Duration: 7s89ms Database: acaweb_fx User: postgres
5 5s280ms 22s715ms 11s656ms 4 46s626ms refresh materialized view latest_t15_candle_view;Times Reported Time consuming queries #5
Day Hour Count Duration Avg duration Mar 27 14 4 46s626ms 11s656ms [ User: postgres - Total duration: 46s626ms - Times executed: 4 ]
-
refresh materialized view latest_t15_candle_view;
Date: 2022-03-27 14:01:23 Duration: 22s715ms Database: acaweb_fx User: postgres
-
refresh materialized view latest_t15_candle_view;
Date: 2022-03-27 14:16:14 Duration: 12s934ms Database: acaweb_fx User: postgres
-
refresh materialized view latest_t15_candle_view;
Date: 2022-03-27 14:31:07 Duration: 5s695ms Database: acaweb_fx User: postgres
6 55ms 1m3s 6s180ms 166 17m5s with rar_max as ( ;Times Reported Time consuming queries #6
Day Hour Count Duration Avg duration Mar 27 14 166 17m5s 6s180ms [ User: postgres - Total duration: 17m5s - Times executed: 166 ]
-
WITH rar_max as ( ;
Date: 2022-03-27 14:01:54 Duration: 1m3s Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2022-03-27 14:12:37 Duration: 27s114ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2022-03-27 14:01:27 Duration: 23s918ms Database: acaweb_fx User: postgres Bind query: yes
7 2s957ms 13s173ms 5s793ms 49 4m43s 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 Mar 27 14 49 4m43s 5s793ms [ User: postgres - Total duration: 4m43s - Times executed: 49 ]
-
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 = '529' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true 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 ('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 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-03-27 14:01:43 Duration: 13s173ms 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 = '572' 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 ('26' = 0 OR coalesce(bim.code, s.symbol) in ('EURUSD', 'USDJPY', 'GBPUSD', 'USDCHF', 'EURTRY', 'USDTRY', '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-03-27 14:04:02 Duration: 12s121ms 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 = '529' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true 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 ('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 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-03-27 14:06:04 Duration: 9s211ms Database: acaweb_fx User: postgres Bind query: yes
8 410ms 22s991ms 5s280ms 108 9m30s 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 #8
Day Hour Count Duration Avg duration Mar 27 14 108 9m30s 5s280ms [ User: postgres - Total duration: 9m30s - Times executed: 108 ]
-
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 = '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 ('212' = 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', 'YNDX', 'XAGUSD', 'XAUUSD', 'BRENT', 'COCOA', 'COFFEE', 'CORN', 'COTTON', 'NGAS', 'SUGAR', 'USDX', 'WHEAT', 'WTI', 'FRENCH40', 'GERMAN30', 'JPN225', 'NETHERLAND25', 'SPANISH35', 'SWISS20', 'UK100', 'US30', 'US500', 'USTECH100', 'USVIX')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 14:03:13 Duration: 22s991ms 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 = '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 ('212' = 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', 'YNDX', 'XAGUSD', 'XAUUSD', 'BRENT', 'COCOA', 'COFFEE', 'CORN', 'COTTON', 'NGAS', 'SUGAR', 'USDX', 'WHEAT', 'WTI', 'FRENCH40', 'GERMAN30', 'JPN225', 'NETHERLAND25', 'SPANISH35', 'SWISS20', 'UK100', 'US30', 'US500', 'USTECH100', 'USVIX')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 14:16:09 Duration: 22s723ms 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 = '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 ('212' = 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', 'YNDX', 'XAGUSD', 'XAUUSD', 'BRENT', 'COCOA', 'COFFEE', 'CORN', 'COTTON', 'NGAS', 'SUGAR', 'USDX', 'WHEAT', 'WTI', 'FRENCH40', 'GERMAN30', 'JPN225', 'NETHERLAND25', 'SPANISH35', 'SWISS20', 'UK100', 'US30', 'US500', 'USTECH100', 'USVIX')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 14:06:05 Duration: 21s269ms Database: acaweb_fx User: postgres Bind query: yes
9 977ms 41s138ms 4s496ms 248 18m35s with rar_max as ( select resultuid from relevance_keylevels_results order by resultuid desc limit ? ) select case when a.old_resultuid = ? then a.old_resultuid else a.resultuid end as ruid, s.symbolid as sid, s.symbol as sym, longname, shortname, exchange as e, timegranularity as tg, a.patternid as pid, a.direction as d, a.patternprice as pp, atbaridentified as pet, case when (x9 != ?) then x9 when (x8 != ?) then x8 when (x7 != ?) then x7 when (x6 != ?) then x6 when (x5 != ?) then x5 when (x4 != ?) then x4 when (x3 != ?) then x3 when (x2 != ?) then x2 end as pst, patternprice as patp, x0, x1, x2, case when (x3 != ?) then x3 else ? end as x3, case when (x4 != ?) then x4 else ? end as x4, case when (x5 != ?) then x5 else ? end as x5, case when (x6 != ?) then x6 else ? end as x6, case when (x7 != ?) then x7 else ? end as x7, case when (x8 != ?) then x8 else ? end as x8, errormargin as erm, breakoutprice as pe, breakoutbars as be, breakout, atbaridentified as atbar, atpriceidentified as atprice, patternlengthbars as l, bandwidth as bw, qtytp as qtp, p.patternname as patternname, dtt.absolutetimezoneoffset as tzos, dtt.timezone as timezone, approachingtimestamp as apt, approachingregion as apr, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, furthestprice as fp, newlevels.filtered, case when rar.age is not null then rar.age when a.resultuid <= rm.resultuid then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= rm.resultuid then ? else ? end as relevant, cps.pip from keylevels_results a inner join downloadersymbolsettings dss on a.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname inner join symbols s on a.symbolid = s.symbolid inner join hrspatterns p on a.patternid = p.patternid inner join rar_max rm on ? = ? left outer join relevance_keylevels_results rar on a.resultuid = rar.resultuid left join lateral calc_kl_signal_filter (a.resultuid) newlevels on true left join currencypips cps on cps.symbol = s.symbol where (a.old_resultuid = ? or a.resultuid = ?) and dtt.dayofweek = ?;Times Reported Time consuming queries #9
Day Hour Count Duration Avg duration Mar 27 14 248 18m35s 4s496ms [ User: postgres - Total duration: 18m35s - Times executed: 248 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ) SELECT CASE WHEN a.old_resultuid = '82037257' THEN a.old_resultuid ELSE a.resultuid END AS ruid, s.symbolid AS sid, s.symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, a.PatternID AS pid, a.direction AS d, a.patternprice AS pp, atbaridentified AS pet, CASE WHEN (x9 != '') THEN x9 WHEN (x8 != '') THEN x8 WHEN (x7 != '') THEN x7 WHEN (x6 != '') THEN x6 WHEN (x5 != '') THEN x5 WHEN (x4 != '') THEN x4 WHEN (x3 != '') THEN x3 WHEN (x2 != '') THEN x2 END AS pst, PatternPrice AS patp, x0, x1, x2, CASE WHEN (x3 != '') THEN x3 ELSE '0' END AS x3, CASE WHEN (x4 != '') THEN x4 ELSE '0' END AS x4, CASE WHEN (x5 != '') THEN x5 ELSE '0' END AS x5, CASE WHEN (x6 != '') THEN x6 ELSE '0' END AS x6, CASE WHEN (x7 != '') THEN x7 ELSE '0' END AS x7, CASE WHEN (x8 != '') THEN x8 ELSE '0' END AS x8, errorMargin AS erm, breakoutprice AS pE, breakoutbars AS be, breakout, atbaridentified AS atBar, atpriceidentified AS atPrice, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname AS patternname, dtt.absolutetimezoneoffset AS tzOs, dtt.timezone AS timezone, approachingtimestamp AS apt, approachingregion AS apr, predictionpricefrom AS ppf, predictionpriceto AS ppt, predictiontimefrom AS ptf, predictiontimebars AS ptb, furthestprice AS fp, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM keylevels_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON a.resultuid = rar.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (a.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '82037257' OR a.resultuid = '82037257') AND dtt.dayofweek = 3;
Date: 2022-03-27 14:05:30 Duration: 41s138ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ) SELECT CASE WHEN a.old_resultuid = '82037251' THEN a.old_resultuid ELSE a.resultuid END AS ruid, s.symbolid AS sid, s.symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, a.PatternID AS pid, a.direction AS d, a.patternprice AS pp, atbaridentified AS pet, CASE WHEN (x9 != '') THEN x9 WHEN (x8 != '') THEN x8 WHEN (x7 != '') THEN x7 WHEN (x6 != '') THEN x6 WHEN (x5 != '') THEN x5 WHEN (x4 != '') THEN x4 WHEN (x3 != '') THEN x3 WHEN (x2 != '') THEN x2 END AS pst, PatternPrice AS patp, x0, x1, x2, CASE WHEN (x3 != '') THEN x3 ELSE '0' END AS x3, CASE WHEN (x4 != '') THEN x4 ELSE '0' END AS x4, CASE WHEN (x5 != '') THEN x5 ELSE '0' END AS x5, CASE WHEN (x6 != '') THEN x6 ELSE '0' END AS x6, CASE WHEN (x7 != '') THEN x7 ELSE '0' END AS x7, CASE WHEN (x8 != '') THEN x8 ELSE '0' END AS x8, errorMargin AS erm, breakoutprice AS pE, breakoutbars AS be, breakout, atbaridentified AS atBar, atpriceidentified AS atPrice, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname AS patternname, dtt.absolutetimezoneoffset AS tzOs, dtt.timezone AS timezone, approachingtimestamp AS apt, approachingregion AS apr, predictionpricefrom AS ppf, predictionpriceto AS ppt, predictiontimefrom AS ptf, predictiontimebars AS ptb, furthestprice AS fp, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM keylevels_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON a.resultuid = rar.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (a.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '82037251' OR a.resultuid = '82037251') AND dtt.dayofweek = 3;
Date: 2022-03-27 14:05:30 Duration: 40s254ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ) SELECT CASE WHEN a.old_resultuid = '81988632' THEN a.old_resultuid ELSE a.resultuid END AS ruid, s.symbolid AS sid, s.symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, a.PatternID AS pid, a.direction AS d, a.patternprice AS pp, atbaridentified AS pet, CASE WHEN (x9 != '') THEN x9 WHEN (x8 != '') THEN x8 WHEN (x7 != '') THEN x7 WHEN (x6 != '') THEN x6 WHEN (x5 != '') THEN x5 WHEN (x4 != '') THEN x4 WHEN (x3 != '') THEN x3 WHEN (x2 != '') THEN x2 END AS pst, PatternPrice AS patp, x0, x1, x2, CASE WHEN (x3 != '') THEN x3 ELSE '0' END AS x3, CASE WHEN (x4 != '') THEN x4 ELSE '0' END AS x4, CASE WHEN (x5 != '') THEN x5 ELSE '0' END AS x5, CASE WHEN (x6 != '') THEN x6 ELSE '0' END AS x6, CASE WHEN (x7 != '') THEN x7 ELSE '0' END AS x7, CASE WHEN (x8 != '') THEN x8 ELSE '0' END AS x8, errorMargin AS erm, breakoutprice AS pE, breakoutbars AS be, breakout, atbaridentified AS atBar, atpriceidentified AS atPrice, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname AS patternname, dtt.absolutetimezoneoffset AS tzOs, dtt.timezone AS timezone, approachingtimestamp AS apt, approachingregion AS apr, predictionpricefrom AS ppf, predictionpriceto AS ppt, predictiontimefrom AS ptf, predictiontimebars AS ptb, furthestprice AS fp, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM keylevels_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON a.resultuid = rar.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (a.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '81988632' OR a.resultuid = '81988632') AND dtt.dayofweek = 3;
Date: 2022-03-27 14:20:11 Duration: 38s66ms Database: acaweb_fx User: postgres Bind query: yes
10 56ms 57s307ms 4s227ms 196 13m48s with rar_max as ( select resultuid from relevance_autochartist_results order by resultuid desc limit ? ), ar as ( select a.*, rr.age, rr.relevant from autochartist_results a left outer join relevance_autochartist_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_autochartist_results) end ), results as ( select distinct on (s.symbolid) ar.resultuid as resultuid, ar.direction as direction, ar.predictiontimeto as predictiontimeto, ar.predictionpricefrom as predictionpricefrom, ar.predictionpriceto as predictionpriceto, cp.pip as pip, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, ar.pattern as pattern_name, ar.breakout as breakout, ar.patternendtime as identified, dtt.timezone as timezone, ar.patternlengthbars as length, g.basegroupname, newlevels.profit, newlevels.stop, newlevels.filtered, case when ar.age is not null then ar.age when ar.resultuid <= rm.resultuid then ? else ? end as age, case when ar.relevant is not null then ar.relevant when ar.resultuid <= rm.resultuid then ? else ? end as relevant from ar inner join symbols s on ar.symbolid = s.symbolid and s.nonliquid = ? inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = s.symbolid inner join symbolgroup sg on bsl.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on sg.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join currencypips cp on s.symbol = cp.symbol left join lateral calc_cp_signal (ar.resultuid) newlevels on true where ar.gmttimefound > now() - interval ? and dss.enabled = ? and (ar.simulation = ? or ar.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or ar.pattern in (...)) and (? = ? or (? = ? and ar.breakout >= ?) or (? = ? and ar.breakout < ?)) and (? = ? or ar.patternlengthbars <= ?) and newlevels.filtered = false order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #10
Day Hour Count Duration Avg duration Mar 27 14 196 13m48s 4s227ms [ User: postgres - Total duration: 13m48s - Times executed: 196 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('327' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 14:16:27 Duration: 57s307ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('327' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 14:06:13 Duration: 43s127ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('327' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 14:10:59 Duration: 29s614ms Database: acaweb_fx User: postgres Bind query: yes
11 1s238ms 44s152ms 3s356ms 419 23m26s with rar_max as ( select resultuid from relevance_autochartist_results order by resultuid desc limit ? ) select a.symbolid, pattern, patternid, resy0, resy1, resx0, resx1, supporty0, supporty1, supportx0, supportx1, predictiontimeto, patternstarttime, timegranularity, patternendtime, direction, trendchange, patternlengthbars, patternquality, case when a.old_resultuid = ? then a.old_resultuid else a.resultuid end as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, s.exchange, s.symbol, s.longname, s.shortname, breakout, dtt.timezone, patternstartprice, patternendprice, qtytp, newlevels.profit, newlevels.stop, newlevels.filtered, case when rar.age is not null then rar.age when a.resultuid <= rm.resultuid then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= rm.resultuid then ? else ? end as relevant, cps.pip from autochartist_results a inner join downloadersymbolsettings dss on a.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname inner join symbols s on a.symbolid = s.symbolid inner join patterns p on p.patternname = a.pattern inner join rar_max rm on ? = ? left outer join relevance_autochartist_results rar on rar.resultuid = a.resultuid left join lateral calc_cp_signal (a.resultuid) newlevels on true left join currencypips cps on cps.symbol = s.symbol where (a.old_resultuid = ? or a.resultuid = ?) and dtt.dayofweek = ?;Times Reported Time consuming queries #11
Day Hour Count Duration Avg duration Mar 27 14 419 23m26s 3s356ms [ User: postgres - Total duration: 23m26s - Times executed: 419 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ) SELECT a.symbolid, pattern, patternid, resy0, resy1, resx0, resx1, supporty0, supporty1, supportx0, supportx1, predictiontimeto, patternstarttime, timegranularity, patternendtime, direction, trendchange, patternlengthbars, patternquality, CASE WHEN a.old_resultuid = '580173101' THEN a.old_resultuid ELSE a.resultuid END AS uid, breakout, initialtrend, volumeincrease, symmetry AS uniformity, predictionpricefrom, predictionpriceto, noise, s.exchange, s.symbol, s.longname, s.shortname, breakout, dtt.timezone, patternStartPrice, patternEndPrice, qtytp, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM autochartist_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN patterns p ON p.patternname = a.pattern INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid LEFT JOIN LATERAL calc_cp_signal (a.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '580173101' OR a.resultuid = '580173101') AND dtt.dayofweek = 3;
Date: 2022-03-27 14:16:01 Duration: 44s152ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ) SELECT a.symbolid, pattern, patternid, resy0, resy1, resx0, resx1, supporty0, supporty1, supportx0, supportx1, predictiontimeto, patternstarttime, timegranularity, patternendtime, direction, trendchange, patternlengthbars, patternquality, CASE WHEN a.old_resultuid = '580173101' THEN a.old_resultuid ELSE a.resultuid END AS uid, breakout, initialtrend, volumeincrease, symmetry AS uniformity, predictionpricefrom, predictionpriceto, noise, s.exchange, s.symbol, s.longname, s.shortname, breakout, dtt.timezone, patternStartPrice, patternEndPrice, qtytp, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM autochartist_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN patterns p ON p.patternname = a.pattern INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid LEFT JOIN LATERAL calc_cp_signal (a.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '580173101' OR a.resultuid = '580173101') AND dtt.dayofweek = 3;
Date: 2022-03-27 14:20:15 Duration: 42s81ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ) SELECT a.symbolid, pattern, patternid, resy0, resy1, resx0, resx1, supporty0, supporty1, supportx0, supportx1, predictiontimeto, patternstarttime, timegranularity, patternendtime, direction, trendchange, patternlengthbars, patternquality, CASE WHEN a.old_resultuid = '580173101' THEN a.old_resultuid ELSE a.resultuid END AS uid, breakout, initialtrend, volumeincrease, symmetry AS uniformity, predictionpricefrom, predictionpriceto, noise, s.exchange, s.symbol, s.longname, s.shortname, breakout, dtt.timezone, patternStartPrice, patternEndPrice, qtytp, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM autochartist_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN patterns p ON p.patternname = a.pattern INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid LEFT JOIN LATERAL calc_cp_signal (a.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '580173101' OR a.resultuid = '580173101') AND dtt.dayofweek = 3;
Date: 2022-03-27 14:04:48 Duration: 38s168ms Database: acaweb_fx User: postgres Bind query: yes
12 2s44ms 5s281ms 2s735ms 142 6m28s insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, 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 Mar 27 14 142 6m28s 2s735ms [ User: pgperfstats - Total duration: 6m28s - Times executed: 142 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970075, 1, 900, '2022-03-27 00:00:00', 0.21534419701586, 0.361416666666665, 0.284492654829917, 0.498374999999998, 0.388436159957229, 0.704041666666666, 1.42304697018329, 2.549375, 1.44386425954797, 4.7775 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 915, '2022-03-27 00:00:00', 0.209034941777823, 0.34495833333333, 0.225807279635159, 0.493166666666667, 0.393729821199067, 0.688041666666666, 1.4591883979792, 2.58979166666667, 1.46224710869403, 4.79745833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 930, '2022-03-27 00:00:00', 0.201185503662808, 0.366041666666669, 0.324223978764367, 0.520166666666668, 0.534876321543426, 0.789625000000002, 1.46214174851607, 2.61116666666667, 1.46019711792224, 4.79216666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 945, '2022-03-27 00:00:00', 0.232322766326553, 0.374958333333333, 0.32616957612767, 0.506625, 0.522471882261259, 0.929208333333336, 1.49425914947746, 2.64466666666667, 1.46012193256968, 4.78466666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 960, '2022-03-27 00:00:00', 0.226984197879404, 0.360999999999999, 0.37272486647252, 0.603, 0.451520258103953, 0.965250000000001, 1.49064360127245, 2.68879166666667, 1.47289622999987, 4.773 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 975, '2022-03-27 00:00:00', 0.288538734746787, 0.481583333333336, 0.437658021151517, 0.774250000000002, 0.442406198606231, 1.076875, 1.51254927096655, 2.72908333333333, 1.4749310073523, 4.78245833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 990, '2022-03-27 00:00:00', 0.404434492913218, 0.629958333333336, 0.410998393364043, 0.795875, 0.417829484671522, 1.0685, 1.52913476470296, 2.72354166666667, 1.50885824419889, 4.781625 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 1005, '2022-03-27 00:00:00', 0.191687453189155, 0.454416666666666, 0.253350061423297, 0.669083333333332, 0.364708755652061, 0.895291666666665, 1.45734249838831, 2.685125, 1.4893572195871, 4.73016666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 1020, '2022-03-27 00:00:00', 0.228872088667478, 0.452791666666664, 0.28675492932599, 0.619958333333331, 0.371157001722365, 0.82895833333333, 1.45971833693641, 2.63933333333333, 1.51580466445947, 4.68770833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 1035, '2022-03-27 00:00:00', 0.187937889639952, 0.397958333333332, 0.251807379799994, 0.582999999999998, 0.357449355387118, 0.727041666666664, 1.44979537536674, 2.60475, 1.52668596219848, 4.678875 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 1050, '2022-03-27 00:00:00', 0.191812139186054, 0.411375, 0.265881307288076, 0.534999999999998, 0.40410771047663, 0.773791666666665, 1.42780034531686, 2.5755, 1.56050223938655, 4.70775 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 1065, '2022-03-27 00:00:00', 0.23041801569435, 0.359124999999995, 0.2916793672183, 0.464624999999997, 1.36564545179194, 1.90475, 1.41336788586592, 2.55545833333333, 1.58835955618057, 4.71108333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 1080, '2022-03-27 00:00:00', 0.172596365647663, 0.350125, 0.339105577057208, 0.601374999999999, 1.35500110634213, 2.01420833333333, 1.44363341363762, 2.56595833333333, 1.62741952760822, 4.74633333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 1095, '2022-03-27 00:00:00', 0.271351795832363, 0.438166666666666, 1.36435135023353, 1.80079166666667, 1.33114945357523, 2.03579166666667, 1.4707029516872, 2.55195833333333, 1.63132607602047, 4.721375 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 600, '2022-03-27 00:00:00', 0.534676310179033, 1.05544, 0.656020713595743, 1.25852, 0.716961063563891, 1.4938, 1.06495662978984, 2.09804, 1.6063769918671, 4.57404 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 615, '2022-03-27 00:00:00', 0.486579130255295, 0.7772, 0.506281403964237, 1.02588, 0.558526355689684, 1.25324, 0.956279105003692, 1.89632, 1.57165718590283, 4.54432 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 630, '2022-03-27 00:00:00', 0.247838737892205, 0.68696, 0.312044751064119, 0.863479999999998, 0.478357056322299, 1.12516, 0.890928354770086, 1.774, 1.5843002535294, 4.53172 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 645, '2022-03-27 00:00:00', 0.214655343904285, 0.566, 0.262955997586415, 0.734759999999998, 0.569987654837074, 1.03048, 0.904219046101844, 1.6592, 1.59693657983027, 4.53076 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 660, '2022-03-27 00:00:00', 0.250858645455961, 0.584319999999999, 0.426790639541215, 0.792799999999998, 0.667677130056137, 1.0508, 0.916543110460892, 1.63276, 1.62479478909389, 4.63124 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 675, '2022-03-27 00:00:00', 0.226662745064113, 0.535799999999997, 0.371007762722022, 0.741519999999998, 0.475448209587543, 0.953599999999997, 0.801490174612261, 1.5208, 1.61517285143108, 4.64744 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 690, '2022-03-27 00:00:00', 0.271786834363502, 0.547800000000001, 0.349989285550285, 0.728200000000002, 0.377509081568464, 0.879240000000001, 0.718668495668666, 1.44536, 1.61287465105011, 4.65016 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 705, '2022-03-27 00:00:00', 0.272020452662418, 0.543720000000002, 0.298789881577897, 0.657320000000001, 0.312950885390451, 0.78544, 0.676099667208909, 1.41852, 1.8921500055052, 5.12432 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 720, '2022-03-27 00:00:00', 0.24560944607242, 0.5036, 0.298277259162233, 0.64536, 0.285095001709957, 0.758920000000002, 0.60363882137141, 1.37808, 1.89213429139337, 5.12752 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 735, '2022-03-27 00:00:00', 0.206824603629905, 0.4706, 0.211840482439029, 0.566159999999999, 0.231378528246105, 0.749760000000002, 0.640487673573816, 1.34628, 1.92165986671246, 5.16432 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 750, '2022-03-27 00:00:00', 0.171283176834934, 0.440479999999998, 0.216920392463843, 0.561039999999999, 0.247824319495353, 0.722319999999999, 0.689507251593482, 1.3842, 1.90462024823848, 5.15696 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 765, '2022-03-27 00:00:00', 0.181645965181356, 0.420560000000001, 0.19697506610398, 0.543480000000002, 0.340600073399877, 0.71208, 0.695536902927038, 1.4758, 1.96101362140433, 5.19244 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 780, '2022-03-27 00:00:00', 0.113035142028194, 0.396119999999998, 0.143223310486343, 0.499999999999998, 0.359464532325514, 0.727999999999998, 0.66460224445403, 1.49732, 1.99741127629406, 5.22084 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 795, '2022-03-27 00:00:00', 0.110098440800344, 0.373000000000001, 0.219351483544866, 0.50264, 0.305154780398408, 0.724239999999998, 0.621127402390203, 1.5046, 1.99486104946351, 5.23524 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 810, '2022-03-27 00:00:00', 0.141987816378732, 0.377040000000001, 0.242722234938074, 0.550400000000001, 0.329825064743923, 0.72164, 0.644094113206035, 1.52768, 2.04381061581873, 5.2522 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 825, '2022-03-27 00:00:00', 0.133981740049404, 0.411760000000001, 0.21205272929156, 0.55312, 0.308298978266226, 0.704479999999999, 0.644978415659523, 1.53036, 2.05666069394054, 5.26028 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 840, '2022-03-27 00:00:00', 0.181111687456481, 0.420879999999999, 0.239391506393467, 0.52828, 0.262022944287962, 0.63776, 0.664286027752102, 1.52052, 2.04214319853759, 5.24852 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 855, '2022-03-27 00:00:00', 0.143440754320381, 0.377799999999999, 0.163540484284473, 0.474359999999999, 0.319896217545625, 0.624560000000001, 0.670387905121605, 1.53488, 2.02433746363265, 5.2616 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 870, '2022-03-27 00:00:00', 0.160645914980743, 0.381879999999998, 0.25423016474578, 0.495319999999999, 0.318416394050306, 0.680200000000001, 0.687052550149308, 1.58404, 2.02433746363265, 5.2616 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 885, '2022-03-27 00:00:00', 0.176812490131965, 0.36564, 0.246303518718942, 0.485559999999999, 0.358743743267158, 0.72336, 1.30556055904479, 2.28104, 1.99793077374234, 5.24828 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 900, '2022-03-27 00:00:00', 0.179517891401756, 0.39456, 0.20094568088582, 0.522800000000002, 0.420808242156291, 0.733920000000003, 1.28785630280194, 2.37576, 1.97177301770091, 5.2384 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 915, '2022-03-27 00:00:00', 0.170379263213966, 0.38852, 0.340235300931575, 0.566320000000002, 0.621671971380406, 0.784960000000003, 1.24533335563883, 2.4492, 1.95686686482925, 5.24848 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 930, '2022-03-27 00:00:00', 0.325541216028528, 0.435399999999999, 0.404286560911113, 0.558040000000003, 0.639091720073627, 0.871320000000001, 1.1842077351546, 2.47072, 1.94727311301386, 5.24908 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 945, '2022-03-27 00:00:00', 0.304322323641675, 0.431080000000002, 0.478012900802202, 0.596400000000002, 0.560604361381537, 0.992799999999999, 1.22518120836607, 2.55108, 1.96764379652416, 5.25788 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 960, '2022-03-27 00:00:00', 0.26873872069354, 0.419599999999999, 0.335252655967605, 0.634519999999999, 0.408349715317643, 0.99836, 1.22319044851296, 2.56296, 1.97055572703066, 5.26296 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 975, '2022-03-27 00:00:00', 0.20920932898256, 0.517719999999999, 0.396349643622901, 0.799959999999998, 0.399819217480435, 1.07436, 1.24897522259918, 2.60276, 1.97369411088277, 5.24988 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 990, '2022-03-27 00:00:00', 0.392872591730874, 0.668039999999999, 0.389078920871676, 0.84136, 0.463721989270872, 1.0824, 1.30039448117357, 2.59884, 1.95967760358688, 5.21068 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 1005, '2022-03-27 00:00:00', 0.187516025981782, 0.555480000000001, 0.247275824401281, 0.765199999999999, 0.370341162533503, 0.927919999999998, 1.34620797922659, 2.52744, 1.94330296574329, 5.1716 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 1020, '2022-03-27 00:00:00', 0.193215915493524, 0.54984, 0.289973832152718, 0.701639999999999, 0.342055390251343, 0.82784, 1.35059137417651, 2.48368, 1.93574407571525, 5.14028 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 1035, '2022-03-27 00:00:00', 0.237864548290267, 0.46128, 0.258946403720923, 0.593640000000001, 0.267335700322024, 0.748280000000001, 1.33460461435837, 2.42632, 1.90680085483514, 5.111 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 1050, '2022-03-27 00:00:00', 0.162802815290971, 0.45756, 0.224093187461526, 0.573439999999999, 0.278923269018561, 0.77524, 1.35064043821194, 2.41252, 1.91848070705268, 5.09384 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 1065, '2022-03-27 00:00:00', 0.173117975188405, 0.451400000000001, 0.18109424802204, 0.579280000000001, 1.15520298072099, 1.70252, 1.29238040452492, 2.38288, 1.90249144281913, 5.07624 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 1080, '2022-03-27 00:00:00', 0.12363396243212, 0.411240000000001, 0.201735577757949, 0.58208, 1.10684908185353, 1.78084, 1.24313499937322, 2.34972, 1.90158651919917, 5.05304 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 2, 1095, '2022-03-27 00:00:00', 0.197959019328076, 0.462239999999999, 1.13189413521466, 1.5952, 1.09825445139093, 1.80744, 1.26701062216016, 2.3304, 1.92503768534541, 5.01544 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 600, '2022-03-27 00:00:00', 0.450550835516498, 0.947846153846154, 0.617288478876649, 1.17511538461539, 0.791020392618583, 1.38130769230769, 1.09447825926329, 2.0055, 1.83317634763774, 4.71019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 615, '2022-03-27 00:00:00', 0.402084026809554, 0.72526923076923, 0.505420849772359, 0.917653846153846, 0.548783708269057, 1.16803846153846, 0.889653935311583, 1.77073076923077, 1.82635339785217, 4.65542307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 630, '2022-03-27 00:00:00', 0.281102532621379, 0.615076923076923, 0.285140494385592, 0.746692307692307, 0.388532497403322, 0.988307692307693, 0.694306800950529, 1.62657692307692, 1.83806110930471, 4.63080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 645, '2022-03-27 00:00:00', 0.263684041697925, 0.515923076923076, 0.376052844077083, 0.745692307692306, 0.426592872023829, 0.95003846153846, 0.707303722162282, 1.55534615384615, 1.84127935790476, 4.63807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 660, '2022-03-27 00:00:00', 0.331311689175943, 0.599346153846153, 0.348650949540348, 0.710730769230769, 0.440584241486409, 0.968076923076923, 0.685876316502081, 1.50919230769231, 1.84922405723215, 4.63157692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 675, '2022-03-27 00:00:00', 0.197044005237409, 0.4725, 0.292776840719237, 0.694961538461538, 0.403061035652836, 0.952038461538461, 0.662888667993237, 1.43911538461538, 1.85278581766858, 4.62461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 690, '2022-03-27 00:00:00', 0.245531310865612, 0.540769230769227, 0.295951609869952, 0.691653846153844, 0.352153629062001, 0.861538461538458, 0.671140729252472, 1.40503846153846, 1.95349547104277, 4.58465384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 705, '2022-03-27 00:00:00', 0.171297150723979, 0.445923076923078, 0.326776856350252, 0.645923076923076, 0.341032441497645, 0.774615384615384, 0.643510809185411, 1.36119230769231, 2.57917197446121, 4.98692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 720, '2022-03-27 00:00:00', 0.276583441297558, 0.492999999999999, 0.255776552121932, 0.56726923076923, 0.324246458968863, 0.744615384615385, 0.64342216790677, 1.33161538461538, 2.61411948435061, 5.01996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 735, '2022-03-27 00:00:00', 0.105035261478451, 0.384615384615383, 0.180012260266225, 0.532576923076921, 0.243469296753284, 0.712538461538462, 0.635669454500227, 1.31584615384615, 2.81162061123802, 5.12269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 750, '2022-03-27 00:00:00', 0.168328799126543, 0.421769230769229, 0.22908587909341, 0.5645, 0.268888035034316, 0.717153846153844, 0.643890684702112, 1.33957692307692, 2.83215235574533, 5.13161538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 765, '2022-03-27 00:00:00', 0.165211808108446, 0.400307692307694, 0.212703187925914, 0.518615384615385, 0.378700468200644, 0.780269230769228, 0.683697887621763, 1.49880769230769, 2.90329710422213, 5.18665384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 780, '2022-03-27 00:00:00', 0.121998417392004, 0.381576923076921, 0.178926112812395, 0.51907692307692, 0.428422056460146, 0.840461538461539, 0.639220602344402, 1.52446153846154, 2.92635713893834, 5.24776923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 795, '2022-03-27 00:00:00', 0.116547593447748, 0.357692307692305, 0.24336992102875, 0.555961538461536, 0.474152914315464, 0.800884615384615, 0.641592413152919, 1.51976923076923, 2.91858379592674, 5.25742307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 810, '2022-03-27 00:00:00', 0.18874347670847, 0.4095, 0.352459612525376, 0.584461538461542, 0.437013333716667, 0.739423076923076, 0.676081597260157, 1.51761538461538, 2.93393169051622, 5.27173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 825, '2022-03-27 00:00:00', 0.193115370061126, 0.394884615384618, 0.281124601446514, 0.50119230769231, 0.298687057740268, 0.621961538461539, 0.829432344345308, 1.64742307692308, 2.9572480221678, 5.25223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 840, '2022-03-27 00:00:00', 0.200589136142669, 0.359192307692307, 0.213214449647443, 0.478807692307689, 0.214092607568277, 0.591730769230771, 0.838667958500493, 1.65223076923077, 2.97350169561851, 5.25757692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 855, '2022-03-27 00:00:00', 0.1696547852371, 0.367115384615383, 0.193902640121672, 0.453923076923077, 0.221415307649537, 0.588538461538461, 0.878729321236067, 1.6795, 2.96162744891282, 5.29588461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 870, '2022-03-27 00:00:00', 0.107672952106761, 0.34423076923077, 0.133697137648434, 0.433730769230771, 0.19727954395106, 0.606538461538462, 0.911573024206804, 1.70846153846154, 2.95018462029856, 5.31557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 885, '2022-03-27 00:00:00', 0.117958897665508, 0.335307692307692, 0.180551859160057, 0.446423076923075, 0.215935973416622, 0.64376923076923, 1.42644970630422, 2.40173076923077, 2.94325006151625, 5.31173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 900, '2022-03-27 00:00:00', 0.114450768724104, 0.313538461538461, 0.176166110422914, 0.45953846153846, 0.218702456811497, 0.624269230769231, 1.40153748982488, 2.42315384615385, 2.93302825499779, 5.34323076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 915, '2022-03-27 00:00:00', 0.152400832826312, 0.382423076923077, 0.175052225174264, 0.494807692307693, 0.250644206917969, 0.662961538461539, 1.39200738559049, 2.46919230769231, 2.92426385845158, 5.36092307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 930, '2022-03-27 00:00:00', 0.130934634308644, 0.398038461538462, 0.1867402515219, 0.514192307692308, 0.347372097103602, 0.736423076923077, 1.36772284248168, 2.54657692307692, 2.91440399079099, 5.37169230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 945, '2022-03-27 00:00:00', 0.175918565076179, 0.405307692307693, 0.262023842133027, 0.522576923076924, 0.581083105402846, 0.992846153846153, 1.36562886781709, 2.57426923076923, 2.91363639038652, 5.37584615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 960, '2022-03-27 00:00:00', 0.213742753363441, 0.37873076923077, 0.249062231951406, 0.612346153846154, 0.492878459038957, 1.07815384615385, 1.3354276301562, 2.54034615384615, 2.906728285309, 5.39173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 975, '2022-03-27 00:00:00', 0.185176821942207, 0.492153846153846, 0.442163855809829, 0.844653846153846, 0.538930760502113, 1.08926923076923, 1.33011186805413, 2.52230769230769, 2.90269208865468, 5.40119230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 990, '2022-03-27 00:00:00', 0.282494255898036, 0.652269230769231, 0.320783387254488, 0.821692307692309, 0.442632504281096, 0.979423076923077, 1.30452477878404, 2.48353846153846, 2.92417938205944, 5.36153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 1005, '2022-03-27 00:00:00', 0.19188580337915, 0.526192307692308, 0.286794185114316, 0.647230769230768, 0.684914199005979, 0.9475, 1.26899022000232, 2.45453846153846, 2.9263517431463, 5.35226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 1020, '2022-03-27 00:00:00', 0.141215280280199, 0.429653846153845, 0.201000558743961, 0.56976923076923, 0.627674756541953, 0.844000000000001, 1.1821677454835, 2.39353846153846, 2.91108147178752, 5.34484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 1035, '2022-03-27 00:00:00', 0.150276898270647, 0.446115384615387, 0.637529592676655, 0.710307692307694, 0.619131282213542, 0.834230769230772, 1.16787260369508, 2.38453846153846, 2.90866962478619, 5.34988461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 1050, '2022-03-27 00:00:00', 0.644155380204306, 0.557923076923079, 0.634075913921499, 0.64423076923077, 0.647314594780147, 0.818769230769231, 1.13213981740501, 2.37961538461538, 2.89223041001497, 5.36176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 1065, '2022-03-27 00:00:00', 0.191667311927567, 0.385038461538461, 0.193380263092815, 0.512384615384614, 1.11684612878615, 1.73865384615385, 1.11533062362691, 2.326, 2.90179970469256, 5.36861538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 1080, '2022-03-27 00:00:00', 0.180451416858259, 0.422076923076923, 0.285585005531832, 0.566653846153845, 1.06698748100218, 1.81526923076923, 1.09271881103969, 2.336, 2.90871921404488, 5.39211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 3, 1095, '2022-03-27 00:00:00', 0.225653062499462, 0.434230769230768, 1.11900813223139, 1.616, 1.09314116830634, 1.82542307692308, 1.12452769709708, 2.33030769230769, 2.8997561735694, 5.37288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 600, '2022-03-27 00:00:00', 0.337441370406089, 0.955038461538465, 0.438633507436623, 1.18092307692308, 0.604078732769675, 1.41565384615385, 0.772881262648958, 1.89361538461539, 2.65564014620841, 5.07011538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 615, '2022-03-27 00:00:00', 0.348964304985261, 0.679615384615385, 0.392237677160947, 0.856653846153846, 0.49993165071299, 1.10984615384615, 0.652969483325097, 1.61088461538462, 2.62325628091969, 4.94365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 630, '2022-03-27 00:00:00', 0.212142974284941, 0.558807692307691, 0.314355744096008, 0.74057692307692, 0.377134566883574, 0.910807692307691, 0.569197622839513, 1.49142307692308, 2.58324020652656, 4.89673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 645, '2022-03-27 00:00:00', 0.261324087028999, 0.558038461538459, 0.320467658274593, 0.714000000000001, 0.297064295034956, 0.855653846153848, 0.599629368860466, 1.4885, 2.58308582215446, 4.90826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 660, '2022-03-27 00:00:00', 0.217624351719973, 0.488961538461541, 0.256093408439488, 0.613923076923078, 0.350067958237563, 0.891846153846154, 0.643918080073976, 1.49542307692308, 2.58910668675213, 4.90434615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 675, '2022-03-27 00:00:00', 0.202414338956965, 0.47326923076923, 0.248315940192822, 0.620615384615384, 0.359299011966354, 0.8765, 0.60759851749452, 1.46603846153846, 2.60002642974732, 4.89665384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 690, '2022-03-27 00:00:00', 0.18944919757428, 0.475038461538462, 0.282304625428741, 0.686692307692308, 0.279066159787356, 0.857807692307692, 0.552563983068584, 1.42234615384616, 2.62873913414485, 4.92665384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 705, '2022-03-27 00:00:00', 0.235143115177513, 0.50226923076923, 0.250505900437188, 0.600615384615383, 0.289534926815666, 0.813076923076923, 0.540199930225271, 1.37973076923077, 2.59461837359859, 5.21676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 720, '2022-03-27 00:00:00', 0.17451327037925, 0.443192307692305, 0.191443006180388, 0.614230769230769, 0.34785595604193, 0.848615384615384, 0.847398147271991, 1.4545, 2.59275196149693, 5.20942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 735, '2022-03-27 00:00:00', 0.167895516960353, 0.460769230769232, 0.216544601907747, 0.600269230769232, 0.387231228874152, 0.840769230769231, 0.835639241262917, 1.39230769230769, 2.60003469562649, 5.18346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 750, '2022-03-27 00:00:00', 0.17276068373954, 0.453576923076923, 0.250266098383302, 0.591999999999999, 0.306921029682781, 0.777961538461537, 0.824089809332791, 1.36342307692308, 2.58801844007222, 5.17338461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 765, '2022-03-27 00:00:00', 0.124231774704194, 0.360423076923076, 0.222699704673219, 0.526038461538461, 0.283616686066572, 0.694230769230768, 0.790098947065396, 1.34411538461538, 2.588536790128, 5.16507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 780, '2022-03-27 00:00:00', 0.214000089863391, 0.426961538461539, 0.219038935773109, 0.506846153846154, 0.284024866192001, 0.697269230769232, 0.776993445175795, 1.37757692307692, 2.56205290313481, 5.18996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 795, '2022-03-27 00:00:00', 0.162900894836284, 0.365307692307692, 0.22615964749231, 0.523884615384615, 0.297270519120989, 0.700192307692309, 0.731664812917457, 1.37796153846154, 2.5207053493936, 5.19346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 810, '2022-03-27 00:00:00', 0.145530546621663, 0.408499999999999, 0.182764480642754, 0.552153846153846, 0.270549173690507, 0.674153846153846, 0.718307678880338, 1.38419230769231, 2.49840689948307, 5.20734615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 825, '2022-03-27 00:00:00', 0.143368615812529, 0.400000000000001, 0.255768188314824, 0.520384615384617, 0.292087934599262, 0.666192307692308, 0.708903501081883, 1.40742307692308, 2.51544879525274, 5.23880769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 840, '2022-03-27 00:00:00', 0.150881328813794, 0.356153846153847, 0.155270146717065, 0.463538461538463, 0.283575413928316, 0.656153846153847, 0.996448024041086, 1.56276923076923, 2.50653539740845, 5.21046153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 855, '2022-03-27 00:00:00', 0.126301379491827, 0.366961538461538, 0.220393773470613, 0.522846153846153, 0.264700332742229, 0.633115384615385, 0.999141308247314, 1.62507692307692, 2.50590914071888, 5.20969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 870, '2022-03-27 00:00:00', 0.174355397436917, 0.399730769230769, 0.218481476067458, 0.505346153846155, 0.250450182363986, 0.616576923076923, 1.05997044370985, 1.72869230769231, 2.5047409016933, 5.21076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 885, '2022-03-27 00:00:00', 0.126382350277, 0.344538461538463, 0.167162256505469, 0.432500000000001, 0.276353332918903, 0.592269230769231, 1.09036784548222, 2.51203846153846, 2.42911558707786, 5.25815384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 900, '2022-03-27 00:00:00', 0.136138142510299, 0.335076923076922, 0.20759778048317, 0.44196153846154, 0.714754405372923, 0.727500000000002, 1.1130621248817, 2.53557692307692, 2.43477599064378, 5.27173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 915, '2022-03-27 00:00:00', 0.171895478080766, 0.371153846153847, 0.198186935842053, 0.482692307692308, 0.691483795905586, 0.746000000000001, 1.1446053004622, 2.62142307692308, 2.44755628865892, 5.29788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 930, '2022-03-27 00:00:00', 0.124321172155649, 0.366923076923076, 0.683213642675893, 0.594807692307693, 0.682823230869735, 0.812730769230769, 1.14198682735229, 2.64592307692308, 2.47748851988336, 5.33361538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 945, '2022-03-27 00:00:00', 0.672613837090909, 0.509423076923077, 0.658034407564272, 0.611192307692307, 0.630712695777867, 0.918769230769232, 1.21327823938033, 2.68461538461538, 2.48295958887776, 5.339 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 960, '2022-03-27 00:00:00', 0.206606053973404, 0.408692307692306, 0.284128705938806, 0.623192307692306, 0.292141325125618, 0.900076923076923, 1.22048758289464, 2.6665, 2.46612840267118, 5.34646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 975, '2022-03-27 00:00:00', 0.22233997875741, 0.498115384615385, 0.288654502023544, 0.724307692307693, 0.272572228959589, 0.9135, 1.22733454532733, 2.70638461538461, 2.45045960555597, 5.37003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 990, '2022-03-27 00:00:00', 0.249217174368058, 0.59, 0.241762124029766, 0.72373076923077, 0.289126089076403, 0.898846153846155, 1.29556272122016, 2.71426923076923, 2.45092039885804, 5.36619230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 1005, '2022-03-27 00:00:00', 0.21529032991253, 0.522615384615384, 0.204636717511414, 0.655884615384614, 0.288993595883261, 0.833538461538461, 1.2708788630768, 2.71073076923077, 2.45249932800116, 5.35392307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 1020, '2022-03-27 00:00:00', 0.135839883120365, 0.471923076923076, 0.262859579360427, 0.627038461538462, 0.886872760798387, 0.979576923076921, 1.22306605142725, 2.65538461538462, 2.45191158612089, 5.33188461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 1035, '2022-03-27 00:00:00', 0.195209729423353, 0.458038461538462, 0.202922831107332, 0.561346153846154, 0.894637941378436, 1.00338461538462, 1.19188868414152, 2.60465384615385, 2.46676708139341, 5.35392307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 1050, '2022-03-27 00:00:00', 0.163141170580762, 0.396807692307694, 0.899145827139033, 0.735461538461538, 0.980196561920106, 1.0885, 1.21543928620953, 2.58246153846154, 2.47457712315893, 5.33953846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 1065, '2022-03-27 00:00:00', 0.90450610067254, 0.623615384615384, 0.896005858497329, 0.81746153846154, 1.03066157095632, 1.97207692307692, 1.17157542650911, 2.5215, 2.45454557943797, 5.30380769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 1080, '2022-03-27 00:00:00', 0.350110323271877, 0.512961538461541, 0.485488703821685, 0.715192307692307, 0.835571819865802, 1.83511538461539, 1.04551377727007, 2.37346153846154, 2.46586210513452, 5.19580769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 4, 1095, '2022-03-27 00:00:00', 0.256111177781476, 0.465153846153844, 0.795750580366643, 1.63911538461538, 0.835545615382317, 1.83734615384616, 1.02294394462558, 2.30492307692308, 2.4792984680845, 5.14142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 600, '2022-03-27 00:00:00', 0.359310091061278, 0.924692307692308, 0.398050255814321, 1.09638461538462, 0.507613791714195, 1.32680769230769, 0.830515766533988, 1.88296153846154, 2.34566783142554, 4.92084615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 615, '2022-03-27 00:00:00', 0.238081550346484, 0.680769230769229, 0.411740517615348, 0.927423076923078, 0.520343497494312, 1.13565384615385, 0.820699383734104, 1.74503846153846, 2.30180887430867, 4.82942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 630, '2022-03-27 00:00:00', 0.309707484820509, 0.617384615384615, 0.296477797845613, 0.764730769230769, 0.502874079666072, 1.0015, 0.815866173980853, 1.65357692307692, 2.27529513385711, 4.80311538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 645, '2022-03-27 00:00:00', 0.174123638655013, 0.527192307692309, 0.320662969486656, 0.732500000000001, 0.425050237754768, 0.930769230769231, 0.764661679839774, 1.67373076923077, 2.224531169621, 4.77326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 660, '2022-03-27 00:00:00', 0.302574918885324, 0.551692307692305, 0.352528929527557, 0.707384615384613, 0.553701576108118, 0.946653846153844, 0.793569753610957, 1.63992307692308, 2.2037149002397, 4.74980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 675, '2022-03-27 00:00:00', 0.230521202095131, 0.499230769230767, 0.322816501818223, 0.660576923076924, 0.506650504634266, 0.913423076923077, 0.754791326231196, 1.59488461538462, 2.2037658765081, 4.74903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 690, '2022-03-27 00:00:00', 0.25629706622169, 0.486115384615384, 0.404273717252973, 0.666038461538461, 0.475972209919216, 0.882230769230769, 0.738679967134722, 1.56142307692308, 2.2026092303308, 4.75930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 705, '2022-03-27 00:00:00', 0.192757053148418, 0.448807692307692, 0.255155364435085, 0.590499999999999, 0.322861694609556, 0.804923076923078, 0.624258892299812, 1.50926923076923, 2.19447214644854, 4.90319230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 720, '2022-03-27 00:00:00', 0.148833619030936, 0.434615384615383, 0.220636592961922, 0.586115384615383, 0.337380114319828, 0.811307692307693, 0.61704949059711, 1.49407692307692, 2.18976537696481, 4.92438461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 735, '2022-03-27 00:00:00', 0.179686684580089, 0.44923076923077, 0.25464704079297, 0.602653846153848, 0.329626270891048, 0.781038461538463, 0.606699053517031, 1.49230769230769, 2.15804302659038, 4.93876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 750, '2022-03-27 00:00:00', 0.164281409594822, 0.43769230769231, 0.219576179176018, 0.56546153846154, 0.332836527211411, 0.736923076923077, 0.668596661212586, 1.47515384615385, 2.19600198857973, 4.91442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 765, '2022-03-27 00:00:00', 0.178175436449152, 0.394384615384615, 0.227417907420201, 0.52576923076923, 0.310701944734076, 0.69153846153846, 0.652836703577901, 1.52119230769231, 2.20236572698192, 4.91134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 780, '2022-03-27 00:00:00', 0.183413211503007, 0.409384615384615, 0.284954034079991, 0.541807692307692, 0.296257312795168, 0.702346153846153, 0.635750658670522, 1.5245, 2.18772219337479, 4.93134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 795, '2022-03-27 00:00:00', 0.276608893566349, 0.417, 0.277573097787565, 0.529230769230767, 0.306213389648459, 0.708000000000003, 0.645971798622345, 1.56426923076923, 2.17717718582148, 4.94553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 810, '2022-03-27 00:00:00', 0.144218424087058, 0.387076923076922, 0.201424362593392, 0.513423076923077, 0.338577915132376, 0.710730769230772, 0.670371557134838, 1.60023076923077, 2.16385336237143, 4.95557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 825, '2022-03-27 00:00:00', 0.153917640314552, 0.37, 0.199386613237855, 0.500307692307694, 0.527539292010922, 0.776769230769231, 0.67376778012789, 1.60330769230769, 2.19354266918573, 4.97680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 840, '2022-03-27 00:00:00', 0.137169743243685, 0.382538461538461, 0.230138032159299, 0.514076923076924, 0.533921792025761, 0.805999999999998, 0.666033393711203, 1.59380769230769, 2.1942352924109, 4.97603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 855, '2022-03-27 00:00:00', 0.164428483401893, 0.371615384615384, 0.51040626352559, 0.572923076923074, 0.535827579902916, 0.79334615384615, 0.667357314049517, 1.57876923076923, 2.1942352924109, 4.97603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 870, '2022-03-27 00:00:00', 0.13054365142563, 0.351916666666664, 0.225961311938023, 0.496083333333329, 0.368575516321805, 0.731791666666664, 0.664932681565956, 1.51941666666667, 2.30637077822857, 5.04341666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 885, '2022-03-27 00:00:00', 0.153614559762459, 0.379958333333333, 0.207444278357319, 0.493208333333333, 0.316045573213466, 0.73175, 1.82454085896, 2.51195833333333, 2.29014166030736, 5.04070833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 900, '2022-03-27 00:00:00', 0.129252862777702, 0.356958333333333, 0.27080672556031, 0.561749999999998, 0.358843058424863, 0.756583333333332, 1.85726100292097, 2.63879166666666, 2.27249002126283, 5.035875 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 915, '2022-03-27 00:00:00', 0.221619528877106, 0.434208333333332, 0.251653283308604, 0.562374999999999, 0.338613988150244, 0.801708333333334, 2.12837363914941, 2.8215, 2.26354709935855, 5.02258333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 930, '2022-03-27 00:00:00', 0.17579327450821, 0.437666666666668, 0.267258695171787, 0.566416666666668, 0.381702127964663, 0.824583333333334, 2.13469619567424, 2.83075, 2.25000955070437, 5.01475 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 945, '2022-03-27 00:00:00', 0.192473897157398, 0.388875000000001, 0.227769890873237, 0.555416666666668, 0.353009645452657, 0.840625000000001, 2.24127609064407, 2.86491666666667, 2.26701457221875, 5.012875 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 960, '2022-03-27 00:00:00', 0.126250240349894, 0.413583333333333, 0.254814681168747, 0.573, 0.272100564849294, 0.872249999999998, 2.3155187570241, 2.928375, 2.28708452471447, 5.01666666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 975, '2022-03-27 00:00:00', 0.19875409028696, 0.421333333333333, 0.246187215199201, 0.653833333333332, 0.312413002383019, 0.886666666666663, 2.30572441342242, 2.914125, 2.29249039951841, 5.00016666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 990, '2022-03-27 00:00:00', 0.219872488574367, 0.562791666666666, 0.258754930639855, 0.695874999999997, 0.38537423699079, 0.922208333333331, 2.31902994462296, 2.89216666666666, 2.28897427031081, 4.98141666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 1005, '2022-03-27 00:00:00', 0.169889686075355, 0.502374999999998, 0.1896178794771, 0.640374999999997, 0.314684521109772, 0.834999999999999, 2.2293555837597, 2.84516666666667, 2.18949735976224, 4.96241666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 1020, '2022-03-27 00:00:00', 0.169229434346618, 0.479916666666666, 0.262115304724877, 0.639791666666668, 0.247386743959648, 0.775125, 2.17972689711681, 2.82270833333333, 2.152796509144, 4.935125 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 1035, '2022-03-27 00:00:00', 0.172252421576969, 0.410875000000001, 0.186478109023358, 0.537208333333334, 0.23383215443834, 0.652458333333337, 2.14343586260505, 2.80208333333333, 2.13930701523526, 4.887625 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 1050, '2022-03-27 00:00:00', 0.181327187462453, 0.440375, 0.191066400932286, 0.53675, 0.244607345807904, 0.677833333333335, 2.12665855479803, 2.791, 2.14138418215408, 4.86770833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 1065, '2022-03-27 00:00:00', 0.14220896417861, 0.406458333333332, 0.174234225160817, 0.501500000000002, 1.73299691359686, 1.95170833333333, 2.11400269939361, 2.77425, 2.14140407979695, 4.86104166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 1080, '2022-03-27 00:00:00', 0.119525806745913, 0.391625000000001, 0.182717128132652, 0.525375000000002, 1.74061892207457, 2.04633333333333, 2.09641678728598, 2.74470833333333, 2.14188320058016, 4.84808333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 5, 1095, '2022-03-27 00:00:00', 0.149879846475257, 0.406173913043478, 1.71932305940701, 1.88734782608696, 1.98213336181792, 2.31513043478261, 2.03237865469194, 2.83821739130435, 1.89276544444048, 5.08613043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 600, '2022-03-27 00:00:00', 0.699235468999335, 0.819173913043476, 0.723316281226783, 1.08552173913043, 0.950845587893118, 1.43582608695652, 1.02115846985341, 1.96143478260869, 1.52392541028965, 4.70573913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 615, '2022-03-27 00:00:00', 0.343408242976014, 0.590695652173912, 0.476913798029569, 0.931043478260868, 0.768382992344899, 1.20117391304347, 0.887099793415746, 1.73795652173913, 1.49179434096367, 4.64891304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 630, '2022-03-27 00:00:00', 0.389272865271087, 0.619999999999998, 0.507374513779715, 0.822521739130431, 0.820348313663912, 1.17591304347826, 0.90335107790962, 1.70247826086956, 1.49340610103504, 4.62965217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 645, '2022-03-27 00:00:00', 0.438930180731872, 0.540391304347827, 0.754664553913067, 0.792043478260869, 0.738339336812408, 1.06260869565217, 0.912826566178345, 1.62160869565218, 1.44379766984936, 4.6725652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 660, '2022-03-27 00:00:00', 0.508945130878623, 0.564652173913043, 0.522568780578003, 0.805695652173912, 0.609943569605227, 0.979391304347823, 0.759162691453458, 1.55591304347826, 1.4382234580951, 4.67652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 675, '2022-03-27 00:00:00', 0.279293907839969, 0.481782608695653, 0.282994154885934, 0.652652173913041, 0.435327453872212, 0.84591304347826, 0.690219899656207, 1.48634782608696, 1.4383833412424, 4.672 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 690, '2022-03-27 00:00:00', 0.262250182274037, 0.458391304347824, 0.387279020249858, 0.610695652173911, 0.487943142057985, 0.832652173913043, 0.701152859236706, 1.46717391304348, 1.4397975840388, 4.67191304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 705, '2022-03-27 00:00:00', 0.329727411671984, 0.445565217391303, 0.371771339473278, 0.590739130434785, 0.474566100969845, 0.803434782608695, 0.635234947665173, 1.43843478260869, 1.43401251641441, 4.82552173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 720, '2022-03-27 00:00:00', 0.220989197239241, 0.402043478260871, 0.335884573388414, 0.573086956521741, 0.560770408093085, 0.849217391304349, 0.703835185522467, 1.47982608695652, 1.43143340359683, 4.81804347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 735, '2022-03-27 00:00:00', 0.278399398879457, 0.43504347826087, 0.423212549034265, 0.604956521739131, 0.573794388261161, 0.827, 0.797538681580147, 1.51630434782609, 1.42450167418745, 4.82526086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 750, '2022-03-27 00:00:00', 0.215640529457395, 0.417739130434783, 0.349958681920287, 0.578478260869566, 0.52665658460022, 0.826391304347826, 0.92432834925323, 1.57747826086956, 1.40411465079215, 4.85904347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 765, '2022-03-27 00:00:00', 0.234962641046927, 0.390478260869567, 0.507386853369628, 0.609347826086958, 0.508097182668407, 0.812739130434785, 0.948138073449278, 1.65952173913044, 1.40507310937465, 4.86252173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 780, '2022-03-27 00:00:00', 0.407982949345341, 0.442782608695653, 0.440209108593337, 0.602173913043479, 0.422308248696372, 0.747565217391306, 0.924007500867865, 1.65704347826087, 1.40536923819051, 4.85382608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 795, '2022-03-27 00:00:00', 0.228475355656345, 0.395521739130436, 0.236294876742395, 0.519782608695653, 0.304494410211094, 0.690869565217391, 0.878585559282781, 1.72269565217391, 1.41727830522675, 4.86339130434782 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 810, '2022-03-27 00:00:00', 0.165069921704056, 0.355478260869566, 0.230283602432753, 0.493913043478262, 0.282450065543789, 0.714695652173912, 0.816621399353104, 1.74165217391305, 1.41765488868032, 4.86426086956521 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 825, '2022-03-27 00:00:00', 0.198203163625476, 0.372304347826087, 0.203152593595517, 0.515391304347825, 0.335878212918083, 0.729086956521741, 0.734784174168644, 1.73334782608696, 1.40884268653921, 4.86947826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 840, '2022-03-27 00:00:00', 0.160506005699513, 0.337217391304346, 0.246317880032521, 0.503956521739128, 0.313973117602567, 0.698869565217391, 0.698074672948288, 1.72439130434783, 1.4029922483791, 4.87760869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 855, '2022-03-27 00:00:00', 0.214525194997085, 0.397173913043477, 0.308550602508405, 0.556260869565219, 0.332448058292494, 0.714565217391304, 0.709298356196296, 1.70539130434783, 1.40299224837911, 4.87760869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 870, '2022-03-27 00:00:00', 0.219517184899961, 0.377391304347828, 0.24164463667705, 0.503304347826089, 0.308804881025956, 0.675, 0.704559220826878, 1.71482608695652, 1.38059045053008, 4.86108695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 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 970075, 1, 885, '2022-03-27 00:00:00', 0.202596270972244, 0.360391304347828, 0.257662431979819, 0.481260869565218, 0.326360890472558, 0.689391304347828, 1.41449542813172, 2.54795652173913, 1.40159687725255, 4.87652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 970075 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 885);
Date: 2022-03-27 14:49:45 Duration: 5s281ms 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 968730, 1, 885, '2022-03-27 00:00:00', 0.446750001013764, 0.742791666666665, 0.425535698190865, 0.991249999999997, 0.662510725918094, 1.306125, 1.69702176407777, 4.15654166666667, 4.50251140367433, 9.053625 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 900, '2022-03-27 00:00:00', 0.307471443236275, 0.72258333333333, 0.45997400682704, 0.9315, 0.592551959135536, 1.29420833333333, 1.622431320424, 4.21979166666667, 4.54719284941629, 9.060875 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 915, '2022-03-27 00:00:00', 0.393296636859787, 0.684375000000001, 0.578199429012295, 0.982666666666669, 0.686661107424379, 1.36854166666667, 1.61887013739186, 4.2755, 4.60783633087959, 9.094 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 930, '2022-03-27 00:00:00', 0.484237717104591, 0.776916666666666, 0.498985027802451, 1.03733333333333, 0.7808940249873, 1.488, 1.58161692111109, 4.38979166666667, 4.61746869276048, 9.27320833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 945, '2022-03-27 00:00:00', 0.358303126465262, 0.742, 0.547551782674611, 1.01779166666667, 0.772685149708279, 1.69191666666667, 1.58817969815232, 4.44016666666667, 4.63179586966663, 9.36375 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 960, '2022-03-27 00:00:00', 0.380732160791377, 0.719749999999996, 0.643316790355748, 1.04216666666667, 0.746091641367758, 1.86904166666667, 1.58034313314491, 4.471375, 4.63002929530282, 9.36883333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 975, '2022-03-27 00:00:00', 0.504620039294887, 0.819583333333333, 0.6169626380415, 1.342875, 0.798070004375594, 1.93108333333333, 1.57918161191352, 4.46804166666667, 4.62028723932972, 9.3825 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 990, '2022-03-27 00:00:00', 0.544388767733849, 1.113, 0.665365246486381, 1.52870833333333, 0.977953793994588, 2.06266666666667, 1.59616631690807, 4.48795833333333, 4.62297528399723, 9.40295833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 1005, '2022-03-27 00:00:00', 0.46553564092453, 0.975958333333331, 0.586040799638197, 1.30741666666667, 0.951276852636662, 1.94120833333333, 1.57950181790133, 4.42008333333333, 4.60476835382534, 9.438875 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 1020, '2022-03-27 00:00:00', 0.392959836333201, 0.908291666666663, 0.667054751625885, 1.36095833333333, 0.841850790593673, 1.81166666666667, 1.61123689997036, 4.293, 4.57642003126202, 9.41604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 1035, '2022-03-27 00:00:00', 0.514656278641321, 0.897041666666665, 0.684820688209698, 1.251625, 0.681400187540123, 1.54895833333333, 1.62288743392399, 4.20733333333333, 4.53994261579485, 9.46845833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 1050, '2022-03-27 00:00:00', 0.385061069408366, 0.805875000000002, 0.403873883942051, 1.047125, 0.611612598802948, 1.42083333333334, 1.58497192347007, 4.16154166666667, 4.5052857812812, 9.46933333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 1065, '2022-03-27 00:00:00', 0.341659035793187, 0.754124999999997, 0.333405091008142, 0.918458333333329, 1.39038749681675, 2.9965, 1.60443347489459, 4.15041666666667, 4.52779282938135, 9.50008333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 1080, '2022-03-27 00:00:00', 0.290372621054349, 0.656791666666667, 0.560515638316277, 1.05129166666667, 1.43042833100611, 3.30841666666667, 1.65270568673207, 4.1625, 4.55522558323191, 9.533875 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 1095, '2022-03-27 00:00:00', 0.434238261503548, 0.788791666666667, 1.38010544585067, 2.89854166666667, 1.55065101277038, 3.43670833333333, 1.71069042549611, 4.13808333333334, 4.6056784325738, 9.58645833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 600, '2022-03-27 00:00:00', 0.929229408345073, 1.90072, 1.27127354124385, 2.3522, 1.53196832321472, 2.88212, 1.8098968405225, 3.67436, 4.29414029036469, 9.4456 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 615, '2022-03-27 00:00:00', 0.717126295246056, 1.41396, 0.928114441578546, 1.82, 0.974492172022603, 2.26208, 1.52255481346321, 3.19092, 4.21520819256495, 9.32924 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 630, '2022-03-27 00:00:00', 0.555537916497749, 1.22228, 0.577745739923713, 1.52416, 0.735649751353633, 1.95916, 1.37722391909716, 2.93416, 4.1885067876273, 9.27088 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 645, '2022-03-27 00:00:00', 0.461245097534924, 1.09696, 0.57340762696939, 1.47284, 0.641669956701522, 1.894, 1.37775832423542, 2.889, 4.26048330513492, 9.28992 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 660, '2022-03-27 00:00:00', 0.473274786285233, 1.07376, 0.619883273958357, 1.40224, 0.714127504955054, 1.81948, 1.35446271266506, 2.78536, 4.27337234979589, 9.30036 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 675, '2022-03-27 00:00:00', 0.360643628346133, 0.985080000000002, 0.441334125125174, 1.29268, 0.574056109336591, 1.708, 1.15445132277921, 2.64524, 4.22945659551358, 9.24452 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 690, '2022-03-27 00:00:00', 0.421078444789888, 0.954160000000001, 0.469477148893676, 1.33472, 0.61137985464576, 1.69292, 1.07916630321744, 2.55008, 4.20338380633191, 9.20456 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 705, '2022-03-27 00:00:00', 0.353141978057926, 0.951439999999999, 0.499540799134562, 1.19048, 0.55640672174229, 1.54576, 1.08042854614886, 2.48148, 4.21780347771997, 9.66948 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 720, '2022-03-27 00:00:00', 0.442566849940962, 0.879400000000001, 0.55702685452918, 1.1808, 0.559506964508339, 1.45972, 1.08969325653293, 2.42532, 4.22300679098041, 9.70476 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 735, '2022-03-27 00:00:00', 0.444296252516272, 0.840080000000005, 0.464923083244245, 1.07416, 0.633744685710793, 1.42892, 1.11563076030259, 2.42892, 4.47201780221561, 9.81984 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 750, '2022-03-27 00:00:00', 0.289470349661815, 0.825, 0.352399356790937, 1.01184, 0.551148346636361, 1.4372, 0.979289169074519, 2.45212, 4.48289496754051, 9.81104 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 765, '2022-03-27 00:00:00', 0.274917126906756, 0.736519999999997, 0.428905486869388, 1.0002, 0.536552349108016, 1.35056, 0.994554171475841, 2.7264, 4.53957484903598, 9.86332 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 780, '2022-03-27 00:00:00', 0.333623350501731, 0.777960000000002, 0.456831540796674, 1.02084, 0.598302869233747, 1.38836, 1.00188906238831, 2.85512, 4.5700150918788, 9.89976 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 795, '2022-03-27 00:00:00', 0.329892421859003, 0.773520000000004, 0.306825835504986, 0.99652, 0.641921173769285, 1.34528, 1.14179533338219, 3.0078, 4.50338257239304, 9.90152 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 810, '2022-03-27 00:00:00', 0.207658036203751, 0.69612, 0.358550321898242, 0.977800000000002, 0.475380577362323, 1.22288, 1.12227560043571, 3.00275999999999, 4.4842292444373, 9.859 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 825, '2022-03-27 00:00:00', 0.26445005829709, 0.768800000000004, 0.389701159009485, 0.950080000000001, 0.397696752144984, 1.20104, 1.22475724533476, 3.07668, 4.45836362918056, 9.9054 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 840, '2022-03-27 00:00:00', 0.194979725441735, 0.67352, 0.294304592783283, 0.867119999999996, 0.448077906172579, 1.13632, 1.31755057208443, 3.13648, 4.48064457676943, 9.88964 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 855, '2022-03-27 00:00:00', 0.216752524014526, 0.665640000000001, 0.320670251192717, 0.86992, 0.673566114052664, 1.13432, 1.29363908542272, 3.126, 4.51645433830566, 9.88404 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 870, '2022-03-27 00:00:00', 0.313254646148037, 0.682159999999997, 0.391943286713781, 0.857959999999997, 0.707678893755258, 1.16299999999999, 1.361053880883, 3.2114, 4.53925495244906, 9.86724 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 885, '2022-03-27 00:00:00', 0.193617939940149, 0.606640000000003, 0.426677270701564, 0.885920000000001, 0.497791790477367, 1.2032, 2.05845162521088, 4.23152, 4.5992544605983, 9.88752 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 900, '2022-03-27 00:00:00', 0.350619152357654, 0.679959999999996, 0.431256972890484, 0.894079999999996, 0.659746332565279, 1.30184, 2.1861041832447, 4.4072, 4.63691137324549, 9.9628 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 915, '2022-03-27 00:00:00', 0.232367259598536, 0.707279999999997, 0.404697903791621, 0.971319999999997, 0.771539841269827, 1.43368, 2.2552123388571, 4.51212, 4.61907098812449, 9.98472 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 930, '2022-03-27 00:00:00', 0.338146161691458, 0.71692, 0.54487718187986, 1.02532, 0.694722755253254, 1.52804, 2.27060172861733, 4.55772, 4.62636553823121, 9.99448 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 945, '2022-03-27 00:00:00', 0.361756925757247, 0.74836, 0.506716695994913, 1.03768, 0.660777781607905, 1.89088, 2.27875421959748, 4.46028, 4.62185768099077, 9.97444 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 960, '2022-03-27 00:00:00', 0.379630293838624, 0.767920000000001, 0.431516345769971, 1.08324, 0.676994650397376, 2.00244, 2.30963967247419, 4.4588, 4.62395403559911, 10.00944 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 975, '2022-03-27 00:00:00', 0.244860048463065, 0.848880000000002, 0.5141379516563, 1.5672, 0.77004643150051, 2.09344, 2.47851597533686, 4.57576, 4.58164598807023, 10.04228 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 990, '2022-03-27 00:00:00', 0.409461219164894, 1.34764, 0.490093110201184, 1.63556, 0.758382379366328, 2.0326, 2.48760346049499, 4.60168, 4.5836811418335, 10.00068 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 1005, '2022-03-27 00:00:00', 0.376217321947479, 1.00584, 0.599032308533243, 1.40296, 0.843873671430347, 1.90924, 2.52943103154313, 4.48648, 4.51406379440964, 9.93676 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 1020, '2022-03-27 00:00:00', 0.369388539796964, 1.02368, 0.554340259527785, 1.37604, 0.828083013149447, 1.88432, 2.52914364624339, 4.5574, 4.52635394219232, 9.92448 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 1035, '2022-03-27 00:00:00', 0.39079038285676, 0.987039999999999, 0.535573798213967, 1.37872, 0.629372737996597, 1.69028, 2.37504336662162, 4.49192, 4.48895728501249, 9.85456 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 1050, '2022-03-27 00:00:00', 0.35493531335536, 0.964080000000001, 0.511405357813155, 1.27624, 0.730001388126537, 1.63888, 2.20374747116512, 4.4058, 4.44718856957217, 9.78644 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 1065, '2022-03-27 00:00:00', 0.389192527334908, 0.929359999999999, 0.42387316105961, 1.09904, 1.73049381198932, 2.926, 2.09970707639581, 4.37084, 4.42270038438057, 9.80676 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 1080, '2022-03-27 00:00:00', 0.294437248549389, 0.782280000000003, 0.4739366800182, 1.12368, 1.79045762120563, 3.09908, 2.09804409470662, 4.36276, 4.44831443095772, 9.84688 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 2, 1095, '2022-03-27 00:00:00', 0.373438303695092, 0.859800000000006, 1.69776329524073, 2.68896, 1.80443335981133, 3.1714, 2.06687690973604, 4.30608, 4.44610831439511, 9.89132 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 600, '2022-03-27 00:00:00', 0.688082746589277, 1.61611538461538, 0.928818733661198, 2.11, 1.0061194056679, 2.45146153846154, 1.41813816675245, 3.5745, 4.31064186707198, 9.57988461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 615, '2022-03-27 00:00:00', 0.724210131002152, 1.27207692307692, 0.962141579218743, 1.69153846153846, 0.928352549080687, 2.04315384615385, 1.24687097105576, 3.35146153846154, 4.30372025399135, 9.58676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 630, '2022-03-27 00:00:00', 0.493075915515589, 1.06446153846154, 0.570936289049702, 1.45538461538462, 0.513297472606889, 1.83784615384616, 1.08923941071105, 3.11942307692308, 4.3082007968703, 9.59811538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 645, '2022-03-27 00:00:00', 0.437714471386928, 1.08196153846154, 0.447937009651344, 1.34926923076923, 0.650890770701674, 1.85065384615385, 1.21693333171795, 3.11342307692308, 4.32365541429222, 9.60269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 660, '2022-03-27 00:00:00', 0.374071258123163, 0.970115384615386, 0.398709610927748, 1.26607692307692, 1.05167288933101, 1.90011538461539, 1.28232928688383, 2.988, 4.33432056249437, 9.58246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 675, '2022-03-27 00:00:00', 0.312168445653209, 0.852538461538462, 0.614330144265971, 1.29361538461539, 1.00923449436461, 1.82776923076923, 1.35350724188907, 2.83442307692308, 4.43984605987467, 9.57365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 690, '2022-03-27 00:00:00', 0.51429277055599, 1.02042307692308, 0.886282122993833, 1.4198076923077, 0.992374736912189, 1.80746153846154, 1.34499523647998, 2.76711538461539, 4.75858115828658, 9.417 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 705, '2022-03-27 00:00:00', 0.496620920281798, 0.917461538461541, 0.639909762869255, 1.23676923076923, 0.677787474065436, 1.6555, 1.2265974256517, 2.59826923076924, 6.35850772393843, 10.2666538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 720, '2022-03-27 00:00:00', 0.361086258605678, 0.872384615384615, 0.47507442170027, 1.16011538461539, 0.570519547295404, 1.57207692307693, 1.42382824590825, 2.54092307692308, 6.75292149027709, 10.4755769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 735, '2022-03-27 00:00:00', 0.393479883172621, 0.880538461538464, 0.463085624247414, 1.17184615384616, 0.622671115807968, 1.53296153846154, 1.3669015050893, 2.55273076923078, 6.76851138184415, 10.5436153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 750, '2022-03-27 00:00:00', 0.353494095261317, 0.83465384615385, 0.435687022458167, 1.11969230769231, 0.532090663182653, 1.38892307692308, 1.36944229018745, 2.54488461538462, 6.7711952963667, 10.5716923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 765, '2022-03-27 00:00:00', 0.330027208668531, 0.84603846153846, 0.412007589549216, 1.07042307692308, 0.539668013333556, 1.33726923076923, 1.503486620646, 2.83053846153846, 6.77700684384622, 10.6331923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 780, '2022-03-27 00:00:00', 0.234096761716503, 0.743423076923078, 0.364267365881376, 0.949923076923081, 0.684067892492012, 1.3648076923077, 1.49482696142911, 2.94973076923077, 6.78252570620891, 10.7066538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 795, '2022-03-27 00:00:00', 0.283890566673416, 0.711576923076925, 0.470205578607746, 0.996384615384616, 0.640421567887424, 1.36623076923077, 1.47713572367398, 3.04088461538462, 6.79506663996303, 10.7751923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 810, '2022-03-27 00:00:00', 0.336050181692233, 0.750730769230767, 0.538898871631918, 1.06207692307692, 0.601726587541092, 1.35661538461539, 1.41574682275958, 3.05711538461539, 6.79283850944394, 10.7891538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 825, '2022-03-27 00:00:00', 0.3323212926348, 0.761192307692309, 0.349926113080158, 0.970269230769233, 0.662094951359229, 1.29126923076923, 1.4084596037461, 3.02215384615385, 6.78111361548779, 10.8348846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 840, '2022-03-27 00:00:00', 0.286044515094042, 0.712769230769233, 0.403152112922462, 0.929884615384618, 0.617651259580629, 1.19996153846154, 1.34142621059138, 2.97803846153846, 6.79293801860545, 10.9212692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 855, '2022-03-27 00:00:00', 0.299546159278434, 0.679307692307693, 0.473942302557858, 0.934884615384617, 0.575162740849528, 1.23153846153846, 1.28868718648685, 2.95623076923077, 6.83371424145363, 11.0335769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 870, '2022-03-27 00:00:00', 0.284279732224873, 0.701384615384619, 0.346010955806984, 0.872307692307695, 0.536208116886891, 1.37376923076923, 1.29710732845762, 3.04169230769231, 6.83833125359149, 11.0665769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 885, '2022-03-27 00:00:00', 0.224403924962249, 0.606192307692307, 0.433822196829001, 0.92246153846154, 0.514391583852674, 1.45330769230769, 3.51620736327345, 4.43830769230769, 6.81121617029305, 11.0919615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 900, '2022-03-27 00:00:00', 0.255701556807633, 0.700615384615388, 0.537609965853144, 1.10865384615385, 0.560506305460998, 1.52696153846154, 3.50708036033481, 4.50242307692307, 6.7898081446782, 11.0971923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 915, '2022-03-27 00:00:00', 0.465167796027992, 0.896961538461538, 0.433049565470102, 1.13438461538462, 0.642654040199404, 1.57284615384616, 3.51920826410627, 4.55261538461538, 6.79872340550896, 11.0937692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 930, '2022-03-27 00:00:00', 0.269203317501564, 0.810115384615387, 0.440427290777422, 1.15703846153847, 0.702092263277304, 1.55911538461539, 3.49591452632707, 4.70815384615384, 6.77154756508096, 11.1058846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 945, '2022-03-27 00:00:00', 0.421712216856656, 0.852076923076925, 0.5765057034877, 1.15211538461539, 0.731012562240792, 1.92561538461538, 3.47331825559009, 4.72476923076923, 6.74930322067511, 11.1062692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 960, '2022-03-27 00:00:00', 0.556877692689682, 0.821730769230771, 0.656115572605452, 1.13426923076923, 0.684567983925181, 1.98373076923077, 3.48587011011819, 4.75976923076923, 6.7360419828995, 11.0853461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 975, '2022-03-27 00:00:00', 0.335258439921295, 0.853307692307693, 0.512421894986484, 1.54903846153846, 0.843891802215283, 2.07657692307692, 3.4941173704473, 4.75096153846153, 6.74105222692673, 11.0696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 990, '2022-03-27 00:00:00', 0.443930535106563, 1.313, 0.606411431798071, 1.65276923076923, 1.03608050845482, 2.0795, 3.51574056275707, 4.83123076923077, 6.7281939660369, 11.0787307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 1005, '2022-03-27 00:00:00', 0.480797544150904, 1.07896153846154, 0.753133360343004, 1.49946153846154, 1.01601618400193, 1.77461538461539, 3.42504980132238, 4.81330769230769, 6.67921434037083, 11.0102692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 1020, '2022-03-27 00:00:00', 0.47493117234136, 1.02846153846154, 0.675705808765917, 1.3805, 0.725280677764451, 1.6063076923077, 3.06591245220984, 4.81373076923077, 6.54650090400619, 10.9356153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 1035, '2022-03-27 00:00:00', 0.284062246699555, 0.916, 0.323325587271741, 1.16665384615385, 0.534123287410169, 1.44338461538462, 2.81173458206851, 4.72, 6.47388926071492, 10.878 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 1050, '2022-03-27 00:00:00', 0.2868712925016, 0.82546153846154, 0.334562198425621, 1.00523076923077, 0.769200129005151, 1.50896153846154, 2.77864975759533, 4.69834615384616, 6.48080736672642, 10.8682692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 1065, '2022-03-27 00:00:00', 0.260311245656781, 0.743769230769234, 0.515035532754781, 1.082, 2.7900971838602, 3.55015384615385, 2.78875092000812, 4.68957692307692, 6.46748709457248, 10.8630384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 1080, '2022-03-27 00:00:00', 0.369691538780849, 0.827923076923075, 0.693877866663981, 1.18642307692308, 2.74657651744018, 3.66938461538462, 2.82728863020059, 4.67403846153846, 6.51258875917663, 10.9018846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 3, 1095, '2022-03-27 00:00:00', 0.665090791951344, 0.887807692307693, 2.64608239217033, 3.29388461538461, 2.63991192306457, 3.67880769230769, 2.78098436252622, 4.64923076923077, 6.42286165661382, 10.8685 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 600, '2022-03-27 00:00:00', 1.17231040323733, 1.96480769230769, 1.48373684376255, 2.40869230769231, 1.72319453297112, 2.84796153846154, 2.13390389517573, 4.04692307692308, 5.92406694814921, 10.3476153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 615, '2022-03-27 00:00:00', 0.631114637885899, 1.35838461538461, 0.828239772046718, 1.639, 0.92731452136719, 2.07569230769231, 2.02465050203353, 3.64815384615385, 6.03806891812275, 10.2525 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 630, '2022-03-27 00:00:00', 0.571101037807334, 1.13934615384615, 0.624883429128988, 1.4645, 0.940936855561438, 1.89838461538462, 2.00224927519028, 3.403, 5.87223105825533, 10.1188076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 645, '2022-03-27 00:00:00', 0.443224869130092, 1.10926923076923, 0.589395982863291, 1.37276923076923, 1.00795423278273, 1.76415384615385, 1.87760822201667, 3.28834615384616, 5.87462696530924, 10.0826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 660, '2022-03-27 00:00:00', 0.487033249536257, 1.07888461538462, 0.648913250098847, 1.37938461538462, 1.05568494426058, 1.80969230769231, 1.96628866493355, 3.27492307692308, 5.88284330784149, 10.0657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 675, '2022-03-27 00:00:00', 0.544874393429701, 0.998769230769228, 0.791603402060556, 1.30988461538462, 0.973348786407008, 1.7735, 2.03523478895037, 3.22161538461539, 5.84924759934657, 10.0290384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 690, '2022-03-27 00:00:00', 0.422331370080232, 0.915115384615387, 0.747809618923054, 1.30388461538462, 0.877337662388976, 1.71157692307693, 1.88218907126782, 3.0655, 5.85247673553685, 10.0225 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 705, '2022-03-27 00:00:00', 0.6811238224717, 0.964692307692312, 0.700442090067737, 1.24219230769231, 0.79825126659178, 1.64773076923077, 1.94955871969491, 3.04980769230769, 5.84551073507236, 10.1930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 720, '2022-03-27 00:00:00', 0.334564702262508, 0.8985, 0.657261602291019, 1.24957692307692, 0.711723360259072, 1.56730769230769, 1.94537173865009, 3.06180769230769, 5.86423884916023, 10.178 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 735, '2022-03-27 00:00:00', 0.44984166103197, 0.881000000000001, 0.440688484079172, 1.1445, 0.629331548916417, 1.44503846153846, 1.96573827391606, 3.01519230769231, 5.88190724327251, 10.1545384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 750, '2022-03-27 00:00:00', 0.25305170344296, 0.790269230769231, 0.338640431045176, 0.954692307692309, 0.548034464104361, 1.33157692307692, 2.01668836080724, 3.01576923076923, 5.89437190338247, 10.1338461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 765, '2022-03-27 00:00:00', 0.293084193731744, 0.698230769230771, 0.48355392030895, 1.02492307692308, 0.581012749760809, 1.30715384615385, 2.00415432884949, 3.09242307692308, 5.89425216082453, 10.1331538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 780, '2022-03-27 00:00:00', 0.370893293798382, 0.767653846153845, 0.449237137994895, 0.996615384615387, 1.31711683028325, 1.63076923076923, 2.0492161368154, 3.18684615384616, 5.88480219757771, 10.1377692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 795, '2022-03-27 00:00:00', 0.362050128275928, 0.736846153846159, 0.455007868063838, 0.956000000000002, 1.70804831853831, 1.79953846153846, 2.08562142925169, 3.22288461538462, 5.8600725997078, 10.1600769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 810, '2022-03-27 00:00:00', 0.305667652600259, 0.733076923076923, 1.30008935787566, 1.34053846153846, 1.64550929642326, 1.88626923076923, 2.06679901929381, 3.39188461538461, 5.85751335111253, 10.1604615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 825, '2022-03-27 00:00:00', 1.34412928636405, 1.13053846153846, 1.73000875586935, 1.54884615384615, 1.65562894440103, 1.86580769230769, 2.07722469322745, 3.47488461538461, 5.85835083488651, 10.1562307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 840, '2022-03-27 00:00:00', 1.31673163027013, 1.15688461538461, 1.24597663948962, 1.48088461538461, 1.64208754193698, 1.87515384615384, 1.78477404603065, 3.37634615384615, 5.87984646947651, 10.0762307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 855, '2022-03-27 00:00:00', 0.514999363703864, 0.907769230769231, 0.647486011728911, 1.16015384615385, 1.33590286841752, 1.61492307692308, 1.59621766830699, 3.21773076923077, 5.93953374134834, 9.89776923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 870, '2022-03-27 00:00:00', 0.535567323929997, 0.812038461538464, 1.14384363710861, 1.25088461538462, 1.23924735967504, 1.62053846153846, 1.52878507821886, 3.18384615384615, 5.94578710387577, 9.83973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 885, '2022-03-27 00:00:00', 0.713395064786363, 0.913038461538457, 0.810224623175577, 1.1325, 0.898228091642312, 1.57276923076923, 2.21731204875148, 4.2801923076923, 5.9606278209598, 9.7775 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 900, '2022-03-27 00:00:00', 0.469630029507683, 0.825730769230768, 0.559699040006878, 1.16315384615385, 0.710096102921725, 1.60734615384616, 2.28067096605026, 4.39315384615384, 5.97558565343502, 9.75669230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 915, '2022-03-27 00:00:00', 0.372821805238825, 0.885538461538464, 0.537318643465296, 1.14526923076923, 0.723100503707155, 1.55553846153846, 2.60471191851644, 4.47353846153846, 5.9635697291007, 9.76607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 930, '2022-03-27 00:00:00', 0.439150333467499, 0.909846153846156, 0.508150923976785, 1.2108076923077, 0.805648199612252, 1.66230769230769, 2.71691974485814, 4.5465, 5.99354185320782, 9.77911538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 945, '2022-03-27 00:00:00', 0.411474294925716, 0.875846153846156, 0.613855287381441, 1.14507692307693, 0.72445865200268, 1.69753846153846, 2.81142130630372, 4.55680769230769, 6.0186782024474, 9.72976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 960, '2022-03-27 00:00:00', 0.379204464839021, 0.872115384615386, 0.465833023897887, 1.20461538461539, 0.58226615775051, 1.79996153846154, 2.85618034875521, 4.65723076923077, 6.01396127843051, 9.73053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 975, '2022-03-27 00:00:00', 0.361193195693642, 0.950269230769232, 0.400108093087164, 1.38138461538461, 0.579234231882591, 1.84884615384615, 2.81594109231437, 4.76534615384615, 6.00018488035673, 9.74296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 990, '2022-03-27 00:00:00', 0.3644935200437, 1.14561538461538, 0.530528439026021, 1.52823076923077, 0.757441255401777, 2.00384615384615, 2.79551272660587, 4.81673076923077, 5.95299885384217, 9.74707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 1005, '2022-03-27 00:00:00', 0.534176473288917, 1.21623076923077, 0.560009554863545, 1.49769230769231, 0.896630094383326, 1.94361538461539, 2.83980884215822, 4.8545, 5.95682606917993, 9.72846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 1020, '2022-03-27 00:00:00', 0.330031096436972, 1.06426923076923, 0.549601261055551, 1.47311538461538, 0.823144231683518, 1.73988461538462, 2.63717308232771, 4.78088461538462, 5.74652954533296, 9.63184615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 1035, '2022-03-27 00:00:00', 0.5963348684964, 1.04665384615384, 0.749056904483131, 1.27361538461538, 0.896573478047651, 1.57080769230769, 2.59477402009975, 4.79884615384615, 5.61139489911788, 9.59407692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 1050, '2022-03-27 00:00:00', 0.289570018103766, 0.803653846153843, 0.384298788004253, 1.03403846153846, 0.49417745177836, 1.40607692307692, 2.49716568564012, 4.76969230769231, 5.51501665636651, 9.534 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 1065, '2022-03-27 00:00:00', 0.296999932659924, 0.779999999999999, 0.366638107046254, 1.03569230769231, 1.9876217145121, 3.266, 2.55159224889389, 4.78126923076923, 5.39113045787673, 9.52157692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 1080, '2022-03-27 00:00:00', 0.256302372509203, 0.729115384615385, 0.321033209401243, 1.03719230769231, 2.07747774476648, 3.3275, 2.66232080971587, 4.85042307692308, 5.31712401397597, 9.4545 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 4, 1095, '2022-03-27 00:00:00', 0.274038571120087, 0.832461538461539, 1.98690556006454, 2.99276923076923, 2.20629262443026, 3.49823076923077, 2.64485332209266, 4.79515384615385, 5.32992011442515, 9.44588461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 600, '2022-03-27 00:00:00', 0.735049437374532, 1.59334615384615, 0.951477805230449, 2.08542307692308, 1.35359356529203, 2.6475, 2.17786880582477, 3.92815384615384, 4.96587906603267, 8.78253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 615, '2022-03-27 00:00:00', 0.59615025467901, 1.29761538461539, 0.896078805772041, 1.74611538461539, 1.00960457529745, 2.20903846153846, 2.15895080679339, 3.57311538461539, 4.81434469907779, 8.63219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 630, '2022-03-27 00:00:00', 0.739655649610009, 1.206, 0.733112106024723, 1.502, 0.864116922288076, 2.01384615384615, 2.01464791350365, 3.36815384615385, 4.63645538697231, 8.54065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 645, '2022-03-27 00:00:00', 0.394335002055553, 1.03057692307692, 0.60694364330953, 1.42411538461539, 0.7753972440974, 1.79661538461539, 1.9014369465061, 3.36630769230769, 4.41211371723873, 8.52242307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 660, '2022-03-27 00:00:00', 0.502467695096299, 1.04076923076923, 0.525435908409534, 1.33857692307693, 0.705997842663951, 1.64392307692308, 1.892355400024, 3.341, 4.40776692738555, 8.55061538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 675, '2022-03-27 00:00:00', 0.373369787826407, 0.943038461538465, 0.610091086515899, 1.27157692307693, 0.974081895940991, 1.7265, 1.93979788479267, 3.39992307692308, 4.37589277906191, 8.54757692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 690, '2022-03-27 00:00:00', 0.451580733049515, 0.98703846153846, 0.469024173561038, 1.26034615384615, 0.764209706418741, 1.66334615384615, 1.88718211138683, 3.38680769230769, 4.48179159917789, 8.61653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 705, '2022-03-27 00:00:00', 0.343345838208918, 0.916269230769232, 0.583075300586336, 1.25438461538462, 0.654292458720457, 1.6153076923077, 1.97086230717576, 3.28407692307692, 4.75096901290026, 8.9788076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 720, '2022-03-27 00:00:00', 0.464764721287932, 0.968384615384616, 0.475373396556696, 1.19411538461538, 0.531944585025981, 1.54180769230769, 2.04984848820965, 3.23876923076923, 4.71716780298713, 9.0108076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 735, '2022-03-27 00:00:00', 0.248403418779892, 0.83846153846154, 0.394553716728931, 1.14865384615385, 0.533280277008395, 1.47857692307692, 1.98699041885344, 3.29626923076923, 4.68224648005634, 9.0885 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 750, '2022-03-27 00:00:00', 0.283513323523577, 0.797730769230769, 0.32711040949502, 1.0155, 1.2630036561248, 1.54534615384615, 1.99159355175312, 3.34065384615385, 4.65782969352102, 9.15157692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 765, '2022-03-27 00:00:00', 0.229867627459472, 0.760615384615383, 0.428049179417504, 1.0655, 1.31830964554556, 1.59080769230769, 2.00387333278482, 3.48557692307692, 4.64072224816519, 9.21076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 780, '2022-03-27 00:00:00', 0.33667550229584, 0.826923076923076, 1.23875248474485, 1.22403846153846, 1.26927723588603, 1.59130769230769, 1.89394301758162, 3.53792307692308, 4.64565823770308, 9.2313076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 795, '2022-03-27 00:00:00', 1.24825771315924, 0.953038461538459, 1.25642345629905, 1.23969230769231, 1.29096042720735, 1.69423076923077, 1.8182038427652, 3.57057692307692, 4.69112258256117, 9.32226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 810, '2022-03-27 00:00:00', 0.39992044785855, 0.751269230769235, 0.466782052584915, 1.00273076923077, 0.707923512817592, 1.6445, 1.64999366012768, 3.46896153846154, 4.62365024562262, 9.23992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 825, '2022-03-27 00:00:00', 0.357008926843786, 0.758423076923073, 0.590132782972154, 1.13369230769231, 1.12075072161476, 1.7995, 1.58909112872252, 3.42215384615384, 4.64828604922122, 9.24934615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 840, '2022-03-27 00:00:00', 0.446078483953387, 0.876423076923077, 0.546989721461577, 1.21665384615384, 1.31298485081189, 1.86253846153846, 1.5474426665159, 3.36461538461538, 4.66309716769709, 9.28165384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 855, '2022-03-27 00:00:00', 0.435249306101154, 0.866038461538457, 1.11499855812256, 1.33223076923077, 1.49121867766447, 1.85176923076923, 1.4784892606462, 3.37642307692308, 4.64850270897895, 9.27365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 870, '2022-03-27 00:00:00', 0.248947956699643, 0.727041666666666, 0.685836519794662, 1.10108333333334, 0.769802849784431, 1.61758333333333, 1.35227831302198, 3.222875, 4.70194639854418, 9.10225 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 885, '2022-03-27 00:00:00', 0.554323701734235, 0.823624999999999, 0.568967180225637, 1.083, 0.859394410979726, 1.65933333333333, 3.31489663833219, 5.031375, 4.66089684331867, 9.13658333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 900, '2022-03-27 00:00:00', 0.377298172844612, 0.831208333333333, 0.623284515254885, 1.23675, 0.848109909432883, 1.717625, 3.6465320501476, 5.36258333333333, 4.63352729679506, 9.14441666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 915, '2022-03-27 00:00:00', 0.428380010003982, 0.928958333333334, 0.44636045095182, 1.263, 0.697928237195888, 1.72454166666667, 3.71397412835455, 5.406, 4.66767420263631, 9.140125 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 930, '2022-03-27 00:00:00', 0.419151316456189, 0.975000000000003, 0.570371298785501, 1.218875, 0.700716507004369, 1.69616666666667, 3.78771609801084, 5.41975, 4.7154032960676, 9.12162500000001 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 945, '2022-03-27 00:00:00', 0.428595885387406, 0.883458333333331, 0.66847892311738, 1.311375, 0.758215291019793, 1.80641666666666, 3.81013297725261, 5.4245, 4.7137822283957, 9.130125 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 960, '2022-03-27 00:00:00', 0.502321884216002, 0.971333333333333, 0.485658209792781, 1.239375, 0.569260459732177, 1.86741666666667, 3.78536794465865, 5.43704166666667, 4.72360524598823, 9.15179166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 975, '2022-03-27 00:00:00', 0.268634550531256, 0.933999999999999, 0.477333892498256, 1.44058333333333, 0.466037124539746, 1.97041666666667, 3.80494738198968, 5.53133333333334, 4.73455610379685, 9.20275000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 990, '2022-03-27 00:00:00', 0.375816615682687, 1.23170833333333, 0.485297979207814, 1.61395833333333, 0.484993528643513, 2.033125, 3.75102996845871, 5.54954166666667, 4.73335049987957, 9.20345833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 1005, '2022-03-27 00:00:00', 0.358135297484553, 1.11275, 0.348065950355822, 1.46858333333333, 0.399664621629946, 1.749625, 3.7001294718828, 5.43975, 4.77654379304577, 9.12354166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 1020, '2022-03-27 00:00:00', 0.355641732178138, 1.10179166666667, 0.422646730802412, 1.43520833333333, 0.453356545787853, 1.669375, 3.69375578250608, 5.42429166666667, 4.79270612323514, 9.110625 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 1035, '2022-03-27 00:00:00', 0.225962274009094, 0.90591666666667, 0.29542909102877, 1.1985, 0.457724426224251, 1.61479166666667, 3.59237955533171, 5.372, 4.82992771797566, 9.05025 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 1050, '2022-03-27 00:00:00', 0.257506996527996, 0.894875, 0.364457605236187, 1.14470833333334, 0.530183390475631, 1.67308333333334, 3.57803116455024, 5.36116666666667, 4.89524319465158, 9.06575 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 1065, '2022-03-27 00:00:00', 0.282107823846423, 0.83704166666667, 0.311949398999636, 1.10858333333334, 3.11178484945141, 3.96941666666667, 3.49798580552468, 5.3195, 4.96489571383683, 9.09783333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 1080, '2022-03-27 00:00:00', 0.242495584899297, 0.854250000000004, 0.473489696565431, 1.22033333333334, 3.34453084597977, 4.28433333333333, 3.41106635729072, 5.24770833333334, 5.01465231935953, 9.11983333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 5, 1095, '2022-03-27 00:00:00', 0.449286364309171, 0.921652173913048, 3.01611570806342, 3.93034782608696, 3.32089655854698, 4.53695652173913, 3.28784254861846, 5.40947826086957, 4.82632713076129, 9.63813043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 600, '2022-03-27 00:00:00', 1.24922179253987, 1.59178260869565, 1.49850900073922, 2.40704347826087, 1.53566339902298, 2.8444347826087, 1.69431532104111, 3.82495652173913, 4.45391646059338, 9.10426086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 615, '2022-03-27 00:00:00', 0.823552804223188, 1.22730434782609, 0.880528914891768, 1.67047826086957, 1.07289703855308, 2.12165217391304, 1.80050005241188, 3.38443478260869, 4.51347053964607, 8.91969565217392 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 630, '2022-03-27 00:00:00', 0.70543646960461, 1.11160869565218, 0.937371347694317, 1.55995652173913, 1.21433145125941, 2.08265217391304, 1.90750708223448, 3.29721739130435, 4.52078669699023, 8.92621739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 645, '2022-03-27 00:00:00', 0.849395821080825, 0.989478260869567, 1.03103759855995, 1.39343478260869, 1.22019116301844, 1.89073913043478, 2.07508710517683, 3.30730434782609, 4.51608511028304, 8.91621739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 660, '2022-03-27 00:00:00', 0.517198565090069, 0.863086956521738, 0.686323933359444, 1.30278260869565, 0.660112614658754, 1.67086956521739, 1.60802312900008, 3.08326086956522, 4.21211813999755, 8.78204347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 675, '2022-03-27 00:00:00', 0.509069945573463, 0.976869565217391, 0.500613256327744, 1.28678260869565, 0.551301593177743, 1.77391304347826, 1.41233519098676, 3.08065217391304, 4.12745220344217, 8.73734782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 690, '2022-03-27 00:00:00', 0.369581330269528, 0.797217391304343, 0.589492050387748, 1.17282608695652, 0.627849718304233, 1.66121739130435, 1.53358746791278, 3.03160869565217, 4.05303426666965, 8.76530434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 705, '2022-03-27 00:00:00', 0.465478881296242, 0.916956521739134, 0.540171100839187, 1.321, 0.642546770109892, 1.80747826086956, 1.44939177375684, 3.01382608695652, 4.50381227362414, 9.16021739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 720, '2022-03-27 00:00:00', 0.469262056286631, 0.914826086956523, 0.622292602401759, 1.15891304347826, 0.700415839217024, 1.66643478260869, 1.33548207902585, 2.79173913043478, 4.42448606827725, 9.05217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 735, '2022-03-27 00:00:00', 0.397276036291967, 0.749608695652174, 0.551092260734889, 1.18204347826087, 0.624827530353569, 1.47747826086956, 1.29820388692062, 2.68217391304348, 4.45570645263968, 9.05908695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 750, '2022-03-27 00:00:00', 0.486588584527916, 0.872217391304348, 0.556814283442022, 1.13934782608696, 0.624084480447297, 1.44143478260869, 1.37654543692569, 2.67060869565217, 4.55128183698656, 9.14421739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 765, '2022-03-27 00:00:00', 0.339065246090956, 0.689173913043473, 0.42500692391477, 0.99160869565217, 0.506678902147528, 1.30134782608696, 1.36838114157445, 2.85069565217391, 4.55209911619204, 9.169 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 780, '2022-03-27 00:00:00', 0.381179208421452, 0.747956521739127, 0.521300672649044, 1.03913043478261, 0.635850748142236, 1.37608695652174, 1.41604960861939, 2.97469565217391, 4.57837673910933, 9.22073913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 795, '2022-03-27 00:00:00', 0.443813580314018, 0.725695652173914, 0.392192534592036, 0.934434782608698, 0.78424659346891, 1.38808695652174, 1.44565318059937, 3.05786956521739, 4.58186260216719, 9.18621739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 810, '2022-03-27 00:00:00', 0.232337673368745, 0.614608695652176, 0.512121916839644, 0.910304347826089, 0.889633372547034, 1.34491304347826, 1.46839245139178, 3.14513043478261, 4.56311743821488, 9.16986956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 825, '2022-03-27 00:00:00', 0.456046578995433, 0.723869565217394, 0.672824372599294, 1.076, 1.02755782080563, 1.53956521739131, 1.39863134256711, 3.19421739130435, 4.53501169906671, 9.17773913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 840, '2022-03-27 00:00:00', 0.401402225997279, 0.717260869565216, 0.457874980779377, 0.972043478260871, 0.92917224839837, 1.48839130434782, 1.33694376709106, 3.193, 4.56330740129735, 9.2024347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 855, '2022-03-27 00:00:00', 0.432158901569244, 0.658956521739131, 0.802004728776729, 1.07530434782609, 0.869313867823653, 1.48165217391304, 1.31311035723456, 3.17691304347826, 4.57332828828317, 9.20721739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 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 968730, 1, 870, '2022-03-27 00:00:00', 0.537080631509912, 0.783173913043477, 0.612438845862143, 1.04439130434782, 0.672136614430803, 1.34591304347826, 1.33932974506202, 3.20956521739131, 4.577680340565, 9.20913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 968730 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 870);
Date: 2022-03-27 14:33:54 Duration: 4s924ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 900, '2022-03-27 00:00:00', 0.0964241351848901, 0.0904230769230765, 0.136428803635957, 0.132461538461538, 0.163801361880316, 0.179615384615384, 0.298025409345218, 0.524769230769231, 0.892830517985443, 1.43042307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 915, '2022-03-27 00:00:00', 0.0588807399619055, 0.0716923076923081, 0.0699994725254851, 0.102384615384615, 0.103875339488477, 0.154615384615384, 0.30517458307311, 0.542615384615384, 0.890069177086815, 1.4395 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 930, '2022-03-27 00:00:00', 0.0592833742421806, 0.0760384615384614, 0.0708270700096642, 0.109076923076923, 0.124441496912591, 0.171615384615384, 0.332244768437137, 0.582884615384616, 0.88918560232643, 1.44065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 945, '2022-03-27 00:00:00', 0.0530945890333032, 0.0773461538461542, 0.0825581100707952, 0.114192307692308, 0.138534599954725, 0.205653846153846, 0.374896254367074, 0.611807692307693, 0.888731188917013, 1.44261538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 960, '2022-03-27 00:00:00', 0.0640466656791393, 0.0738461538461543, 0.0897850424411216, 0.115923076923077, 0.139109652377596, 0.213846153846154, 0.380194956062525, 0.617269230769231, 0.889467169801026, 1.44261538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 975, '2022-03-27 00:00:00', 0.057533254597801, 0.0793461538461534, 0.137109613644873, 0.156384615384615, 0.160874652590624, 0.228423076923077, 0.37991949754571, 0.619230769230769, 0.899514516067076, 1.44773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 990, '2022-03-27 00:00:00', 0.126622449097246, 0.122269230769231, 0.125827109711945, 0.163692307692308, 0.146570439878421, 0.235423076923077, 0.379576922375426, 0.618, 0.907057871107716, 1.45230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 1005, '2022-03-27 00:00:00', 0.0695905055416224, 0.104961538461539, 0.0933299523197142, 0.15, 0.0962814863584104, 0.206269230769231, 0.430670368325761, 0.634384615384615, 0.909260984790142, 1.45146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 1020, '2022-03-27 00:00:00', 0.0794856929554962, 0.104153846153846, 0.0794469343940683, 0.148153846153846, 0.0956482015593529, 0.184461538461538, 0.439157823391721, 0.633923076923077, 0.909769167680208, 1.44953846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 1035, '2022-03-27 00:00:00', 0.0660484321132259, 0.0966538461538454, 0.0729274876952343, 0.129538461538461, 0.0751792115292116, 0.171076923076922, 0.444225078085423, 0.634, 0.908524484238889, 1.44953846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 1050, '2022-03-27 00:00:00', 0.0535559520501693, 0.077, 0.0603860528981275, 0.108653846153846, 0.0725977855140117, 0.149038461538462, 0.445879687118191, 0.631846153846154, 0.906463601034261, 1.4515 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 1065, '2022-03-27 00:00:00', 0.0533404306175111, 0.0758076923076922, 0.0585306888603021, 0.107192307692307, 0.242773503179721, 0.346423076923077, 0.440211431718197, 0.645769230769231, 0.904793372076656, 1.45538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 1080, '2022-03-27 00:00:00', 0.0562330863460296, 0.0649999999999996, 0.0611268038903245, 0.100615384615384, 0.301268528316263, 0.419615384615384, 0.436432398501233, 0.642961538461538, 0.900970898531135, 1.458 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 1095, '2022-03-27 00:00:00', 0.049860050294646, 0.0747692307692309, 0.232958880491816, 0.326, 0.317884819488976, 0.447961538461538, 0.435728101528395, 0.645538461538461, 0.900699031094952, 1.46223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 600, '2022-03-27 00:00:00', 0.121717276442646, 0.232846153846154, 0.249805893876395, 0.330769230769231, 0.313089409692405, 0.425538461538462, 0.422357457065058, 0.600692307692308, 0.897553886104638, 1.45246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 615, '2022-03-27 00:00:00', 0.16859497665662, 0.198115384615384, 0.18273138335146, 0.244961538461538, 0.277705632750829, 0.350538461538462, 0.330466451224047, 0.514346153846153, 0.863221394188429, 1.39215384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 630, '2022-03-27 00:00:00', 0.0729356302080545, 0.134615384615384, 0.114234313853318, 0.226038461538462, 0.169446379083813, 0.282653846153846, 0.220645992137074, 0.462576923076923, 0.800263645018603, 1.35769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 645, '2022-03-27 00:00:00', 0.0927672687635362, 0.153615384615385, 0.135615026396839, 0.201346153846154, 0.140101243611677, 0.264961538461539, 0.201845977075438, 0.444961538461539, 0.800955876053491, 1.34734615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 660, '2022-03-27 00:00:00', 0.086425138792973, 0.133230769230769, 0.0994811462616834, 0.181538461538462, 0.111817103411708, 0.240769230769231, 0.184638728331842, 0.4265, 0.803592312441691, 1.33726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 675, '2022-03-27 00:00:00', 0.0841165491812039, 0.129923076923077, 0.092862777174794, 0.177846153846154, 0.157647513337631, 0.253461538461538, 0.190173042658117, 0.416115384615385, 0.798697200734758, 1.32053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 690, '2022-03-27 00:00:00', 0.0628115741416648, 0.119576923076923, 0.101797967336515, 0.163884615384615, 0.149620674219327, 0.245115384615384, 0.208603399928041, 0.401538461538462, 0.79948333315961, 1.314 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 705, '2022-03-27 00:00:00', 0.0586618602343453, 0.104423076923077, 0.122607315630649, 0.170923076923077, 0.143174643221271, 0.226538461538461, 0.214537585016274, 0.392846153846154, 0.885056476251005, 1.38338461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 720, '2022-03-27 00:00:00', 0.0902680538089827, 0.123807692307692, 0.12405364224337, 0.167884615384615, 0.141906431794388, 0.223653846153846, 0.208281396192747, 0.3885, 0.879044194215862, 1.38884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 735, '2022-03-27 00:00:00', 0.056731120207519, 0.0985000000000001, 0.0736874584882769, 0.135192307692308, 0.0914620392041675, 0.200230769230769, 0.178060836621817, 0.360307692307693, 0.873111274959577, 1.37953846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 750, '2022-03-27 00:00:00', 0.0619311404210042, 0.0978846153846159, 0.0811444296396154, 0.141461538461539, 0.0841159639106361, 0.194153846153847, 0.181543434090959, 0.353461538461539, 0.873022083604726, 1.37903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 765, '2022-03-27 00:00:00', 0.0615043212990889, 0.102307692307692, 0.0821394780002523, 0.143423076923077, 0.0782358957551798, 0.180846153846154, 0.182585099231943, 0.364038461538462, 0.894435310469899, 1.38226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 780, '2022-03-27 00:00:00', 0.0451324205490401, 0.0951538461538462, 0.0540889865087018, 0.134461538461539, 0.0636504879430203, 0.169769230769231, 0.179758881239886, 0.354846153846154, 0.90849999788324, 1.38138461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 795, '2022-03-27 00:00:00', 0.0430970282752052, 0.0959230769230771, 0.055577859454448, 0.127538461538462, 0.0690205320622329, 0.157076923076923, 0.200427377985528, 0.371423076923077, 0.921241784850126, 1.38911538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 810, '2022-03-27 00:00:00', 0.0562672195865403, 0.0869999999999999, 0.056916943536511, 0.111461538461538, 0.0714692510535384, 0.152423076923077, 0.219815198606606, 0.365192307692308, 0.93458509757827, 1.39223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 825, '2022-03-27 00:00:00', 0.0369989812749563, 0.0777307692307691, 0.0488121044256594, 0.0973076923076921, 0.0847544598327328, 0.150961538461538, 0.223809386618303, 0.367192307692308, 0.930566097350673, 1.39530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 840, '2022-03-27 00:00:00', 0.032668874859954, 0.0628461538461537, 0.048503401942544, 0.0994999999999999, 0.100011022469448, 0.15526923076923, 0.218606819514994, 0.362307692307692, 0.927987039863083, 1.39488461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 855, '2022-03-27 00:00:00', 0.0436359238031441, 0.0725769230769228, 0.0780388069143507, 0.111846153846153, 0.114753655882771, 0.175807692307692, 0.207459920132874, 0.363538461538461, 0.91913512943084, 1.40611538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 870, '2022-03-27 00:00:00', 0.0705443123150265, 0.0814999999999997, 0.0878034956374394, 0.112423076923076, 0.12916655913974, 0.175, 0.206646949018033, 0.380192307692307, 0.942836306862682, 1.42069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 885, '2022-03-27 00:00:00', 0.0419372608327465, 0.0724230769230768, 0.0653673760078667, 0.116576923076923, 0.118455756102632, 0.176615384615385, 0.435967156490557, 0.612807692307692, 0.941578278946905, 1.42115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 900, '2022-03-27 00:00:00', 0.0453375714459367, 0.0828461538461537, 0.0716591612050785, 0.113346153846154, 0.119304297427273, 0.184653846153847, 0.436361609042494, 0.648576923076923, 0.940623439738036, 1.42384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 915, '2022-03-27 00:00:00', 0.0518813439123722, 0.0789230769230766, 0.0974240216784343, 0.131, 0.120724256692042, 0.187115384615385, 0.466156898314456, 0.692423076923077, 0.941825374145661, 1.42065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 930, '2022-03-27 00:00:00', 0.0787955875375306, 0.0997692307692307, 0.0839202276890653, 0.14073076923077, 0.0994673815881365, 0.181, 0.540096078347319, 0.723576923076923, 0.938774746472967, 1.42576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 945, '2022-03-27 00:00:00', 0.0458636943729839, 0.0850384615384622, 0.0605086643509715, 0.117538461538462, 0.0754637763331623, 0.178692307692308, 0.542177166616227, 0.718, 0.942161178437026, 1.41961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 960, '2022-03-27 00:00:00', 0.0522575868617697, 0.0878461538461535, 0.0528524943010845, 0.117115384615384, 0.0792817371539867, 0.185923076923077, 0.579700219609571, 0.729769230769231, 0.95374310764724, 1.42765384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 975, '2022-03-27 00:00:00', 0.0346839133627369, 0.0795769230769229, 0.0604345418296012, 0.143423076923077, 0.11269861783331, 0.213538461538462, 0.621089256560911, 0.736230769230769, 0.951878276801269, 1.43142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 990, '2022-03-27 00:00:00', 0.0494316155449586, 0.111730769230769, 0.0636540650705047, 0.139, 0.127894385514588, 0.211423076923077, 0.649152997255773, 0.739423076923077, 0.959302749998063, 1.43461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 1005, '2022-03-27 00:00:00', 0.0523788565681291, 0.0957692307692303, 0.102716218478201, 0.153692307692307, 0.138700390992738, 0.213038461538461, 0.64565902408672, 0.739153846153846, 0.947303708102431, 1.43034615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 1020, '2022-03-27 00:00:00', 0.0669412141647145, 0.110615384615384, 0.0938792759960285, 0.149961538461539, 0.106211892713792, 0.205615384615384, 0.627389816253389, 0.739692307692308, 0.960837048539529, 1.43492307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 1035, '2022-03-27 00:00:00', 0.0743042394483655, 0.104000000000001, 0.0973316692867944, 0.150423076923077, 0.0999339782056135, 0.195, 0.628973180301403, 0.734692307692308, 0.959431810219746, 1.42803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 1050, '2022-03-27 00:00:00', 0.0760048986275536, 0.106230769230769, 0.0959756138898752, 0.147038461538461, 0.0926977968371495, 0.203807692307692, 0.633975471498336, 0.741461538461538, 0.960782204568436, 1.42573076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 1065, '2022-03-27 00:00:00', 0.0771187296416276, 0.105461538461538, 0.0754115375788086, 0.1405, 0.4116844441298, 0.498192307692308, 0.602568083609326, 0.732153846153846, 0.934455784853491, 1.41642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 1080, '2022-03-27 00:00:00', 0.0501474288013319, 0.096730769230769, 0.0567457487394428, 0.137, 0.407388735163924, 0.538692307692308, 0.590955976493889, 0.734615384615385, 0.919601978282745, 1.41903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 2, 1095, '2022-03-27 00:00:00', 0.0514260185569073, 0.100653846153846, 0.404546555274687, 0.477653846153846, 0.429322494886286, 0.581269230769231, 0.589618786883656, 0.724923076923077, 0.916626628123259, 1.41584615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 600, '2022-03-27 00:00:00', 0.137935910424427, 0.266653846153846, 0.148441980377728, 0.315307692307692, 0.2581773153355, 0.410615384615384, 0.328193181853896, 0.549730769230769, 0.737395591566385, 1.27146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 615, '2022-03-27 00:00:00', 0.099361941328737, 0.164346153846153, 0.13626876158759, 0.239846153846153, 0.2205476400655, 0.299692307692307, 0.296387054632698, 0.469615384615385, 0.719527896503084, 1.23407692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 630, '2022-03-27 00:00:00', 0.0774574424094638, 0.157153846153846, 0.147479067615087, 0.216346153846154, 0.16677390037459, 0.274576923076923, 0.2250294100437, 0.428346153846154, 0.666660089839354, 1.22365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 645, '2022-03-27 00:00:00', 0.141422362501072, 0.150730769230769, 0.140560394903346, 0.19276923076923, 0.191155208786352, 0.266076923076923, 0.211463199198784, 0.409730769230769, 0.661294320602815, 1.22346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 660, '2022-03-27 00:00:00', 0.0699617148050386, 0.123807692307692, 0.106145531446943, 0.175076923076923, 0.159689511239781, 0.2495, 0.167027464346897, 0.384423076923077, 0.640126926115799, 1.21280769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 675, '2022-03-27 00:00:00', 0.0820893696856336, 0.120230769230769, 0.112045375423737, 0.162384615384615, 0.130639939705106, 0.242076923076923, 0.157058210668725, 0.373192307692308, 0.64386517102693, 1.21596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 690, '2022-03-27 00:00:00', 0.0744451165934698, 0.112653846153846, 0.097639438752995, 0.176500000000001, 0.113741731736691, 0.245692307692308, 0.159790502269017, 0.373269230769231, 0.670357438524117, 1.16784615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 705, '2022-03-27 00:00:00', 0.0769888703245226, 0.123384615384616, 0.0847986937490103, 0.162461538461538, 0.1558889348222, 0.233, 0.155985526942036, 0.356269230769231, 0.975173380245001, 1.27580769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 720, '2022-03-27 00:00:00', 0.0640038580567908, 0.109423076923077, 0.104954437000795, 0.162076923076923, 0.157608009363054, 0.218269230769231, 0.156639247464209, 0.344576923076924, 1.0189838535748, 1.29642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 735, '2022-03-27 00:00:00', 0.0666940776980986, 0.1075, 0.121575509932653, 0.152269230769231, 0.120769921115127, 0.195576923076923, 0.215033983003045, 0.357576923076924, 1.05133160983876, 1.30792307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 750, '2022-03-27 00:00:00', 0.0702231169476704, 0.0986153846153846, 0.114376039717847, 0.147961538461538, 0.128680929194895, 0.194307692307692, 0.227641219060575, 0.368269230769231, 1.05196764501283, 1.31638461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 765, '2022-03-27 00:00:00', 0.1036753512728, 0.109538461538462, 0.112748678996185, 0.14276923076923, 0.122927677299109, 0.186423076923076, 0.235503797127644, 0.378961538461538, 1.05296456803563, 1.31769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 780, '2022-03-27 00:00:00', 0.0505195164115967, 0.089692307692307, 0.0631068446854527, 0.119076923076923, 0.083616119167392, 0.168846153846153, 0.243381144582857, 0.379307692307692, 1.05082040110792, 1.32534615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 795, '2022-03-27 00:00:00', 0.0466529082282534, 0.0884230769230775, 0.0609838818554041, 0.125076923076923, 0.0877715303413444, 0.168192307692308, 0.244729316718571, 0.386038461538462, 1.04920954055899, 1.3315 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 810, '2022-03-27 00:00:00', 0.058710829822628, 0.0868076923076918, 0.0757559644770379, 0.119615384615384, 0.102623171772341, 0.167346153846154, 0.238807988527636, 0.384846153846153, 1.05031755491082, 1.33038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 825, '2022-03-27 00:00:00', 0.0496337974182296, 0.0820769230769228, 0.0660127376985801, 0.113807692307693, 0.0933614728642638, 0.158269230769231, 0.231882569749963, 0.379615384615385, 1.05113973381278, 1.3295 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 840, '2022-03-27 00:00:00', 0.0520137851550325, 0.0839230769230771, 0.0896285325449094, 0.125076923076923, 0.0919934445825021, 0.158076923076923, 0.221700019083307, 0.377461538461538, 1.05055345194074, 1.33065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 855, '2022-03-27 00:00:00', 0.0834760951502796, 0.0944615384615382, 0.085192496961068, 0.118192307692308, 0.0951759504205847, 0.165307692307692, 0.218107598710785, 0.373730769230769, 1.05297773225049, 1.33676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 870, '2022-03-27 00:00:00', 0.0470303993342441, 0.0755384615384613, 0.0596387071004678, 0.106846153846154, 0.0715338757835432, 0.165153846153846, 0.212304686712282, 0.373, 1.05778508868586, 1.33342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 885, '2022-03-27 00:00:00', 0.0418530947297989, 0.0738076923076925, 0.0610018536918848, 0.114115384615384, 0.0619003665951613, 0.159153846153846, 0.342946555603056, 0.5645, 1.06108377397104, 1.33084615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 900, '2022-03-27 00:00:00', 0.0624923872286732, 0.0804615384615384, 0.0634709503510188, 0.124807692307692, 0.0889080164249285, 0.173346153846153, 0.354552365666907, 0.5815, 1.06161024573341, 1.33007692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 915, '2022-03-27 00:00:00', 0.0488642861560308, 0.0989615384615383, 0.0596471677063096, 0.130230769230769, 0.172500042363428, 0.215769230769231, 0.36125294994803, 0.595423076923077, 1.06203927495101, 1.32969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 930, '2022-03-27 00:00:00', 0.0540596394307669, 0.0842692307692306, 0.0860753247944002, 0.126807692307692, 0.198563909494767, 0.223884615384615, 0.359936464478856, 0.601461538461538, 1.06272927589587, 1.33507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 945, '2022-03-27 00:00:00', 0.0515206306698139, 0.0858461538461535, 0.164028182381518, 0.156269230769231, 0.191987695919856, 0.229346153846154, 0.357654300213961, 0.595961538461539, 1.06446805277783, 1.33334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 960, '2022-03-27 00:00:00', 0.156579613566439, 0.116153846153846, 0.168665093739499, 0.166076923076923, 0.18467621561908, 0.221230769230769, 0.354429257344168, 0.599461538461538, 1.0595809650699, 1.33930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 975, '2022-03-27 00:00:00', 0.105419280093276, 0.10676923076923, 0.144021520827751, 0.174038461538461, 0.168257952149485, 0.225461538461539, 0.363802086939504, 0.605961538461538, 1.05981325495797, 1.33884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 990, '2022-03-27 00:00:00', 0.0961508510302749, 0.127884615384615, 0.117885139665041, 0.157115384615384, 0.143105711330417, 0.222730769230769, 0.375167853715558, 0.618961538461539, 1.0533926231285, 1.35646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 1005, '2022-03-27 00:00:00', 0.076088248359793, 0.108692307692307, 0.122093054045485, 0.160923076923077, 0.115476031479064, 0.202076923076923, 0.370908821472547, 0.625076923076923, 1.05601370037733, 1.36684615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 1020, '2022-03-27 00:00:00', 0.115546380963863, 0.127615384615385, 0.115255648952165, 0.16676923076923, 0.109857362065544, 0.196, 0.368160190886856, 0.622384615384615, 1.05701356442792, 1.37334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 1035, '2022-03-27 00:00:00', 0.0837783889886798, 0.108538461538462, 0.083052726533302, 0.136653846153847, 0.0837869826496849, 0.175461538461538, 0.363690333197816, 0.615461538461538, 1.06067695147232, 1.37034615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 1050, '2022-03-27 00:00:00', 0.0578703590928763, 0.0944615384615391, 0.0852122869435732, 0.133576923076924, 0.0851470131370089, 0.168423076923077, 0.397884152061298, 0.621961538461539, 1.06204807728348, 1.37496153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 1065, '2022-03-27 00:00:00', 0.059668881208008, 0.0941538461538464, 0.0591533079899502, 0.119923076923077, 0.322483640610711, 0.450538461538462, 0.402957795079565, 0.635230769230769, 1.06478612948256, 1.38230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 1080, '2022-03-27 00:00:00', 0.0554468976728047, 0.0859615384615383, 0.056625626163969, 0.115692307692308, 0.327432548544206, 0.475923076923077, 0.400216449129526, 0.628384615384616, 1.06448237836338, 1.38342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 3, 1095, '2022-03-27 00:00:00', 0.0372003308504723, 0.0807692307692314, 0.310975282223276, 0.414115384615385, 0.332651189455492, 0.485576923076924, 0.425682469236618, 0.63273076923077, 1.05931411771957, 1.398 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 600, '2022-03-27 00:00:00', 0.154581818017316, 0.263461538461538, 0.201637881819403, 0.327653846153846, 0.21480726244706, 0.387, 0.29876288514215, 0.555307692307692, 1.06758190966602, 1.37942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 615, '2022-03-27 00:00:00', 0.111936060045285, 0.196807692307692, 0.160261176257335, 0.255730769230769, 0.160514006098677, 0.307884615384615, 0.277154766539175, 0.503269230769231, 1.07342475068568, 1.36484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 630, '2022-03-27 00:00:00', 0.138075926715926, 0.189807692307693, 0.134316617907666, 0.231076923076923, 0.155770580810863, 0.286923076923077, 0.264175597195968, 0.478115384615384, 1.0654529184992, 1.37680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 645, '2022-03-27 00:00:00', 0.0969036317490415, 0.142923076923077, 0.122493158364677, 0.187576923076923, 0.161883153492312, 0.246346153846154, 0.275571342151873, 0.459730769230769, 1.0667297033457, 1.3695 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 660, '2022-03-27 00:00:00', 0.0718115589581505, 0.129500000000001, 0.127649496066979, 0.186076923076923, 0.165698837097261, 0.25923076923077, 0.29674635893042, 0.451807692307692, 1.06545592985423, 1.37246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 675, '2022-03-27 00:00:00', 0.103671500423211, 0.1395, 0.129952583068417, 0.187923076923077, 0.171735489813662, 0.275038461538461, 0.300416019238963, 0.452230769230769, 1.0659554991433, 1.37338461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 690, '2022-03-27 00:00:00', 0.095175109868398, 0.130692307692308, 0.123376602943371, 0.188115384615385, 0.148095255208884, 0.25973076923077, 0.270877684573684, 0.435, 1.06830537552921, 1.36815384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 705, '2022-03-27 00:00:00', 0.118965644685281, 0.128230769230769, 0.135911243662348, 0.183115384615384, 0.140060080514921, 0.236884615384615, 0.261203486842082, 0.417692307692307, 1.08714907689084, 1.40665384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 720, '2022-03-27 00:00:00', 0.0772195670698919, 0.131692307692308, 0.105725107999654, 0.174961538461539, 0.143609384737264, 0.242846153846154, 0.251975923758296, 0.404884615384615, 1.08951201850257, 1.40703846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 735, '2022-03-27 00:00:00', 0.0841086568305913, 0.114884615384616, 0.0900235268394627, 0.142653846153846, 0.13871944570025, 0.231269230769231, 0.236548167155477, 0.408346153846154, 1.08893947560848, 1.40969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 750, '2022-03-27 00:00:00', 0.0421503718388563, 0.0814230769230763, 0.0925685774896734, 0.159307692307692, 0.124465800060159, 0.214153846153846, 0.225477394398231, 0.404846153846153, 1.08580965891109, 1.41584615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 765, '2022-03-27 00:00:00', 0.0794653770760959, 0.123115384615384, 0.0961986166540548, 0.162576923076923, 0.130387405007598, 0.211653846153845, 0.201757771750033, 0.403038461538462, 1.08347632823526, 1.41892307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 780, '2022-03-27 00:00:00', 0.0734065287391963, 0.107038461538462, 0.0915838161719385, 0.140346153846154, 0.117714570041266, 0.195, 0.18871683712744, 0.397269230769231, 1.08219744252857, 1.42023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 795, '2022-03-27 00:00:00', 0.0590509558315138, 0.0898461538461538, 0.0852373428456371, 0.12526923076923, 0.0877235517889103, 0.179692307692308, 0.173021830547922, 0.379076923076923, 1.08656569768451, 1.41184615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 810, '2022-03-27 00:00:00', 0.0636616174665837, 0.0941923076923069, 0.0681719545312838, 0.134846153846153, 0.0790698717299121, 0.176730769230768, 0.174974793789101, 0.381461538461539, 1.08642319279651, 1.41107692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 825, '2022-03-27 00:00:00', 0.0422772533857881, 0.0906153846153841, 0.0567152129910084, 0.119153846153846, 0.0942944324973649, 0.178, 0.179040833331394, 0.379500000000001, 1.08791731303441, 1.41 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 840, '2022-03-27 00:00:00', 0.0575536271663223, 0.0815, 0.07174708785299, 0.124730769230769, 0.119001622484091, 0.174115384615385, 0.190989524481157, 0.380961538461539, 1.08863244697895, 1.40773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 855, '2022-03-27 00:00:00', 0.052378871254029, 0.0931153846153843, 0.0905386360366925, 0.135730769230769, 0.115676983948341, 0.182730769230769, 0.21358029295434, 0.394307692307692, 1.08871821034575, 1.40769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 870, '2022-03-27 00:00:00', 0.0623878686432401, 0.086384615384616, 0.0895114603749798, 0.120692307692308, 0.0968869682433333, 0.16026923076923, 0.226400737291542, 0.392576923076923, 1.09268272613783, 1.4035 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 885, '2022-03-27 00:00:00', 0.0620702827446442, 0.0830000000000002, 0.064704820888044, 0.115923076923077, 0.0940113904719081, 0.168307692307692, 0.420382735867429, 0.559269230769231, 1.08881397789592, 1.41203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 900, '2022-03-27 00:00:00', 0.0441521843696931, 0.085846153846154, 0.0714585624949604, 0.118384615384615, 0.120280320022086, 0.196346153846153, 0.426591240127884, 0.588615384615385, 1.08791124425875, 1.41434615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 915, '2022-03-27 00:00:00', 0.06082698034969, 0.0871923076923075, 0.0839275603399465, 0.131653846153846, 0.132246529691272, 0.20576923076923, 0.427769024663472, 0.594538461538462, 1.08355834105116, 1.41596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 930, '2022-03-27 00:00:00', 0.0605300306904318, 0.101269230769231, 0.100074464582822, 0.152538461538461, 0.12458717676946, 0.20626923076923, 0.417410213284062, 0.605615384615384, 1.07660858182607, 1.41196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 945, '2022-03-27 00:00:00', 0.0808634556616184, 0.106461538461539, 0.107670673101611, 0.152576923076923, 0.10669274360734, 0.213307692307692, 0.445202994322641, 0.621884615384615, 1.07604955061773, 1.41365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 960, '2022-03-27 00:00:00', 0.0693018481272044, 0.107884615384616, 0.0746265059118765, 0.141346153846154, 0.119639046880446, 0.232307692307692, 0.462173580445203, 0.633538461538462, 1.0753697847002, 1.41557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 975, '2022-03-27 00:00:00', 0.0491833148693582, 0.0969615384615379, 0.0738345030873362, 0.160423076923077, 0.12259820553336, 0.236999999999999, 0.481353898275079, 0.666846153846154, 1.07227263539428, 1.42173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 990, '2022-03-27 00:00:00', 0.0651227598167784, 0.124423076923077, 0.107870378054118, 0.184538461538461, 0.14590351395568, 0.258346153846154, 0.503574643462577, 0.689307692307692, 1.06769340168421, 1.424 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 1005, '2022-03-27 00:00:00', 0.0806603133755763, 0.124615384615385, 0.0932682483691321, 0.168384615384615, 0.146408679860388, 0.246307692307693, 0.494655597360426, 0.71, 1.04656873566027, 1.42203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 1020, '2022-03-27 00:00:00', 0.0489054346515952, 0.104692307692307, 0.100986465201264, 0.169884615384615, 0.133751940316623, 0.219692307692308, 0.473870608759558, 0.699923076923077, 1.01806442594986, 1.40784615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 1035, '2022-03-27 00:00:00', 0.0697640418730278, 0.120692307692308, 0.0871138600647718, 0.153769230769231, 0.151816777222262, 0.218576923076923, 0.452072412511365, 0.718884615384615, 0.98593303252066, 1.39823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 1050, '2022-03-27 00:00:00', 0.0527418677654164, 0.0937692307692309, 0.0765532594894667, 0.133192307692308, 0.130922578413587, 0.214192307692308, 0.459721910925089, 0.732653846153846, 0.948783840178897, 1.39284615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 1065, '2022-03-27 00:00:00', 0.0698552789701681, 0.1, 0.105751522993216, 0.15576923076923, 0.307033450946309, 0.4455, 0.446589649885233, 0.741653846153846, 0.934823920071829, 1.38780769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 1080, '2022-03-27 00:00:00', 0.0503571398955654, 0.0941923076923073, 0.0687355355413334, 0.135576923076923, 0.291650074839431, 0.468384615384616, 0.436838088294296, 0.759653846153846, 0.90668292227132, 1.37319230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 4, 1095, '2022-03-27 00:00:00', 0.042538380859571, 0.095076923076923, 0.273108265373614, 0.409269230769231, 0.284440211373416, 0.469923076923077, 0.438467421822876, 0.756, 0.887908765236955, 1.36284615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 600, '2022-03-27 00:00:00', 0.195968839752257, 0.317115384615385, 0.205491250047669, 0.372576923076923, 0.206002035090769, 0.418038461538462, 0.405543418902815, 0.703230769230769, 0.860477620501902, 1.30984615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 615, '2022-03-27 00:00:00', 0.0919684644948389, 0.180038461538461, 0.107106137150887, 0.25026923076923, 0.220128312232102, 0.349923076923077, 0.376222266547521, 0.625923076923077, 0.859677471721002, 1.26265384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 630, '2022-03-27 00:00:00', 0.0730316685786692, 0.16823076923077, 0.112810480964246, 0.223730769230769, 0.203451483538081, 0.306884615384615, 0.385034026468391, 0.596192307692308, 0.834936070330215, 1.24319230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 645, '2022-03-27 00:00:00', 0.0733427464821061, 0.146038461538461, 0.146238524862111, 0.215115384615385, 0.179660620230307, 0.296538461538461, 0.359257927486004, 0.565461538461538, 0.803846797496982, 1.21692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 660, '2022-03-27 00:00:00', 0.099417101144622, 0.152, 0.128412244803152, 0.197769230769231, 0.178186350163573, 0.282153846153846, 0.369309509552833, 0.556923076923077, 0.766850354472009, 1.20588461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 675, '2022-03-27 00:00:00', 0.067311034642289, 0.117846153846154, 0.0991602665463265, 0.179038461538461, 0.163895595285066, 0.253615384615384, 0.334070734103745, 0.517153846153846, 0.750776238302731, 1.196 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 690, '2022-03-27 00:00:00', 0.0657675159470554, 0.124384615384615, 0.0953450494862659, 0.169038461538461, 0.141659114127488, 0.236230769230769, 0.314472628135032, 0.500076923076923, 0.752590031414591, 1.19165384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 705, '2022-03-27 00:00:00', 0.0715393490432957, 0.109038461538461, 0.0921013572104128, 0.154499999999999, 0.137492892123976, 0.232846153846153, 0.279778959455221, 0.482884615384615, 0.905324417840622, 1.33269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 720, '2022-03-27 00:00:00', 0.0556059349350412, 0.1065, 0.0832151336088486, 0.147038461538461, 0.133711054718173, 0.242615384615384, 0.24170867716196, 0.465730769230769, 0.913399113202985, 1.3475 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 735, '2022-03-27 00:00:00', 0.0567393636254003, 0.101346153846153, 0.0831640454856453, 0.162538461538461, 0.105909017557524, 0.236, 0.218566606640771, 0.448807692307692, 0.944421112884257, 1.35796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 750, '2022-03-27 00:00:00', 0.0688344278797935, 0.128461538461538, 0.0888056564380036, 0.182269230769231, 0.17962309257057, 0.255846153846154, 0.212779499446294, 0.445346153846154, 1.00257200010005, 1.38715384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 765, '2022-03-27 00:00:00', 0.0730802298846959, 0.12, 0.0794579037071738, 0.164038461538461, 0.198060787094809, 0.239346153846154, 0.209956742797543, 0.430076923076923, 1.00531630613684, 1.38534615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 780, '2022-03-27 00:00:00', 0.0605838389214618, 0.110807692307692, 0.177519559052387, 0.176923076923076, 0.191121274426636, 0.222692307692308, 0.215704430966222, 0.420807692307692, 1.04900258560948, 1.39423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 795, '2022-03-27 00:00:00', 0.175102383237307, 0.130730769230769, 0.192576014961525, 0.169192307692308, 0.184784319181538, 0.20773076923077, 0.203286943846528, 0.423692307692307, 1.07711626399096, 1.40761538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 810, '2022-03-27 00:00:00', 0.105135312079975, 0.102923076923077, 0.100329150607081, 0.141538461538462, 0.105199305350148, 0.191423076923077, 0.204567250555899, 0.423, 1.08984610628502, 1.41884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 825, '2022-03-27 00:00:00', 0.0711241276815512, 0.100192307692308, 0.0870149058848764, 0.138076923076923, 0.114599395890474, 0.198692307692307, 0.206904794159425, 0.414923076923077, 1.0914892973153, 1.42338461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 840, '2022-03-27 00:00:00', 0.0542366892567982, 0.0935384615384618, 0.0705284230756539, 0.131538461538462, 0.110643822171034, 0.205153846153846, 0.173977456541402, 0.398346153846154, 1.09248305250013, 1.4225 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 855, '2022-03-27 00:00:00', 0.0566394263334705, 0.0882307692307694, 0.0655910523916653, 0.125115384615384, 0.102370218024881, 0.199307692307693, 0.163477050847653, 0.393884615384615, 1.09673364342277, 1.42226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 870, '2022-03-27 00:00:00', 0.0308571896621542, 0.0776153846153844, 0.0694443994529767, 0.129269230769231, 0.108469896568303, 0.190038461538462, 0.160532786011504, 0.376846153846153, 1.11869285328905, 1.4045 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 885, '2022-03-27 00:00:00', 0.0690011928547945, 0.0992692307692309, 0.0714756978602893, 0.134846153846154, 0.101925198816809, 0.207884615384615, 0.505512072442009, 0.559153846153846, 1.11828619496359, 1.40142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 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 970045, 5, 900, '2022-03-27 00:00:00', 0.0448708089157494, 0.0877916666666674, 0.0934557168636186, 0.129833333333334, 0.0830458228669706, 0.204000000000001, 0.560867106569715, 0.609458333333334, 1.14450092597831, 1.45425 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 915, '2022-03-27 00:00:00', 0.0585632168030317, 0.0927916666666671, 0.0553791771414995, 0.151375, 0.0557031469462016, 0.199666666666667, 0.587772600956171, 0.62175, 1.13647984354436, 1.4485 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 930, '2022-03-27 00:00:00', 0.0448417305319666, 0.116791666666666, 0.0540860827554194, 0.147, 0.0700794063074579, 0.197083333333333, 0.582898105235346, 0.634875, 1.13654661830464, 1.44570833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 945, '2022-03-27 00:00:00', 0.0337290729537418, 0.0955416666666668, 0.0514587037186689, 0.140208333333333, 0.101406977077517, 0.201375, 0.580542325161868, 0.642, 1.13806996231797, 1.44375 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 960, '2022-03-27 00:00:00', 0.0401188226090469, 0.101708333333333, 0.0624060888658807, 0.137208333333333, 0.10529926297277, 0.20975, 0.576485150392608, 0.653791666666667, 1.13799952879438, 1.44283333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 975, '2022-03-27 00:00:00', 0.0499325450780454, 0.0907083333333335, 0.0821788434990452, 0.151833333333334, 0.110807894541651, 0.229958333333333, 0.564864354628998, 0.672, 1.12991606716631, 1.44866666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 990, '2022-03-27 00:00:00', 0.0705031605828698, 0.13, 0.0819861688582774, 0.177916666666667, 0.112830954420152, 0.244958333333333, 0.558121290581178, 0.691375, 1.12222527302044, 1.45679166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 1005, '2022-03-27 00:00:00', 0.0572209042576047, 0.114666666666667, 0.0653711671362359, 0.160541666666666, 0.0954148835350124, 0.2135, 0.560086482387875, 0.690541666666666, 1.12319133112055, 1.456375 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 1020, '2022-03-27 00:00:00', 0.0633663720079453, 0.119916666666666, 0.0952839767845784, 0.167416666666666, 0.101055408821962, 0.20325, 0.560455424283409, 0.68975, 1.11973487739383, 1.45675 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 1035, '2022-03-27 00:00:00', 0.0548166740474391, 0.107458333333333, 0.0562355134324791, 0.138458333333333, 0.0717356131109633, 0.200208333333333, 0.548894376207193, 0.687083333333333, 1.12504010556532, 1.44575 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 1050, '2022-03-27 00:00:00', 0.0434490372802404, 0.0950833333333335, 0.0615890865308952, 0.141458333333333, 0.0841070315349628, 0.202083333333333, 0.550834687779255, 0.688625, 1.12474143888621, 1.4465 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 1065, '2022-03-27 00:00:00', 0.0665249081607565, 0.118541666666666, 0.0617609786051101, 0.157625, 0.497366147968403, 0.479041666666667, 0.54738825045769, 0.691625, 1.21709113897839, 1.47183333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 1080, '2022-03-27 00:00:00', 0.0452902875341674, 0.105416666666667, 0.0737775249544593, 0.143083333333334, 0.521590314827393, 0.51775, 0.529466834299551, 0.672791666666667, 1.22824925994898, 1.466625 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 5, 1095, '2022-03-27 00:00:00', 0.0618911450370093, 0.103173913043479, 0.491550467053058, 0.442043478260869, 0.565408512989736, 0.551173913043478, 0.523637124299514, 0.696739130434783, 1.21341878599172, 1.52217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 600, '2022-03-27 00:00:00', 0.220433149352209, 0.19876, 0.253669916755351, 0.29348, 0.2840157390005, 0.36176, 0.289703883301554, 0.52444, 1.15728271826724, 1.40404 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 615, '2022-03-27 00:00:00', 0.12721644285757, 0.14776, 0.171919865053461, 0.20824, 0.170144722711775, 0.27632, 0.254285685794542, 0.49472, 1.15359026521551, 1.3816 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 630, '2022-03-27 00:00:00', 0.092720601809954, 0.11312, 0.124537035990638, 0.17516, 0.131583661599759, 0.25648, 0.347219464700162, 0.48924, 1.15409047883315, 1.364 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 645, '2022-03-27 00:00:00', 0.0981106857924597, 0.10796, 0.111142551107425, 0.1612, 0.118946024173433, 0.24164, 0.344264225075257, 0.46876, 1.13413707578346, 1.35564 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 660, '2022-03-27 00:00:00', 0.077314875670857, 0.10556, 0.101294586890581, 0.18048, 0.141847535520832, 0.24416, 0.329384274062986, 0.4588, 1.12103784057453, 1.34144 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 675, '2022-03-27 00:00:00', 0.0800737784795999, 0.102680000000001, 0.106647737903811, 0.16136, 0.16696299989319, 0.23668, 0.349539935725042, 0.446, 1.12347867210137, 1.33408 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 690, '2022-03-27 00:00:00', 0.0874159024434345, 0.10304, 0.131846501660075, 0.1508, 0.169630362848165, 0.21572, 0.385520457736465, 0.43924, 1.1164443828512, 1.33332 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 705, '2022-03-27 00:00:00', 0.0802283200206353, 0.0925999999999999, 0.109917802622384, 0.14444, 0.14470715255301, 0.207920000000001, 0.355619679807891, 0.41676, 1.07662450433442, 1.43764 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 720, '2022-03-27 00:00:00', 0.0810864353637527, 0.10252, 0.111602613469996, 0.14368, 0.116606532121204, 0.1886, 0.343586000878965, 0.40044, 1.04723394711974, 1.43976 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 735, '2022-03-27 00:00:00', 0.0732740972877411, 0.0894799999999999, 0.0875263388929294, 0.13888, 0.0972916234832167, 0.17908, 0.365759369895929, 0.401999999999999, 1.04787104327457, 1.44584 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 750, '2022-03-27 00:00:00', 0.0589524667281474, 0.0886800000000001, 0.0708048491748032, 0.11908, 0.117803395536801, 0.17416, 0.396264061790452, 0.407959999999999, 1.04861988664466, 1.451 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 765, '2022-03-27 00:00:00', 0.0515080899794715, 0.0741999999999996, 0.0832343478779444, 0.11504, 0.110158098506949, 0.16716, 0.376497954841723, 0.411279999999999, 1.03620678116548, 1.44992 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 780, '2022-03-27 00:00:00', 0.0670649436491726, 0.07904, 0.0858422584356528, 0.11368, 0.0919092305846738, 0.15984, 0.364053764344408, 0.421679999999999, 1.02266001192967, 1.4468 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 795, '2022-03-27 00:00:00', 0.078052503696764, 0.0841199999999999, 0.0843931869288036, 0.11728, 0.115052060679793, 0.16768, 0.368251757180692, 0.43724, 1.02202133539374, 1.45312 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 810, '2022-03-27 00:00:00', 0.0513399454615995, 0.0769599999999997, 0.0796777258711624, 0.10704, 0.213825029716667, 0.186319999999999, 0.367200935002441, 0.451879999999999, 1.01845021151421, 1.4676 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 825, '2022-03-27 00:00:00', 0.0689026366210568, 0.0783600000000003, 0.108086030549744, 0.12444, 0.233769651580354, 0.2006, 0.363692965746292, 0.44936, 1.01715387233201, 1.4672 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 840, '2022-03-27 00:00:00', 0.0904651314043152, 0.0812399999999997, 0.199162437890951, 0.13748, 0.221297333919774, 0.20052, 0.350417883866297, 0.439879999999999, 1.006930108465, 1.46592 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 855, '2022-03-27 00:00:00', 0.130602730956644, 0.0903600000000002, 0.154740018525698, 0.13384, 0.16911897193002, 0.19432, 0.290213559297288, 0.424919999999999, 0.953939073875616, 1.44844 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 870, '2022-03-27 00:00:00', 0.0775983676804268, 0.0845600000000002, 0.104861384694272, 0.12908, 0.154367796728031, 0.1938, 0.242257177396254, 0.401959999999999, 0.914860457483362, 1.44136 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 970045, 1, 885, '2022-03-27 00:00:00', 0.0829174690078428, 0.0821599999999999, 0.106343186586322, 0.12904, 0.158999737945277, 0.1868, 0.283191201605324, 0.50556, 0.914404132026243, 1.4454 where not exists (select 1 from powerstats_trumpet where symbolid = 970045 and enddate = '2022-03-27 00:00:00' and dayofweek = 1 and fromtime = 885);
Date: 2022-03-27 14:49:26 Duration: 3s901ms Database: acaweb_fx User: pgperfstats
13 1s820ms 3s791ms 2s421ms 45 1m48s insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, 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 Mar 27 14 45 1m48s 2s421ms [ User: pgperfstats - Total duration: 1m48s - Times executed: 45 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969225, 1, 990, '2022-03-27 00:00:00', 0.246970216915883, 0.437875, 0.394652736730275, 0.5915, 0.533120820998963, 0.774375, 0.550172041603642, 0.931166666666667, 1.27207221960235, 2.37391666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 1, 1005, '2022-03-27 00:00:00', 0.269925992943745, 0.328708333333334, 0.377521973638238, 0.450166666666667, 0.446913065420422, 0.607375, 0.428826372755938, 0.766166666666667, 1.28391192231997, 2.32354166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 1, 1020, '2022-03-27 00:00:00', 0.198764986674053, 0.256958333333333, 0.247284084563202, 0.381875, 0.32334185425049, 0.526958333333333, 0.360897994340286, 0.710333333333333, 1.28292463659734, 2.30483333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 1, 1035, '2022-03-27 00:00:00', 0.159277848337471, 0.245291666666667, 0.243529467312018, 0.365083333333334, 0.268393499645901, 0.469125, 0.361633790164036, 0.669708333333333, 1.28419792821846, 2.29116666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 1, 1050, '2022-03-27 00:00:00', 0.184153640761722, 0.233291666666667, 0.209672514664649, 0.302958333333333, 0.218844391643066, 0.387208333333333, 0.334325700347795, 0.60425, 1.2473111420752, 2.26329166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 1, 1065, '2022-03-27 00:00:00', 0.152911733324837, 0.200458333333334, 0.18022340705157, 0.276291666666667, 0.201989453017813, 0.3565, 0.315212419750901, 0.5785, 1.2442619421959, 2.25695833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 1, 1080, '2022-03-27 00:00:00', 0.108591167535241, 0.168291666666666, 0.147957470387535, 0.25925, 0.16996205885219, 0.324333333333333, 0.307777702458178, 0.564625, 1.24486462726571, 2.252125 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 1, 1095, '2022-03-27 00:00:00', 0.106600559791335, 0.167875, 0.120728915403447, 0.229583333333333, 0.207356127003272, 0.306041666666667, 0.458214427922694, 0.630875, 1.24902372237599, 2.24420833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 1, 1110, '2022-03-27 00:00:00', 0.110725857773649, 0.157958333333334, 0.154249086859863, 0.211208333333334, 0.241734972855501, 0.303166666666667, 0.470206491796462, 0.620666666666667, 1.25356790512266, 2.23583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 1, 1125, '2022-03-27 00:00:00', 0.103941864673885, 0.144791666666667, 0.140207138429778, 0.201291666666667, 0.213937346916796, 0.297166666666666, 0.516011415374798, 0.631291666666667, 1.22101678865952, 2.29854166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 1, 1140, '2022-03-27 00:00:00', 0.104796896388937, 0.126958333333334, 0.142209983291702, 0.187875, 0.192130159497165, 0.281791666666666, 0.537176184899506, 0.637083333333334, 1.22442351933885, 2.31454166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 1, 1155, '2022-03-27 00:00:00', 0.0816394401524527, 0.118041666666667, 0.123087389422243, 0.200375, 0.202338430802728, 0.287333333333333, 0.609936608728044, 1.03233333333333, 1.22500430936834, 2.32541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 1, 1170, '2022-03-27 00:00:00', 0.0909653441733706, 0.137458333333333, 0.134671904045093, 0.196, 0.232144757437676, 0.280333333333333, 0.633587335125856, 1.09829166666667, 1.22078502822771, 2.34954166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 1, 1185, '2022-03-27 00:00:00', 0.0927899294885652, 0.121166666666667, 0.155120687002836, 0.194083333333334, 0.199099203297309, 0.257333333333334, 0.620864678714583, 1.11691666666667, 1.21113277838727, 2.35745833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 1, 1200, '2022-03-27 00:00:00', 0.110493942059663, 0.132958333333334, 0.147963469835623, 0.186166666666667, 0.174504220081026, 0.270375, 0.664029050351071, 1.16016666666667, 1.20046216869931, 2.352875 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 1, 1215, '2022-03-27 00:00:00', 0.138432738860451, 0.131333333333334, 0.149595469008343, 0.18025, 0.212381522811858, 0.282208333333334, 0.726768456588997, 1.20204166666667, 1.20161774936113, 2.35120833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 1, 1230, '2022-03-27 00:00:00', 0.111488536812444, 0.126041666666666, 0.152893327405801, 0.19625, 0.219040380765275, 0.281083333333333, 0.739702525402581, 1.2145, 1.20161774936113, 2.35120833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 1, 1245, '2022-03-27 00:00:00', 0.0888028164947, 0.128125, 0.156709362436844, 0.202791666666667, 0.182948951460727, 0.256833333333334, 0.734271598795092, 1.22445833333333, 1.16167661115865, 2.331125 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 1, 1260, '2022-03-27 00:00:00', 0.103193140641043, 0.130708333333333, 0.152851163753729, 0.184, 0.196003544592319, 0.269208333333334, 0.741522639084851, 1.23779166666667, 1.14667697269551, 2.32158333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 1, 1275, '2022-03-27 00:00:00', 0.0998250280835633, 0.125083333333333, 0.113087467750936, 0.163083333333334, 0.423053976067672, 0.353166666666667, 0.745265489850643, 1.24870833333333, 1.14533621100177, 2.32241666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 1, 1290, '2022-03-27 00:00:00', 0.0771796206299289, 0.105208333333334, 0.1526587496365, 0.191458333333334, 0.431499943322078, 0.346125, 0.760486542153838, 1.26570833333333, 1.1347013581121, 2.31704166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 1, 1305, '2022-03-27 00:00:00', 0.112177646059107, 0.136208333333334, 0.43032043798526, 0.274875, 0.484158928197781, 0.365958333333334, 0.756796968924898, 1.27, 1.13501851402253, 2.316625 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 1, 1320, '2022-03-27 00:00:00', 0.096155900197841, 0.116571428571429, 0.109892631582789, 0.157238095238095, 0.168571194511541, 0.290619047619048, 0.728953587914439, 1.27633333333333, 1.15671397254711, 2.30971428571429 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 1, 1335, '2022-03-27 00:00:00', 0.0682646460824485, 0.106523809523809, 0.114131941190887, 0.185, 0.39885228797018, 0.802619047619047, 0.757839950435572, 1.2957619047619, 1.14049520572676, 2.30971428571429 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 1, 1350, '2022-03-27 00:00:00', 0.118568746383892, 0.145380952380952, 0.141984355274999, 0.238571428571429, 0.437907361370938, 0.906428571428571, 0.755322788141411, 1.30128571428571, 1.13985202882613, 2.31161904761905 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 1, 1365, '2022-03-27 00:00:00', 0.0923312617955689, 0.144476190476191, 0.400186408945584, 0.751809523809523, 0.454440697582257, 0.948619047619047, 0.759296218625543, 1.29061904761905, 1.13933868872212, 2.31204761904762 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 2, 990, '2022-03-27 00:00:00', 0.250796123145106, 0.483153846153846, 0.330822118133226, 0.626923076923077, 0.439458365928578, 0.780846153846154, 0.757310605924778, 1.11507692307692, 1.07303435818531, 2.23357692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 2, 1005, '2022-03-27 00:00:00', 0.219389165990133, 0.356384615384616, 0.287314044209468, 0.47, 0.448884245829419, 0.606115384615385, 0.791326617386661, 0.982153846153846, 1.08872917660913, 2.1255 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 2, 1020, '2022-03-27 00:00:00', 0.143584421696248, 0.291384615384615, 0.224134509751484, 0.402038461538461, 0.33540439197161, 0.517884615384615, 0.780002726819691, 0.938576923076923, 1.0990246921003, 2.11092307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 2, 1035, '2022-03-27 00:00:00', 0.143153688256847, 0.240461538461538, 0.23344658094272, 0.318115384615384, 0.31171049931726, 0.463653846153846, 0.721243908386487, 0.879153846153846, 1.08180107441959, 2.09073076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 2, 1050, '2022-03-27 00:00:00', 0.132254696005036, 0.21476923076923, 0.190982238400892, 0.318846153846153, 0.276713272873955, 0.450653846153846, 0.690551446309397, 0.8435, 1.08347784259052, 2.00434615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 2, 1065, '2022-03-27 00:00:00', 0.104119672271123, 0.230884615384616, 0.153591731548284, 0.3245, 0.21908871403015, 0.432230769230769, 0.666234359319948, 0.791692307692308, 1.14740824737922, 2.03561538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 2, 1080, '2022-03-27 00:00:00', 0.1062156080085, 0.199653846153846, 0.150701339895018, 0.272576923076923, 0.219851362375723, 0.384692307692308, 0.664101953479573, 0.735269230769231, 1.17119979245479, 2.03907692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 2, 1095, '2022-03-27 00:00:00', 0.123343853328191, 0.174884615384615, 0.135915199806577, 0.244692307692308, 0.20612667128585, 0.358269230769231, 0.669437361923026, 0.770692307692308, 1.1273020262829, 2.06446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 2, 1110, '2022-03-27 00:00:00', 0.103684610533765, 0.185461538461539, 0.135944015626343, 0.263846153846154, 0.537760577266071, 0.442961538461539, 0.644717212904529, 0.75926923076923, 1.12148905684157, 2.07276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 2, 1125, '2022-03-27 00:00:00', 0.0793231462970394, 0.160192307692308, 0.152886448561821, 0.241884615384615, 0.594974760938517, 0.435615384615385, 0.631795224858376, 0.747384615384615, 1.1359187626695, 2.23365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 2, 1140, '2022-03-27 00:00:00', 0.133307446846062, 0.172653846153846, 0.5215727989604, 0.319769230769231, 0.571406496826371, 0.414230769230769, 0.599901393179297, 0.734807692307692, 1.21785246043378, 2.29484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 2, 1155, '2022-03-27 00:00:00', 0.412513326591257, 0.229730769230769, 0.469147718249233, 0.309307692307692, 0.45749929634246, 0.369384615384616, 0.92557485920913, 1.0845, 1.2294473060939, 2.32303846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 2, 1170, '2022-03-27 00:00:00', 0.213294916813462, 0.194192307692307, 0.20898957279841, 0.238807692307692, 0.231382856222854, 0.319115384615385, 0.716892796405754, 1.10919230769231, 1.22117782740838, 2.34438461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 2, 1185, '2022-03-27 00:00:00', 0.113607854549695, 0.14276923076923, 0.22990942698242, 0.226230769230769, 0.265437566177927, 0.309692307692308, 0.722864163215703, 1.12096153846154, 1.23460514522473, 2.35023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 2, 1200, '2022-03-27 00:00:00', 0.155749483268681, 0.160307692307692, 0.162489384268634, 0.208, 0.222214411358454, 0.283730769230769, 0.721658922206328, 1.123, 1.23761111575735, 2.35792307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 2, 1215, '2022-03-27 00:00:00', 0.071610098127611, 0.133384615384615, 0.144880852904935, 0.194692307692307, 0.221414960233911, 0.289230769230769, 0.714291033123054, 1.124, 1.22957836926072, 2.36861538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 2, 1230, '2022-03-27 00:00:00', 0.107629621315953, 0.133846153846154, 0.145640384297974, 0.181807692307692, 0.220684965156564, 0.276576923076923, 0.704172567355037, 1.11973076923077, 1.22456303289723, 2.37369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 2, 1245, '2022-03-27 00:00:00', 0.082604935594766, 0.121846153846154, 0.153973943849651, 0.196153846153846, 0.196112965875833, 0.275846153846154, 0.670343880751916, 1.10203846153846, 1.21866100858531, 2.36542307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 2, 1260, '2022-03-27 00:00:00', 0.136792374956186, 0.142923076923076, 0.150066103383193, 0.190346153846153, 0.199001294932006, 0.278346153846154, 0.652950364470025, 1.08153846153846, 1.20264038745523, 2.36030769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 2, 1275, '2022-03-27 00:00:00', 0.0952165144047219, 0.126769230769231, 0.120733253337837, 0.185961538461539, 0.355112272603815, 0.369615384615385, 0.648503028876149, 1.07153846153846, 1.20043325255766, 2.36607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 2, 1290, '2022-03-27 00:00:00', 0.0606229202656747, 0.118461538461538, 0.109654176671655, 0.176038461538462, 0.334296038771717, 0.348192307692308, 0.634281369255487, 1.04815384615385, 1.15825845727374, 2.35342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 2, 1305, '2022-03-27 00:00:00', 0.0799805841823741, 0.111576923076923, 0.318130297447203, 0.259615384615384, 0.299929601996612, 0.340615384615384, 0.625262053370117, 1.03365384615385, 1.14448835528572, 2.33734615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 2, 1320, '2022-03-27 00:00:00', 0.0727945020292864, 0.118304347826088, 0.0953750035614565, 0.171869565217392, 0.129129542457092, 0.268565217391305, 0.647863524397739, 1.00034782608696, 1.06196986588482, 2.30478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 2, 1335, '2022-03-27 00:00:00', 0.0903657915617683, 0.134391304347826, 0.0887985017499927, 0.19108695652174, 0.683382412518153, 0.772608695652174, 0.648490457537956, 1.00034782608696, 1.06204854812625, 2.30386956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 2, 1350, '2022-03-27 00:00:00', 0.0616387858490795, 0.138608695652174, 0.103048417186219, 0.201608695652174, 0.673953631953799, 0.863956521739131, 0.650678338655328, 0.993869565217392, 1.06225754266869, 2.30221739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 2, 1365, '2022-03-27 00:00:00', 0.0943334217889039, 0.159391304347827, 0.688441959801849, 0.733173913043479, 0.667198164943781, 0.892130434782609, 0.647928023255792, 0.981217391304348, 1.07530923578716, 2.31795652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 3, 990, '2022-03-27 00:00:00', 0.317904303452858, 0.471115384615384, 0.33965290880771, 0.585538461538461, 0.378357405311231, 0.669615384615384, 0.351910690156117, 0.822423076923076, 1.14276491222621, 2.29226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 3, 1005, '2022-03-27 00:00:00', 0.150430587110672, 0.307807692307692, 0.186247201321254, 0.3895, 0.207786299244792, 0.488884615384615, 0.36057349405549, 0.725730769230768, 1.14830014369066, 2.2755 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 3, 1020, '2022-03-27 00:00:00', 0.11308613463265, 0.262076923076923, 0.180535153193115, 0.341307692307693, 0.217781545449704, 0.446807692307693, 0.381217910629361, 0.698153846153846, 1.15125378676401, 2.26980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 3, 1035, '2022-03-27 00:00:00', 0.167401318807414, 0.244192307692308, 0.184622029688101, 0.337576923076923, 0.183285200208268, 0.402769230769231, 0.368593534731897, 0.666923076923077, 1.14626039731884, 2.26046153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 3, 1050, '2022-03-27 00:00:00', 0.131970701876766, 0.248115384615384, 0.144568306985367, 0.298653846153846, 0.139504711803525, 0.371730769230769, 0.386466973412298, 0.666192307692308, 1.13512441879903, 2.25038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 3, 1065, '2022-03-27 00:00:00', 0.0758246661713719, 0.1735, 0.100934655175438, 0.244730769230769, 0.118495394262977, 0.318038461538462, 0.403071761123729, 0.642730769230769, 1.1363560628335, 2.24330769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 3, 1080, '2022-03-27 00:00:00', 0.095567559671357, 0.164038461538462, 0.114329786145169, 0.2295, 0.127473466319013, 0.29273076923077, 0.406953319946385, 0.613730769230769, 1.13686192450298, 2.22765384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 3, 1095, '2022-03-27 00:00:00', 0.0569533682396939, 0.160615384615385, 0.0888264686817025, 0.214692307692308, 0.102423134405946, 0.288461538461538, 0.516148674168746, 0.676576923076923, 1.14033809831187, 2.22046153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 3, 1110, '2022-03-27 00:00:00', 0.0990355414057922, 0.161038461538461, 0.110986402493556, 0.217307692307692, 0.107626362226705, 0.273076923076923, 0.533578048504766, 0.691423076923077, 1.13886943669859, 2.22292307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 3, 1125, '2022-03-27 00:00:00', 0.0709028913373781, 0.1475, 0.0969430998853696, 0.197730769230769, 0.38286227288674, 0.316, 0.54469829616601, 0.674076923076923, 1.17354379617399, 2.35880769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 3, 1140, '2022-03-27 00:00:00', 0.0758799963505132, 0.138423076923076, 0.0722631622293447, 0.174269230769231, 0.374788793855954, 0.297, 0.538343420561206, 0.676038461538462, 1.21098296500754, 2.38130769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 3, 1155, '2022-03-27 00:00:00', 0.0605652985183379, 0.113653846153846, 0.381205474575266, 0.229423076923077, 0.376553775912347, 0.296884615384615, 0.668452031533706, 1.01103846153846, 1.23008666173754, 2.38265384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 3, 1170, '2022-03-27 00:00:00', 0.329981820012045, 0.182807692307692, 0.32448817923237, 0.220461538461538, 0.330299500453755, 0.302, 0.663600978345827, 1.05146153846154, 1.30885058499668, 2.41157692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 3, 1185, '2022-03-27 00:00:00', 0.0894616032806161, 0.121461538461538, 0.13482047892832, 0.184807692307692, 0.19673189878614, 0.257, 0.603577860632871, 1.04807692307692, 1.33191212230329, 2.41330769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 3, 1200, '2022-03-27 00:00:00', 0.104105545555387, 0.133269230769231, 0.127209506175987, 0.182461538461538, 0.175870971059861, 0.249961538461538, 0.58798238592142, 1.04238461538461, 1.33344063061863, 2.41065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 3, 1215, '2022-03-27 00:00:00', 0.0683338411488322, 0.121923076923076, 0.118851148015555, 0.177653846153846, 0.142840351980265, 0.267615384615385, 0.583465561570228, 1.04669230769231, 1.34034374006762, 2.41769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 3, 1230, '2022-03-27 00:00:00', 0.111648293934397, 0.136307692307692, 0.139834451570969, 0.179076923076923, 0.164813708354428, 0.282961538461539, 0.611367029382011, 1.06026923076923, 1.36256616042615, 2.42730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 3, 1245, '2022-03-27 00:00:00', 0.114026069893619, 0.128769230769231, 0.117619131096944, 0.1935, 0.149397435875432, 0.276076923076923, 0.600186165990315, 1.05607692307692, 1.3537652387096, 2.42380769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 3, 1260, '2022-03-27 00:00:00', 0.087710923799982, 0.142384615384616, 0.148391960180308, 0.213423076923077, 0.205390929318103, 0.291923076923077, 0.601787282888359, 1.06057692307692, 1.35273080669608, 2.42665384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 3, 1275, '2022-03-27 00:00:00', 0.128606358258896, 0.158346153846154, 0.136264381033568, 0.205307692307692, 0.403051384393528, 0.380538461538462, 0.5992036009443, 1.05034615384615, 1.34227141872963, 2.42019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 3, 1290, '2022-03-27 00:00:00', 0.0997562953479052, 0.139038461538461, 0.160474066920005, 0.200384615384615, 0.4070052069219, 0.398961538461539, 0.576749940482141, 1.04042307692308, 1.34501860953669, 2.4305 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 3, 1305, '2022-03-27 00:00:00', 0.081530334137764, 0.128653846153846, 0.367693358865572, 0.287384615384616, 0.391478216311143, 0.380923076923077, 0.590297980814645, 1.05088461538462, 1.34066112049242, 2.436 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 3, 1320, '2022-03-27 00:00:00', 0.111352625090854, 0.14204347826087, 0.161469070937952, 0.201521739130435, 0.185716133422594, 0.270130434782609, 0.604914344049109, 1.006, 1.31207614499947, 2.46691304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 3, 1335, '2022-03-27 00:00:00', 0.0989067313279351, 0.134782608695652, 0.139729906034164, 0.193913043478261, 0.507630814153614, 0.773043478260869, 0.591516146676196, 0.991521739130435, 1.30516497071846, 2.47434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 3, 1350, '2022-03-27 00:00:00', 0.0843572536600108, 0.132652173913044, 0.102030259791121, 0.201086956521739, 0.474798617597743, 0.809000000000001, 0.564136567857178, 0.962608695652174, 1.30168729054698, 2.4634347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 3, 1365, '2022-03-27 00:00:00', 0.0762745457155311, 0.157478260869566, 0.452669377379773, 0.726260869565218, 0.446431529657054, 0.829739130434783, 0.550001670856247, 0.961260869565218, 1.31238366546353, 2.47239130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 4, 990, '2022-03-27 00:00:00', 0.290650517517746, 0.487839999999999, 0.30251501340154, 0.574, 0.292212964576637, 0.636199999999999, 0.445255589521344, 0.81096, 1.34262019697803, 2.35792 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 4, 1005, '2022-03-27 00:00:00', 0.151544547905888, 0.338, 0.199408232862471, 0.426679999999999, 0.232251537490427, 0.482119999999999, 0.442164758131326, 0.71256, 1.33408620411126, 2.3404 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 4, 1020, '2022-03-27 00:00:00', 0.105818744401295, 0.26476, 0.157902374902976, 0.33792, 0.188587318414221, 0.41848, 0.424642936280981, 0.64804, 1.34915038079526, 2.3236 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 4, 1035, '2022-03-27 00:00:00', 0.136487178885052, 0.228800000000001, 0.174884552395764, 0.284760000000001, 0.216984392679904, 0.40132, 0.421265901777014, 0.65628, 1.35169785208579, 2.3268 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 4, 1050, '2022-03-27 00:00:00', 0.0764119973128136, 0.176720000000001, 0.129771632750254, 0.25848, 0.19025668626008, 0.36776, 0.371070747971328, 0.609, 1.36781320240253, 2.31996 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 4, 1065, '2022-03-27 00:00:00', 0.111062715015736, 0.191520000000001, 0.134867057999103, 0.26796, 0.197439805172784, 0.34632, 0.401285226906416, 0.5988, 1.38391588496797, 2.33152 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 4, 1080, '2022-03-27 00:00:00', 0.0751602066699316, 0.174160000000001, 0.130349939266065, 0.24024, 0.155927525900124, 0.29768, 0.361595847136921, 0.56216, 1.40001892844347, 2.3218 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 4, 1095, '2022-03-27 00:00:00', 0.0980348577462792, 0.1572, 0.113745505405709, 0.21496, 0.190331447743142, 0.287679999999999, 0.341553695144214, 0.57348, 1.39876729896958, 2.31896 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 4, 1110, '2022-03-27 00:00:00', 0.0710431089785167, 0.158960000000001, 0.0860280961856845, 0.1992, 0.178357665006768, 0.27196, 0.318920042225842, 0.57592, 1.38651438626988, 2.31168 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 4, 1125, '2022-03-27 00:00:00', 0.0672377622074582, 0.1306, 0.121617748156536, 0.18928, 0.152663486138631, 0.26016, 0.312726994890645, 0.569440000000001, 1.34990215447886, 2.36092 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 4, 1140, '2022-03-27 00:00:00', 0.121280776162864, 0.15112, 0.155251548569839, 0.19828, 0.169939675571461, 0.27208, 0.319940228792817, 0.587600000000001, 1.37995669255717, 2.38884 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 4, 1155, '2022-03-27 00:00:00', 0.0667252575866141, 0.12252, 0.108802067995052, 0.18584, 0.150779950037573, 0.251479999999999, 0.340477008523826, 0.83252, 1.36654662318317, 2.40356 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 4, 1170, '2022-03-27 00:00:00', 0.110259920188616, 0.1412, 0.131608611673653, 0.200919999999999, 0.141652356139952, 0.26116, 0.367904480356881, 0.891040000000001, 1.35671353276954, 2.41312 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 4, 1185, '2022-03-27 00:00:00', 0.0491299297780888, 0.1208, 0.115577895810574, 0.1782, 0.140678747506508, 0.25952, 0.373326166597878, 0.91948, 1.35628079074111, 2.4256 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 4, 1200, '2022-03-27 00:00:00', 0.0919846001603897, 0.135200000000001, 0.107989073521353, 0.19484, 0.130669430242885, 0.2616, 0.40402404218891, 0.963520000000001, 1.34643876330613, 2.43452 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 4, 1215, '2022-03-27 00:00:00', 0.0827235758414739, 0.13576, 0.108120950791232, 0.18816, 0.167693589621071, 0.27216, 0.389016786270207, 0.970320000000001, 1.3410970099139, 2.43224 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 4, 1230, '2022-03-27 00:00:00', 0.0734064711043927, 0.12348, 0.0975664389019092, 0.17572, 0.172669597787219, 0.26804, 0.378097593221644, 0.96204, 1.34427480697463, 2.42544 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 4, 1245, '2022-03-27 00:00:00', 0.0634330355571924, 0.121000000000001, 0.132157443982547, 0.193440000000001, 0.166025168774697, 0.261760000000001, 0.364685951653382, 0.951520000000001, 1.34735998283062, 2.41544 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 4, 1260, '2022-03-27 00:00:00', 0.0924576479620089, 0.1418, 0.117803975597884, 0.195120000000001, 0.14771820018761, 0.251400000000001, 0.365141538767275, 0.93548, 1.34950126960543, 2.40952 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 4, 1275, '2022-03-27 00:00:00', 0.0696390216282034, 0.12852, 0.106802652900884, 0.17116, 0.201255906745616, 0.28976, 0.349579976543279, 0.92392, 1.35134410002289, 2.41128 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 4, 1290, '2022-03-27 00:00:00', 0.0862306596673522, 0.11732, 0.104610818433532, 0.16844, 0.194389857417167, 0.3012, 0.341547127055696, 0.92924, 1.34864191936432, 2.41512 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 4, 1305, '2022-03-27 00:00:00', 0.0747086117302864, 0.125720000000001, 0.1731925710493, 0.226800000000001, 0.194636815633632, 0.306640000000001, 0.3301192612779, 0.926680000000001, 1.34167180909988, 2.41108 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 4, 1320, '2022-03-27 00:00:00', 0.0538725447909334, 0.122181818181819, 0.096501497195841, 0.190590909090909, 0.145334157430445, 0.277727272727273, 0.340120528674724, 0.914454545454546, 1.37213874199103, 2.46781818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 4, 1335, '2022-03-27 00:00:00', 0.0746819663901263, 0.13640909090909, 0.0976298890611645, 0.1845, 0.282596529881913, 0.660681818181818, 0.327096160583395, 0.904772727272728, 1.3709982333483, 2.46781818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 4, 1350, '2022-03-27 00:00:00', 0.0733169157143849, 0.130318181818182, 0.0993173343401487, 0.191136363636364, 0.312038046437037, 0.717863636363636, 0.304639933655273, 0.892181818181819, 1.3743483965689, 2.46190909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 4, 1365, '2022-03-27 00:00:00', 0.077146232089073, 0.149272727272727, 0.264652087225337, 0.615181818181818, 0.296808627691078, 0.748863636363636, 0.293493438203306, 0.885272727272728, 1.37457015398455, 2.46281818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 5, 990, '2022-03-27 00:00:00', 0.216421409908231, 0.42032, 0.257947552808705, 0.53524, 0.277365805390643, 0.646960000000001, 0.269157791391344, 0.7996, 1.33475980985344, 2.3966 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 5, 1005, '2022-03-27 00:00:00', 0.119594969236447, 0.286040000000001, 0.148109216458666, 0.38156, 0.177292601838505, 0.473400000000001, 0.245564336444308, 0.685480000000001, 1.30267570791813, 2.375 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 5, 1020, '2022-03-27 00:00:00', 0.111073924332701, 0.254999999999999, 0.139725623992165, 0.3258, 0.170897991016083, 0.42596, 0.266728657377993, 0.66352, 1.31730096282766, 2.37692 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 5, 1035, '2022-03-27 00:00:00', 0.0958520039783559, 0.217240000000001, 0.156240061017226, 0.323040000000001, 0.196652587066634, 0.431360000000001, 0.264034069771308, 0.65336, 1.34369126166194, 2.38096 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 5, 1050, '2022-03-27 00:00:00', 0.12725123444064, 0.22728, 0.157720237551601, 0.31744, 0.193145307993748, 0.38088, 0.271462446758295, 0.63188, 1.34497249042499, 2.3822 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 5, 1065, '2022-03-27 00:00:00', 0.0874795214131095, 0.1924, 0.129551752850614, 0.260360000000001, 0.143972080626766, 0.30872, 0.275089379414522, 0.5808, 1.35249137397126, 2.3734 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 5, 1080, '2022-03-27 00:00:00', 0.0853980874102774, 0.1858, 0.0901923869662327, 0.228, 0.108269078380363, 0.30588, 0.254199809860931, 0.56472, 1.36148961558043, 2.36984 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 5, 1095, '2022-03-27 00:00:00', 0.0675246868436521, 0.1522, 0.0817570995897808, 0.200839999999999, 0.0956608244441436, 0.29808, 0.335141636724933, 0.6086, 1.36539729627192, 2.36088 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 5, 1110, '2022-03-27 00:00:00', 0.0674067256782794, 0.1528, 0.0771686896783062, 0.21356, 0.0870755036352553, 0.29432, 0.370717219274566, 0.62556, 1.35624752780113, 2.36576 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 5, 1125, '2022-03-27 00:00:00', 0.0683660490789601, 0.146400000000001, 0.0753348524920578, 0.204560000000001, 0.098806747407925, 0.27176, 0.376463065917495, 0.613240000000001, 1.36206710798942, 2.47316 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 5, 1140, '2022-03-27 00:00:00', 0.0649317077140791, 0.13128, 0.0791650596328123, 0.18876, 0.117587300901642, 0.26576, 0.414981136117455, 0.62048, 1.38552705013892, 2.49504 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 5, 1155, '2022-03-27 00:00:00', 0.0550947063397811, 0.13448, 0.0789129900586719, 0.17548, 0.200124402976415, 0.27888, 0.579927676525272, 1.04712, 1.37488457333698, 2.51856 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 5, 1170, '2022-03-27 00:00:00', 0.049744949492386, 0.12832, 0.087967664513729, 0.180679999999999, 0.188467220845783, 0.26468, 0.711970090663927, 1.13908, 1.37080460314372, 2.52748 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 5, 1185, '2022-03-27 00:00:00', 0.0569561819881442, 0.122559999999999, 0.174145800982969, 0.19848, 0.173464664989732, 0.27536, 0.77091995909649, 1.198, 1.35445053804116, 2.51748 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 5, 1200, '2022-03-27 00:00:00', 0.0572008760194394, 0.123875, 0.0936106645726813, 0.173, 0.119482185925865, 0.258416666666667, 0.808685850221101, 1.25375, 1.37523232227046, 2.543125 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 5, 1215, '2022-03-27 00:00:00', 0.0564311655849441, 0.113291666666667, 0.0722254923079828, 0.18, 0.0955567116686602, 0.244291666666667, 0.822122305466119, 1.27329166666667, 1.38115020329361, 2.53766666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 5, 1230, '2022-03-27 00:00:00', 0.0670372895365392, 0.130541666666666, 0.0906474297580411, 0.1805, 0.121798471885419, 0.255458333333333, 0.828722060538507, 1.28208333333333, 1.38577587748117, 2.5315 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 5, 1245, '2022-03-27 00:00:00', 0.0762836050917703, 0.131166666666667, 0.0863088383638081, 0.180208333333333, 0.145906257129587, 0.250875, 0.825497895431793, 1.29241666666667, 1.38513742778129, 2.52895833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 5, 1260, '2022-03-27 00:00:00', 0.0855031040202717, 0.130791666666666, 0.130297318868608, 0.1905, 0.14151898525783, 0.243833333333333, 0.832177733898895, 1.29204166666667, 1.39118861636528, 2.526875 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 5, 1275, '2022-03-27 00:00:00', 0.0683935224494507, 0.12875, 0.0856990013977976, 0.168833333333333, 0.326153726980375, 0.303916666666667, 0.802522016493331, 1.28525, 1.38904442964803, 2.52808333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 5, 1290, '2022-03-27 00:00:00', 0.0533703053462653, 0.121291666666667, 0.0944940666030858, 0.177791666666667, 0.385394544214296, 0.330458333333334, 0.775865406254969, 1.27245833333333, 1.39350483740964, 2.52558333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 5, 1305, '2022-03-27 00:00:00', 0.0711856116385036, 0.122130434782609, 0.335840718410221, 0.244478260869566, 0.390747358306765, 0.357956521739131, 0.745404272622762, 1.3235652173913, 1.3178785638635, 2.626 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 5, 1320, '2022-03-27 00:00:00', 0.0773767529996051, 0.118190476190477, 0.0880775091555584, 0.175380952380952, 0.143325553498718, 0.280285714285714, 0.735649392422387, 1.31214285714286, 1.36073751711202, 2.65390476190476 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 5, 1335, '2022-03-27 00:00:00', 0.0545773806277879, 0.131238095238095, 0.0963237101800852, 0.199428571428572, 0.488494348556284, 0.864142857142857, 0.717853629463091, 1.30266666666667, 1.34761924465757, 2.64385714285714 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 5, 1350, '2022-03-27 00:00:00', 0.0658930229704967, 0.148238095238096, 0.0960298564683576, 0.216333333333333, 0.588791550955166, 0.981761904761905, 0.701488366668634, 1.28885714285714, 1.33552870928832, 2.62966666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 5, 1365, '2022-03-27 00:00:00', 0.0850335228013048, 0.162, 0.461066532746682, 0.824380952380952, 0.673086571945492, 1.06266666666667, 0.69075644181199, 1.28047619047619, 1.33418849243026, 2.62966666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 1, 930, '2022-03-27 00:00:00', 0.540086104246349, 0.719000000000001, 0.612691058636677, 0.885666666666667, 0.62679688363403, 0.996666666666666, 0.584186899316762, 1.02333333333333, 1.04293448180283, 2.19366666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 1, 945, '2022-03-27 00:00:00', 0.342219714998032, 0.562666666666665, 0.316128138576749, 0.618999999999997, 0.426006259734917, 0.829666666666665, 0.497551337384731, 0.923666666666666, 0.9521262171232, 2.13733333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 1, 960, '2022-03-27 00:00:00', 0.177522768492759, 0.378333333333334, 0.468516808663253, 0.762999999999999, 0.431973764635462, 0.789666666666665, 0.497551337384731, 0.923666666666666, 0.889354260123603, 2.184 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 1, 975, '2022-03-27 00:00:00', 0.353743315602337, 0.484666666666667, 0.321145346118132, 0.511333333333333, 0.366443720099009, 0.537999999999999, 0.420048013128661, 0.749333333333334, 0.876288194602666, 2.194 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 2, 930, '2022-03-27 00:00:00', 0.406571436937388, 0.538666666666665, 0.422017772137618, 0.552999999999998, 0.473984528580133, 0.726333333333335, 0.592685695232586, 0.860333333333336, 0.735853472733078, 2.19433333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 2, 945, '2022-03-27 00:00:00', 0.18302732036502, 0.353000000000002, 0.22918987761243, 0.533000000000002, 0.295528904395718, 0.611666666666669, 0.597045224417716, 0.857000000000002, 0.735853472733078, 2.19433333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 2, 960, '2022-03-27 00:00:00', 0.131993686717712, 0.386666666666668, 0.236922631534714, 0.543333333333335, 0.327656832677115, 0.6, 0.603113864318617, 0.840333333333334, 0.735853472733078, 2.19433333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 2, 975, '2022-03-27 00:00:00', 0.342451456413901, 0.396000000000001, 0.403605417869154, 0.458333333333333, 0.395646727944681, 0.503666666666666, 0.605909509195337, 0.833666666666668, 0.735853472733078, 2.19433333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 3, 930, '2022-03-27 00:00:00', 0.212509607625945, 0.612333333333332, 0.180000925923546, 0.724666666666665, 0.0974388697252465, 0.815666666666665, 0.436495131702522, 1.053, 2.13389854491726, 2.351 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 3, 945, '2022-03-27 00:00:00', 0.112694276695848, 0.454999999999999, 0.115902257671426, 0.581666666666665, 0.425990610225153, 0.800999999999997, 0.410210108765414, 0.883333333333333, 2.1891709237365, 2.30133333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 3, 960, '2022-03-27 00:00:00', 0.0471734388542256, 0.333333333333331, 0.192938677650006, 0.496666666666664, 0.561038620179872, 0.709666666666665, 0.404436645223947, 0.889999999999998, 2.18539912449267, 2.30466666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 3, 975, '2022-03-27 00:00:00', 0.191392267346412, 0.309000000000001, 0.47849172754953, 0.527333333333334, 0.506178163627527, 0.56866666666667, 0.330342751295281, 0.778666666666669, 2.23509940121985, 2.26133333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 4, 930, '2022-03-27 00:00:00', 0.123983869918632, 0.506000000000003, 0.318018867364815, 0.748000000000002, 0.088121128756579, 0.976666666666668, 0.247528449543347, 1.17166666666667, 1.39791022601596, 1.995 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 4, 945, '2022-03-27 00:00:00', 0.227250962594223, 0.406000000000002, 0.193883985929731, 0.564000000000001, 0.153871158224447, 0.754333333333333, 0.286550170127324, 1.099, 1.45394578074058, 1.91233333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 4, 960, '2022-03-27 00:00:00', 0.247715562692375, 0.451999999999999, 0.245495417472506, 0.603999999999999, 0.173874475796001, 0.746666666666667, 0.297198586806867, 1.085, 1.4636243825973, 1.89833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 4, 975, '2022-03-27 00:00:00', 0.123983869918632, 0.287999999999999, 0.0308274769212989, 0.424666666666665, 0.0217791949652232, 0.471666666666665, 0.140058321185615, 0.792666666666666, 1.22286930345533, 1.69533333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 5, 930, '2022-03-27 00:00:00', 0.105434023604022, 0.480666666666667, 0.0695509405639722, 0.501666666666667, 0.132864592725076, 0.594000000000002, 0.350589503550802, 0.976, 1.10512322088233, 2.03833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 5, 945, '2022-03-27 00:00:00', 0.0855940029051837, 0.379333333333333, 0.0667757440991872, 0.493, 0.0417412665516201, 0.629666666666666, 0.322034677221773, 0.953666666666667, 1.1283913328274, 2.016 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 5, 960, '2022-03-27 00:00:00', 0.132519181001597, 0.272333333333335, 0.140575009633055, 0.402333333333336, 0.222952909826268, 0.569000000000003, 0.436362616791737, 0.863333333333335, 1.14304213978897, 2.00233333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 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 969225, 5, 975, '2022-03-27 00:00:00', 0.0797579672091337, 0.245666666666667, 0.0865582655402308, 0.356666666666667, 0.280005357091608, 0.545999999999999, 0.391193473019851, 0.816666666666668, 1.1832041244012, 1.979 where not exists (select 1 from powerstats_trumpet where symbolid = 969225 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2022-03-27 14:39:41 Duration: 3s791ms 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 970050, 1, 990, '2022-03-27 00:00:00', 0.167880111639402, 0.307916666666666, 0.177604097868574, 0.374208333333333, 0.197068129909651, 0.46675, 0.320305922608326, 0.674666666666666, 0.728606162626554, 1.678375 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 1, 1005, '2022-03-27 00:00:00', 0.0924835962736631, 0.182541666666666, 0.137642021515802, 0.25575, 0.172516980890729, 0.34425, 0.278377750729919, 0.601458333333333, 0.720483049263037, 1.64654166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 1, 1020, '2022-03-27 00:00:00', 0.115422852081417, 0.1695, 0.150082199699586, 0.239833333333334, 0.144850647720082, 0.325166666666666, 0.267667054703998, 0.5675, 0.729894531541313, 1.631875 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 1, 1035, '2022-03-27 00:00:00', 0.10915126288049, 0.159458333333334, 0.106088483372833, 0.216625, 0.147539432213802, 0.310333333333333, 0.267826666313132, 0.540416666666667, 0.746597818464688, 1.62304166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 1, 1050, '2022-03-27 00:00:00', 0.0838077510164475, 0.136999999999999, 0.0988896233620876, 0.193875, 0.145025235185396, 0.292333333333334, 0.273696829923449, 0.495958333333334, 0.743546552980561, 1.59854166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 1, 1065, '2022-03-27 00:00:00', 0.0684413294706501, 0.120958333333333, 0.109910899355348, 0.191666666666666, 0.148135214134474, 0.288041666666667, 0.262440386605681, 0.4885, 0.741232540669813, 1.596875 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 1, 1080, '2022-03-27 00:00:00', 0.0795517218498467, 0.133291666666666, 0.0923984656218674, 0.198541666666666, 0.155907714946087, 0.292541666666666, 0.244827046317796, 0.47225, 0.73955286016012, 1.59379166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 1, 1095, '2022-03-27 00:00:00', 0.0739988126618408, 0.126208333333335, 0.116934198949914, 0.195708333333334, 0.159549859318947, 0.279375000000001, 0.213962304515594, 0.455041666666667, 0.729262775446666, 1.58675 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 1, 1110, '2022-03-27 00:00:00', 0.0901649052843042, 0.130333333333333, 0.123529605381856, 0.194541666666667, 0.145851864247077, 0.247375, 0.203253304517053, 0.451416666666666, 0.719244934193018, 1.58316666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 1, 1125, '2022-03-27 00:00:00', 0.0674467583905363, 0.11075, 0.0808921271316562, 0.150666666666668, 0.078199009871784, 0.193708333333333, 0.164197720155756, 0.42675, 0.727654927723698, 1.58770833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 1, 1140, '2022-03-27 00:00:00', 0.0614260336396195, 0.0981249999999996, 0.0620069976181979, 0.126541666666666, 0.0870928103157536, 0.185874999999999, 0.168254702542117, 0.439916666666667, 0.716508078172855, 1.5895 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 1, 1155, '2022-03-27 00:00:00', 0.0496075723240325, 0.0787083333333332, 0.0470281291094611, 0.122916666666666, 0.125334653477476, 0.189583333333333, 0.311049229525497, 0.640333333333333, 0.713901282858259, 1.59120833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 1, 1170, '2022-03-27 00:00:00', 0.0499225487086264, 0.0864999999999994, 0.076082894819126, 0.126458333333333, 0.116639844225161, 0.192375, 0.356332707154992, 0.677958333333333, 0.710638444068717, 1.58995833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 1, 1185, '2022-03-27 00:00:00', 0.0610989782641869, 0.0939583333333337, 0.102947291987386, 0.140666666666667, 0.102443480352175, 0.193333333333333, 0.368528674675351, 0.685583333333334, 0.703122722862658, 1.58954166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 1, 1200, '2022-03-27 00:00:00', 0.0565059955777425, 0.0858333333333337, 0.076047074951609, 0.130875, 0.0934385696826953, 0.187624999999999, 0.365093674697806, 0.694, 0.698777585595328, 1.584125 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 1, 1215, '2022-03-27 00:00:00', 0.0591560053672864, 0.0887083333333329, 0.0771784587352813, 0.124583333333332, 0.082628808097033, 0.177958333333332, 0.368067682418029, 0.704416666666666, 0.700227373786544, 1.579125 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 1, 1230, '2022-03-27 00:00:00', 0.0545529260363771, 0.0757499999999984, 0.067533512883004, 0.120416666666666, 0.0781057903919655, 0.170416666666666, 0.373577977716543, 0.728374999999999, 0.700332342172453, 1.57354166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 1, 1245, '2022-03-27 00:00:00', 0.0578171624637732, 0.0819583333333327, 0.0679259907354415, 0.119125, 0.0744919020985562, 0.1665, 0.375430873237285, 0.740083333333333, 0.701014687714391, 1.571125 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 1, 1260, '2022-03-27 00:00:00', 0.0575565254613965, 0.0803333333333332, 0.0705720800193735, 0.117625000000001, 0.0800805640535235, 0.168125, 0.373529791897223, 0.738375, 0.702754250241067, 1.57316666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 1, 1275, '2022-03-27 00:00:00', 0.0492923105976778, 0.0780833333333325, 0.0509284806854436, 0.110666666666666, 0.102239665860969, 0.184416666666666, 0.370801127896445, 0.752458333333334, 0.701695503555599, 1.57483333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 1, 1290, '2022-03-27 00:00:00', 0.0427525531062353, 0.0847083333333331, 0.0555678036015599, 0.121291666666666, 0.13594849301711, 0.209583333333334, 0.377850815971641, 0.76575, 0.69859052197357, 1.58275 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 1, 1305, '2022-03-27 00:00:00', 0.058151414054361, 0.0817500000000004, 0.11268822418321, 0.143125000000001, 0.159346349371334, 0.219958333333333, 0.379403183120963, 0.772083333333333, 0.697007078696927, 1.58354166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 1, 1320, '2022-03-27 00:00:00', 0.0466318918052152, 0.0786666666666667, 0.0664323501229428, 0.112571428571428, 0.12957002151806, 0.202095238095238, 0.39562275200595, 0.801190476190476, 0.703260938499394, 1.63204761904762 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 1, 1335, '2022-03-27 00:00:00', 0.0441368003241872, 0.0744285714285709, 0.0665406427896299, 0.124571428571428, 0.263528050372884, 0.544666666666666, 0.406642583205682, 0.805904761904761, 0.691981093190655, 1.65233333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 1, 1350, '2022-03-27 00:00:00', 0.0660501973610114, 0.100142857142858, 0.115578503521159, 0.166904761904762, 0.355124190215465, 0.608095238095238, 0.410564321275926, 0.813523809523809, 0.690232531556611, 1.65204761904762 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 1, 1365, '2022-03-27 00:00:00', 0.0824041723400441, 0.131619047619048, 0.261889398683599, 0.525571428571428, 0.370104026560358, 0.619761904761904, 0.416367580275844, 0.808190476190476, 0.69029855169788, 1.6577619047619 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 2, 990, '2022-03-27 00:00:00', 0.268400931443987, 0.4175, 0.354422791852633, 0.491346153846154, 0.365149943911348, 0.550192307692307, 0.394333995491131, 0.703499999999999, 0.697060086804133, 1.62026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 2, 1005, '2022-03-27 00:00:00', 0.142328266288237, 0.262153846153846, 0.142024786569106, 0.311, 0.163066616873171, 0.383192307692306, 0.244353681245979, 0.546192307692307, 0.634060498205507, 1.54534615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 2, 1020, '2022-03-27 00:00:00', 0.0816478743422957, 0.186846153846154, 0.105852698813746, 0.252076923076923, 0.134454087102109, 0.334307692307691, 0.23309135878119, 0.499692307692308, 0.622368117633089, 1.54192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 2, 1035, '2022-03-27 00:00:00', 0.0758310267330238, 0.168230769230769, 0.0882163162999808, 0.221961538461538, 0.144055523483668, 0.313076923076923, 0.244043593205425, 0.469653846153846, 0.624399117921813, 1.54346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 2, 1050, '2022-03-27 00:00:00', 0.0733240646823289, 0.155461538461539, 0.105623110816059, 0.221192307692308, 0.147033878879874, 0.282807692307692, 0.245815456107906, 0.457038461538462, 0.654892744007633, 1.55411538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 2, 1065, '2022-03-27 00:00:00', 0.074232866451044, 0.145038461538462, 0.133754867632489, 0.211269230769231, 0.154155331253402, 0.278115384615385, 0.253541670069316, 0.460461538461538, 0.654854733157257, 1.54680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 2, 1080, '2022-03-27 00:00:00', 0.09301206704178, 0.14773076923077, 0.115190865022429, 0.203153846153847, 0.149283148618786, 0.263538461538462, 0.244439028106271, 0.458038461538462, 0.654934088286753, 1.5445 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 2, 1095, '2022-03-27 00:00:00', 0.0928109824403263, 0.138038461538462, 0.10563586220889, 0.184153846153847, 0.122325568117973, 0.24423076923077, 0.233116451585898, 0.469000000000001, 0.646040447650145, 1.5545 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 2, 1110, '2022-03-27 00:00:00', 0.0703955964531871, 0.1395, 0.0938070359834494, 0.19, 0.127338464791219, 0.23873076923077, 0.240867014058668, 0.474961538461539, 0.650187604879131, 1.56019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 2, 1125, '2022-03-27 00:00:00', 0.0697951397911169, 0.121192307692307, 0.076123230053947, 0.153884615384615, 0.134300764646428, 0.212153846153846, 0.256221298580258, 0.477923076923077, 0.640914034797179, 1.606 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 2, 1140, '2022-03-27 00:00:00', 0.0603799253445654, 0.100846153846154, 0.0952080878917325, 0.1365, 0.122753517887864, 0.212884615384615, 0.264878459791539, 0.501961538461539, 0.627681267719656, 1.61357692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 2, 1155, '2022-03-27 00:00:00', 0.0565677945885764, 0.0946538461538461, 0.0820282971812869, 0.139192307692307, 0.0924978918678688, 0.1955, 0.372564096705313, 0.662384615384615, 0.627114083597358, 1.62392307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 2, 1170, '2022-03-27 00:00:00', 0.0479659654979837, 0.0974230769230775, 0.0708988119679134, 0.149807692307693, 0.0887876030847693, 0.185961538461539, 0.391989089330106, 0.694615384615384, 0.632743316531581, 1.63276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 2, 1185, '2022-03-27 00:00:00', 0.0637973835971837, 0.111884615384616, 0.066066924111377, 0.139038461538462, 0.138648354313516, 0.207384615384616, 0.393051353074692, 0.717384615384615, 0.631295109583954, 1.62934615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 2, 1200, '2022-03-27 00:00:00', 0.0529906232634246, 0.0943846153846149, 0.0869704459085882, 0.136538461538462, 0.162358103728007, 0.213076923076923, 0.403243244017993, 0.758076923076924, 0.626079514488008, 1.63303846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 2, 1215, '2022-03-27 00:00:00', 0.0620434215194986, 0.0961153846153842, 0.114432163310846, 0.149999999999999, 0.130415949944783, 0.195999999999999, 0.421778441656463, 0.790423076923077, 0.620908193387223, 1.62776923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 2, 1230, '2022-03-27 00:00:00', 0.0707327364096724, 0.104, 0.0872153567987811, 0.141038461538461, 0.0972755641701217, 0.192153846153846, 0.38888962444375, 0.7865, 0.625390759076645, 1.62080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 2, 1245, '2022-03-27 00:00:00', 0.0378751186847604, 0.0892692307692307, 0.0452081680843015, 0.120538461538462, 0.0946263258214198, 0.200307692307692, 0.367620148857695, 0.783423076923076, 0.626411872370052, 1.61192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 2, 1260, '2022-03-27 00:00:00', 0.0381187819645574, 0.0901923076923074, 0.0683977057644932, 0.135384615384615, 0.127392724100894, 0.218115384615385, 0.362223016726096, 0.786923076923077, 0.621870033416581, 1.61353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 2, 1275, '2022-03-27 00:00:00', 0.0496052261514695, 0.0950384615384619, 0.0733252920999189, 0.141961538461538, 0.119782989674597, 0.23573076923077, 0.352967167791088, 0.789307692307692, 0.627808825629635, 1.62019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 2, 1290, '2022-03-27 00:00:00', 0.0444324379081485, 0.0951923076923075, 0.0896758264313963, 0.141923076923077, 0.120575849093487, 0.239153846153846, 0.335962655891762, 0.782115384615384, 0.624501934467658, 1.62011538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 2, 1305, '2022-03-27 00:00:00', 0.0695694893337163, 0.0940769230769233, 0.104283585256003, 0.167884615384615, 0.149634904401962, 0.26173076923077, 0.325089762752003, 0.778923076923076, 0.624666571983684, 1.61961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 2, 1320, '2022-03-27 00:00:00', 0.0623785143409436, 0.105521739130435, 0.0739794063856283, 0.158043478260869, 0.0880383719789919, 0.246130434782609, 0.31329649168097, 0.786652173913043, 0.61462225939119, 1.64360869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 2, 1335, '2022-03-27 00:00:00', 0.0434421609024406, 0.0996956521739143, 0.0765022152150267, 0.158043478260871, 0.244737045303473, 0.506304347826087, 0.325864572127117, 0.793913043478261, 0.616734335923273, 1.64917391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 2, 1350, '2022-03-27 00:00:00', 0.0401281543894494, 0.114217391304348, 0.0524404424085075, 0.182, 0.250675979384377, 0.53891304347826, 0.320792059525396, 0.783999999999999, 0.620396640944212, 1.64791304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 2, 1365, '2022-03-27 00:00:00', 0.0570158080846138, 0.154434782608695, 0.22384406627808, 0.469434782608695, 0.254338108662046, 0.557652173913043, 0.316401568531462, 0.776043478260869, 0.619705635845612, 1.64443478260869 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 3, 990, '2022-03-27 00:00:00', 0.13812014836589, 0.317153846153845, 0.181601745162742, 0.391076923076922, 0.200827687334192, 0.483999999999999, 0.29942227449129, 0.69053846153846, 0.639890038630437, 1.59430769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 3, 1005, '2022-03-27 00:00:00', 0.102720561944306, 0.225923076923076, 0.137528766221694, 0.309807692307692, 0.224078694967775, 0.427307692307692, 0.300142430291916, 0.610961538461538, 0.657551126997274, 1.57273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 3, 1020, '2022-03-27 00:00:00', 0.0851931019237153, 0.20023076923077, 0.12245032273727, 0.277807692307693, 0.185943717704702, 0.380884615384616, 0.252457767983843, 0.54173076923077, 0.675995535943385, 1.56226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 3, 1035, '2022-03-27 00:00:00', 0.0739830749875636, 0.170846153846153, 0.138010211439365, 0.252538461538461, 0.154919909829364, 0.332461538461538, 0.218982616099648, 0.492115384615385, 0.69549571917059, 1.54684615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 3, 1050, '2022-03-27 00:00:00', 0.0957447568357575, 0.170461538461538, 0.102694086415019, 0.227346153846153, 0.139011659721268, 0.298807692307692, 0.185860580502202, 0.462653846153847, 0.703527039554711, 1.54484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 3, 1065, '2022-03-27 00:00:00', 0.0533234109359682, 0.138115384615384, 0.0874037492594865, 0.193153846153847, 0.101125246029937, 0.264346153846154, 0.189997943308707, 0.429538461538462, 0.706643125031191, 1.53588461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 3, 1080, '2022-03-27 00:00:00', 0.0808792071786444, 0.131615384615385, 0.0884675429400315, 0.183884615384615, 0.0821277148011656, 0.232807692307692, 0.201520268115985, 0.406461538461539, 0.70683216264814, 1.53588461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 3, 1095, '2022-03-27 00:00:00', 0.0432689087167501, 0.116038461538462, 0.0597168704419835, 0.16623076923077, 0.0790550733057954, 0.205769230769231, 0.210306315059359, 0.404115384615385, 0.704746248932632, 1.53665384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 3, 1110, '2022-03-27 00:00:00', 0.0507497783246389, 0.1145, 0.0763119508737252, 0.159076923076923, 0.0935150584336339, 0.197884615384615, 0.240326166186385, 0.411115384615385, 0.706374022738662, 1.5355 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 3, 1125, '2022-03-27 00:00:00', 0.0518098297771611, 0.101461538461538, 0.0575570887166679, 0.131461538461538, 0.119579757741593, 0.199961538461538, 0.222100684029009, 0.401923076923077, 0.72978829912411, 1.56880769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 3, 1140, '2022-03-27 00:00:00', 0.0491614138871589, 0.0992692307692301, 0.0811076113283119, 0.14426923076923, 0.136123614635883, 0.207038461538461, 0.240487264975475, 0.430730769230769, 0.728495613206791, 1.59346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 3, 1155, '2022-03-27 00:00:00', 0.0492294470976307, 0.0974615384615384, 0.0880260450968038, 0.146230769230768, 0.111279309017376, 0.200269230769231, 0.258619723800142, 0.620192307692308, 0.73016673859732, 1.60311538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 3, 1170, '2022-03-27 00:00:00', 0.0536233158243692, 0.0964999999999986, 0.0760675914009279, 0.131961538461538, 0.104147565428172, 0.199346153846154, 0.283976133883438, 0.647730769230769, 0.732803480844941, 1.60430769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 3, 1185, '2022-03-27 00:00:00', 0.0396413342940855, 0.0826538461538467, 0.0595516194961608, 0.126346153846155, 0.0870423769471825, 0.190846153846155, 0.314374340800654, 0.675884615384616, 0.741493453469727, 1.61469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 3, 1200, '2022-03-27 00:00:00', 0.0495422896275345, 0.0959615384615389, 0.0739589491126403, 0.139384615384615, 0.0849521947015815, 0.190653846153846, 0.343380598439422, 0.710653846153847, 0.743516091595561, 1.62646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 3, 1215, '2022-03-27 00:00:00', 0.0412321010117857, 0.093384615384615, 0.0526775532402984, 0.133730769230769, 0.0908371069552521, 0.196500000000001, 0.342514080564019, 0.736153846153846, 0.739948988886292, 1.63311538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 3, 1230, '2022-03-27 00:00:00', 0.0467804035237627, 0.0963846153846159, 0.0562196926899624, 0.122423076923077, 0.104312968439287, 0.200653846153847, 0.353148432510489, 0.751846153846154, 0.739017735812987, 1.63542307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 3, 1245, '2022-03-27 00:00:00', 0.03971097503791, 0.0831923076923073, 0.0825020279471028, 0.14423076923077, 0.108599142934712, 0.209576923076923, 0.354528213046795, 0.758423076923077, 0.73595030037047, 1.63773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 3, 1260, '2022-03-27 00:00:00', 0.0860010733385608, 0.125769230769231, 0.0996153911493915, 0.164115384615385, 0.110994615254004, 0.217269230769231, 0.357540368888067, 0.780346153846154, 0.734754432027882, 1.63965384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 3, 1275, '2022-03-27 00:00:00', 0.0505139127826719, 0.102153846153846, 0.0515697585800052, 0.142999999999999, 0.108964927314322, 0.208653846153846, 0.364356480133652, 0.800269230769231, 0.734262297505777, 1.64080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 3, 1290, '2022-03-27 00:00:00', 0.0442761265764681, 0.103846153846154, 0.0777056081532181, 0.147192307692307, 0.127178856491406, 0.212692307692307, 0.387824401184152, 0.815384615384616, 0.734529016026335, 1.64234615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 3, 1305, '2022-03-27 00:00:00', 0.064646113572279, 0.0969999999999991, 0.110037196508202, 0.157230769230769, 0.117873387092318, 0.207153846153845, 0.401137277480684, 0.830653846153847, 0.738720149989155, 1.6435 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 3, 1320, '2022-03-27 00:00:00', 0.0649831537914235, 0.0979130434782613, 0.0909071976087432, 0.135869565217391, 0.114693852677017, 0.22504347826087, 0.396297059897995, 0.836782608695652, 0.734490103039143, 1.7125652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 3, 1335, '2022-03-27 00:00:00', 0.0407324248576324, 0.0916956521739128, 0.0488791362492662, 0.129521739130435, 0.257646247659085, 0.55704347826087, 0.413231811026534, 0.842434782608696, 0.733881028257553, 1.713 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 3, 1350, '2022-03-27 00:00:00', 0.0434714480828395, 0.0983043478260871, 0.0882108281200704, 0.182173913043479, 0.290772618062672, 0.598521739130435, 0.417939473084388, 0.846304347826087, 0.733211227108064, 1.71339130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 3, 1365, '2022-03-27 00:00:00', 0.0793882489487342, 0.147304347826088, 0.260018059573462, 0.539130434782609, 0.327164304613812, 0.640869565217391, 0.428521753567579, 0.851565217391304, 0.731752058486216, 1.7164347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 4, 990, '2022-03-27 00:00:00', 0.235532503064864, 0.385680000000001, 0.272856079279902, 0.44424, 0.32173423297291, 0.5458, 0.427336998164212, 0.778080000000001, 0.718737453223823, 1.60012 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 4, 1005, '2022-03-27 00:00:00', 0.0754197807828501, 0.201680000000001, 0.13374945482755, 0.3084, 0.198387642424287, 0.41536, 0.350522053514468, 0.644280000000001, 0.674919792765531, 1.53332 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 4, 1020, '2022-03-27 00:00:00', 0.120660681251186, 0.214399999999999, 0.151687727475452, 0.291600000000001, 0.204393599051764, 0.38208, 0.330003525233696, 0.58408, 0.667606216268243, 1.51668 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 4, 1035, '2022-03-27 00:00:00', 0.0745765825622672, 0.165600000000001, 0.0895025511740679, 0.23604, 0.12404719531963, 0.30296, 0.281099288508527, 0.501680000000001, 0.664930893652366, 1.49552 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 4, 1050, '2022-03-27 00:00:00', 0.0768690878485412, 0.167759999999999, 0.104757768208377, 0.221759999999999, 0.119742181373148, 0.28524, 0.285571503013401, 0.482200000000001, 0.666393339802653, 1.4868 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 4, 1065, '2022-03-27 00:00:00', 0.0586566847568681, 0.13924, 0.0819899790624844, 0.18276, 0.11041455218101, 0.26696, 0.284687647548443, 0.462840000000001, 0.674198927122652, 1.47512 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 4, 1080, '2022-03-27 00:00:00', 0.0431795862262102, 0.11332, 0.0796482475220473, 0.17552, 0.106143252258445, 0.245160000000001, 0.281563888546335, 0.440840000000001, 0.682969074458476, 1.47156 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 4, 1095, '2022-03-27 00:00:00', 0.0675917154686865, 0.13284, 0.0793742821489838, 0.18288, 0.131793563322847, 0.251280000000001, 0.286342819012455, 0.457280000000001, 0.682644448694438, 1.47612 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 4, 1110, '2022-03-27 00:00:00', 0.0552576389892522, 0.12036, 0.0824742384020614, 0.160000000000001, 0.13088726701504, 0.23368, 0.287790189779522, 0.448120000000001, 0.676941314541618, 1.48772 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 4, 1125, '2022-03-27 00:00:00', 0.0613820006190745, 0.1058, 0.0893359763290627, 0.163, 0.163771660145054, 0.238639999999999, 0.283533172662389, 0.43732, 0.681122438821881, 1.56812 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 4, 1140, '2022-03-27 00:00:00', 0.058481393052264, 0.115360000000001, 0.0911897655076125, 0.161359999999999, 0.155060009888645, 0.23376, 0.281779896373038, 0.46008, 0.687240634712471, 1.58924 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 4, 1155, '2022-03-27 00:00:00', 0.0560815477675142, 0.10584, 0.0937164695593403, 0.15912, 0.116086490744331, 0.20864, 0.389806182608742, 0.63412, 0.688117116969682, 1.6108 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 4, 1170, '2022-03-27 00:00:00', 0.066847463177995, 0.107, 0.0816521483693684, 0.14664, 0.0930346351276416, 0.19188, 0.391268867489693, 0.66492, 0.702159058428597, 1.65252 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 4, 1185, '2022-03-27 00:00:00', 0.0532305676593186, 0.0980800000000002, 0.0700791219503594, 0.1332, 0.0997651074608079, 0.185080000000001, 0.422883723183257, 0.68532, 0.73374723168132, 1.6914 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 4, 1200, '2022-03-27 00:00:00', 0.0538260469785165, 0.0950800000000007, 0.0627856671542162, 0.139040000000001, 0.0914134016433034, 0.181920000000001, 0.43087174425808, 0.69728, 0.737734143622666, 1.6914 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 4, 1215, '2022-03-27 00:00:00', 0.0558041814442848, 0.10724, 0.087252182398684, 0.14188, 0.0970349249840829, 0.187120000000001, 0.454149755036816, 0.709999999999999, 0.742229187425735, 1.6934 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 4, 1230, '2022-03-27 00:00:00', 0.0620100798257834, 0.0930000000000001, 0.0703572550156233, 0.13332, 0.106411935420797, 0.1846, 0.444392139144397, 0.70196, 0.749563984371359, 1.6942 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 4, 1245, '2022-03-27 00:00:00', 0.0614897552442682, 0.100639999999999, 0.080842583663149, 0.14024, 0.125150069916081, 0.19396, 0.481557085574147, 0.709679999999999, 0.745371211768562, 1.69408 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 4, 1260, '2022-03-27 00:00:00', 0.047458508194, 0.0983200000000005, 0.0724676479541043, 0.12868, 0.110486997726731, 0.186720000000001, 0.453768156661527, 0.70596, 0.726540677916018, 1.68576 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 4, 1275, '2022-03-27 00:00:00', 0.0449417400642206, 0.0894799999999998, 0.0747473968331569, 0.131559999999999, 0.160136639571752, 0.232080000000001, 0.431739512514973, 0.704439999999999, 0.716725114670891, 1.67816 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 4, 1290, '2022-03-27 00:00:00', 0.0512843380900385, 0.0874000000000001, 0.0743698639683215, 0.12972, 0.172294544312928, 0.222080000000001, 0.40503083010227, 0.696839999999999, 0.719972307337813, 1.67296 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 4, 1305, '2022-03-27 00:00:00', 0.0645471403962509, 0.0997999999999993, 0.142152300954527, 0.17912, 0.15080487392654, 0.23288, 0.397919288298519, 0.69148, 0.730318704402401, 1.67608 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 4, 1320, '2022-03-27 00:00:00', 0.0478615653445376, 0.109409090909092, 0.0520334557710763, 0.133363636363638, 0.0789540526144317, 0.235136363636363, 0.401298889484258, 0.698681818181818, 0.724600760353426, 1.7665 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 4, 1335, '2022-03-27 00:00:00', 0.0559375037788108, 0.0976363636363638, 0.0532880151076442, 0.150772727272727, 0.258700415078725, 0.476, 0.407523499441938, 0.713545454545455, 0.724600760353426, 1.7665 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 4, 1350, '2022-03-27 00:00:00', 0.042881519041711, 0.115590909090908, 0.0712199355572518, 0.197227272727271, 0.269761912021489, 0.509181818181817, 0.422914685449478, 0.714545454545454, 0.722278879118571, 1.76727272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 4, 1365, '2022-03-27 00:00:00', 0.0484627093664214, 0.140590909090909, 0.236042607497276, 0.426727272727273, 0.289550618383144, 0.521681818181818, 0.398073926110906, 0.710772727272728, 0.716809992212068, 1.75922727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 5, 990, '2022-03-27 00:00:00', 0.17486278430053, 0.352919999999999, 0.179532754671675, 0.416479999999999, 0.22296530372833, 0.49612, 0.295172904131346, 0.658280000000001, 0.744229440428152, 1.67328 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 5, 1005, '2022-03-27 00:00:00', 0.0864586991960128, 0.21476, 0.133014761085628, 0.28848, 0.182920674975065, 0.37116, 0.242450682270298, 0.557400000000001, 0.73490975182898, 1.65252 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 5, 1020, '2022-03-27 00:00:00', 0.0840969282039085, 0.185280000000001, 0.106277968867809, 0.252440000000001, 0.137829822607447, 0.305680000000001, 0.21102174453517, 0.520480000000001, 0.745109381232045, 1.62936 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 5, 1035, '2022-03-27 00:00:00', 0.0709711913384584, 0.166079999999999, 0.101423994531208, 0.212919999999999, 0.132015567263864, 0.268119999999999, 0.205197465871292, 0.4718, 0.75113789901278, 1.62232 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 5, 1050, '2022-03-27 00:00:00', 0.0639236002323599, 0.137320000000001, 0.0748748956593599, 0.175800000000001, 0.10889418411161, 0.248880000000001, 0.199679176013257, 0.45424, 0.74908342214558, 1.62116 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 5, 1065, '2022-03-27 00:00:00', 0.0446044467140519, 0.121840000000001, 0.0776294188221611, 0.17292, 0.109522554754717, 0.25424, 0.209314770939208, 0.44944, 0.748750788536034, 1.62208 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 5, 1080, '2022-03-27 00:00:00', 0.0716391420011898, 0.125000000000001, 0.0870534893039905, 0.169680000000001, 0.0928323399109022, 0.245480000000001, 0.247190365238345, 0.46408, 0.753093502384221, 1.61364 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 5, 1095, '2022-03-27 00:00:00', 0.0502965538912303, 0.12492, 0.0776676037139477, 0.18544, 0.0735053966272779, 0.223720000000001, 0.240102582243506, 0.4568, 0.748292984064396, 1.60684 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 5, 1110, '2022-03-27 00:00:00', 0.04884045454334, 0.124159999999999, 0.0489889443310097, 0.1574, 0.10403295952085, 0.21376, 0.241254879052562, 0.446399999999999, 0.745345640178657, 1.60204 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 5, 1125, '2022-03-27 00:00:00', 0.0385773249461393, 0.10028, 0.0496755473044838, 0.13292, 0.11134780345087, 0.207600000000001, 0.245302955546809, 0.44296, 0.769524610825844, 1.65228 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 5, 1140, '2022-03-27 00:00:00', 0.051791472914628, 0.0957599999999994, 0.0954336593311471, 0.151, 0.12291246207498, 0.20484, 0.26360780211013, 0.464639999999999, 0.767945256295438, 1.6616 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 5, 1155, '2022-03-27 00:00:00', 0.0621553698404255, 0.105040000000001, 0.0813202926704039, 0.145640000000001, 0.111207493752294, 0.20576, 0.260885332409982, 0.63564, 0.759751165404393, 1.6732 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 5, 1170, '2022-03-27 00:00:00', 0.0376384997929869, 0.0913600000000005, 0.0627793224982015, 0.12892, 0.107924464325749, 0.19424, 0.242280987010262, 0.66392, 0.750564676315994, 1.6764 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 5, 1185, '2022-03-27 00:00:00', 0.0485798312059646, 0.0874000000000004, 0.0814411853220874, 0.139000000000001, 0.108014860088786, 0.19472, 0.233835362310038, 0.67868, 0.752620085656325, 1.68308 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 5, 1200, '2022-03-27 00:00:00', 0.0517653568896513, 0.0915000000000002, 0.062061549042585, 0.118625, 0.0973642496065638, 0.195666666666666, 0.23418771115917, 0.691833333333333, 0.756269217027368, 1.66220833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 5, 1215, '2022-03-27 00:00:00', 0.0353650732474442, 0.0780833333333325, 0.0635387448841198, 0.129708333333333, 0.0835295660577564, 0.190666666666666, 0.229865709850812, 0.691375, 0.760135895554306, 1.67016666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 5, 1230, '2022-03-27 00:00:00', 0.0541310139076186, 0.0970833333333341, 0.0613771749813862, 0.143125, 0.08549904652405, 0.1915, 0.228268716393767, 0.695541666666667, 0.754084057850549, 1.683375 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 5, 1245, '2022-03-27 00:00:00', 0.0526468787353973, 0.100958333333333, 0.0725198498563555, 0.138791666666666, 0.108252514446815, 0.198541666666666, 0.245079634351598, 0.711874999999999, 0.755181002154115, 1.68879166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 5, 1260, '2022-03-27 00:00:00', 0.0477365771406108, 0.100791666666667, 0.0580950620266824, 0.135083333333334, 0.198467274526485, 0.232958333333333, 0.259505462649493, 0.718958333333333, 0.763471989178955, 1.6985 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 5, 1275, '2022-03-27 00:00:00', 0.034240411754262, 0.0881666666666669, 0.0626854928551468, 0.131916666666665, 0.193504854262596, 0.217041666666666, 0.270377430104927, 0.728958333333333, 0.764642869182278, 1.70225 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 5, 1290, '2022-03-27 00:00:00', 0.0536647537691311, 0.0944166666666657, 0.202219137843442, 0.173833333333332, 0.199873873273601, 0.2155, 0.285129146940088, 0.73475, 0.766362893898791, 1.70720833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 5, 1305, '2022-03-27 00:00:00', 0.200589014078963, 0.13195652173913, 0.197874066630924, 0.166652173913044, 0.188686724074317, 0.23204347826087, 0.266925364470348, 0.769173913043478, 0.703164448124847, 1.78682608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 5, 1320, '2022-03-27 00:00:00', 0.0516871541561526, 0.0875238095238103, 0.0497067591456334, 0.121476190476191, 0.0878675951970597, 0.246285714285714, 0.267840046438522, 0.775095238095238, 0.692712250436473, 1.86952380952381 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 5, 1335, '2022-03-27 00:00:00', 0.0356070485264084, 0.0881904761904767, 0.0537760346693756, 0.149190476190476, 0.194137359325077, 0.539714285714286, 0.270024425702916, 0.779238095238095, 0.690207587821023, 1.88528571428571 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 5, 1350, '2022-03-27 00:00:00', 0.0499009017954585, 0.123, 0.0895879456177004, 0.211, 0.1880621224616, 0.58052380952381, 0.277810658371419, 0.78352380952381, 0.68820455846043, 1.88671428571429 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 5, 1365, '2022-03-27 00:00:00', 0.0620690092136328, 0.153809523809524, 0.184742111114515, 0.506380952380953, 0.172607978627045, 0.598714285714286, 0.296415016328055, 0.783190476190477, 0.685433814664636, 1.89528571428571 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 1, 930, '2022-03-27 00:00:00', 0.237596997736361, 0.499333333333333, 0.256415678147809, 0.558999999999997, 0.306287990840862, 0.599333333333332, 0.361829149369328, 0.740333333333332, 0.640094003513026, 1.53033333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 1, 945, '2022-03-27 00:00:00', 0.0504017195473865, 0.206666666666666, 0.0799395605025006, 0.253666666666668, 0.0681566822353689, 0.369333333333332, 0.192055547520328, 0.549333333333332, 0.720059256820809, 1.34266666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 1, 960, '2022-03-27 00:00:00', 0.0251661147842346, 0.177333333333335, 0.0680685928555417, 0.307333333333332, 0.0658179306876158, 0.366, 0.185935472678022, 0.545999999999999, 0.720059256820809, 1.34266666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 1, 975, '2022-03-27 00:00:00', 0.0700000000000049, 0.213999999999999, 0.087323154623122, 0.282666666666666, 0.0648999229583543, 0.295999999999999, 0.237876718771159, 0.509333333333331, 0.651709546756323, 1.30266666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 2, 930, '2022-03-27 00:00:00', 0.0692820323027557, 0.294000000000002, 0.124899959967969, 0.414000000000001, 0.125340868567815, 0.453666666666666, 0.0953939201416972, 0.574, 0.675499814951863, 1.224 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 2, 945, '2022-03-27 00:00:00', 0.0769566977808515, 0.252666666666668, 0.0300055550412522, 0.333666666666666, 0.073711147958316, 0.390666666666668, 0.151767365837762, 0.500666666666667, 0.660908465674332, 1.214 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 2, 960, '2022-03-27 00:00:00', 0.102210566968391, 0.247, 0.0814268587956909, 0.263666666666668, 0.0199999999999996, 0.314000000000002, 0.208086520466848, 0.424000000000002, 0.660908465674332, 1.214 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 2, 975, '2022-03-27 00:00:00', 0.0404145188432719, 0.127333333333335, 0.103923048454132, 0.194, 0.0964365076099292, 0.204000000000001, 0.244199372098565, 0.390666666666668, 0.660908465674332, 1.214 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 3, 930, '2022-03-27 00:00:00', 0.0519262297238435, 0.326333333333333, 0.127353837790619, 0.405999999999999, 0.274606991899331, 0.595999999999999, 0.30347981810987, 0.693999999999998, 0.829477747340658, 1.45733333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 3, 945, '2022-03-27 00:00:00', 0.14785578559303, 0.243333333333332, 0.22375879870968, 0.329999999999998, 0.388214287904675, 0.49033333333333, 0.335455411840879, 0.57033333333333, 0.797307970611105, 1.424 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 3, 960, '2022-03-27 00:00:00', 0.0873689494805414, 0.157333333333331, 0.181191427317445, 0.270333333333333, 0.228546129552292, 0.340666666666666, 0.291433239925258, 0.537333333333334, 0.770908554888322, 1.394 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 3, 975, '2022-03-27 00:00:00', 0.0857729561108854, 0.19, 0.138684293751433, 0.260666666666665, 0.10969655114603, 0.290666666666667, 0.291433239925258, 0.537333333333334, 0.770908554888322, 1.394 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 4, 930, '2022-03-27 00:00:00', 0.127330279195481, 0.253, 0.109696551146026, 0.277333333333334, 0.0513160143944656, 0.320666666666665, 0.566068311543166, 0.720666666666669, 0.787485449601026, 1.17066666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 4, 945, '2022-03-27 00:00:00', 0.0550847831377514, 0.175666666666669, 0.0285014619508052, 0.192666666666668, 0.0450814078455103, 0.272666666666668, 0.671178317091169, 0.760333333333338, 0.782453406493531, 1.12733333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 4, 960, '2022-03-27 00:00:00', 0.0450924975282271, 0.127333333333335, 0.00577350269189921, 0.177333333333335, 0.0730205450541112, 0.266000000000001, 0.673374586195033, 0.767333333333336, 0.776680972686554, 1.13066666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 4, 975, '2022-03-27 00:00:00', 0.0230940107675845, 0.120666666666667, 0.0577350269189634, 0.200666666666668, 0.0674190873071818, 0.269333333333336, 0.650922422412993, 0.754000000000003, 0.776680972686554, 1.13066666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 5, 930, '2022-03-27 00:00:00', 0.113948818920311, 0.282333333333331, 0.0455082410119316, 0.388999999999998, 0.0364737348421195, 0.433666666666665, 0.162286783195675, 0.596999999999999, 0.410654355876085, 0.896999999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 5, 945, '2022-03-27 00:00:00', 0.0305505046330398, 0.247333333333332, 0.0351188458428463, 0.257333333333333, 0.0599999999999987, 0.383999999999998, 0.0754983443527066, 0.484000000000002, 0.430619708482244, 0.857333333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 5, 960, '2022-03-27 00:00:00', 0.0230940107675804, 0.127333333333335, 0.0115470053837923, 0.190666666666668, 0.1436430761761, 0.330666666666668, 0.100664459136941, 0.400666666666668, 0.361155552820847, 0.807333333333332 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 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 970050, 5, 975, '2022-03-27 00:00:00', 0.020404247923733, 0.146333333333331, 0.098469961578814, 0.229666666666662, 0.127304097865439, 0.319666666666665, 0.0916860585549045, 0.386333333333333, 0.361155552820847, 0.807333333333332 where not exists (select 1 from powerstats_trumpet where symbolid = 970050 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2022-03-27 14:49:30 Duration: 3s344ms 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 968665, 1, 990, '2022-03-27 00:00:00', 0.119197672565061, 0.210791666666667, 0.122841707676699, 0.249541666666667, 0.133442681610354, 0.315583333333333, 0.172296755922592, 0.455541666666667, 0.665595320322178, 1.1195 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 1, 1005, '2022-03-27 00:00:00', 0.0791725207599094, 0.123125, 0.0957616209317608, 0.175875, 0.0979018937360329, 0.221458333333334, 0.159373137954453, 0.381833333333333, 0.642763224994863, 1.09329166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 1, 1020, '2022-03-27 00:00:00', 0.0814297843703931, 0.108125, 0.0935613318956447, 0.146625, 0.100275914645398, 0.199041666666667, 0.151061245857434, 0.35825, 0.631679976246916, 1.082875 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 1, 1035, '2022-03-27 00:00:00', 0.0517745250994672, 0.0864166666666663, 0.061891428429496, 0.123875, 0.0756193269521466, 0.18125, 0.154639406408887, 0.339958333333333, 0.627709395456949, 1.07829166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 1, 1050, '2022-03-27 00:00:00', 0.0500199235667461, 0.0775833333333337, 0.0530684374932127, 0.113458333333334, 0.0745746877832619, 0.180416666666667, 0.151233191663965, 0.331, 0.628023087305241, 1.07495833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 1, 1065, '2022-03-27 00:00:00', 0.0494987739564165, 0.0730416666666664, 0.063386095489857, 0.116166666666666, 0.0956297112129209, 0.183541666666667, 0.144988099211775, 0.323625, 0.628402758725575, 1.072875 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 1, 1080, '2022-03-27 00:00:00', 0.0458007657679164, 0.0786666666666667, 0.0703425881678015, 0.127083333333334, 0.0998537971090807, 0.186791666666667, 0.125342198268048, 0.309333333333333, 0.623707236923947, 1.07275 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 1, 1095, '2022-03-27 00:00:00', 0.0568450729513173, 0.0828333333333336, 0.0677710205905447, 0.120958333333334, 0.0900033413228384, 0.181916666666667, 0.106818746319255, 0.305625, 0.621574648355498, 1.0675 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 1, 1110, '2022-03-27 00:00:00', 0.0473246572983446, 0.0778333333333336, 0.0766688602395701, 0.123875, 0.0979096651829218, 0.165041666666667, 0.112749144410134, 0.29575, 0.61692749673838, 1.06833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 1, 1125, '2022-03-27 00:00:00', 0.0538284311493475, 0.0742500000000001, 0.0605104943587165, 0.105958333333333, 0.0646515605021434, 0.140208333333334, 0.105701761190817, 0.280083333333334, 0.609790407090593, 1.06991666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 1, 1140, '2022-03-27 00:00:00', 0.0380385007095688, 0.0653333333333332, 0.0443518336140405, 0.089041666666667, 0.0540581410029574, 0.12625, 0.106835501006745, 0.283541666666667, 0.604730860005903, 1.06825 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 1, 1155, '2022-03-27 00:00:00', 0.027705359707496, 0.0522500000000002, 0.0365596346269765, 0.082541666666667, 0.0570634023175798, 0.125166666666667, 0.264776166748937, 0.442625, 0.603743388957714, 1.06408333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 1, 1170, '2022-03-27 00:00:00', 0.035198814209276, 0.058, 0.039137415842651, 0.0835416666666671, 0.066166662103457, 0.129875, 0.273362940248764, 0.460083333333333, 0.602081799055264, 1.06366666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 1, 1185, '2022-03-27 00:00:00', 0.0303777843597705, 0.0548750000000003, 0.0499943293885865, 0.0897083333333334, 0.063093658814565, 0.127875, 0.290728542019746, 0.481041666666667, 0.602003442621001, 1.06283333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 1, 1200, '2022-03-27 00:00:00', 0.0431387212995742, 0.0635833333333335, 0.056233967119269, 0.0925416666666667, 0.0628773247762223, 0.117583333333333, 0.294262920985072, 0.484333333333333, 0.600879042061217, 1.06416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 1, 1215, '2022-03-27 00:00:00', 0.0368809040962465, 0.0611250000000001, 0.0462962851046684, 0.0822916666666664, 0.0546872365418084, 0.112458333333333, 0.296743667746804, 0.48325, 0.600989436293378, 1.06029166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 1, 1230, '2022-03-27 00:00:00', 0.0373012608094016, 0.0494166666666668, 0.0410791918128874, 0.0707500000000002, 0.0505459863800326, 0.111125, 0.307487150668263, 0.491, 0.597843065964421, 1.056625 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 1, 1245, '2022-03-27 00:00:00', 0.0354306579354535, 0.049875, 0.0488724864063228, 0.0775416666666668, 0.0434849424213865, 0.106625, 0.304737850633451, 0.497875, 0.597839550902404, 1.05495833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 1, 1260, '2022-03-27 00:00:00', 0.0394887619309666, 0.0583333333333334, 0.0431697022042751, 0.0843333333333337, 0.0400086041470718, 0.109083333333333, 0.307243660091899, 0.503333333333334, 0.597195764215639, 1.05579166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 1, 1275, '2022-03-27 00:00:00', 0.0284008254115613, 0.0542083333333336, 0.0315735855478564, 0.07525, 0.0743333658282892, 0.142833333333333, 0.311960975704204, 0.511208333333334, 0.596422448704641, 1.05454166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 1, 1290, '2022-03-27 00:00:00', 0.0258277109356192, 0.0508749999999997, 0.037720150882634, 0.0791249999999997, 0.096713747280536, 0.155375, 0.320318927913587, 0.518291666666667, 0.594143225242407, 1.05579166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 1, 1305, '2022-03-27 00:00:00', 0.0363409777890835, 0.0526666666666665, 0.0847071682198507, 0.1085, 0.104573452099746, 0.155041666666667, 0.318079107834167, 0.516666666666667, 0.592437827717091, 1.05583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 1, 1320, '2022-03-27 00:00:00', 0.0354272561199773, 0.054904761904762, 0.0435161710500489, 0.0764285714285716, 0.0882382597073987, 0.148238095238095, 0.333254350166298, 0.539809523809525, 0.610063724228091, 1.10838095238095 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 1, 1335, '2022-03-27 00:00:00', 0.0301981550997504, 0.0498571428571425, 0.0490189467742533, 0.0835714285714285, 0.279059602781846, 0.378190476190476, 0.332735466213312, 0.537904761904763, 0.631361514431124, 1.14552380952381 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 1, 1350, '2022-03-27 00:00:00', 0.0405799622145379, 0.0643333333333338, 0.0704156367915668, 0.117476190476191, 0.286352862574764, 0.414809523809524, 0.333607796528741, 0.537476190476191, 0.633914313722965, 1.14842857142857 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 1, 1365, '2022-03-27 00:00:00', 0.0510306630510373, 0.088857142857143, 0.283768550893489, 0.365904761904762, 0.302620656771414, 0.43552380952381, 0.333167296743014, 0.534619047619048, 0.63447633075294, 1.15271428571429 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 2, 990, '2022-03-27 00:00:00', 0.119626270590471, 0.24373076923077, 0.136955472831361, 0.283807692307693, 0.164205804263571, 0.331115384615385, 0.201730467551289, 0.417307692307693, 0.587549550119949, 1.03992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 2, 1005, '2022-03-27 00:00:00', 0.0723912871935461, 0.155461538461538, 0.0842187353539303, 0.199346153846154, 0.100778843933711, 0.239846153846154, 0.151954790847602, 0.344538461538462, 0.594899186029416, 1.02919230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 2, 1020, '2022-03-27 00:00:00', 0.0445892881237702, 0.12273076923077, 0.072902506024247, 0.166153846153846, 0.108689734848966, 0.216461538461539, 0.154145989742991, 0.314115384615385, 0.60702164199158, 1.02307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 2, 1035, '2022-03-27 00:00:00', 0.0453110956015787, 0.096846153846154, 0.0630397798707596, 0.134576923076924, 0.0871164384381838, 0.186076923076923, 0.134986569132465, 0.278423076923077, 0.608028760706395, 1.02342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 2, 1050, '2022-03-27 00:00:00', 0.0517103322512864, 0.0950384615384621, 0.0684929193420747, 0.136, 0.0831394380173818, 0.175615384615385, 0.122180446628998, 0.271307692307693, 0.631666125295756, 1.00657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 2, 1065, '2022-03-27 00:00:00', 0.0430951898083228, 0.0973461538461535, 0.0711133980668577, 0.136346153846153, 0.080262914129848, 0.167153846153846, 0.124520180631958, 0.266346153846154, 0.634670230543754, 1.01269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 2, 1080, '2022-03-27 00:00:00', 0.0430899774175639, 0.0858846153846153, 0.0615475301010403, 0.117538461538462, 0.0744087360462464, 0.1485, 0.131532832987989, 0.256384615384616, 0.641835240061354, 1.01634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 2, 1095, '2022-03-27 00:00:00', 0.0572729094236196, 0.0831153846153847, 0.0635189735433439, 0.1105, 0.0699908125838948, 0.149923076923077, 0.135099945909003, 0.275346153846154, 0.636372122630728, 1.02096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 2, 1110, '2022-03-27 00:00:00', 0.0396501624790539, 0.0778461538461543, 0.0470276023694105, 0.0996538461538462, 0.0583506113605832, 0.134923076923077, 0.122104772161515, 0.268846153846154, 0.638414045777624, 1.02557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 2, 1125, '2022-03-27 00:00:00', 0.0352510992736398, 0.073, 0.0432270036684695, 0.100576923076923, 0.0576474163808281, 0.135230769230769, 0.126819223245593, 0.272653846153846, 0.65325982579675, 1.1 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 2, 1140, '2022-03-27 00:00:00', 0.038679372359875, 0.0724230769230772, 0.051934055819338, 0.0988846153846156, 0.0631467643363759, 0.133076923076923, 0.124485976967442, 0.281961538461538, 0.656302495922304, 1.11661538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 2, 1155, '2022-03-27 00:00:00', 0.0466489508497733, 0.0742692307692305, 0.0531683538033084, 0.103076923076923, 0.0559655388472361, 0.124307692307692, 0.173563200637072, 0.386230769230769, 0.657081168150832, 1.13369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 2, 1170, '2022-03-27 00:00:00', 0.0335975502769976, 0.0646538461538465, 0.0437556326044472, 0.0876538461538463, 0.0473092607619922, 0.108615384615385, 0.161187482812359, 0.406269230769231, 0.659509412074903, 1.13576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 2, 1185, '2022-03-27 00:00:00', 0.028541575612806, 0.0596923076923077, 0.0307614393981518, 0.0771153846153844, 0.0632538232350126, 0.114615384615385, 0.16860355411894, 0.421038461538461, 0.662147592192371, 1.13192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 2, 1200, '2022-03-27 00:00:00', 0.0251788678183787, 0.0551538461538461, 0.0415992048740582, 0.0794230769230768, 0.0778219664461039, 0.121461538461539, 0.18604972453621, 0.4445, 0.660376153881547, 1.13576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 2, 1215, '2022-03-27 00:00:00', 0.0362055881789621, 0.0597307692307691, 0.0636905499571654, 0.0883846153846156, 0.0797975226143303, 0.119269230769231, 0.219376995498265, 0.472884615384615, 0.660466911766563, 1.13730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 2, 1230, '2022-03-27 00:00:00', 0.0372207758361668, 0.0611153846153854, 0.0476518786456688, 0.0836923076923083, 0.0603404189067836, 0.123384615384616, 0.222668487632658, 0.484846153846154, 0.660112055755571, 1.13961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 2, 1245, '2022-03-27 00:00:00', 0.0260256678034473, 0.0541538461538463, 0.0391716538014221, 0.0815384615384616, 0.0604036295394445, 0.124961538461539, 0.266230429399912, 0.502192307692307, 0.661525808555203, 1.14234615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 2, 1260, '2022-03-27 00:00:00', 0.0291742773953091, 0.0674615384615388, 0.0407403221164711, 0.0954230769230774, 0.0602071807626353, 0.140769230769231, 0.269139360526504, 0.503346153846154, 0.664301358861033, 1.15115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 2, 1275, '2022-03-27 00:00:00', 0.0322002388906572, 0.059846153846154, 0.0429704012619775, 0.0881538461538463, 0.071712717464574, 0.156923076923077, 0.266535597276207, 0.505230769230769, 0.662970969314529, 1.15188461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 2, 1290, '2022-03-27 00:00:00', 0.0318520860323993, 0.0616538461538465, 0.0494716235680775, 0.0958076923076927, 0.0677308247062197, 0.147230769230769, 0.262510826150378, 0.511423076923077, 0.664552656940106, 1.15307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 2, 1305, '2022-03-27 00:00:00', 0.0321116561631204, 0.0600384615384617, 0.0637381783910975, 0.106653846153846, 0.0598152668960537, 0.141884615384615, 0.269794406054798, 0.510692307692308, 0.661790522283763, 1.15115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 2, 1320, '2022-03-27 00:00:00', 0.0434809030817709, 0.0670434782608692, 0.0474005303417575, 0.0880869565217387, 0.0634423269888093, 0.151260869565217, 0.306661186008195, 0.558086956521739, 0.654182412220397, 1.22908695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 2, 1335, '2022-03-27 00:00:00', 0.0286751603680675, 0.0600869565217392, 0.0467340046826276, 0.0963913043478263, 0.171417745517379, 0.32904347826087, 0.358751810671499, 0.575043478260869, 0.652938602153233, 1.233 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 2, 1350, '2022-03-27 00:00:00', 0.0266439709084573, 0.0699130434782614, 0.0451789152963163, 0.11604347826087, 0.167053836201756, 0.359565217391305, 0.387422071725501, 0.58104347826087, 0.652843767060484, 1.2325652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 2, 1365, '2022-03-27 00:00:00', 0.0479446733183648, 0.0943478260869568, 0.180619749947635, 0.312304347826087, 0.177519124394223, 0.378695652173913, 0.406343100612056, 0.581478260869565, 0.654095643367189, 1.23126086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 3, 990, '2022-03-27 00:00:00', 0.148196070746209, 0.227653846153847, 0.14915095089823, 0.269384615384616, 0.181878526664195, 0.326038461538462, 0.401990901159945, 0.499269230769231, 0.660783735132293, 1.12823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 3, 1005, '2022-03-27 00:00:00', 0.077733558736534, 0.143884615384615, 0.101502140939906, 0.188269230769231, 0.182910099817874, 0.276230769230769, 0.410054144642462, 0.438807692307692, 0.633494762287862, 1.10842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 3, 1020, '2022-03-27 00:00:00', 0.0642556911577015, 0.117076923076923, 0.108827746744746, 0.171961538461539, 0.168883851757992, 0.247346153846154, 0.380161757069884, 0.403807692307692, 0.612470795536094, 1.08765384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 3, 1035, '2022-03-27 00:00:00', 0.0669808813135394, 0.110961538461539, 0.119204594645573, 0.167153846153847, 0.163355699672172, 0.232269230769231, 0.342636447834458, 0.373153846153846, 0.591903720081361, 1.07457692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 3, 1050, '2022-03-27 00:00:00', 0.0633402047554439, 0.102307692307693, 0.0808030844803495, 0.143461538461538, 0.127392989784187, 0.197423076923077, 0.298131287548598, 0.335230769230769, 0.568969362430541, 1.05684615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 3, 1065, '2022-03-27 00:00:00', 0.0484990087131051, 0.0900769230769229, 0.0995491065524178, 0.133230769230769, 0.104033840648128, 0.168, 0.286874470001186, 0.303192307692308, 0.569295980880029, 1.04807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 3, 1080, '2022-03-27 00:00:00', 0.0699732806148177, 0.0945000000000004, 0.0821696181921651, 0.124384615384616, 0.0883726114898641, 0.159961538461539, 0.280731355295688, 0.291423076923077, 0.566445615557765, 1.04565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 3, 1095, '2022-03-27 00:00:00', 0.0367775223995065, 0.0711153846153845, 0.0527337142195071, 0.104730769230769, 0.100896512099508, 0.145884615384615, 0.323457903574199, 0.298846153846154, 0.564143196496994, 1.04711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 3, 1110, '2022-03-27 00:00:00', 0.0488075656178267, 0.0784615384615388, 0.070591740636946, 0.111923076923077, 0.133600069092567, 0.156538461538461, 0.331496634163212, 0.302461538461538, 0.564397041097843, 1.0465 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 3, 1125, '2022-03-27 00:00:00', 0.0361420275281588, 0.0723846153846156, 0.0588515211227508, 0.101692307692308, 0.145831071923858, 0.156307692307692, 0.287498775917127, 0.291115384615385, 0.574669849030394, 1.07034615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 3, 1140, '2022-03-27 00:00:00', 0.0508304572536526, 0.0728461538461542, 0.0868295235150249, 0.103615384615385, 0.166907620695264, 0.142076923076923, 0.283839542970754, 0.300615384615385, 0.576790920658298, 1.08061538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 3, 1155, '2022-03-27 00:00:00', 0.0385351787332046, 0.0659999999999999, 0.0900562302974348, 0.0982692307692303, 0.130924082523482, 0.136653846153846, 0.364454559792913, 0.482384615384615, 0.596986096990541, 1.091 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 3, 1170, '2022-03-27 00:00:00', 0.0542674431368879, 0.0636538461538461, 0.0812402704233658, 0.0813076923076923, 0.107926848445531, 0.12926923076923, 0.342664844103704, 0.489346153846154, 0.610743089636274, 1.09680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 3, 1185, '2022-03-27 00:00:00', 0.033209359199803, 0.0503076923076923, 0.0511034697000568, 0.088730769230769, 0.0959373834251357, 0.136692307692307, 0.314449734273406, 0.502653846153846, 0.609092505289632, 1.098 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 3, 1200, '2022-03-27 00:00:00', 0.0492796259975815, 0.0728076923076927, 0.0619838812794221, 0.0931923076923076, 0.0939150598228972, 0.140038461538462, 0.320521709333153, 0.512384615384615, 0.613041351347149, 1.10253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 3, 1215, '2022-03-27 00:00:00', 0.0422174590205739, 0.0640769230769229, 0.0782883526065414, 0.0978846153846152, 0.0864265005655092, 0.1425, 0.331326815186363, 0.515538461538462, 0.617140717029256, 1.10723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 3, 1230, '2022-03-27 00:00:00', 0.0597372709324883, 0.0706923076923075, 0.0613490392376652, 0.0992307692307696, 0.0866654398335255, 0.141538461538462, 0.332601653633893, 0.5175, 0.613935387479823, 1.1065 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 3, 1245, '2022-03-27 00:00:00', 0.0429427705028631, 0.0638076923076927, 0.0770407284892473, 0.101076923076923, 0.0929117778408018, 0.135961538461539, 0.334947986777282, 0.517923076923077, 0.618169512475216, 1.10811538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 3, 1260, '2022-03-27 00:00:00', 0.0703643812866012, 0.0791153846153848, 0.0739168867975789, 0.101115384615385, 0.0932338664121247, 0.137923076923077, 0.337760190303485, 0.528115384615385, 0.618932983820978, 1.11003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 3, 1275, '2022-03-27 00:00:00', 0.0305483475569714, 0.0598076923076927, 0.0454585694722298, 0.0871923076923078, 0.0840657709543775, 0.132576923076923, 0.32064460316441, 0.525192307692308, 0.622179599349058, 1.11157692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 3, 1290, '2022-03-27 00:00:00', 0.0298295929470153, 0.0652692307692309, 0.0347110268447275, 0.0911538461538459, 0.0774311008872754, 0.134846153846153, 0.324508622618639, 0.528615384615385, 0.62332419642282, 1.11157692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 3, 1305, '2022-03-27 00:00:00', 0.0263389737549043, 0.0593076923076918, 0.068841132605889, 0.0956923076923071, 0.0694208569856022, 0.129153846153846, 0.32306733758674, 0.540230769230769, 0.624675626594746, 1.11003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 3, 1320, '2022-03-27 00:00:00', 0.0555492517284341, 0.0630869565217387, 0.062848616664178, 0.0886956521739129, 0.0719625781098854, 0.136391304347826, 0.337504197016796, 0.574086956521739, 0.620102968626667, 1.19165217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 3, 1335, '2022-03-27 00:00:00', 0.0317752109610711, 0.0611304347826086, 0.0499080577587328, 0.0862173913043483, 0.263640528112126, 0.413347826086957, 0.346051419561078, 0.571695652173913, 0.617344229124402, 1.18947826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 3, 1350, '2022-03-27 00:00:00', 0.0404704547479996, 0.0643043478260874, 0.051180529894836, 0.108913043478261, 0.276556329094192, 0.444695652173913, 0.345471803188652, 0.571304347826087, 0.616023952360152, 1.18934782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 3, 1365, '2022-03-27 00:00:00', 0.0403594521208365, 0.0936086956521735, 0.263380448912908, 0.411521739130435, 0.284238772587234, 0.478956521739131, 0.347137839830084, 0.57304347826087, 0.616023952360152, 1.18934782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 4, 990, '2022-03-27 00:00:00', 0.178498431365656, 0.26524, 0.21218696943969, 0.30832, 0.232528621894166, 0.36068, 0.260046739388646, 0.47684, 0.519182813018048, 1.02428 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 4, 1005, '2022-03-27 00:00:00', 0.0752029033127488, 0.13632, 0.0957717251245548, 0.18416, 0.108620900382937, 0.2322, 0.16688136504715, 0.36316, 0.450151707760839, 0.96368 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 4, 1020, '2022-03-27 00:00:00', 0.0712916544905503, 0.118, 0.0820154863425195, 0.15196, 0.0968335685596682, 0.19936, 0.158563257618739, 0.32584, 0.449993248097495, 0.95444 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 4, 1035, '2022-03-27 00:00:00', 0.0530175442660256, 0.0998800000000004, 0.0739425452631971, 0.1374, 0.086573514040573, 0.17584, 0.156097437519006, 0.30508, 0.448037152477336, 0.94804 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 4, 1050, '2022-03-27 00:00:00', 0.042712137228973, 0.09592, 0.0591872170883764, 0.12728, 0.0750113769148832, 0.17104, 0.152830657919149, 0.29028, 0.450246665728909, 0.94568 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 4, 1065, '2022-03-27 00:00:00', 0.0350198515131056, 0.0788399999999999, 0.0524626216145042, 0.11508, 0.0687423207832458, 0.15944, 0.150033629563508, 0.28556, 0.449894202377996, 0.94128 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 4, 1080, '2022-03-27 00:00:00', 0.0400010416531039, 0.0836000000000003, 0.0675304129016453, 0.12476, 0.0694243713211245, 0.151920000000001, 0.143885625874628, 0.27864, 0.446613770499746, 0.93688 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 4, 1095, '2022-03-27 00:00:00', 0.0495824229608295, 0.0917999999999999, 0.0492605995362074, 0.11776, 0.0589744860087816, 0.15464, 0.136480975475216, 0.27984, 0.439007182932884, 0.93884 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 4, 1110, '2022-03-27 00:00:00', 0.0284004107951512, 0.0763999999999994, 0.0362365837241867, 0.0945599999999996, 0.0702487722312637, 0.155159999999999, 0.141206550839541, 0.28096, 0.433298307558815, 0.94456 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 4, 1125, '2022-03-27 00:00:00', 0.0297051061828325, 0.0616799999999998, 0.043340627591211, 0.103079999999999, 0.101404602130936, 0.15632, 0.147429225958311, 0.28472, 0.467055250122153, 0.99124 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 4, 1140, '2022-03-27 00:00:00', 0.0386655315925356, 0.0772399999999995, 0.0631439624984051, 0.116079999999999, 0.102856647816269, 0.15136, 0.156329971534572, 0.29832, 0.472544883229802, 1.0002 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 4, 1155, '2022-03-27 00:00:00', 0.0368615427421772, 0.0657600000000001, 0.0652614740869377, 0.0983200000000001, 0.0816128462110391, 0.13036, 0.219863722943706, 0.41716, 0.480014885185866, 1.00404 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 4, 1170, '2022-03-27 00:00:00', 0.0412967714638, 0.06756, 0.0425480120961402, 0.0920000000000003, 0.0588361566839073, 0.12112, 0.221670310746989, 0.43432, 0.481392071669929, 1.01008 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 4, 1185, '2022-03-27 00:00:00', 0.0265137071468072, 0.0606800000000001, 0.0326662414938322, 0.0808000000000003, 0.0614547801232746, 0.11924, 0.229015778204618, 0.45232, 0.488954009425563, 1.01276 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 4, 1200, '2022-03-27 00:00:00', 0.0260320315508929, 0.0561999999999999, 0.0334876594185579, 0.0854399999999995, 0.0558782307045125, 0.12072, 0.231285177504598, 0.4528, 0.491763686472815, 1.01876 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 4, 1215, '2022-03-27 00:00:00', 0.0300691979717891, 0.0646399999999999, 0.0427622497069552, 0.0871199999999996, 0.0706428812171945, 0.1272, 0.245423090464882, 0.45308, 0.513821710323727, 1.0308 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 4, 1230, '2022-03-27 00:00:00', 0.0340502080267756, 0.0579999999999995, 0.0506482971085904, 0.0839999999999999, 0.0775584080978115, 0.12316, 0.242914991989653, 0.45788, 0.516102402629555, 1.03724 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 4, 1245, '2022-03-27 00:00:00', 0.0416193064174147, 0.0592000000000003, 0.062300267522165, 0.0883600000000003, 0.088008048874331, 0.1228, 0.251862396293426, 0.46, 0.515863958164682, 1.03804 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 4, 1260, '2022-03-27 00:00:00', 0.0368590558750492, 0.0655600000000004, 0.0445449211470848, 0.0823999999999999, 0.0700126655208422, 0.12024, 0.240106747093871, 0.4616, 0.510962709011137, 1.03284 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 4, 1275, '2022-03-27 00:00:00', 0.0300342582173535, 0.0548399999999999, 0.0537319582123459, 0.0820400000000001, 0.0876226188454402, 0.14684, 0.228729643903015, 0.464, 0.514343682116669, 1.03044 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 4, 1290, '2022-03-27 00:00:00', 0.0399959164582249, 0.0595599999999997, 0.0536438875051635, 0.0893999999999998, 0.0911066225181608, 0.1452, 0.216810231923373, 0.46152, 0.536591014336493, 1.0356 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 4, 1305, '2022-03-27 00:00:00', 0.0356510869399522, 0.0654000000000001, 0.0740450313435459, 0.1136, 0.0951005082355855, 0.14876, 0.206667341396748, 0.45584, 0.56603591464382, 1.04364 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 4, 1320, '2022-03-27 00:00:00', 0.0410961548005889, 0.0703181818181817, 0.0448708825843229, 0.0894090909090907, 0.0575159868609481, 0.144772727272727, 0.203694215267232, 0.461, 0.58360798234455, 1.11209090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 4, 1335, '2022-03-27 00:00:00', 0.0309668514293246, 0.0632272727272725, 0.0417687925924614, 0.096181818181818, 0.153597044073289, 0.322363636363636, 0.21243906689415, 0.4665, 0.587709074891614, 1.11436363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 4, 1350, '2022-03-27 00:00:00', 0.0276949993141905, 0.0711818181818183, 0.044774978518127, 0.114318181818181, 0.149738798553374, 0.337772727272728, 0.217782532820545, 0.464227272727273, 0.585326201279903, 1.113 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 4, 1365, '2022-03-27 00:00:00', 0.0343061086529654, 0.0806363636363637, 0.133005687799481, 0.296681818181818, 0.152181062414401, 0.347136363636364, 0.210142108173744, 0.459909090909091, 0.603957477144818, 1.11240909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 5, 990, '2022-03-27 00:00:00', 0.121297128297966, 0.219920000000001, 0.128871279448396, 0.254160000000001, 0.150259775056399, 0.291600000000001, 0.20194407641721, 0.39108, 0.626280506908313, 1.09224 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 5, 1005, '2022-03-27 00:00:00', 0.0739262019404028, 0.1376, 0.0973054983030245, 0.17388, 0.113061664590611, 0.20924, 0.174440983334383, 0.35036, 0.623859025207886, 1.06 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 5, 1020, '2022-03-27 00:00:00', 0.0465523719410018, 0.10804, 0.0693454396481845, 0.14896, 0.0883561354217503, 0.18684, 0.151103750229216, 0.33152, 0.625351053409203, 1.04924 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 5, 1035, '2022-03-27 00:00:00', 0.0549244025911979, 0.10324, 0.0587218017434752, 0.1284, 0.0766273449885876, 0.18, 0.146527016848998, 0.330199999999999, 0.625436162476502, 1.04668 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 5, 1050, '2022-03-27 00:00:00', 0.0291279934084031, 0.0832400000000003, 0.0416768120981755, 0.12004, 0.0696060342211792, 0.165, 0.12837442632134, 0.31892, 0.625155559307708, 1.04284 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 5, 1065, '2022-03-27 00:00:00', 0.0315186188360677, 0.0834399999999995, 0.0396739629144021, 0.11676, 0.0613892498732473, 0.163839999999999, 0.128006939916032, 0.306879999999999, 0.646882013971636, 1.04644 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 5, 1080, '2022-03-27 00:00:00', 0.034996428389194, 0.0782000000000001, 0.0489575326175655, 0.10356, 0.0524338631039142, 0.14832, 0.132205055374848, 0.290479999999999, 0.65566656159972, 1.03516 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 5, 1095, '2022-03-27 00:00:00', 0.0280757902827328, 0.0718000000000002, 0.0441556715873887, 0.10984, 0.052172087045341, 0.14552, 0.130169095154469, 0.286079999999999, 0.655855604026781, 1.03436 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 5, 1110, '2022-03-27 00:00:00', 0.0292442017044977, 0.0761600000000001, 0.0336953013539476, 0.0990399999999995, 0.0536147367801055, 0.13904, 0.130110235313496, 0.281559999999999, 0.655956680480249, 1.032 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 5, 1125, '2022-03-27 00:00:00', 0.0267443451966959, 0.0595199999999994, 0.0313380492904925, 0.09664, 0.048985950366746, 0.12904, 0.125595581132459, 0.265999999999999, 0.710364934382322, 1.08856 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 5, 1140, '2022-03-27 00:00:00', 0.0303489154117023, 0.0718400000000003, 0.0378678403573973, 0.0901600000000002, 0.0534269906819889, 0.12312, 0.140002119031582, 0.27448, 0.70504312634051, 1.09568 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 5, 1155, '2022-03-27 00:00:00', 0.0235460541634192, 0.0595999999999999, 0.0345655416081775, 0.0841199999999998, 0.0606718495954539, 0.12564, 0.165420544874772, 0.41896, 0.701127171061, 1.10632 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 5, 1170, '2022-03-27 00:00:00', 0.0261294852609079, 0.0559999999999995, 0.0410220266036027, 0.0831600000000002, 0.0690846823350397, 0.12388, 0.16195402639844, 0.44724, 0.697976439430444, 1.10812 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 5, 1185, '2022-03-27 00:00:00', 0.0381472148393558, 0.0582800000000005, 0.0535436581990185, 0.0894399999999997, 0.0821725826132615, 0.1354, 0.170816665853579, 0.467, 0.701009624280104, 1.11008 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 5, 1200, '2022-03-27 00:00:00', 0.0269725773246873, 0.0592916666666664, 0.0372190684726393, 0.0829583333333329, 0.0703007900877116, 0.128875, 0.168271514333923, 0.470208333333333, 0.673895612911562, 1.06908333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 5, 1215, '2022-03-27 00:00:00', 0.031246101206066, 0.0566666666666661, 0.0583536817511373, 0.0922499999999997, 0.0654145642605015, 0.12225, 0.163731349197839, 0.468041666666667, 0.671636902368526, 1.07070833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 5, 1230, '2022-03-27 00:00:00', 0.0361371932934812, 0.0616249999999998, 0.0415979505835754, 0.0839583333333331, 0.0521525076863134, 0.117833333333333, 0.165657232986005, 0.469333333333333, 0.66914856130866, 1.07816666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 5, 1245, '2022-03-27 00:00:00', 0.0283369669451789, 0.0598750000000002, 0.0267586840841071, 0.0801250000000001, 0.0489690822304516, 0.115166666666666, 0.167548819405145, 0.474458333333333, 0.67072290116331, 1.07658333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 5, 1260, '2022-03-27 00:00:00', 0.0225175857202026, 0.0597916666666669, 0.0399818572985731, 0.0868750000000002, 0.0568687785257827, 0.119333333333333, 0.169599907497582, 0.474041666666667, 0.673980792527244, 1.07775 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 5, 1275, '2022-03-27 00:00:00', 0.0299876484234931, 0.0609583333333334, 0.0375583603846419, 0.0817499999999997, 0.0674093594327262, 0.12475, 0.176020667429478, 0.478666666666667, 0.676058781800278, 1.07654166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 5, 1290, '2022-03-27 00:00:00', 0.0398820725407416, 0.0576666666666662, 0.0625354971659867, 0.0855833333333333, 0.0685279483870992, 0.124583333333333, 0.189631216281513, 0.486541666666666, 0.680730314345972, 1.07825 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 5, 1305, '2022-03-27 00:00:00', 0.0392284784026417, 0.0603478260869564, 0.050418211466005, 0.0937826086956519, 0.0530480057032394, 0.122, 0.171048279248849, 0.506173913043478, 0.666076094478975, 1.121 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 5, 1320, '2022-03-27 00:00:00', 0.032290275699689, 0.0654761904761903, 0.0349183401121886, 0.0867619047619046, 0.058724052020567, 0.143285714285714, 0.177520957850589, 0.520095238095238, 0.665566217949943, 1.18009523809524 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 5, 1335, '2022-03-27 00:00:00', 0.0306037657191143, 0.065095238095238, 0.0473915805261011, 0.0941904761904761, 0.139920028179365, 0.367714285714286, 0.175435173212216, 0.522, 0.659030825205793, 1.18914285714286 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 5, 1350, '2022-03-27 00:00:00', 0.0362244984190854, 0.0692857142857142, 0.0524580558069737, 0.120047619047619, 0.136207981725428, 0.399714285714286, 0.175269112808738, 0.528190476190476, 0.656649874090339, 1.19342857142857 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 5, 1365, '2022-03-27 00:00:00', 0.0354282642075767, 0.0838095238095244, 0.140708784035545, 0.34952380952381, 0.146329618132684, 0.418428571428572, 0.181020019939916, 0.523380952380953, 0.650780992346888, 1.201 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 1, 930, '2022-03-27 00:00:00', 0.0561070405564213, 0.251, 0.0371662929727099, 0.274333333333333, 0.0447362641861537, 0.284333333333334, 0.0996058900534167, 0.344333333333334, 0.338098111993151, 0.644666666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 1, 945, '2022-03-27 00:00:00', 0.0376430604494377, 0.141000000000001, 0.0409511904588865, 0.158000000000001, 0.0877895210147542, 0.258, 0.113271061323417, 0.314666666666668, 0.338098111993151, 0.644666666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 1, 960, '2022-03-27 00:00:00', 0.015176736583777, 0.0776666666666668, 0.0562168420789817, 0.164333333333333, 0.0702163323830932, 0.184666666666666, 0.13057692496507, 0.304666666666667, 0.320827575705912, 0.634666666666665 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 1, 975, '2022-03-27 00:00:00', 0.0498029450267085, 0.127666666666666, 0.060665750908839, 0.147666666666666, 0.041797129088012, 0.181, 0.144299457148435, 0.310333333333334, 0.315071949454936, 0.631333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 2, 930, '2022-03-27 00:00:00', 0.0697160909212036, 0.187666666666666, 0.0797307970611099, 0.260999999999999, 0.0803761987987319, 0.271333333333332, 0.0431315816233684, 0.296333333333332, 0.28095729212818, 0.637999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 2, 945, '2022-03-27 00:00:00', 0.0200333056017553, 0.147666666666666, 0.0155349069303083, 0.167666666666666, 0.0368962509387243, 0.194333333333333, 0.0504678115237821, 0.202999999999998, 0.205029266203632, 0.588 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 2, 960, '2022-03-27 00:00:00', 0.0612127437712119, 0.097999999999999, 0.0421939964133918, 0.117666666666666, 0.029160475533389, 0.181333333333332, 0.0410731055558254, 0.192999999999999, 0.209094077709851, 0.604666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 2, 975, '2022-03-27 00:00:00', 0.0270246800782785, 0.0743333333333342, 0.0476480149988774, 0.141333333333334, 0.0439355588712984, 0.144666666666667, 0.0435545634807644, 0.172999999999999, 0.214593414002699, 0.601333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 3, 930, '2022-03-27 00:00:00', 0.0225388553391691, 0.207000000000001, 0.0190087699058445, 0.213666666666667, 0.0199592084011367, 0.213666666666667, 0.0209571688211935, 0.247333333333332, 0.0220050272622532, 0.543666666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 3, 945, '2022-03-27 00:00:00', 0.060335174925854, 0.131333333333333, 0.0474376784142453, 0.141333333333333, 0.0498095623349576, 0.141333333333333, 0.0523000404517054, 0.231333333333333, 0.0549150424742907, 0.537333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 3, 960, '2022-03-27 00:00:00', 0.0105039675043947, 0.0646666666666675, 0.0118462370959438, 0.101333333333333, 0.0124385489507409, 0.101333333333333, 0.013060476398278, 0.204666666666665, 0.0137135002181919, 0.507333333333332 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 3, 975, '2022-03-27 00:00:00', 0.0118462370959427, 0.0713333333333329, 0.0158219257150751, 0.0813333333333333, 0.0205020324195741, 0.0946666666666663, 0.0349332697200445, 0.194666666666665, 0.300501247917543, 0.503999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 4, 930, '2022-03-27 00:00:00', 0.0250599281722856, 0.157, 0.0247857485933649, 0.160666666666666, 0.0345591280754238, 0.167333333333333, 0.188452469692844, 0.337333333333333, 0.300501247917541, 0.504 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 4, 945, '2022-03-27 00:00:00', 0.0118462370959468, 0.121333333333332, 0.0158219257150759, 0.131333333333333, 0.0205020324195777, 0.164666666666667, 0.264456045497166, 0.387999999999999, 0.2996169777121, 0.501333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 4, 960, '2022-03-27 00:00:00', 0.0105039675043929, 0.0546666666666672, 0.0236713610367759, 0.0813333333333333, 0.0580258563056162, 0.128, 0.255793536535489, 0.354666666666667, 0.332491102637848, 0.481333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 4, 975, '2022-03-27 00:00:00', 0.0233880311270549, 0.0579999999999986, 0.0405010287935185, 0.0813333333333321, 0.0702875048165276, 0.121333333333332, 0.250540083286751, 0.351333333333333, 0.332491102637848, 0.481333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 5, 930, '2022-03-27 00:00:00', 0.0401123422402624, 0.167, 0.0763042156983033, 0.220333333333334, 0.131348137913459, 0.283666666666668, 0.146192795080104, 0.343666666666667, 0.154823555486022, 0.547666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 5, 945, '2022-03-27 00:00:00', 0.0178978583448777, 0.114666666666667, 0.0170391705588431, 0.144666666666667, 0.0708543106192796, 0.201333333333333, 0.0700023809118902, 0.244666666666667, 0.205467759028028, 0.508 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 5, 960, '2022-03-27 00:00:00', 0.0487544869729953, 0.0980000000000002, 0.0527288662246156, 0.134666666666667, 0.0753679861302751, 0.191333333333334, 0.0247049252849169, 0.221333333333334, 0.249573636428209, 0.478 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 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 968665, 5, 975, '2022-03-27 00:00:00', 0.0320052079095471, 0.0773333333333343, 0.0394250343479027, 0.107333333333334, 0.0312143129562917, 0.150666666666668, 0.0159478316185402, 0.177333333333335, 0.280998813757875, 0.457666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968665 and enddate = '2022-03-27 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2022-03-27 14:33:02 Duration: 3s287ms Database: acaweb_fx User: pgperfstats
14 1s58ms 4s348ms 2s279ms 85 3m13s 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 #14
Day Hour Count Duration Avg duration Mar 27 14 85 3m13s 2s279ms [ User: postgres - Total duration: 3m13s - Times executed: 85 ]
-
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 = '627' AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 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 ('0' = 0 OR coalesce(bim.code, s.symbol) in ('')) AND ('0' = 0 OR fr.pattern in ('')) AND ('0' = 0 OR fr.patternlengthbars <= '0') AND ('0' = 0 OR ('0' = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ('0' = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 14:02:22 Duration: 4s348ms 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-03-27 14:16:05 Duration: 4s212ms 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 = '660' AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT JOIN currencypips cps on cps.symbol = s.symbol 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 ('212' = 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', 'YNDX', 'XAGUSD', 'XAUUSD', 'BRENT', 'COCOA', 'COFFEE', 'CORN', 'COTTON', 'NGAS', 'SUGAR', 'USDX', 'WHEAT', 'WTI', 'FRENCH40', 'GERMAN30', 'JPN225', 'NETHERLAND25', 'SPANISH35', 'SWISS20', 'UK100', 'US30', 'US500', 'USTECH100', 'USVIX')) AND ('0' = 0 OR fr.pattern in ('')) AND ('400' = 0 OR fr.patternlengthbars <= '400') AND ('0' = 0 OR ('0' = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ('0' = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 14:01:31 Duration: 3s914ms Database: acaweb_fx User: postgres Bind query: yes
15 51ms 22s485ms 1s729ms 104 2m59s (( 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 Mar 27 14 104 2m59s 1s729ms [ User: postgres - Total duration: 2m59s - Times executed: 104 ]
-
(( SELECT /*CPRelevantList*/ distinct 0 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_autochartist_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '529' union select distinct 0 as patterntype, ar.resultuid as resultuid, 0, 1 from autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '529' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_autochartist_results order by resultuid desc limit 1))) union all (( SELECT distinct 1 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_fibonacci_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '529' union select distinct 1 as patterntype, ar.resultuid as resultuid, 0, 1 from fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '529' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_fibonacci_results order by resultuid desc limit 1))) union all (( SELECT distinct 2 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_keylevels_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '529' union select distinct 2 as patterntype, ar.resultuid as resultuid, 0, 1 from keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '529' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1)));
Date: 2022-03-27 14:18:43 Duration: 22s485ms 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-03-27 14:19:59 Duration: 18s111ms Database: acaweb_fx User: postgres Bind query: yes
-
(( SELECT /*CPRelevantList*/ distinct 0 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_autochartist_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '529' union select distinct 0 as patterntype, ar.resultuid as resultuid, 0, 1 from autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '529' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_autochartist_results order by resultuid desc limit 1))) union all (( SELECT distinct 1 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_fibonacci_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '529' union select distinct 1 as patterntype, ar.resultuid as resultuid, 0, 1 from fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '529' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_fibonacci_results order by resultuid desc limit 1))) union all (( SELECT distinct 2 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_keylevels_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '529' union select distinct 2 as patterntype, ar.resultuid as resultuid, 0, 1 from keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '529' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1)));
Date: 2022-03-27 14:08:19 Duration: 13s414ms Database: acaweb_fx User: postgres Bind query: yes
16 339ms 21s600ms 1s410ms 30 42s309ms select case when a.old_resultuid = ? then a.old_resultuid else a.resultuid end as resultuid, s.symbol, a.patternprice, atbaridentified as patternendtime, breakout, p.patternname, dtt.timezone, a.direction, case when a.patternclassid = ? then a.predictionpricefrom else a.patternprice end as predictionpricefrom, case when a.patternclassid = ? then a.predictionpriceto else a.patternprice end as predictionpriceto, s.timegranularity as interval, patternlengthbars as length, cps.pip from keylevels_results a inner join downloadersymbolsettings dss on a.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname inner join symbols s on a.symbolid = s.symbolid inner join hrspatterns p on a.patternid = p.patternid left join currencypips cps on cps.symbol = s.symbol where (a.old_resultuid = ? or a.resultuid = ?) and dtt.dayofweek = ?;Times Reported Time consuming queries #16
Day Hour Count Duration Avg duration Mar 27 14 30 42s309ms 1s410ms [ User: postgres - Total duration: 42s309ms - Times executed: 30 ]
-
SELECT CASE WHEN a.old_resultuid = '81983122' THEN a.old_resultuid ELSE a.resultuid END AS ResultUID, s.symbol, a.patternprice, atbaridentified AS patternendtime, breakout, p.patternname, dtt.timezone, a.direction, case when a.patternclassid = 1 then a.predictionpricefrom else a.patternprice end as predictionpricefrom, case when a.patternclassid = 1 then a.predictionpriceto else a.patternprice end as predictionpriceto, s.timegranularity AS interval, patternlengthbars AS length, cps.pip FROM keylevels_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '81983122' OR a.resultuid = '81983122') AND dtt.dayofweek = 3;
Date: 2022-03-27 14:04:08 Duration: 21s600ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT CASE WHEN a.old_resultuid = '82010715' THEN a.old_resultuid ELSE a.resultuid END AS ResultUID, s.symbol, a.patternprice, atbaridentified AS patternendtime, breakout, p.patternname, dtt.timezone, a.direction, case when a.patternclassid = 1 then a.predictionpricefrom else a.patternprice end as predictionpricefrom, case when a.patternclassid = 1 then a.predictionpriceto else a.patternprice end as predictionpriceto, s.timegranularity AS interval, patternlengthbars AS length, cps.pip FROM keylevels_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '82010715' OR a.resultuid = '82010715') AND dtt.dayofweek = 3;
Date: 2022-03-27 14:20:21 Duration: 5s68ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT CASE WHEN a.old_resultuid = '82037483' THEN a.old_resultuid ELSE a.resultuid END AS ResultUID, s.symbol, a.patternprice, atbaridentified AS patternendtime, breakout, p.patternname, dtt.timezone, a.direction, case when a.patternclassid = 1 then a.predictionpricefrom else a.patternprice end as predictionpricefrom, case when a.patternclassid = 1 then a.predictionpriceto else a.patternprice end as predictionpriceto, s.timegranularity AS interval, patternlengthbars AS length, cps.pip FROM keylevels_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '82037483' OR a.resultuid = '82037483') AND dtt.dayofweek = 3;
Date: 2022-03-27 14:32:47 Duration: 2s689ms Database: acaweb_fx User: postgres Bind query: yes
17 431ms 19s280ms 1s233ms 53 1m5s select case when a.old_resultuid = ? then a.old_resultuid else a.resultuid end as resultuid, s.symbol, pattern as patternname, timegranularity as interval, patternlengthbars as length, patternendtime, direction, breakout, predictiontimeto, predictionpricefrom, predictionpriceto, patternstartprice, resy1, supporty1, dtt.timezone, cps.pip from autochartist_results a inner join downloadersymbolsettings dss on a.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname inner join symbols s on a.symbolid = s.symbolid inner join patterns p on p.patternname = a.pattern left join currencypips cps on cps.symbol = s.symbol where (a.old_resultuid = ? or a.resultuid = ?) and dtt.dayofweek = ?;Times Reported Time consuming queries #17
Day Hour Count Duration Avg duration Mar 27 14 53 1m5s 1s233ms [ User: postgres - Total duration: 1m5s - Times executed: 53 ]
-
SELECT CASE WHEN a.old_resultuid = '580438334' THEN a.old_resultuid ELSE a.resultuid END as resultuid, s.symbol, pattern as patternname, timegranularity as interval, patternlengthbars AS length, patternendtime, direction, breakout, predictiontimeto, predictionpricefrom, predictionpriceto, patternStartPrice, resy1, supporty1, dtt.timezone, cps.pip FROM autochartist_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN patterns p ON p.patternname = a.pattern LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '580438334' OR a.resultuid = '580438334') AND dtt.dayofweek = 3;
Date: 2022-03-27 14:03:11 Duration: 19s280ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT CASE WHEN a.old_resultuid = '580438864' THEN a.old_resultuid ELSE a.resultuid END as resultuid, s.symbol, pattern as patternname, timegranularity as interval, patternlengthbars AS length, patternendtime, direction, breakout, predictiontimeto, predictionpricefrom, predictionpriceto, patternStartPrice, resy1, supporty1, dtt.timezone, cps.pip FROM autochartist_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN patterns p ON p.patternname = a.pattern LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '580438864' OR a.resultuid = '580438864') AND dtt.dayofweek = 3;
Date: 2022-03-27 14:32:58 Duration: 8s413ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT CASE WHEN a.old_resultuid = '580439011' THEN a.old_resultuid ELSE a.resultuid END as resultuid, s.symbol, pattern as patternname, timegranularity as interval, patternlengthbars AS length, patternendtime, direction, breakout, predictiontimeto, predictionpricefrom, predictionpriceto, patternStartPrice, resy1, supporty1, dtt.timezone, cps.pip FROM autochartist_results a INNER JOIN downloadersymbolsettings dss ON a.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN symbols s ON a.symbolid = s.symbolid INNER JOIN patterns p ON p.patternname = a.pattern LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE (a.old_resultuid = '580439011' OR a.resultuid = '580439011') AND dtt.dayofweek = 3;
Date: 2022-03-27 14:47:55 Duration: 7s288ms Database: acaweb_fx User: postgres Bind query: yes
18 50ms 11s423ms 715ms 131 1m33s select distinct a.resultuid as ruid, s.symbolid as sid, symbol as sym, longname, shortname, exchange as e, timegranularity as tg, p.patternid as pid, direction as d, patternstarttime as pst, patternendtime as pet, patternstartprice as psp, patternendprice as pep, pricex as px, timex as tx, pricea as pa, timea as ta, priceb as pb, timeb as tb, pricec as pc, timec as tc, priced as pd, timed as td, averagequality as aq, timequality as tq, errormargin as rq, (? - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, patternlengthbars as l, temporarypattern as tp, bandwidth as bw, qtytp as qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzos, dftt.timezone as tz, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ?) then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ?) then ? else ? end as relevant from symbols s inner join brokersymbollist b on s.symbolid = b.symbolid inner join symbolgroup sg on s.symbolid = sg.symbolid inner join downloadersymbolsettings dss on dss.symbolid = s.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join fibonacci_results a on a.symbolid = s.symbolid inner join fibonaccipatterns p on a.pattern = p.patternname left outer join relevance_fibonacci_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and sg.groupid = ? and patternlengthbars >= ? and averagequality >= ?.? and (timequality >= ?.? or timequality = ?) and errormargin >= ?.? and ? - noise >= ?.? and s.nonliquid = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and a.resultuid > ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, averagequality desc limit ?;Times Reported Time consuming queries #18
Day Hour Count Duration Avg duration Mar 27 14 131 1m33s 715ms [ User: postgres - Total duration: 1m33s - Times executed: 131 ]
-
/*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 = 689 AND sg.groupid = 5159 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 73308770 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-03-27 14:01:31 Duration: 11s423ms Database: acaweb_fx User: postgres Bind query: yes
-
/*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 = 689 AND sg.groupid = 5159 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 73308770 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-03-27 14:01:31 Duration: 9s447ms Database: acaweb_fx User: postgres Bind query: yes
-
/*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 = 689 AND sg.groupid = 5135 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 73332537 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-03-27 14:01:31 Duration: 6s959ms Database: acaweb_fx User: postgres Bind query: yes
19 111ms 10s887ms 540ms 132 1m11s 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 #19
Day Hour Count Duration Avg duration Mar 27 14 132 1m11s 540ms [ User: postgres - Total duration: 1m11s - Times executed: 132 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '660' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('36' = 0 OR s.symbol in ('AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'JPN225', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'OILUSD', 'SPX500', 'US30', 'USDCAD', 'USDCHF', 'USDJPY', 'XAGUSD', 'XAUUSD', 'F', 'FDX')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-03-27 14:01:11 Duration: 10s887ms 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 = '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 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-03-27 14:01:27 Duration: 9s644ms 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 = '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-03-27 14:10:42 Duration: 2s537ms Database: acaweb_fx User: postgres Bind query: yes
20 51ms 2s52ms 477ms 67 31s997ms 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 #20
Day Hour Count Duration Avg duration Mar 27 14 67 31s997ms 477ms [ User: postgres - Total duration: 31s997ms - Times executed: 67 ]
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '1028563' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2022-03-27 14:10:19 Duration: 2s52ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '986782' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2022-03-27 14:06:40 Duration: 1s719ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '986742' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2022-03-27 14:06:40 Duration: 1s713ms 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 281ms 4 50ms 96ms 70ms with wh_patitioned as ( select row_number() over (partition by symbol, a.basegroupname order by resultuid desc) as rn, * from ( SELECT whp.resultuid, g.basegroupname, type, whid, whp.exchange, whp.symbol, patternname, whp.direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime + (interval || ' minutes')::interval as patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, rar.age, dftt.timezone, dftt.absolutetimezoneoffset as timezoneoffset, ar.patternlengthbars as length, ar.patternquality as quality FROM whatshot_probability whp INNER JOIN autochartist_results ar ON whp.resultuid = ar.resultuid INNER JOIN relevance_autochartist_results rar ON ar.resultuid = rar.resultuid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dftt ON dss.classname = dftt.classname INNER JOIN symbols s on whp.symbolid = s.symbolid INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN whatshot_groups whg ON whg.groupid = g.groupid INNER JOIN brokersymbollist bsl ON bsl.symbolid = sg.symbolid AND bsl.brokerid = $1 INNER JOIN brokergroups bg ON bg.groupid = sg.groupid AND bg.brokerid = $2 WHERE whid = ( SELECT MAX(whid) FROM whatshot WHERE brokerid = $3) AND interval >= 60 AND percent >= 60 AND type = 'cp' and s.nonliquid = 0 and s.deleted = 0 and dss.enabled = 1 and dftt.dayofweek = 3) a ), wh_patitioned2 as ( select row_number() over (partition by symbol, a2.basegroupname order by resultuid desc) as rn, * from ( SELECT whp.resultuid, g.basegroupname, type, whid, whp.exchange, whp.symbol, patternname, whp.direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime + (interval || ' minutes')::interval as patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, rar.age, dftt.timezone, dftt.absolutetimezoneoffset, ar.patternlengthbars as length, ar.qtytp as quality FROM whatshot_probability whp INNER JOIN keylevels_results ar ON whp.resultuid = ar.resultuid INNER JOIN relevance_keylevels_results rar ON ar.resultuid = rar.resultuid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dftt ON dss.classname = dftt.classname INNER JOIN symbols s on whp.symbolid = s.symbolid INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN whatshot_groups whg ON whg.groupid = g.groupid INNER JOIN brokersymbollist bsl ON bsl.symbolid = sg.symbolid AND bsl.brokerid = $4 INNER JOIN brokergroups bg ON bg.groupid = sg.groupid AND bg.brokerid = $5 WHERE whid = ( SELECT MAX(whid) FROM whatshot WHERE brokerid = $6) AND interval >= 60 AND percent >= 60 AND type = 'kl' AND rar.relevant = 1 AND rar.age <= 10 and s.nonliquid = 0 and s.deleted = 0 and dss.enabled = 1 and dftt.dayofweek = 3) a2 ), wh_patitioned3 as ( select row_number() over (partition by symbol, a3.basegroupname order by resultuid desc) as rn, * from ( SELECT whp.resultuid, g.basegroupname, type, whid, whp.exchange, whp.symbol, patternname, whp.direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime + (interval || ' minutes')::interval as patternendtime, patternprice as predictionpricefrom, patternprice as predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, rar.age, dftt.timezone, dftt.absolutetimezoneoffset, ar.patternlengthbars as length, ar.qtytp as quality FROM whatshot_probability whp INNER JOIN keylevels_results ar ON whp.resultuid = ar.resultuid INNER JOIN relevance_keylevels_results rar ON ar.resultuid = rar.resultuid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dftt ON dss.classname = dftt.classname INNER JOIN symbols s on whp.symbolid = s.symbolid INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN whatshot_groups whg ON whg.groupid = g.groupid INNER JOIN brokersymbollist bsl ON bsl.symbolid = sg.symbolid AND bsl.brokerid = $7 INNER JOIN brokergroups bg ON bg.groupid = sg.groupid AND bg.brokerid = $8 WHERE whid = ( SELECT MAX(whid) FROM whatshot WHERE brokerid = $9) AND interval >= 60 AND percent >= 60 AND type = 'ekl' AND rar.relevant = 1 AND rar.age <= 10 and s.nonliquid = 0 and s.deleted = 0 and dss.enabled = 1 and dftt.dayofweek = 3) a3 ) select resultuid, basegroupname, type, whid, exchange, symbol, patternname, direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, age, timezone, timezoneoffset, length, quality from wh_patitioned where rn = 1 UNION ALL select resultuid, basegroupname, type, whid, exchange, symbol, patternname, direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, age, timezone, absolutetimezoneoffset, length, quality from wh_patitioned2 where rn = 1 UNION ALL select resultuid, basegroupname, type, whid, exchange, symbol, patternname, direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, age, timezone, absolutetimezoneoffset, length, quality from wh_patitioned3 where rn = 1;Times Reported Time consuming bind #1
Day Hour Count Duration Avg duration Mar 27 14 4 281ms 70ms [ User: postgres - Total duration: 668ms - Times executed: 4 ]
-
with wh_patitioned as ( select row_number() over (partition by symbol, a.basegroupname order by resultuid desc) as rn, * from ( SELECT whp.resultuid, g.basegroupname, type, whid, whp.exchange, whp.symbol, patternname, whp.direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime + (interval || ' minutes')::interval as patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, rar.age, dftt.timezone, dftt.absolutetimezoneoffset as timezoneoffset, ar.patternlengthbars as length, ar.patternquality as quality FROM whatshot_probability whp INNER JOIN autochartist_results ar ON whp.resultuid = ar.resultuid INNER JOIN relevance_autochartist_results rar ON ar.resultuid = rar.resultuid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dftt ON dss.classname = dftt.classname INNER JOIN symbols s on whp.symbolid = s.symbolid INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN whatshot_groups whg ON whg.groupid = g.groupid INNER JOIN brokersymbollist bsl ON bsl.symbolid = sg.symbolid AND bsl.brokerid = $1 INNER JOIN brokergroups bg ON bg.groupid = sg.groupid AND bg.brokerid = $2 WHERE whid = ( SELECT MAX(whid) FROM whatshot WHERE brokerid = $3) AND interval >= 60 AND percent >= 60 AND type = 'cp' and s.nonliquid = 0 and s.deleted = 0 and dss.enabled = 1 and dftt.dayofweek = 3) a ), wh_patitioned2 as ( select row_number() over (partition by symbol, a2.basegroupname order by resultuid desc) as rn, * from ( SELECT whp.resultuid, g.basegroupname, type, whid, whp.exchange, whp.symbol, patternname, whp.direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime + (interval || ' minutes')::interval as patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, rar.age, dftt.timezone, dftt.absolutetimezoneoffset, ar.patternlengthbars as length, ar.qtytp as quality FROM whatshot_probability whp INNER JOIN keylevels_results ar ON whp.resultuid = ar.resultuid INNER JOIN relevance_keylevels_results rar ON ar.resultuid = rar.resultuid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dftt ON dss.classname = dftt.classname INNER JOIN symbols s on whp.symbolid = s.symbolid INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN whatshot_groups whg ON whg.groupid = g.groupid INNER JOIN brokersymbollist bsl ON bsl.symbolid = sg.symbolid AND bsl.brokerid = $4 INNER JOIN brokergroups bg ON bg.groupid = sg.groupid AND bg.brokerid = $5 WHERE whid = ( SELECT MAX(whid) FROM whatshot WHERE brokerid = $6) AND interval >= 60 AND percent >= 60 AND type = 'kl' AND rar.relevant = 1 AND rar.age <= 10 and s.nonliquid = 0 and s.deleted = 0 and dss.enabled = 1 and dftt.dayofweek = 3) a2 ), wh_patitioned3 as ( select row_number() over (partition by symbol, a3.basegroupname order by resultuid desc) as rn, * from ( SELECT whp.resultuid, g.basegroupname, type, whid, whp.exchange, whp.symbol, patternname, whp.direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime + (interval || ' minutes')::interval as patternendtime, patternprice as predictionpricefrom, patternprice as predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, rar.age, dftt.timezone, dftt.absolutetimezoneoffset, ar.patternlengthbars as length, ar.qtytp as quality FROM whatshot_probability whp INNER JOIN keylevels_results ar ON whp.resultuid = ar.resultuid INNER JOIN relevance_keylevels_results rar ON ar.resultuid = rar.resultuid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dftt ON dss.classname = dftt.classname INNER JOIN symbols s on whp.symbolid = s.symbolid INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN whatshot_groups whg ON whg.groupid = g.groupid INNER JOIN brokersymbollist bsl ON bsl.symbolid = sg.symbolid AND bsl.brokerid = $7 INNER JOIN brokergroups bg ON bg.groupid = sg.groupid AND bg.brokerid = $8 WHERE whid = ( SELECT MAX(whid) FROM whatshot WHERE brokerid = $9) AND interval >= 60 AND percent >= 60 AND type = 'ekl' AND rar.relevant = 1 AND rar.age <= 10 and s.nonliquid = 0 and s.deleted = 0 and dss.enabled = 1 and dftt.dayofweek = 3) a3 ) select resultuid, basegroupname, type, whid, exchange, symbol, patternname, direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, age, timezone, timezoneoffset, length, quality from wh_patitioned where rn = 1 UNION ALL select resultuid, basegroupname, type, whid, exchange, symbol, patternname, direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, age, timezone, absolutetimezoneoffset, length, quality from wh_patitioned2 where rn = 1 UNION ALL select resultuid, basegroupname, type, whid, exchange, symbol, patternname, direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, age, timezone, absolutetimezoneoffset, length, quality from wh_patitioned3 where rn = 1;
Date: 2022-03-27 14:02:03 Duration: 96ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '1028416'
-
with wh_patitioned as ( select row_number() over (partition by symbol, a.basegroupname order by resultuid desc) as rn, * from ( SELECT whp.resultuid, g.basegroupname, type, whid, whp.exchange, whp.symbol, patternname, whp.direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime + (interval || ' minutes')::interval as patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, rar.age, dftt.timezone, dftt.absolutetimezoneoffset as timezoneoffset, ar.patternlengthbars as length, ar.patternquality as quality FROM whatshot_probability whp INNER JOIN autochartist_results ar ON whp.resultuid = ar.resultuid INNER JOIN relevance_autochartist_results rar ON ar.resultuid = rar.resultuid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dftt ON dss.classname = dftt.classname INNER JOIN symbols s on whp.symbolid = s.symbolid INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN whatshot_groups whg ON whg.groupid = g.groupid INNER JOIN brokersymbollist bsl ON bsl.symbolid = sg.symbolid AND bsl.brokerid = $1 INNER JOIN brokergroups bg ON bg.groupid = sg.groupid AND bg.brokerid = $2 WHERE whid = ( SELECT MAX(whid) FROM whatshot WHERE brokerid = $3) AND interval >= 60 AND percent >= 60 AND type = 'cp' and s.nonliquid = 0 and s.deleted = 0 and dss.enabled = 1 and dftt.dayofweek = 3) a ), wh_patitioned2 as ( select row_number() over (partition by symbol, a2.basegroupname order by resultuid desc) as rn, * from ( SELECT whp.resultuid, g.basegroupname, type, whid, whp.exchange, whp.symbol, patternname, whp.direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime + (interval || ' minutes')::interval as patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, rar.age, dftt.timezone, dftt.absolutetimezoneoffset, ar.patternlengthbars as length, ar.qtytp as quality FROM whatshot_probability whp INNER JOIN keylevels_results ar ON whp.resultuid = ar.resultuid INNER JOIN relevance_keylevels_results rar ON ar.resultuid = rar.resultuid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dftt ON dss.classname = dftt.classname INNER JOIN symbols s on whp.symbolid = s.symbolid INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN whatshot_groups whg ON whg.groupid = g.groupid INNER JOIN brokersymbollist bsl ON bsl.symbolid = sg.symbolid AND bsl.brokerid = $4 INNER JOIN brokergroups bg ON bg.groupid = sg.groupid AND bg.brokerid = $5 WHERE whid = ( SELECT MAX(whid) FROM whatshot WHERE brokerid = $6) AND interval >= 60 AND percent >= 60 AND type = 'kl' AND rar.relevant = 1 AND rar.age <= 10 and s.nonliquid = 0 and s.deleted = 0 and dss.enabled = 1 and dftt.dayofweek = 3) a2 ), wh_patitioned3 as ( select row_number() over (partition by symbol, a3.basegroupname order by resultuid desc) as rn, * from ( SELECT whp.resultuid, g.basegroupname, type, whid, whp.exchange, whp.symbol, patternname, whp.direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime + (interval || ' minutes')::interval as patternendtime, patternprice as predictionpricefrom, patternprice as predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, rar.age, dftt.timezone, dftt.absolutetimezoneoffset, ar.patternlengthbars as length, ar.qtytp as quality FROM whatshot_probability whp INNER JOIN keylevels_results ar ON whp.resultuid = ar.resultuid INNER JOIN relevance_keylevels_results rar ON ar.resultuid = rar.resultuid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dftt ON dss.classname = dftt.classname INNER JOIN symbols s on whp.symbolid = s.symbolid INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN whatshot_groups whg ON whg.groupid = g.groupid INNER JOIN brokersymbollist bsl ON bsl.symbolid = sg.symbolid AND bsl.brokerid = $7 INNER JOIN brokergroups bg ON bg.groupid = sg.groupid AND bg.brokerid = $8 WHERE whid = ( SELECT MAX(whid) FROM whatshot WHERE brokerid = $9) AND interval >= 60 AND percent >= 60 AND type = 'ekl' AND rar.relevant = 1 AND rar.age <= 10 and s.nonliquid = 0 and s.deleted = 0 and dss.enabled = 1 and dftt.dayofweek = 3) a3 ) select resultuid, basegroupname, type, whid, exchange, symbol, patternname, direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, age, timezone, timezoneoffset, length, quality from wh_patitioned where rn = 1 UNION ALL select resultuid, basegroupname, type, whid, exchange, symbol, patternname, direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, age, timezone, absolutetimezoneoffset, length, quality from wh_patitioned2 where rn = 1 UNION ALL select resultuid, basegroupname, type, whid, exchange, symbol, patternname, direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, age, timezone, absolutetimezoneoffset, length, quality from wh_patitioned3 where rn = 1;
Date: 2022-03-27 14:05:05 Duration: 68ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '566', $2 = '566', $3 = '566', $4 = '566', $5 = '566', $6 = '566', $7 = '566', $8 = '566', $9 = '566'
-
with wh_patitioned as ( select row_number() over (partition by symbol, a.basegroupname order by resultuid desc) as rn, * from ( SELECT whp.resultuid, g.basegroupname, type, whid, whp.exchange, whp.symbol, patternname, whp.direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime + (interval || ' minutes')::interval as patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, rar.age, dftt.timezone, dftt.absolutetimezoneoffset as timezoneoffset, ar.patternlengthbars as length, ar.patternquality as quality FROM whatshot_probability whp INNER JOIN autochartist_results ar ON whp.resultuid = ar.resultuid INNER JOIN relevance_autochartist_results rar ON ar.resultuid = rar.resultuid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dftt ON dss.classname = dftt.classname INNER JOIN symbols s on whp.symbolid = s.symbolid INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN whatshot_groups whg ON whg.groupid = g.groupid INNER JOIN brokersymbollist bsl ON bsl.symbolid = sg.symbolid AND bsl.brokerid = $1 INNER JOIN brokergroups bg ON bg.groupid = sg.groupid AND bg.brokerid = $2 WHERE whid = ( SELECT MAX(whid) FROM whatshot WHERE brokerid = $3) AND interval >= 60 AND percent >= 60 AND type = 'cp' and s.nonliquid = 0 and s.deleted = 0 and dss.enabled = 1 and dftt.dayofweek = 3) a ), wh_patitioned2 as ( select row_number() over (partition by symbol, a2.basegroupname order by resultuid desc) as rn, * from ( SELECT whp.resultuid, g.basegroupname, type, whid, whp.exchange, whp.symbol, patternname, whp.direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime + (interval || ' minutes')::interval as patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, rar.age, dftt.timezone, dftt.absolutetimezoneoffset, ar.patternlengthbars as length, ar.qtytp as quality FROM whatshot_probability whp INNER JOIN keylevels_results ar ON whp.resultuid = ar.resultuid INNER JOIN relevance_keylevels_results rar ON ar.resultuid = rar.resultuid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dftt ON dss.classname = dftt.classname INNER JOIN symbols s on whp.symbolid = s.symbolid INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN whatshot_groups whg ON whg.groupid = g.groupid INNER JOIN brokersymbollist bsl ON bsl.symbolid = sg.symbolid AND bsl.brokerid = $4 INNER JOIN brokergroups bg ON bg.groupid = sg.groupid AND bg.brokerid = $5 WHERE whid = ( SELECT MAX(whid) FROM whatshot WHERE brokerid = $6) AND interval >= 60 AND percent >= 60 AND type = 'kl' AND rar.relevant = 1 AND rar.age <= 10 and s.nonliquid = 0 and s.deleted = 0 and dss.enabled = 1 and dftt.dayofweek = 3) a2 ), wh_patitioned3 as ( select row_number() over (partition by symbol, a3.basegroupname order by resultuid desc) as rn, * from ( SELECT whp.resultuid, g.basegroupname, type, whid, whp.exchange, whp.symbol, patternname, whp.direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime + (interval || ' minutes')::interval as patternendtime, patternprice as predictionpricefrom, patternprice as predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, rar.age, dftt.timezone, dftt.absolutetimezoneoffset, ar.patternlengthbars as length, ar.qtytp as quality FROM whatshot_probability whp INNER JOIN keylevels_results ar ON whp.resultuid = ar.resultuid INNER JOIN relevance_keylevels_results rar ON ar.resultuid = rar.resultuid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dftt ON dss.classname = dftt.classname INNER JOIN symbols s on whp.symbolid = s.symbolid INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN whatshot_groups whg ON whg.groupid = g.groupid INNER JOIN brokersymbollist bsl ON bsl.symbolid = sg.symbolid AND bsl.brokerid = $7 INNER JOIN brokergroups bg ON bg.groupid = sg.groupid AND bg.brokerid = $8 WHERE whid = ( SELECT MAX(whid) FROM whatshot WHERE brokerid = $9) AND interval >= 60 AND percent >= 60 AND type = 'ekl' AND rar.relevant = 1 AND rar.age <= 10 and s.nonliquid = 0 and s.deleted = 0 and dss.enabled = 1 and dftt.dayofweek = 3) a3 ) select resultuid, basegroupname, type, whid, exchange, symbol, patternname, direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, age, timezone, timezoneoffset, length, quality from wh_patitioned where rn = 1 UNION ALL select resultuid, basegroupname, type, whid, exchange, symbol, patternname, direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, age, timezone, absolutetimezoneoffset, length, quality from wh_patitioned2 where rn = 1 UNION ALL select resultuid, basegroupname, type, whid, exchange, symbol, patternname, direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, age, timezone, absolutetimezoneoffset, length, quality from wh_patitioned3 where rn = 1;
Date: 2022-03-27 14:11:12 Duration: 65ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '558', $2 = '558', $3 = '558', $4 = '558', $5 = '558', $6 = '558', $7 = '558', $8 = '558', $9 = '558'
2 275ms 3 89ms 93ms 91ms SELECT dss.downloadersymbol, psh.symbolid, s.symbol, s.longname, s.exchange, hour, ee.timezone as exchangetimezone, ee.mon_t1start as exchangestart, ee.mon_t1end as exchangeend, (psh.ave - psh.stddev / 2.0) AS low, psh.ave, (psh.ave + psh.stddev / 2.0) AS high, psh.enddate, dtt.absolutetimezoneoffset datafeedtimezoneoffset, dtt.timezone datafeedtimezonename FROM brokersymbollist bsl INNER JOIN powerstats_symboldata psd ON bsl.symbolid = psd.symbolid INNER JOIN powerstats_hourly psh ON psd.hourlysymbolID = psh.symbolid INNER JOIN symbols s ON psh.symbolid = s.symbolid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN exchanges ee on ee.exchange = s.exchange INNER JOIN mat_ps_hourly_symbolid_max_enddate e ON psh.enddate = e.enddate AND psh.symbolid = e.symbolid WHERE psd.symbolid = $1 AND bsl.brokerid = $2 AND dtt.dayofweek = 3 GROUP BY dss.downloadersymbol, psh.symbolid, s.symbol, s.longname, s.exchange, psh.hour, (psh.ave - psh.stddev / 2.0), psh.ave, (psh.ave + psh.stddev / 2.0), psh.enddate, dtt.absolutetimezoneoffset, dtt.timezone, ee.timezone, ee.mon_t1start, ee.mon_t1end ORDER BY hour ASC;Times Reported Time consuming bind #2
Day Hour Count Duration Avg duration 14 3 275ms 91ms [ User: postgres - Total duration: 8s717ms - Times executed: 3 ]
-
SELECT dss.downloadersymbol, psh.symbolid, s.symbol, s.longname, s.exchange, hour, ee.timezone as exchangetimezone, ee.mon_t1start as exchangestart, ee.mon_t1end as exchangeend, (psh.ave - psh.stddev / 2.0) AS low, psh.ave, (psh.ave + psh.stddev / 2.0) AS high, psh.enddate, dtt.absolutetimezoneoffset datafeedtimezoneoffset, dtt.timezone datafeedtimezonename FROM brokersymbollist bsl INNER JOIN powerstats_symboldata psd ON bsl.symbolid = psd.symbolid INNER JOIN powerstats_hourly psh ON psd.hourlysymbolID = psh.symbolid INNER JOIN symbols s ON psh.symbolid = s.symbolid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN exchanges ee on ee.exchange = s.exchange INNER JOIN mat_ps_hourly_symbolid_max_enddate e ON psh.enddate = e.enddate AND psh.symbolid = e.symbolid WHERE psd.symbolid = $1 AND bsl.brokerid = $2 AND dtt.dayofweek = 3 GROUP BY dss.downloadersymbol, psh.symbolid, s.symbol, s.longname, s.exchange, psh.hour, (psh.ave - psh.stddev / 2.0), psh.ave, (psh.ave + psh.stddev / 2.0), psh.enddate, dtt.absolutetimezoneoffset, dtt.timezone, ee.timezone, ee.mon_t1start, ee.mon_t1end ORDER BY hour ASC;
Date: 2022-03-27 14:04:22 Duration: 93ms Database: postgres User: acaweb_fx Remote: postgres
-
SELECT dss.downloadersymbol, psh.symbolid, s.symbol, s.longname, s.exchange, hour, ee.timezone as exchangetimezone, ee.mon_t1start as exchangestart, ee.mon_t1end as exchangeend, (psh.ave - psh.stddev / 2.0) AS low, psh.ave, (psh.ave + psh.stddev / 2.0) AS high, psh.enddate, dtt.absolutetimezoneoffset datafeedtimezoneoffset, dtt.timezone datafeedtimezonename FROM brokersymbollist bsl INNER JOIN powerstats_symboldata psd ON bsl.symbolid = psd.symbolid INNER JOIN powerstats_hourly psh ON psd.hourlysymbolID = psh.symbolid INNER JOIN symbols s ON psh.symbolid = s.symbolid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN exchanges ee on ee.exchange = s.exchange INNER JOIN mat_ps_hourly_symbolid_max_enddate e ON psh.enddate = e.enddate AND psh.symbolid = e.symbolid WHERE psd.symbolid = $1 AND bsl.brokerid = $2 AND dtt.dayofweek = 3 GROUP BY dss.downloadersymbol, psh.symbolid, s.symbol, s.longname, s.exchange, psh.hour, (psh.ave - psh.stddev / 2.0), psh.ave, (psh.ave + psh.stddev / 2.0), psh.enddate, dtt.absolutetimezoneoffset, dtt.timezone, ee.timezone, ee.mon_t1start, ee.mon_t1end ORDER BY hour ASC;
Date: 2022-03-27 14:15:23 Duration: 91ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '558', $2 = '558', $3 = '558', $4 = '558', $5 = '558', $6 = '558'
-
SELECT dss.downloadersymbol, psh.symbolid, s.symbol, s.longname, s.exchange, hour, ee.timezone as exchangetimezone, ee.mon_t1start as exchangestart, ee.mon_t1end as exchangeend, (psh.ave - psh.stddev / 2.0) AS low, psh.ave, (psh.ave + psh.stddev / 2.0) AS high, psh.enddate, dtt.absolutetimezoneoffset datafeedtimezoneoffset, dtt.timezone datafeedtimezonename FROM brokersymbollist bsl INNER JOIN powerstats_symboldata psd ON bsl.symbolid = psd.symbolid INNER JOIN powerstats_hourly psh ON psd.hourlysymbolID = psh.symbolid INNER JOIN symbols s ON psh.symbolid = s.symbolid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN exchanges ee on ee.exchange = s.exchange INNER JOIN mat_ps_hourly_symbolid_max_enddate e ON psh.enddate = e.enddate AND psh.symbolid = e.symbolid WHERE psd.symbolid = $1 AND bsl.brokerid = $2 AND dtt.dayofweek = 3 GROUP BY dss.downloadersymbol, psh.symbolid, s.symbol, s.longname, s.exchange, psh.hour, (psh.ave - psh.stddev / 2.0), psh.ave, (psh.ave + psh.stddev / 2.0), psh.enddate, dtt.absolutetimezoneoffset, dtt.timezone, ee.timezone, ee.mon_t1start, ee.mon_t1end ORDER BY hour ASC;
Date: 2022-03-27 14:12:41 Duration: 89ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '986695', $2 = '558'
3 192ms 2 90ms 102ms 96ms SELECT ns.nspname, a.typname, a.oid, a.typrelid, a.typbasetype, ;Times Reported Time consuming bind #3
Day Hour Count Duration Avg duration 14 2 192ms 96ms [ User: postgres - Total duration: 209ms - Times executed: 2 ]
-
SELECT ns.nspname, a.typname, a.oid, a.typrelid, a.typbasetype, ;
Date: 2022-03-27 14:15:44 Duration: 102ms Database: postgres User: acaweb_fx Remote: postgres
-
SELECT ns.nspname, a.typname, a.oid, a.typrelid, a.typbasetype, ;
Date: 2022-03-27 14:02:55 Duration: 90ms Database: postgres User: acaweb_fx Remote: postgres
4 180ms 2 86ms 93ms 90ms SELECT DISTINCT dss.downloadersymbol, pssd.symbolid, s.symbol, s.longname, s.exchange, day, ee.timezone as exchangetimezone, ee.mon_t1start as exchangestart, (pssd.ave - pssd.stddev / 2.0) AS low, pssd.ave, (pssd.ave + pssd.stddev / 2.0) AS high, pssd.enddate, dtt.absolutetimezoneoffset datafeedtimezoneoffset, dtt.timezone datafeedtimezonename FROM powerstats_daily pssd INNER JOIN downloadersymbolsettings dss ON pssd.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN powerstats_symboldata psd ON psd.DailySymbolID = pssd.symbolid INNER JOIN symbols s ON psd.DailySymbolID = s.symbolid and s.symbolid = dss.symbolid INNER JOIN brokersymbollist bsl ON s.symbolid = bsl.symbolid INNER JOIN exchanges ee on s.exchange = ee.exchange INNER JOIN mat_ps_daily_symbolid_max_enddate e ON pssd.enddate = e.enddate AND pssd.symbolid = e.symbolid WHERE psd.symbolid = $1 AND bsl.brokerid = $2 AND dtt.dayofweek = 3 ORDER BY day ASC;Times Reported Time consuming bind #4
Day Hour Count Duration Avg duration 14 2 180ms 90ms [ User: postgres - Total duration: 286ms - Times executed: 2 ]
-
SELECT DISTINCT dss.downloadersymbol, pssd.symbolid, s.symbol, s.longname, s.exchange, day, ee.timezone as exchangetimezone, ee.mon_t1start as exchangestart, (pssd.ave - pssd.stddev / 2.0) AS low, pssd.ave, (pssd.ave + pssd.stddev / 2.0) AS high, pssd.enddate, dtt.absolutetimezoneoffset datafeedtimezoneoffset, dtt.timezone datafeedtimezonename FROM powerstats_daily pssd INNER JOIN downloadersymbolsettings dss ON pssd.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN powerstats_symboldata psd ON psd.DailySymbolID = pssd.symbolid INNER JOIN symbols s ON psd.DailySymbolID = s.symbolid and s.symbolid = dss.symbolid INNER JOIN brokersymbollist bsl ON s.symbolid = bsl.symbolid INNER JOIN exchanges ee on s.exchange = ee.exchange INNER JOIN mat_ps_daily_symbolid_max_enddate e ON pssd.enddate = e.enddate AND pssd.symbolid = e.symbolid WHERE psd.symbolid = $1 AND bsl.brokerid = $2 AND dtt.dayofweek = 3 ORDER BY day ASC;
Date: 2022-03-27 14:04:22 Duration: 93ms Database: postgres User: acaweb_fx Remote: postgres
-
SELECT DISTINCT dss.downloadersymbol, pssd.symbolid, s.symbol, s.longname, s.exchange, day, ee.timezone as exchangetimezone, ee.mon_t1start as exchangestart, (pssd.ave - pssd.stddev / 2.0) AS low, pssd.ave, (pssd.ave + pssd.stddev / 2.0) AS high, pssd.enddate, dtt.absolutetimezoneoffset datafeedtimezoneoffset, dtt.timezone datafeedtimezonename FROM powerstats_daily pssd INNER JOIN downloadersymbolsettings dss ON pssd.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN powerstats_symboldata psd ON psd.DailySymbolID = pssd.symbolid INNER JOIN symbols s ON psd.DailySymbolID = s.symbolid and s.symbolid = dss.symbolid INNER JOIN brokersymbollist bsl ON s.symbolid = bsl.symbolid INNER JOIN exchanges ee on s.exchange = ee.exchange INNER JOIN mat_ps_daily_symbolid_max_enddate e ON pssd.enddate = e.enddate AND pssd.symbolid = e.symbolid WHERE psd.symbolid = $1 AND bsl.brokerid = $2 AND dtt.dayofweek = 3 ORDER BY day ASC;
Date: 2022-03-27 14:12:41 Duration: 86ms Database: postgres User: acaweb_fx Remote: postgres
5 134ms 2 55ms 79ms 67ms /*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 = 5603 AND patternclassid = $1 AND patternlengthbars >= $2 AND a.PatternID & $3 > 0 AND dftt.dayofweek = $4 AND a.qtytp >= $5 AND a.resultuid > $6 AND c.nonliquid = $7 AND c.deleted = 0 AND dss.enabled = 1 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= ( case c.timegranularity;Times Reported Time consuming bind #5
Day Hour Count Duration Avg duration 14 2 134ms 67ms [ User: postgres - Total duration: 670ms - Times executed: 2 ]
-
/*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 = 5603 AND patternclassid = $1 AND patternlengthbars >= $2 AND a.PatternID & $3 > 0 AND dftt.dayofweek = $4 AND a.qtytp >= $5 AND a.resultuid > $6 AND c.nonliquid = $7 AND c.deleted = 0 AND dss.enabled = 1 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= ( case c.timegranularity;
Date: 2022-03-27 14:49:43 Duration: 79ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '1', $2 = '20', $3 = '39', $4 = '3', $5 = '0', $6 = '0', $7 = '0'
-
/*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 = 5603 AND patternclassid = $1 AND patternlengthbars >= $2 AND a.PatternID & $3 > 0 AND dftt.dayofweek = $4 AND a.qtytp >= $5 AND a.resultuid > $6 AND c.nonliquid = $7 AND c.deleted = 0 AND dss.enabled = 1 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= ( case c.timegranularity;
Date: 2022-03-27 14:49:43 Duration: 55ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '2', $2 = '20', $3 = '39', $4 = '3', $5 = '0', $6 = '0', $7 = '0'
6 104ms 2 51ms 53ms 52ms /*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 = 660 AND sg.groupid = 4858 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 > 580370811 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 #6
Day Hour Count Duration Avg duration 14 2 104ms 52ms [ User: postgres - Total duration: 243ms - 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 = 660 AND sg.groupid = 4858 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 > 580370811 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-03-27 14:30:49 Duration: 53ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '558', $2 = '558', $3 = '558', $4 = '558', $5 = '558', $6 = '558'
-
/*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 = 660 AND sg.groupid = 4858 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 > 580370811 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-03-27 14:30:49 Duration: 51ms Database: postgres User: acaweb_fx Remote: postgres
7 93ms 1 93ms 93ms 93ms /*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 = 3362 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 > 580358714 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;Times Reported Time consuming bind #7
Day Hour Count Duration Avg duration 14 1 93ms 93ms [ User: postgres - Total duration: 51ms - 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 = 3362 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 > 580358714 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-03-27 14:12:18 Duration: 93ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '2', $2 = '20', $3 = '39', $4 = '3', $5 = '0', $6 = '82036920', $7 = '0'
8 80ms 1 80ms 80ms 80ms SELECT s.statsid, s.description, s.groupingname FROM stats s LEFT OUTER JOIN stats_summary ss ON ss.statsid = s.statsid WHERE brokerid = $1 AND ss.total > 0 GROUP BY s.statsid, s.description, s.brokerid, s.latestupdate, s.groupingname, s.calcfrom, s.calcto, ss.statsid;Times Reported Time consuming bind #8
Day Hour Count Duration Avg duration 14 1 80ms 80ms [ User: postgres - Total duration: 58ms - Times executed: 1 ]
-
SELECT s.statsid, s.description, s.groupingname FROM stats s LEFT OUTER JOIN stats_summary ss ON ss.statsid = s.statsid WHERE brokerid = $1 AND ss.total > 0 GROUP BY s.statsid, s.description, s.brokerid, s.latestupdate, s.groupingname, s.calcfrom, s.calcto, ss.statsid;
Date: 2022-03-27 14:12:44 Duration: 80ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '558'
9 79ms 1 79ms 79ms 79ms /*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 = 3866 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 #9
Day Hour Count Duration Avg duration 14 1 79ms 79ms [ User: postgres - Total duration: 68ms - 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 = 49 AND sg.groupid = 3866 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-03-27 14:12:17 Duration: 79ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '2', $2 = '20', $3 = '39', $4 = '3', $5 = '0', $6 = '81995464', $7 = '0'
10 79ms 1 79ms 79ms 79ms /*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 = 3535 AND breakout = - 1 AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;Times Reported Time consuming bind #10
Day Hour Count Duration Avg duration 14 1 79ms 79ms [ User: postgres - Total duration: 428ms - 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 = 3535 AND breakout = - 1 AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-03-27 14:09:23 Duration: 79ms Database: postgres User: acaweb_fx Remote: postgres
11 72ms 1 72ms 72ms 72ms /*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 = 529 AND sg.groupid = 3374 AND patternlengthbars >= 20 AND averagequality >= 0.0 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;Times Reported Time consuming bind #11
Day Hour Count Duration Avg duration 14 1 72ms 72ms [ User: postgres - Total duration: 188ms - 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 = 529 AND sg.groupid = 3374 AND patternlengthbars >= 20 AND averagequality >= 0.0 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-03-27 14:26:44 Duration: 72ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '1', $2 = '20', $3 = '39', $4 = '3', $5 = '0', $6 = '0', $7 = '0'
12 69ms 1 69ms 69ms 69ms /*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 = 529 AND sg.groupid = 5597 AND patternlengthbars >= 20 AND averagequality >= 0.0 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 0 AND dftt.dayofweek = 3 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= 1) ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;Times Reported Time consuming bind #12
Day Hour Count Duration Avg duration 14 1 69ms 69ms [ User: postgres - Total duration: 455ms - 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 = 529 AND sg.groupid = 5597 AND patternlengthbars >= 20 AND averagequality >= 0.0 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 0 AND dftt.dayofweek = 3 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= 1) ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-03-27 14:49:43 Duration: 69ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '2', $2 = '20', $3 = '39', $4 = '3', $5 = '0', $6 = '0', $7 = '0'
13 68ms 1 68ms 68ms 68ms /*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 = 529 AND sg.groupid = 3338 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 73275636 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;Times Reported Time consuming bind #13
Day Hour Count Duration Avg duration 14 1 68ms 68ms [ User: postgres - Total duration: 303ms - 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 = 529 AND sg.groupid = 3338 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 73275636 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-03-27 14:53:27 Duration: 68ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '987990'
14 67ms 1 67ms 67ms 67ms /*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 = 529 AND sg.groupid = 3332 AND patternlengthbars >= 20 AND averagequality >= 0.0 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice = - 1 AND a.resultuid > 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;Times Reported Time consuming bind #14
Day Hour Count Duration Avg duration 14 1 67ms 67ms [ User: postgres - Total duration: 54ms - 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 = 529 AND sg.groupid = 3332 AND patternlengthbars >= 20 AND averagequality >= 0.0 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice = - 1 AND a.resultuid > 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-03-27 14:26:44 Duration: 67ms Database: postgres User: acaweb_fx Remote: postgres
15 67ms 1 67ms 67ms 67ms /*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 = 3368 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 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 #15
Day Hour Count Duration Avg duration 14 1 67ms 67ms [ User: postgres - Total duration: 51ms - 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 = 3368 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 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-03-27 14:49:43 Duration: 67ms Database: postgres User: acaweb_fx Remote: postgres
16 65ms 1 65ms 65ms 65ms /*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 = 529 AND sg.groupid = 3368 AND patternlengthbars >= 20 AND averagequality >= 0.0 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 0 AND dftt.dayofweek = 3 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= 1) ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;Times Reported Time consuming bind #16
Day Hour Count Duration Avg duration 14 1 65ms 65ms [ User: postgres - Total duration: 90ms - 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 = 529 AND sg.groupid = 3368 AND patternlengthbars >= 20 AND averagequality >= 0.0 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 0 AND dftt.dayofweek = 3 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= 1) ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-03-27 14:49:43 Duration: 65ms Database: postgres User: acaweb_fx Remote: postgres
17 65ms 1 65ms 65ms 65ms /*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 = 3500 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice = - 1 AND a.resultuid > 73344567 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;Times Reported Time consuming bind #17
Day Hour Count Duration Avg duration 14 1 65ms 65ms [ User: postgres - Total duration: 79ms - 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 = 3500 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice = - 1 AND a.resultuid > 73344567 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-03-27 14:26:49 Duration: 65ms Database: postgres User: acaweb_fx Remote: postgres
18 63ms 1 63ms 63ms 63ms INSERT INTO mt4datafeederrors (datafeedname, eventtimestamp, errordescription, status, serveraddress, username) select $1, current_timestamp, '', 'OK', $2, $3 WHERE EXISTS ( SELECT 1 FROM ( SELECT * FROM mt4datafeederrors WHERE datafeedname ilike $1 ORDER BY eventtimestamp DESC LIMIT 1) a WHERE status <> 'OK');Times Reported Time consuming bind #18
Day Hour Count Duration Avg duration 14 1 63ms 63ms [ User: postgres - Total duration: 1s398ms - Times executed: 1 ]
-
INSERT INTO mt4datafeederrors (datafeedname, eventtimestamp, errordescription, status, serveraddress, username) select $1, current_timestamp, '', 'OK', $2, $3 WHERE EXISTS ( SELECT 1 FROM ( SELECT * FROM mt4datafeederrors WHERE datafeedname ilike $1 ORDER BY eventtimestamp DESC LIMIT 1) a WHERE status <> 'OK');
Date: 2022-03-27 14:02:56 Duration: 63ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = 'HOTFOREX', $2 = 'dumbo.autochartist.com', $3 = 'postgres'
19 62ms 1 62ms 62ms 62ms /*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 = 660 AND sg.groupid = 4882 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 73318722 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;Times Reported Time consuming bind #19
Day Hour Count Duration Avg duration 14 1 62ms 62ms [ User: postgres - Total duration: 331ms - 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 = 660 AND sg.groupid = 4882 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 73318722 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-03-27 14:10:49 Duration: 62ms Database: postgres User: acaweb_fx Remote: postgres
20 62ms 1 62ms 62ms 62ms /*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 = 3536 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 73103761 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;Times Reported Time consuming bind #20
Day Hour Count Duration Avg duration 14 1 62ms 62ms [ User: postgres - Total duration: 93ms - 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 = 3536 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 73103761 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-03-27 14:30:50 Duration: 62ms Database: postgres User: acaweb_fx Remote: postgres
-
Events
Log levels
Key values
- 39,533 Log entries
Events distribution
Key values
- 0 PANIC entries
- 0 FATAL entries
- 10727 ERROR entries
- 65 WARNING entries
Most Frequent Errors/Events
Key values
- 10,719 Max number of times the same event was reported
- 10,792 Total events found
Rank Times reported Error 1 10,719 ERROR: duplicate key value violates unique constraint "..."
Times Reported Most Frequent Error / Event #1
Day Hour Count Mar 27 14 10,719 - ERROR: duplicate key value violates unique constraint "pk_t15"
- ERROR: duplicate key value violates unique constraint "pk_t30"
- ERROR: duplicate key value violates unique constraint "pk_t60"
Detail: Key (pricedatetime, symbolid)=(2022-03-24 03:15:00, 960516) already exists.
Statement: INSERT INTO T15 (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960516, '2022-03-24 03:15', 0.94094, 0.94098, 0.94074, 0.94093, 0, 0,'2022-03-27 14:15');INSERT INTO T15_ps (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960516, '2022-03-24 03:15', 0.94094, 0.94098, 0.94074, 0.94093, 0, 0,'2022-03-27 14:15');Date: 2022-03-27 14:15:35 Database: acaweb_fx Application: User: postgres Remote:
Detail: Key (pricedatetime, symbolid)=(2022-03-24 03:00:00, 960554) already exists.
Statement: INSERT INTO T30 (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960554, '2022-03-24 03:00', 0.94094, 0.94098, 0.94074, 0.94093, 0, 0,'2022-03-27 14:15');INSERT INTO T30_ps (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960554, '2022-03-24 03:00', 0.94094, 0.94098, 0.94074, 0.94093, 0, 0,'2022-03-27 14:15');Date: 2022-03-27 14:15:56 Database: acaweb_fx Application: User: postgres Remote:
Detail: Key (pricedatetime, symbolid)=(2022-03-24 03:00:00, 960592) already exists.
Statement: INSERT INTO T60 (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960592, '2022-03-24 03:00', 0.94094, 0.94135, 0.94055, 0.94067, 0, 0,'2022-03-27 14:16');INSERT INTO T60_ps (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960592, '2022-03-24 03:00', 0.94094, 0.94135, 0.94055, 0.94067, 0, 0,'2022-03-27 14:16');Date: 2022-03-27 14:16:05 Database: acaweb_fx Application: User: postgres Remote:
2 65 WARNING: there is no transaction in progress
Times Reported Most Frequent Error / Event #2
Day Hour Count Mar 27 14 65 - WARNING: there is no transaction in progress
Date: 2022-03-27 14:00:40 Database: acaweb_fx Application: User: postgres Remote:
3 5 LOG: process ... still waiting for AccessShareLock on relation ... of database ... after ... ms
Times Reported Most Frequent Error / Event #3
Day Hour Count Mar 27 14 5 - LOG: process 13118 still waiting for AccessShareLock on relation 52515 of database 51448 after 1000.046 ms at character 28
- LOG: process 1098 still waiting for AccessShareLock on relation 52515 of database 51448 after 1000.037 ms at character 28
- LOG: process 26595 still waiting for AccessShareLock on relation 52515 of database 51448 after 1000.053 ms at character 28
Detail: Process holding the lock: 6782. Wait queue: 13118.
Statement: SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'Forex4You - 1'Date: 2022-03-27 14:02:03 Database: acaweb_fx Application: User: postgres Remote:
Detail: Process holding the lock: 10685. Wait queue: 1098, 26595, 20229, 7771.
Statement: SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'VALBURYCAPITAL - 1'Date: 2022-03-27 14:17:02 Database: acaweb_fx Application: User: postgres Remote:
Detail: Process holding the lock: 10685. Wait queue: 1098, 26595, 20229, 7771.
Statement: SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'AKFX - 2'Date: 2022-03-27 14:17:03 Database: acaweb_fx Application: User: postgres Remote:
4 3 ERROR: relation "..." does not exist
Times Reported Most Frequent Error / Event #4
Day Hour Count Mar 27 14 3 - ERROR: relation "timezones_vi_vn" does not exist at character 191
- ERROR: relation "timezones_th_th" does not exist at character 191
Statement: SELECT tl.timezone langTimezone, t.timezone as timezone, (cast(substring(t.gmoffset,0,4) as double precision)*60 + cast(substring(t.gmoffset,5,2) as double precision))/60 as gmoffset FROM timezones_vi_VN tl INNER JOIN timezones t ON tl.timezoneid = t.timezoneid ORDER BY t.timezone
Date: 2022-03-27 14:17:48 Database: acaweb_fx Application: User: postgres Remote:
Statement: SELECT tl.timezone langTimezone, t.timezone as timezone, (cast(substring(t.gmoffset,0,4) as double precision)*60 + cast(substring(t.gmoffset,5,2) as double precision))/60 as gmoffset FROM timezones_th_TH tl INNER JOIN timezones t ON tl.timezoneid = t.timezoneid ORDER BY t.timezone
Date: 2022-03-27 14:41:07 Database: acaweb_fx Application: User: postgres Remote: