Closed timelyart closed 3 years ago
Slow internet could very well be the problem. I have never seen this message before.
I could close the dialog on error pretty easy if can get the HTML code of the dialog. However, this will be impossible for me to replicate and as such I can't tell Kairos the name of the button to press.
So, if you would be so kind as to run it again and to follow these steps:
code
by selecting the pasted text and pressing CTRL + EAfter you have posted the comment I can add the necessary code to make Kairos press the button automatically. However, it will be impossible for me to test so you will need to test it for yourself.
Hi,
I've sent you what you asked for, at least I hope it is what it should be.
I also did some tests and I'm not so sure any more that the reason was internet connection. I tried to make the exports while I streamed several youtube videos and there was no difference. it works for a while - sometimes 5, 20, sometimes 80, 90 tickers and then it stops. It's also not related to the ticker. I always tested the same watchlist, and it stops with a different ticker everytime.
Best regards, Marko
V V tor., 2. nov. 2021 ob 11:57 je oseba timelyart @.***> napisala:
Slow internet could very well be the problem. I have never seen this message before.
I could close the dialog on error pretty easy if can get the HTML code of the dialog. However, this will be impossible for me to replicate and as such I can't tell Kairos the name of the button to press.
So, if you would be so kind as to run it again and to follow these steps:
- when Chrome browser pops up, press F12 in the browser
- when the dialog pops up press CTRL + SHIFT + C
- hover over the edge of the dialog so that the whole dialog lights up and click
- press CTRL + C to copy the HTML
- paste the HTML in a comment here
- mark the HTML as code by selecting the pasted text and pressing CTRL + E
After you have posted the comment I can add the necessary code to make Kairos press the button automatically. However, it will be impossible for me to test so you will need to test it for yourself.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/timelyart/Kairos/issues/31#issuecomment-957331592, or unsubscribe https://github.com/notifications/unsubscribe-auth/AU7TPMJ66C7SOMG4MLTM6C3UJ673FANCNFSM5HGC7D5Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
Thank you for the code. I'll paste it here out of a sense of completeness:
<div class="tv-dialog__modal-body"><div class="tv-dialog js-dialog i-focused" tabindex="-1" style="width: 100%; max-width: 500px;"><div class="tv-dialog__section tv-dialog__section--title js-dialog__drag"><div class="js-title-text tv-dialog__title">Oops, something went wrong</div></div><div class="tv-dialog__section tv-dialog__section--no-border tv-dialog__section--no-padding_bottom"><div class="tv-text tv-text--position-outside">Please report the issue or click Reconnect.</div></div><div class="tv-dialog__section tv-dialog__section--actions tv-dialog__section--actions-adaptive tv-dialog__section--no-border"><div data-name="report" class="js-dialog__action-click js-dialog__no-drag tv-button tv-button--primary">Report a data issue</div><div data-name="reconnect" class="js-dialog__action-click js-dialog__no-drag tv-button tv-button--primary">Reconnect</div></div><div class="tv-dialog__close js-dialog__close"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 13" width="13" height="13"><path fill="currentColor" d="M5.18 6.6L1.3 2.7.6 2 2 .59l.7.7 3.9 3.9 3.89-3.9.7-.7L12.61 2l-.71.7L8 6.6l3.89 3.89.7.7-1.4 1.42-.71-.71L6.58 8 2.72 11.9l-.71.7-1.41-1.4.7-.71 3.9-3.9z"></path></svg></div></div></div>
Right. So, I did manage to replicate by using the default kairos.cfg file.
Please set wait_until_chart_is_loaded = true
in your kairos.cfg. Alternatively, you can override the delay for change_symbol
from your kairos.cfg with a higher number by adding the line delays: { change_symbol: 1.0 }
to your YAML file. Like this:
charts:
- url: https://www.tradingview.com/chart/<my_chart>/
# Define delays specific to this YAML, i.e. the values defined here overwrite those set under [delays] in your kairos.cfg
# Please, see your kairos.cfg
delays: { change_symbol: 1.0 }
The value 1.0 (one second) is arbitrary and it depends on your system and connection speed how high this number should be. Hence, why I recommend setting wait_until_chart_is_loaded = true
as this will actually wait until certain elements are loaded.
Please, let me know if you got it working reliably so I can close this issue.
I still went ahead and added code to close the 'Oops' dialog and add a delay whenever it does pop-up. See release v2.56.
The script doesn't stop anymore, but the charts for some of the tickers were not expoted to csv. I used only "wait_until_chart_is_loaded = true" in kairos.cfg
I'm attaching the console log fiel. I can find 370 CSVs exported of the total 400 expected in my watchlist. console log 03-11-2021.txt
Some of the missing tickers are: CME NTAP NTRS NVDA ORLY PAYX ...
I've run the script again on a different, a bit better computer, this time only 5 tickers were missing: VAC, AMKR, CME, PDCO and TFX console log2 03-11-2021.txt
This is very very strange. I did find a correlation, however. For reasons beyond my comprehension, TV selects the first exchange from an alphabetical ordered list of exchanges that trade the ticker when you try to change the ticker of the chart. It seems Kairos only exports the chart when Kairos notices and warns about this difference between the ticker as listed in the watchlist and the one that actually got selected in the change ticker dialog.
These are my findings so far. I'll post more when I find anything else or have a solution.
Thank you, Let me know if I can help in any way with some additional testing. Best regards, Marko
V V čet., 4. nov. 2021 ob 11:52 je oseba timelyart @.***> napisala:
This is very very strange. I did find a correlation, however. For reasons beyond my comprehension, TV selects the first exchange from an alphabetical ordered list of exchanges that trade the ticker when you try to change the ticker of the chart. It seems Kairos only exports the chart when Kairos notices and warns about this difference between the ticker as listed in the watchlist and the one that actually got selected in the change ticker dialog.
These are my findings so far. I'll post more when I find anything else or have a solution.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/timelyart/Kairos/issues/31#issuecomment-960644989, or unsubscribe https://github.com/notifications/unsubscribe-auth/AU7TPMOMF735GNEC2XGJJJTUKJQV5ANCNFSM5HGC7D5Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
I added a download_file
delay under [delays]
in kairos.cfg (see _kairos.cfg. You can also add it as an delay (same name) to your YAML files. Like any other delays you may add to your YAML, they will override delays of the same name in your kairos.cfg.
Could you try out release v257 and report your findings?
Hi, I've run some tests but the problem persists. I'm sending you a console log and a kairos.cfg - please check if there is anything that I should change in it.
I tried different values for "download_file" under delay, I tried 5.0 and 10.0 (which is a lot, I suppose), but there has been no significant difference (except half an hour). With a value 5.0 I got 392 CSVs and with a value 10.0 I've got one more: 393 out of 400.
But what is even more intriguing is that when I compare the folders content of both exports there are more differences. It seems that some tickers are once exported as BATS:HR and then again as NYSE:HR (HR is one of the ticker.) - I'm sending you the comparison log and a watchlist -exported from TV.
Best regards, Marko
V V tor., 9. nov. 2021 ob 13:21 je oseba timelyart @.***> napisala:
I added a download_file delay under [delays] in kairos.cfg (see _kairos.cfg https://github.com/timelyart/Kairos/blob/master/_kairos.cfg. You can also add it as an delay (same name) to your YAML files like any other delays you may add there, they will override delays of the same name in your kairos.cfg.
Could you try out release v257 https://github.com/timelyart/Kairos/releases/tag/v2.57 and report your findings?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/timelyart/Kairos/issues/31#issuecomment-964102142, or unsubscribe https://github.com/notifications/unsubscribe-auth/AU7TPMMJYPKXLOV6KEVTHY3ULEG4JANCNFSM5HGC7D5Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
-- C:\TEMP\export\20211110_102401 : C:\TEMP\export\20211110_120110 -- includes identical,left-only,right-only,differing files .\bats_aal, 1d.csv identical c52cc7ce c52cc7ce .\bats_aap, 1d.csv identical 66596c61 66596c61 .\bats_aapl, 1d.csv identical 777f0b1d 777f0b1d .\bats_abt, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_acm, 1d.csv identical 7ae78171 7ae78171 .\bats_acn, 1d.csv identical 495f65fa 495f65fa .\bats_aee, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_aeo, 1d.csv identical b9f426ac b9f426ac .\bats_aep, 1d.csv identical 94bb3fd2 94bb3fd2 .\bats_airc, 1d.csv identical 935c7b1b 935c7b1b .\bats_ale, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_algn, 1d.csv only in C:\TEMP\export\20211110_102401 ???????? -------- .\bats_alk, 1d.csv identical 1f66c588 1f66c588 .\bats_all, 1d.csv identical c2752938 c2752938 .\bats_amcr, 1d.csv identical e19769ea e19769ea .\bats_ame, 1d.csv identical 9ac360fc 9ac360fc .\bats_amed, 1d.csv identical e695183 e695183 .\bats_amkr, 1d.csv identical 6dbdb715 6dbdb715 .\bats_amt, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_anss, 1d.csv identical 469f4406 469f4406 .\bats_apd, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_are, 1d.csv identical f8596cf3 f8596cf3 .\bats_arw, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_asb, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_atr, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_atvi, 1d.csv identical 52c54531 52c54531 .\bats_avb, 1d.csv identical 58db9956 58db9956 .\bats_avt, 1d.csv identical 3d9fb365 3d9fb365 .\bats_avy, 1d.csv identical d3ff20fc d3ff20fc .\bats_awk, 1d.csv identical 20477f7e 20477f7e .\bats_axon, 1d.csv identical daeec11e daeec11e .\bats_ayi, 1d.csv identical e57e482c e57e482c .\bats_azo, 1d.csv identical af33f288 af33f288 .\bats_ba, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_bax, 1d.csv only in C:\TEMP\export\20211110_120110 -------- ???????? .\bats_bbwi, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_bby, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_bdc, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_bdx, 1d.csv identical 29cba8a 29cba8a .\bats_biib, 1d.csv identical 35d13543 35d13543 .\bats_bio, 1d.csv identical a7767973 a7767973 .\bats_bj, 1d.csv identical 1c374938 1c374938 .\bats_bk, 1d.csv only in C:\TEMP\export\20211110_120110 -------- ???????? .\bats_bkh, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_bldr, 1d.csv identical 23041d1e 23041d1e .\bats_brk.b, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_bro, 1d.csv identical dcf655cf dcf655cf .\bats_bwa, 1d.csv identical eb88afba eb88afba .\bats_c, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_cabo, 1d.csv identical 108898f8 108898f8 .\bats_caci, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_cah, 1d.csv identical 7a4b2440 7a4b2440 .\bats_carr, 1d.csv identical 8bacaaab 8bacaaab .\bats_cat, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_cbre, 1d.csv identical 4bd54bf5 4bd54bf5 .\bats_cbsh, 1d.csv identical e1046d66 e1046d66 .\bats_ccl, 1d.csv identical 2a55d209 2a55d209 .\bats_ccmp, 1d.csv identical 356b11a 356b11a .\bats_cdk, 1d.csv only in C:\TEMP\export\20211110_102401 ???????? -------- .\bats_cdw, 1d.csv only in C:\TEMP\export\20211110_102401 ???????? -------- .\bats_cgnx, 1d.csv identical 95dcb288 95dcb288 .\bats_che, 1d.csv only in C:\TEMP\export\20211110_120110 -------- ???????? .\bats_chh, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_chrw, 1d.csv identical a91d2bf1 a91d2bf1 .\bats_chx, 1d.csv identical abbc9da abbc9da .\bats_ci, 1d.csv identical 377bde72 377bde72 .\bats_cinf, 1d.csv identical 101fc714 101fc714 .\bats_cl, 1d.csv identical 8ae24c5 8ae24c5 .\bats_clf, 1d.csv identical 3842b5e4 3842b5e4 .\bats_clh, 1d.csv identical 39f65918 39f65918 .\bats_cmc, 1d.csv identical fb6120b0 fb6120b0 .\bats_cme, 1d.csv identical 82d79214 82d79214 .\bats_cmg, 1d.csv identical 25163abc 25163abc .\bats_cmp, 1d.csv identical e253ed3 e253ed3 .\bats_cms, 1d.csv only in C:\TEMP\export\20211110_120110 -------- ???????? .\bats_cno, 1d.csv identical 4dfa2803 4dfa2803 .\bats_cnx, 1d.csv identical 521392fd 521392fd .\bats_cnxc, 1d.csv identical 75fddf36 75fddf36 .\bats_colm, 1d.csv identical 844f3335 844f3335 .\bats_cone, 1d.csv identical 49522444 49522444 .\bats_cop, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_cor, 1d.csv identical 5c712118 5c712118 .\bats_coty, 1d.csv identical ccc56af8 ccc56af8 .\bats_cpb, 1d.csv identical ebeb4e6e ebeb4e6e .\bats_cprt, 1d.csv identical fda0accf fda0accf .\bats_cpt, 1d.csv identical 8c872d57 8c872d57 .\bats_cri, 1d.csv identical fbfddc06 fbfddc06 .\bats_crm, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_crus, 1d.csv identical 240ed338 240ed338 .\bats_csco, 1d.csv identical ccd6c524 ccd6c524 .\bats_csl, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_ctlt, 1d.csv identical 38e8131d 38e8131d .\bats_ctsh, 1d.csv identical 4a9035c6 4a9035c6 .\bats_ctxs, 1d.csv identical 434e918f 434e918f .\bats_cuz, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_cw, 1d.csv identical 503eff05 503eff05 .\bats_czr, 1d.csv identical 27f3a4a7 27f3a4a7 .\bats_d, 1d.csv identical 1e6fc813 1e6fc813 .\bats_dci, 1d.csv identical c00f24e2 c00f24e2 .\bats_dd, 1d.csv identical 95ea1e76 95ea1e76 .\bats_de, 1d.csv identical 31a7411d 31a7411d .\bats_dg, 1d.csv identical 55a1bf9e 55a1bf9e .\bats_disca, 1d.csv identical de1e15f2 de1e15f2 .\bats_disck, 1d.csv identical f572c809 f572c809 .\bats_dish, 1d.csv identical dff66d41 dff66d41 .\bats_dks, 1d.csv identical 4d46bd20 4d46bd20 .\bats_dltr, 1d.csv identical 1ef0e6dd 1ef0e6dd .\bats_dov, 1d.csv identical 2312055b 2312055b .\bats_dte, 1d.csv only in C:\TEMP\export\20211110_120110 -------- ???????? .\bats_ebs, 1d.csv identical 7ee0d03e 7ee0d03e .\bats_ed, 1d.csv identical a2420bfa a2420bfa .\bats_efx, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_el, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_emn, 1d.csv identical 45d1118d 45d1118d .\bats_enph, 1d.csv identical ae9900a0 ae9900a0 .\bats_env, 1d.csv identical 34fc95f0 34fc95f0 .\bats_eqt, 1d.csv only in C:\TEMP\export\20211110_120110 -------- ???????? .\bats_es, 1d.csv identical b8ecfeb b8ecfeb .\bats_esnt, 1d.csv identical e2a88bff e2a88bff .\bats_etr, 1d.csv identical 5aae264e 5aae264e .\bats_evr, 1d.csv identical f4ff21de f4ff21de .\bats_evrg, 1d.csv identical afeba182 afeba182 .\bats_ew, 1d.csv identical 3f4cb018 3f4cb018 .\bats_exc, 1d.csv identical 8d6e0302 8d6e0302 .\bats_fcfs, 1d.csv identical 2f77dc75 2f77dc75 .\bats_fcn, 1d.csv identical a6d10a47 a6d10a47 .\bats_fe, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_fico, 1d.csv identical c8d76e39 c8d76e39 .\bats_fisv, 1d.csv identical 9fa75fe2 9fa75fe2 .\bats_fitb, 1d.csv identical 5d7de87e 5d7de87e .\bats_fls, 1d.csv identical 7561344d 7561344d .\bats_flt, 1d.csv identical 4037e95b 4037e95b .\bats_fmc, 1d.csv identical 5082de37 5082de37 .\bats_fr, 1d.csv identical 40a6f530 40a6f530 .\bats_frc, 1d.csv identical f2c6081d f2c6081d .\bats_fult, 1d.csv identical a602af66 a602af66 .\bats_gbci, 1d.csv identical 3fbcc832 3fbcc832 .\bats_gd, 1d.csv identical e4478ac0 e4478ac0 .\bats_gef, 1d.csv identical 1489cac4 1489cac4 .\bats_ggg, 1d.csv only in C:\TEMP\export\20211110_120110 -------- ???????? .\bats_ghc, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_gis, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_gl, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_gm, 1d.csv identical 6714a32b 6714a32b .\bats_gme, 1d.csv identical 959d4225 959d4225 .\bats_gnrc, 1d.csv identical fd13d780 fd13d780 .\bats_gps, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_gt, 1d.csv identical 8c55fc3e 8c55fc3e .\bats_gww, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_gxo, 1d.csv identical ff05d734 ff05d734 .\bats_hae, 1d.csv identical 7569cd72 7569cd72 .\bats_hbi, 1d.csv identical 53642584 53642584 .\bats_hca, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_hd, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_hele, 1d.csv identical 3a1e152e 3a1e152e .\bats_hes, 1d.csv only in C:\TEMP\export\20211110_102401 ???????? -------- .\bats_hfc, 1d.csv only in C:\TEMP\export\20211110_102401 ???????? -------- .\bats_hii, 1d.csv only in C:\TEMP\export\20211110_102401 ???????? -------- .\bats_hiw, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_hog, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_holx, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_hon, 1d.csv identical 9279e275 9279e275 .\bats_hpe, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_hpp, 1d.csv identical 17826dc6 17826dc6 .\bats_hpq, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_hqy, 1d.csv identical 57cd79b 57cd79b .\bats_hr, 1d.csv only in C:\TEMP\export\20211110_102401 ???????? -------- .\bats_hrb, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_hrl, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_hubb, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_iart, 1d.csv identical cb9d5906 cb9d5906 .\bats_ida, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_idxx, 1d.csv identical c02c1225 c02c1225 .\bats_iff, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_ilmn, 1d.csv identical ef33a116 ef33a116 .\bats_incy, 1d.csv identical d4eb1c74 d4eb1c74 .\bats_info, 1d.csv identical 5b4db6fc 5b4db6fc .\bats_ingr, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_intc, 1d.csv identical 6cf0ee26 6cf0ee26 .\bats_intu, 1d.csv identical 2b33c597 2b33c597 .\bats_irdm, 1d.csv identical 7f22344f 7f22344f .\bats_it, 1d.csv identical 6a6bc453 6a6bc453 .\bats_itw, 1d.csv identical 51225027 51225027 .\bats_jack, 1d.csv identical 86e85d5d 86e85d5d .\bats_jazz, 1d.csv identical 74a0d247 74a0d247 .\bats_jbgs, 1d.csv identical eede70cb eede70cb .\bats_jbht, 1d.csv identical fb293a02 fb293a02 .\bats_jblu, 1d.csv identical c35481d8 c35481d8 .\bats_jkhy, 1d.csv identical 78af283f 78af283f .\bats_jll, 1d.csv identical f4c9cf64 f4c9cf64 .\bats_jnpr, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_kbh, 1d.csv identical 2d031d10 2d031d10 .\bats_kbr, 1d.csv identical ba4146df ba4146df .\bats_kmb, 1d.csv identical a6b506ed a6b506ed .\bats_kmi, 1d.csv identical 5e3986f2 5e3986f2 .\bats_kmpr, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_kmx, 1d.csv identical e5d5a14d e5d5a14d .\bats_knx, 1d.csv identical d2fe6064 d2fe6064 .\bats_kr, 1d.csv identical 32613162 32613162 .\bats_krc, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_krg, 1d.csv identical 1d946d28 1d946d28 .\bats_kss, 1d.csv only in C:\TEMP\export\20211110_120110 -------- ???????? .\bats_ksu, 1d.csv only in C:\TEMP\export\20211110_120110 -------- ???????? .\bats_l, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_leco, 1d.csv identical 600c1ee5 600c1ee5 .\bats_leg, 1d.csv identical 90f22116 90f22116 .\bats_lh, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_lhcg, 1d.csv identical deab40d9 deab40d9 .\bats_lhx, 1d.csv identical 7ae3f5a7 7ae3f5a7 .\bats_lii, 1d.csv identical 75277f57 75277f57 .\bats_lite, 1d.csv identical 674dd651 674dd651 .\bats_livn, 1d.csv identical 257dcfc7 257dcfc7 .\bats_lkq, 1d.csv identical 7ba1f42b 7ba1f42b .\bats_lmt, 1d.csv identical 64cb0e95 64cb0e95 .\bats_lnt, 1d.csv identical 2e4ea7c5 2e4ea7c5 .\bats_low, 1d.csv identical ff98cb7d ff98cb7d .\bats_lpx, 1d.csv identical aa0dda32 aa0dda32 .\bats_lrcx, 1d.csv identical 9295c4e7 9295c4e7 .\bats_lscc, 1d.csv identical a2f49c9f a2f49c9f .\bats_lvs, 1d.csv identical ad6a9188 ad6a9188 .\bats_lyb, 1d.csv identical 5151bde3 5151bde3 .\bats_lyv, 1d.csv identical 17ce1de7 17ce1de7 .\bats_mac, 1d.csv identical 9c1f37f8 9c1f37f8 .\bats_masi, 1d.csv identical a09737f8 a09737f8 .\bats_mcd, 1d.csv identical b38251b1 b38251b1 .\bats_mchp, 1d.csv identical 5c4a41e8 5c4a41e8 .\bats_mck, 1d.csv only in C:\TEMP\export\20211110_102401 ???????? -------- .\bats_mcy, 1d.csv only in C:\TEMP\export\20211110_102401 ???????? -------- .\bats_mdlz, 1d.csv identical 8a511205 8a511205 .\bats_mdt, 1d.csv identical ae03862d ae03862d .\bats_mhk, 1d.csv identical 8ee19b86 8ee19b86 .\bats_mkc, 1d.csv identical 1ee15a6e 1ee15a6e .\bats_mktx, 1d.csv identical 9c47dfce 9c47dfce .\bats_mlm, 1d.csv identical 129ec283 129ec283 .\bats_mmm, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_mms, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_mnst, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_mo, 1d.csv identical 8e142486 8e142486 .\bats_mos, 1d.csv identical e47b3c8d e47b3c8d .\bats_mrcy, 1d.csv identical aaa1a158 aaa1a158 .\bats_mrk, 1d.csv identical e5308bc2 e5308bc2 .\bats_mrna, 1d.csv identical 6f0aa6f 6f0aa6f .\bats_mro, 1d.csv identical 30090e66 30090e66 .\bats_mtd, 1d.csv identical 6cc72346 6cc72346 .\bats_mtg, 1d.csv identical 95387e0f 95387e0f .\bats_mtz, 1d.csv identical b23f9480 b23f9480 .\bats_musa, 1d.csv identical d0bcf74c d0bcf74c .\bats_navi, 1d.csv identical 52d13eb5 52d13eb5 .\bats_nbix, 1d.csv identical 959ad37c 959ad37c .\bats_ncr, 1d.csv identical bfab5734 bfab5734 .\bats_ndaq, 1d.csv identical 7951fe1d 7951fe1d .\bats_neu, 1d.csv identical c031af39 c031af39 .\bats_nflx, 1d.csv identical 71aa345b 71aa345b .\bats_ni, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_nlok, 1d.csv identical 834af0e5 834af0e5 .\bats_nlsn, 1d.csv identical b3c6d5c1 b3c6d5c1 .\bats_noc, 1d.csv identical 1bcc36b7 1bcc36b7 .\bats_nrg, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_nsp, 1d.csv only in C:\TEMP\export\20211110_120110 -------- ???????? .\bats_ntap, 1d.csv identical be8bb727 be8bb727 .\bats_ntrs, 1d.csv identical 35ea1b66 35ea1b66 .\bats_nus, 1d.csv identical 1f6d33c5 1f6d33c5 .\bats_nvda, 1d.csv identical 96d02a04 96d02a04 .\bats_nvr, 1d.csv identical b852e56e b852e56e .\bats_nvt, 1d.csv identical a57f260f a57f260f .\bats_nwsa, 1d.csv identical d9d884f9 d9d884f9 .\bats_nycb, 1d.csv identical 452b6bf1 452b6bf1 .\bats_nyt, 1d.csv identical 5e78da06 5e78da06 .\bats_odfl, 1d.csv identical 88d0fe82 88d0fe82 .\bats_ofc, 1d.csv identical c764bf3d c764bf3d .\bats_oge, 1d.csv identical 794fd140 794fd140 .\bats_ogs, 1d.csv identical c32a1b0b c32a1b0b .\bats_olli, 1d.csv identical 9bc1419a 9bc1419a .\bats_oln, 1d.csv identical cc1c548e cc1c548e .\bats_omc, 1d.csv identical 5dd2b2c9 5dd2b2c9 .\bats_opch, 1d.csv identical d09ac39d d09ac39d .\bats_orcl, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_ori, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_orly, 1d.csv identical a69bb9af a69bb9af .\bats_oxy, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_payx, 1d.csv identical 6b7f9651 6b7f9651 .\bats_pbct, 1d.csv only in C:\TEMP\export\20211110_120110 -------- ???????? .\bats_pcar, 1d.csv identical 963bca55 963bca55 .\bats_pdco, 1d.csv identical 12eed7f 12eed7f .\bats_peb, 1d.csv only in C:\TEMP\export\20211110_120110 -------- ???????? .\bats_peg, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_pep, 1d.csv identical 8708516d 8708516d .\bats_pfe, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_pgr, 1d.csv identical 8be19986 8be19986 .\bats_pk, 1d.csv only in C:\TEMP\export\20211110_120110 -------- ???????? .\bats_pkg, 1d.csv identical 9072a598 9072a598 .\bats_pki, 1d.csv identical 579fe2c8 579fe2c8 .\bats_pld, 1d.csv identical 973a5310 973a5310 .\bats_pm, 1d.csv identical e79c95ee e79c95ee .\bats_pnc, 1d.csv identical 7fe11f9 7fe11f9 .\bats_pnw, 1d.csv only in C:\TEMP\export\20211110_120110 -------- ???????? .\bats_ppl, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_prg, 1d.csv identical a485f645 a485f645 .\bats_prgo, 1d.csv only in C:\TEMP\export\20211110_120110 -------- ???????? .\bats_psb, 1d.csv identical 3447cb0a 3447cb0a .\bats_psx, 1d.csv only in C:\TEMP\export\20211110_120110 -------- ???????? .\bats_pvh, 1d.csv identical 331cc108 331cc108 .\bats_pxd, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_pzza, 1d.csv identical 4561a5f3 4561a5f3 .\bats_qcom, 1d.csv identical 2c6e0a9e 2c6e0a9e .\bats_r, 1d.csv identical 17506c0b 17506c0b .\bats_ramp, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_rcm, 1d.csv identical 5ab100dd 5ab100dd .\bats_re, 1d.csv identical d37e87c1 d37e87c1 .\bats_regn, 1d.csv identical 5eec375c 5eec375c .\bats_rhi, 1d.csv identical d227f6fb d227f6fb .\bats_rjf, 1d.csv identical e808813b e808813b .\bats_rl, 1d.csv identical 1b19b327 1b19b327 .\bats_rnr, 1d.csv identical 54e69a03 54e69a03 .\bats_rok, 1d.csv identical c713f8d7 c713f8d7 .\bats_rol, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_rost, 1d.csv identical ff4ae724 ff4ae724 .\bats_rs, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_rsg, 1d.csv identical c8b0720 c8b0720 .\bats_ryn, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_sam, 1d.csv identical b2912947 b2912947 .\bats_sbny, 1d.csv identical 579b4c24 579b4c24 .\bats_seic, 1d.csv identical f05bd65c f05bd65c .\bats_sf, 1d.csv identical af423cc0 af423cc0 .\bats_sfm, 1d.csv identical 6fc09762 6fc09762 .\bats_shw, 1d.csv identical fe09fe18 fe09fe18 .\bats_sigi, 1d.csv identical 4cd80ef4 4cd80ef4 .\bats_sivb, 1d.csv identical f453eabd f453eabd .\bats_slb, 1d.csv identical 93f2ce01 93f2ce01 .\bats_slg, 1d.csv identical 751e29c0 751e29c0 .\bats_slgn, 1d.csv identical 3a028516 3a028516 .\bats_slm, 1d.csv identical 5a164585 5a164585 .\bats_smg, 1d.csv identical c3ddd18f c3ddd18f .\bats_smtc, 1d.csv identical 556b77ff 556b77ff .\bats_snps, 1d.csv identical 962bf1ae 962bf1ae .\bats_son, 1d.csv identical f3124997 f3124997 .\bats_spwr, 1d.csv identical ccaee256 ccaee256 .\bats_sre, 1d.csv identical 67717e27 67717e27 .\bats_ssd, 1d.csv identical 22e66dfe 22e66dfe .\bats_stz, 1d.csv identical fb74c79e fb74c79e .\bats_swks, 1d.csv identical b1efbd98 b1efbd98 .\bats_swx, 1d.csv identical 9cf35813 9cf35813 .\bats_tap, 1d.csv identical 9a9b14da 9a9b14da .\bats_tdc, 1d.csv identical 9d58afb7 9d58afb7 .\bats_tdy, 1d.csv identical 6b3d9049 6b3d9049 .\bats_tex, 1d.csv identical 1024c43a 1024c43a .\bats_tfx, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_tgna, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_thc, 1d.csv identical 1e416865 1e416865 .\bats_thg, 1d.csv identical 356c2b86 356c2b86 .\bats_tho, 1d.csv identical 9a4b05ce 9a4b05ce .\bats_tndm, 1d.csv identical f65c0670 f65c0670 .\bats_tr, 1d.csv identical e51c17a9 e51c17a9 .\bats_trgp, 1d.csv identical ffa1e623 ffa1e623 .\bats_trip, 1d.csv identical dbd768c3 dbd768c3 .\bats_trmb, 1d.csv identical 36ee30d2 36ee30d2 .\bats_trn, 1d.csv identical 3aef6d07 3aef6d07 .\bats_tsco, 1d.csv identical 2ef7bc6c 2ef7bc6c .\bats_tt, 1d.csv identical 7bdc8697 7bdc8697 .\bats_txn, 1d.csv identical 2697e083 2697e083 .\bats_txt, 1d.csv identical 5594ecf6 5594ecf6 .\bats_ua, 1d.csv identical d008373e d008373e .\bats_uaa, 1d.csv identical 46fa809e 46fa809e .\bats_ubsi, 1d.csv identical 4fd9bd20 4fd9bd20 .\bats_ugi, 1d.csv identical 11a40884 11a40884 .\bats_uhs, 1d.csv identical 2fa3569 2fa3569 .\bats_umbf, 1d.csv identical 9463870c 9463870c .\bats_urbn, 1d.csv identical b6c78af4 b6c78af4 .\bats_v, 1d.csv identical ef279bc8 ef279bc8 .\bats_vac, 1d.csv identical 17bcb7d 17bcb7d .\bats_vfc, 1d.csv identical d9699bb3 d9699bb3 .\bats_vnt, 1d.csv identical e0d5cc58 e0d5cc58 .\bats_vrsn, 1d.csv identical 17e3d8ec 17e3d8ec .\bats_vsat, 1d.csv identical 58bb7fc9 58bb7fc9 .\bats_vsco, 1d.csv identical 7386fc2c 7386fc2c .\bats_vtr, 1d.csv identical 4423f640 4423f640 .\bats_vz, 1d.csv identical 7a2398bd 7a2398bd .\bats_wab, 1d.csv identical 440ef17e 440ef17e .\bats_wen, 1d.csv identical 6df20208 6df20208 .\bats_wfc, 1d.csv identical ba6c69da ba6c69da .\bats_wm, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_wmb, 1d.csv identical 71156808 71156808 .\bats_wmt, 1d.csv identical 12f31d11 12f31d11 .\bats_wrb, 1d.csv identical 94a44701 94a44701 .\bats_wrk, 1d.csv identical 5ab08fb7 5ab08fb7 .\bats_wso, 1d.csv identical 52f7c636 52f7c636 .\bats_wst, 1d.csv identical 5eedfda0 5eedfda0 .\bats_wtrg, 1d.csv identical da6ae37b da6ae37b .\bats_wu, 1d.csv identical d457ce15 d457ce15 .\bats_wwe, 1d.csv identical 8d84bd09 8d84bd09 .\bats_xel, 1d.csv identical c8754fb1 c8754fb1 .\bats_xlnx, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\bats_xpo, 1d.csv identical f85c0a2e f85c0a2e .\bats_xrx, 1d.csv only in C:\TEMP\export\20211110_120110 -------- ???????? .\bats_yelp, 1d.csv identical fb3cdc92 fb3cdc92 .\bats_yum, 1d.csv identical bef0d273 bef0d273 .\bats_zd, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\nse_hal, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\nse_iex, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\nse_ptc, 1d.csv different (C:\TEMP\export\20211110_120110 is more recent) ???????? ???????? .\nyse_bbwi, 1d.csv only in C:\TEMP\export\20211110_102401 ???????? -------- .\nyse_chh, 1d.csv only in C:\TEMP\export\20211110_102401 ???????? -------- .\nyse_es, 1d.csv only in C:\TEMP\export\20211110_102401 ???????? -------- .\nyse_ghc, 1d.csv only in C:\TEMP\export\20211110_102401 ???????? -------- .\nyse_hes, 1d.csv only in C:\TEMP\export\20211110_120110 -------- ???????? .\nyse_hr, 1d.csv only in C:\TEMP\export\20211110_120110 -------- ???????? .\nyse_nus, 1d.csv only in C:\TEMP\export\20211110_102401 ???????? -------- .\nyse_peb, 1d.csv only in C:\TEMP\export\20211110_102401 ???????? -------- .\nyse_pkg, 1d.csv only in C:\TEMP\export\20211110_102401 ???????? -------- .\nyse_ppl, 1d.csv only in C:\TEMP\export\20211110_102401 ???????? -------- .\nyse_pvh, 1d.csv only in C:\TEMP\export\20211110_102401 ???????? -------- -- 411 files listed
NASDAQ:AAL,NYSE:AAP,NASDAQ:AAPL,NYSE:ABT,NYSE:ACM,NYSE:ACN,NYSE:AEE,NYSE:AEO,NASDAQ:AEP,NYSE:AIRC,NYSE:ALE,NASDAQ:ALGN,NYSE:ALK,NYSE:ALL,NYSE:AMCR,NYSE:AME,NASDAQ:AMED,NASDAQ:AMKR,NYSE:AMT,NASDAQ:ANSS,NYSE:APD,NYSE:ARE,NYSE:ARW,NYSE:ASB,NYSE:ATR,NASDAQ:ATVI,NYSE:AVB,NASDAQ:AVT,NYSE:AVY,NYSE:AWK,NASDAQ:AXON,NYSE:AYI,NYSE:AZO,NYSE:BA,NYSE:BAX,NYSE:BBWI,NYSE:BBY,NYSE:BDC,NYSE:BDX,NASDAQ:BIIB,NYSE:BIO,NYSE:BJ,NYSE:BK,NYSE:BKH,NYSE:BLDR,NYSE:BRK.B,NYSE:BRO,NYSE:BWA,NYSE:C,NYSE:CABO,NYSE:CACI,NYSE:CAH,NYSE:CARR,NYSE:CAT,NYSE:CBRE,NASDAQ:CBSH,NYSE:CCL,NASDAQ:CCMP,NASDAQ:CDK,NASDAQ:CDW,NASDAQ:CGNX,NYSE:CHE,NYSE:CHH,NASDAQ:CHRW,NASDAQ:CHX,NYSE:CI,NASDAQ:CINF,NYSE:CL,NYSE:CLF,NYSE:CLH,NYSE:CMC,NASDAQ:CME,NYSE:CMG,NYSE:CMP,NYSE:CMS,NYSE:CNO,NYSE:CNX,NASDAQ:CNXC,NASDAQ:COLM,NASDAQ:CONE,NYSE:COP,NYSE:COR,NYSE:COTY,NYSE:CPB,NASDAQ:CPRT,NYSE:CPT,NYSE:CRI,NYSE:CRM,NASDAQ:CRUS,NASDAQ:CSCO,NYSE:CSL,NYSE:CTLT,NASDAQ:CTSH,NASDAQ:CTXS,NYSE:CUZ,NYSE:CW,NASDAQ:CZR,NYSE:D,NYSE:DCI,NYSE:DD,NYSE:DE,NYSE:DG,NASDAQ:DISCA,NASDAQ:DISCK,NASDAQ:DISH,NYSE:DKS,NASDAQ:DLTR,NYSE:DOV,NYSE:DTE,NYSE:EBS,NYSE:ED,NYSE:EFX,NYSE:EL,NYSE:EMN,NASDAQ:ENPH,NYSE:ENV,NYSE:EQT,NYSE:ES,NYSE:ESNT,NYSE:ETR,NYSE:EVR,NYSE:EVRG,NYSE:EW,NASDAQ:EXC,NASDAQ:FCFS,NYSE:FCN,NYSE:FE,NYSE:FICO,NASDAQ:FISV,NASDAQ:FITB,NYSE:FLS,NYSE:FLT,NYSE:FMC,NYSE:FR,NYSE:FRC,NASDAQ:FULT,NASDAQ:GBCI,NYSE:GD,NYSE:GEF,NYSE:GGG,NYSE:GHC,NYSE:GIS,NYSE:GL,NYSE:GM,NYSE:GME,NYSE:GNRC,NYSE:GPS,NASDAQ:GT,NYSE:GWW,NYSE:GXO,NYSE:HAE,NSE:HAL,NYSE:HBI,NYSE:HCA,NYSE:HD,NASDAQ:HELE,NYSE:HES,NYSE:HFC,NYSE:HII,NYSE:HIW,NYSE:HOG,NASDAQ:HOLX,NASDAQ:HON,NYSE:HPE,NYSE:HPP,NYSE:HPQ,NASDAQ:HQY,NYSE:HR,NYSE:HRB,NYSE:HRL,NYSE:HUBB,NASDAQ:IART,NYSE:IDA,NASDAQ:IDXX,NSE:IEX,NYSE:IFF,NASDAQ:ILMN,NASDAQ:INCY,NYSE:INFO,NYSE:INGR,NASDAQ:INTC,NASDAQ:INTU,NASDAQ:IRDM,NYSE:IT,NYSE:ITW,NASDAQ:JACK,NASDAQ:JAZZ,NYSE:JBGS,NASDAQ:JBHT,NASDAQ:JBLU,NASDAQ:JKHY,NYSE:JLL,NYSE:JNPR,NYSE:KBH,NYSE:KBR,NYSE:KMB,NYSE:KMI,NYSE:KMPR,NYSE:KMX,NYSE:KNX,NYSE:KR,NYSE:KRC,NYSE:KRG,NYSE:KSS,NYSE:KSU,NYSE:L,NASDAQ:LECO,NYSE:LEG,NYSE:LH,NASDAQ:LHCG,NYSE:LHX,NYSE:LII,NASDAQ:LITE,NASDAQ:LIVN,NASDAQ:LKQ,NYSE:LMT,NASDAQ:LNT,NYSE:LOW,NYSE:LPX,NASDAQ:LRCX,NASDAQ:LSCC,NYSE:LVS,NYSE:LYB,NYSE:LYV,NYSE:MAC,NASDAQ:MASI,NYSE:MCD,NASDAQ:MCHP,NYSE:MCK,NYSE:MCY,NASDAQ:MDLZ,NYSE:MDT,NYSE:MHK,NYSE:MKC,NASDAQ:MKTX,NYSE:MLM,NYSE:MMM,NYSE:MMS,NASDAQ:MNST,NYSE:MO,NYSE:MOS,NASDAQ:MRCY,NYSE:MRK,NASDAQ:MRNA,NYSE:MRO,NYSE:MTD,NYSE:MTG,NYSE:MTZ,NYSE:MUSA,NASDAQ:NAVI,NASDAQ:NBIX,NYSE:NCR,NASDAQ:NDAQ,NYSE:NEU,NASDAQ:NFLX,NYSE:NI,NASDAQ:NLOK,NYSE:NLSN,NYSE:NOC,NYSE:NRG,NYSE:NSP,NASDAQ:NTAP,NASDAQ:NTRS,NYSE:NUS,NASDAQ:NVDA,NYSE:NVR,NYSE:NVT,NASDAQ:NWSA,NYSE:NYCB,NYSE:NYT,NASDAQ:ODFL,NYSE:OFC,NYSE:OGE,NYSE:OGS,NASDAQ:OLLI,NYSE:OLN,NYSE:OMC,NASDAQ:OPCH,NYSE:ORCL,NYSE:ORI,NASDAQ:ORLY,NYSE:OXY,NASDAQ:PAYX,NASDAQ:PBCT,NASDAQ:PCAR,NASDAQ:PDCO,NYSE:PEB,NYSE:PEG,NASDAQ:PEP,NYSE:PFE,NYSE:PGR,NYSE:PK,NYSE:PKG,NYSE:PKI,NYSE:PLD,NYSE:PM,NYSE:PNC,NYSE:PNW,NYSE:PPL,NYSE:PRG,NYSE:PRGO,NYSE:PSB,NYSE:PSX,NSE:PTC,NYSE:PVH,NYSE:PXD,NASDAQ:PZZA,NASDAQ:QCOM,NYSE:R,NYSE:RAMP,NASDAQ:RCM,NYSE:RE,NASDAQ:REGN,NYSE:RHI,NYSE:RJF,NYSE:RL,NYSE:RNR,NYSE:ROK,NYSE:ROL,NASDAQ:ROST,NYSE:RS,NYSE:RSG,NYSE:RYN,NYSE:SAM,NASDAQ:SBNY,NASDAQ:SEIC,NYSE:SF,NASDAQ:SFM,NYSE:SHW,NASDAQ:SIGI,NASDAQ:SIVB,NYSE:SLB,NYSE:SLG,NASDAQ:SLGN,NASDAQ:SLM,NYSE:SMG,NASDAQ:SMTC,NASDAQ:SNPS,NYSE:SON,NASDAQ:SPWR,NYSE:SRE,NYSE:SSD,NYSE:STZ,NASDAQ:SWKS,NYSE:SWX,NYSE:TAP,NYSE:TDC,NYSE:TDY,NYSE:TEX,NYSE:TFX,NYSE:TGNA,NYSE:THC,NYSE:THG,NYSE:THO,NASDAQ:TNDM,NYSE:TR,NYSE:TRGP,NASDAQ:TRIP,NASDAQ:TRMB,NYSE:TRN,NASDAQ:TSCO,NYSE:TT,NASDAQ:TXN,NYSE:TXT,NYSE:UA,NYSE:UAA,NASDAQ:UBSI,NYSE:UGI,NYSE:UHS,NASDAQ:UMBF,NASDAQ:URBN,NYSE:V,NYSE:VAC,NYSE:VFC,NYSE:VNT,NASDAQ:VRSN,NASDAQ:VSAT,NYSE:VSCO,NYSE:VTR,NYSE:VZ,NYSE:WAB,NASDAQ:WEN,NYSE:WFC,NYSE:WM,NYSE:WMB,NYSE:WMT,NYSE:WRB,NYSE:WRK,NYSE:WSO,NYSE:WST,NYSE:WTRG,NYSE:WU,NYSE:WWE,NASDAQ:XEL,NASDAQ:XLNX,NYSE:XPO,NASDAQ:XRX,NYSE:YELP,NYSE:YUM,NASDAQ:ZD python main.py export_mj.yaml
DISCLAIMER This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
USAGE
python main.py [
2021-11-10 10:24:01.934 INFO tv - run: Running on a windows operating system
DevTools listening on ws://127.0.0.1:58377/devtools/browser/8f8abe2d-4db5-48a7-880c-ccc5d356837c 2021-11-10 10:24:03.010 INFO tv - check_driver: browser version: 95.0.4638.69 2021-11-10 10:24:03.010 INFO tv - check_driver: driver version: 95.0.4638.54 2021-11-10 10:24:15.370 INFO tv - login: logged in successfully at tradingview.com as mjx75 2021-11-10 10:24:18.949 INFO tv - open_chart: opening chart https://www.tradingview.com/chart/fIXLWI5S/ 2021-11-10 10:24:18.949 INFO tv - open_chart: WAIT_TIME_IMPLICIT = 0.0 2021-11-10 10:24:18.950 INFO tv - open_chart: PAGE_LOAD_TIMEOUT = 60.0 2021-11-10 10:24:18.952 INFO tv - open_chart: CHECK_IF_EXISTS_TIMEOUT = 10.0 2021-11-10 10:24:18.952 INFO tv - open_chart: DELAY_BREAK_MINI = 0.1 2021-11-10 10:24:18.953 INFO tv - open_chart: DELAY_BREAK = 0.25 2021-11-10 10:24:18.953 INFO tv - open_chart: DELAY_SUBMIT_ALERT = 2.0 2021-11-10 10:24:18.953 INFO tv - open_chart: DELAY_CHANGE_SYMBOL = 1.0 2021-11-10 10:24:18.954 INFO tv - open_chart: DELAY_CLEAR_INACTIVE_ALERTS = 2.0 2021-11-10 10:24:18.954 INFO tv - open_chart: DELAY_KEYSTROKE = 0.05 2021-11-10 10:24:18.955 INFO tv - open_chart: DELAY_READ_INDICATOR_VALUE = 0.2 2021-11-10 10:24:18.955 INFO tv - open_chart: READ_FROM_DATA_WINDOW = True 2021-11-10 10:24:18.955 INFO tv - open_chart: WAIT_UNTIL_CHART_IS_LOADED = True 2021-11-10 10:24:18.956 INFO tv - open_chart: READ_ALL_VALUES_AT_ONCE = True 2021-11-10 10:24:18.956 INFO tv - open_chart: CHANGE_SYMBOL_WITH_SPACE = False 2021-11-10 10:24:18.956 INFO tv - open_chart: VERIFY_MARKET_LISTING = True
2021-11-10 10:24:48.320 INFO tv - open_chart: watchlist2: 400 markets found 2021-11-10 10:24:48.558 INFO tv - set_timeframe: Setting timeframe to 1 day 2021-11-10 10:24:49.661 INFO tv - open_chart: opening watchlist watchlist2 2021-11-10 10:25:01.314 INFO tv - process_symbol: NASDAQ:AAL 2021-11-10 10:25:07.693 WARNING tv - export_chart_data: selected ticker 'BATS:AAL, 1D' differs from expected ticker 'NASDAQ:AAL' 2021-11-10 10:25:10.834 INFO tv - process_symbol: NASDAQ:AAPL 2021-11-10 10:25:16.731 WARNING tv - export_chart_data: selected ticker 'BATS:AAPL, 1D' differs from expected ticker 'NASDAQ:AAPL' 2021-11-10 10:25:19.835 INFO tv - process_symbol: NASDAQ:AEP 2021-11-10 10:25:25.775 WARNING tv - export_chart_data: selected ticker 'BATS:AEP, 1D' differs from expected ticker 'NASDAQ:AEP' 2021-11-10 10:25:28.832 INFO tv - process_symbol: NASDAQ:ALGN 2021-11-10 10:25:34.707 WARNING tv - export_chart_data: selected ticker 'BATS:ALGN, 1D' differs from expected ticker 'NASDAQ:ALGN' 2021-11-10 10:25:37.849 INFO tv - process_symbol: NASDAQ:AMED 2021-11-10 10:25:43.758 WARNING tv - export_chart_data: selected ticker 'BATS:AMED, 1D' differs from expected ticker 'NASDAQ:AMED' 2021-11-10 10:25:46.935 INFO tv - process_symbol: NASDAQ:AMKR 2021-11-10 10:25:52.871 WARNING tv - export_chart_data: selected ticker 'BATS:AMKR, 1D' differs from expected ticker 'NASDAQ:AMKR' 2021-11-10 10:25:55.915 INFO tv - process_symbol: NASDAQ:ANSS 2021-11-10 10:26:01.811 WARNING tv - export_chart_data: selected ticker 'BATS:ANSS, 1D' differs from expected ticker 'NASDAQ:ANSS' 2021-11-10 10:26:04.867 INFO tv - process_symbol: NASDAQ:ATVI 2021-11-10 10:26:10.738 WARNING tv - export_chart_data: selected ticker 'BATS:ATVI, 1D' differs from expected ticker 'NASDAQ:ATVI' 2021-11-10 10:26:13.956 INFO tv - process_symbol: NASDAQ:AVT 2021-11-10 10:26:19.755 WARNING tv - export_chart_data: selected ticker 'BATS:AVT, 1D' differs from expected ticker 'NASDAQ:AVT' 2021-11-10 10:26:22.913 INFO tv - process_symbol: NASDAQ:AXON 2021-11-10 10:26:28.766 WARNING tv - export_chart_data: selected ticker 'BATS:AXON, 1D' differs from expected ticker 'NASDAQ:AXON' 2021-11-10 10:26:31.857 INFO tv - process_symbol: NASDAQ:BIIB 2021-11-10 10:26:37.727 WARNING tv - export_chart_data: selected ticker 'BATS:BIIB, 1D' differs from expected ticker 'NASDAQ:BIIB' 2021-11-10 10:26:40.776 INFO tv - process_symbol: NASDAQ:CBSH 2021-11-10 10:26:46.716 WARNING tv - export_chart_data: selected ticker 'BATS:CBSH, 1D' differs from expected ticker 'NASDAQ:CBSH' 2021-11-10 10:26:49.852 INFO tv - process_symbol: NASDAQ:CCMP 2021-11-10 10:26:55.712 WARNING tv - export_chart_data: selected ticker 'BATS:CCMP, 1D' differs from expected ticker 'NASDAQ:CCMP' 2021-11-10 10:26:58.829 INFO tv - process_symbol: NASDAQ:CDK 2021-11-10 10:27:04.933 WARNING tv - export_chart_data: selected ticker 'BATS:CDK, 1D' differs from expected ticker 'NASDAQ:CDK' 2021-11-10 10:27:07.946 INFO tv - process_symbol: NASDAQ:CDW 2021-11-10 10:27:13.854 WARNING tv - export_chart_data: selected ticker 'BATS:CDW, 1D' differs from expected ticker 'NASDAQ:CDW' 2021-11-10 10:27:16.875 INFO tv - process_symbol: NASDAQ:CGNX 2021-11-10 10:27:22.698 WARNING tv - export_chart_data: selected ticker 'BATS:CGNX, 1D' differs from expected ticker 'NASDAQ:CGNX' 2021-11-10 10:27:25.797 INFO tv - process_symbol: NASDAQ:CHRW 2021-11-10 10:27:31.688 WARNING tv - export_chart_data: selected ticker 'BATS:CHRW, 1D' differs from expected ticker 'NASDAQ:CHRW' 2021-11-10 10:27:34.723 INFO tv - process_symbol: NASDAQ:CHX 2021-11-10 10:27:40.559 WARNING tv - export_chart_data: selected ticker 'BATS:CHX, 1D' differs from expected ticker 'NASDAQ:CHX' 2021-11-10 10:27:43.741 INFO tv - process_symbol: NASDAQ:CINF 2021-11-10 10:27:49.501 WARNING tv - export_chart_data: selected ticker 'BATS:CINF, 1D' differs from expected ticker 'NASDAQ:CINF' 2021-11-10 10:27:52.556 INFO tv - process_symbol: NASDAQ:CME 2021-11-10 10:27:58.477 WARNING tv - export_chart_data: selected ticker 'BATS:CME, 1D' differs from expected ticker 'NASDAQ:CME' 2021-11-10 10:28:01.493 INFO tv - process_symbol: NASDAQ:CNXC 2021-11-10 10:28:07.315 WARNING tv - export_chart_data: selected ticker 'BATS:CNXC, 1D' differs from expected ticker 'NASDAQ:CNXC' 2021-11-10 10:28:10.355 INFO tv - process_symbol: NASDAQ:COLM 2021-11-10 10:28:16.126 WARNING tv - export_chart_data: selected ticker 'BATS:COLM, 1D' differs from expected ticker 'NASDAQ:COLM' 2021-11-10 10:28:19.143 INFO tv - process_symbol: NASDAQ:CONE 2021-11-10 10:28:25.148 WARNING tv - export_chart_data: selected ticker 'BATS:CONE, 1D' differs from expected ticker 'NASDAQ:CONE' 2021-11-10 10:28:28.190 INFO tv - process_symbol: NASDAQ:CPRT 2021-11-10 10:28:34.102 WARNING tv - export_chart_data: selected ticker 'BATS:CPRT, 1D' differs from expected ticker 'NASDAQ:CPRT' 2021-11-10 10:28:37.138 INFO tv - process_symbol: NASDAQ:CRUS 2021-11-10 10:28:43.146 WARNING tv - export_chart_data: selected ticker 'BATS:CRUS, 1D' differs from expected ticker 'NASDAQ:CRUS' 2021-11-10 10:28:46.220 INFO tv - process_symbol: NASDAQ:CSCO 2021-11-10 10:28:52.080 WARNING tv - export_chart_data: selected ticker 'BATS:CSCO, 1D' differs from expected ticker 'NASDAQ:CSCO' 2021-11-10 10:28:55.153 INFO tv - process_symbol: NASDAQ:CTSH 2021-11-10 10:29:01.064 WARNING tv - export_chart_data: selected ticker 'BATS:CTSH, 1D' differs from expected ticker 'NASDAQ:CTSH' 2021-11-10 10:29:04.090 INFO tv - process_symbol: NASDAQ:CTXS 2021-11-10 10:29:09.968 WARNING tv - export_chart_data: selected ticker 'BATS:CTXS, 1D' differs from expected ticker 'NASDAQ:CTXS' 2021-11-10 10:29:12.990 INFO tv - process_symbol: NASDAQ:CZR 2021-11-10 10:29:18.888 WARNING tv - export_chart_data: selected ticker 'BATS:CZR, 1D' differs from expected ticker 'NASDAQ:CZR' 2021-11-10 10:29:21.905 INFO tv - process_symbol: NASDAQ:DISCA 2021-11-10 10:29:27.861 WARNING tv - export_chart_data: selected ticker 'BATS:DISCA, 1D' differs from expected ticker 'NASDAQ:DISCA' 2021-11-10 10:29:30.868 INFO tv - process_symbol: NASDAQ:DISCK 2021-11-10 10:29:36.635 WARNING tv - export_chart_data: selected ticker 'BATS:DISCK, 1D' differs from expected ticker 'NASDAQ:DISCK' 2021-11-10 10:29:39.659 INFO tv - process_symbol: NASDAQ:DISH 2021-11-10 10:29:45.722 WARNING tv - export_chart_data: selected ticker 'BATS:DISH, 1D' differs from expected ticker 'NASDAQ:DISH' 2021-11-10 10:29:48.922 INFO tv - process_symbol: NASDAQ:DLTR 2021-11-10 10:29:54.868 WARNING tv - export_chart_data: selected ticker 'BATS:DLTR, 1D' differs from expected ticker 'NASDAQ:DLTR' 2021-11-10 10:29:57.943 INFO tv - process_symbol: NASDAQ:ENPH 2021-11-10 10:30:03.823 WARNING tv - export_chart_data: selected ticker 'BATS:ENPH, 1D' differs from expected ticker 'NASDAQ:ENPH' 2021-11-10 10:30:06.913 INFO tv - process_symbol: NASDAQ:EXC 2021-11-10 10:30:12.820 WARNING tv - export_chart_data: selected ticker 'BATS:EXC, 1D' differs from expected ticker 'NASDAQ:EXC' 2021-11-10 10:30:15.836 INFO tv - process_symbol: NASDAQ:FCFS 2021-11-10 10:30:21.627 WARNING tv - export_chart_data: selected ticker 'BATS:FCFS, 1D' differs from expected ticker 'NASDAQ:FCFS' 2021-11-10 10:30:24.662 INFO tv - process_symbol: NASDAQ:FISV 2021-11-10 10:30:30.525 WARNING tv - export_chart_data: selected ticker 'BATS:FISV, 1D' differs from expected ticker 'NASDAQ:FISV' 2021-11-10 10:30:33.667 INFO tv - process_symbol: NASDAQ:FITB 2021-11-10 10:30:39.632 WARNING tv - export_chart_data: selected ticker 'BATS:FITB, 1D' differs from expected ticker 'NASDAQ:FITB' 2021-11-10 10:30:42.685 INFO tv - process_symbol: NASDAQ:FULT 2021-11-10 10:30:48.478 WARNING tv - export_chart_data: selected ticker 'BATS:FULT, 1D' differs from expected ticker 'NASDAQ:FULT' 2021-11-10 10:30:51.513 INFO tv - process_symbol: NASDAQ:GBCI 2021-11-10 10:30:57.422 WARNING tv - export_chart_data: selected ticker 'BATS:GBCI, 1D' differs from expected ticker 'NASDAQ:GBCI' 2021-11-10 10:31:00.452 INFO tv - process_symbol: NASDAQ:GT 2021-11-10 10:31:06.442 WARNING tv - export_chart_data: selected ticker 'BATS:GT, 1D' differs from expected ticker 'NASDAQ:GT' 2021-11-10 10:31:09.552 INFO tv - process_symbol: NASDAQ:HELE 2021-11-10 10:31:15.450 WARNING tv - export_chart_data: selected ticker 'BATS:HELE, 1D' differs from expected ticker 'NASDAQ:HELE' 2021-11-10 10:31:18.463 INFO tv - process_symbol: NASDAQ:HOLX 2021-11-10 10:31:24.260 WARNING tv - export_chart_data: selected ticker 'BATS:HOLX, 1D' differs from expected ticker 'NASDAQ:HOLX' 2021-11-10 10:31:32.091 WARNING tv - export_chart_data: selected ticker 'BATS:HOLX, 1D' differs from expected ticker 'NASDAQ:HOLX' 2021-11-10 10:31:35.253 INFO tv - process_symbol: NASDAQ:HON 2021-11-10 10:31:41.033 WARNING tv - export_chart_data: selected ticker 'BATS:HON, 1D' differs from expected ticker 'NASDAQ:HON' 2021-11-10 10:31:44.018 INFO tv - process_symbol: NASDAQ:HQY 2021-11-10 10:31:49.957 WARNING tv - export_chart_data: selected ticker 'BATS:HQY, 1D' differs from expected ticker 'NASDAQ:HQY' 2021-11-10 10:31:53.028 INFO tv - process_symbol: NASDAQ:IART 2021-11-10 10:31:59.051 WARNING tv - export_chart_data: selected ticker 'BATS:IART, 1D' differs from expected ticker 'NASDAQ:IART' 2021-11-10 10:32:02.151 INFO tv - process_symbol: NASDAQ:IDXX 2021-11-10 10:32:08.171 WARNING tv - export_chart_data: selected ticker 'BATS:IDXX, 1D' differs from expected ticker 'NASDAQ:IDXX' 2021-11-10 10:32:11.259 INFO tv - process_symbol: NASDAQ:ILMN 2021-11-10 10:32:17.190 WARNING tv - export_chart_data: selected ticker 'BATS:ILMN, 1D' differs from expected ticker 'NASDAQ:ILMN' 2021-11-10 10:32:20.188 INFO tv - process_symbol: NASDAQ:INCY 2021-11-10 10:32:26.146 WARNING tv - export_chart_data: selected ticker 'BATS:INCY, 1D' differs from expected ticker 'NASDAQ:INCY' 2021-11-10 10:32:29.223 INFO tv - process_symbol: NASDAQ:INTC 2021-11-10 10:32:35.149 WARNING tv - export_chart_data: selected ticker 'BATS:INTC, 1D' differs from expected ticker 'NASDAQ:INTC' 2021-11-10 10:32:38.176 INFO tv - process_symbol: NASDAQ:INTU 2021-11-10 10:32:44.192 WARNING tv - export_chart_data: selected ticker 'BATS:INTU, 1D' differs from expected ticker 'NASDAQ:INTU' 2021-11-10 10:32:47.238 INFO tv - process_symbol: NASDAQ:IRDM 2021-11-10 10:32:53.258 WARNING tv - export_chart_data: selected ticker 'BATS:IRDM, 1D' differs from expected ticker 'NASDAQ:IRDM' 2021-11-10 10:32:56.332 INFO tv - process_symbol: NASDAQ:JACK 2021-11-10 10:33:02.293 WARNING tv - export_chart_data: selected ticker 'BATS:JACK, 1D' differs from expected ticker 'NASDAQ:JACK' 2021-11-10 10:33:05.368 INFO tv - process_symbol: NASDAQ:JAZZ 2021-11-10 10:33:11.258 WARNING tv - export_chart_data: selected ticker 'BATS:JAZZ, 1D' differs from expected ticker 'NASDAQ:JAZZ' 2021-11-10 10:33:14.319 INFO tv - process_symbol: NASDAQ:JBHT 2021-11-10 10:33:20.291 WARNING tv - export_chart_data: selected ticker 'BATS:JBHT, 1D' differs from expected ticker 'NASDAQ:JBHT' 2021-11-10 10:33:23.331 INFO tv - process_symbol: NASDAQ:JBLU 2021-11-10 10:33:29.363 WARNING tv - export_chart_data: selected ticker 'BATS:JBLU, 1D' differs from expected ticker 'NASDAQ:JBLU' 2021-11-10 10:33:32.405 INFO tv - process_symbol: NASDAQ:JKHY 2021-11-10 10:33:38.308 WARNING tv - export_chart_data: selected ticker 'BATS:JKHY, 1D' differs from expected ticker 'NASDAQ:JKHY' 2021-11-10 10:33:41.353 INFO tv - process_symbol: NASDAQ:LECO 2021-11-10 10:33:47.360 WARNING tv - export_chart_data: selected ticker 'BATS:LECO, 1D' differs from expected ticker 'NASDAQ:LECO' 2021-11-10 10:33:50.463 INFO tv - process_symbol: NASDAQ:LHCG 2021-11-10 10:33:56.369 WARNING tv - export_chart_data: selected ticker 'BATS:LHCG, 1D' differs from expected ticker 'NASDAQ:LHCG' 2021-11-10 10:33:59.469 INFO tv - process_symbol: NASDAQ:LITE 2021-11-10 10:34:05.479 WARNING tv - export_chart_data: selected ticker 'BATS:LITE, 1D' differs from expected ticker 'NASDAQ:LITE' 2021-11-10 10:34:08.558 INFO tv - process_symbol: NASDAQ:LIVN 2021-11-10 10:34:14.519 WARNING tv - export_chart_data: selected ticker 'BATS:LIVN, 1D' differs from expected ticker 'NASDAQ:LIVN' 2021-11-10 10:34:17.588 INFO tv - process_symbol: NASDAQ:LKQ 2021-11-10 10:34:23.654 WARNING tv - export_chart_data: selected ticker 'BATS:LKQ, 1D' differs from expected ticker 'NASDAQ:LKQ' 2021-11-10 10:34:26.715 INFO tv - process_symbol: NASDAQ:LNT 2021-11-10 10:34:32.672 WARNING tv - export_chart_data: selected ticker 'BATS:LNT, 1D' differs from expected ticker 'NASDAQ:LNT' 2021-11-10 10:34:35.748 INFO tv - process_symbol: NASDAQ:LRCX 2021-11-10 10:34:41.709 WARNING tv - export_chart_data: selected ticker 'BATS:LRCX, 1D' differs from expected ticker 'NASDAQ:LRCX' 2021-11-10 10:34:44.749 INFO tv - process_symbol: NASDAQ:LSCC 2021-11-10 10:34:50.789 WARNING tv - export_chart_data: selected ticker 'BATS:LSCC, 1D' differs from expected ticker 'NASDAQ:LSCC' 2021-11-10 10:34:53.929 INFO tv - process_symbol: NASDAQ:MASI 2021-11-10 10:34:59.852 WARNING tv - export_chart_data: selected ticker 'BATS:MASI, 1D' differs from expected ticker 'NASDAQ:MASI' 2021-11-10 10:35:02.922 INFO tv - process_symbol: NASDAQ:MCHP 2021-11-10 10:35:08.727 WARNING tv - export_chart_data: selected ticker 'BATS:MCHP, 1D' differs from expected ticker 'NASDAQ:MCHP' 2021-11-10 10:35:11.797 INFO tv - process_symbol: NASDAQ:MDLZ 2021-11-10 10:35:17.575 WARNING tv - export_chart_data: selected ticker 'BATS:MDLZ, 1D' differs from expected ticker 'NASDAQ:MDLZ' 2021-11-10 10:35:20.622 INFO tv - process_symbol: NASDAQ:MKTX 2021-11-10 10:35:26.415 WARNING tv - export_chart_data: selected ticker 'BATS:MKTX, 1D' differs from expected ticker 'NASDAQ:MKTX' 2021-11-10 10:35:29.537 INFO tv - process_symbol: NASDAQ:MNST 2021-11-10 10:35:35.358 WARNING tv - export_chart_data: selected ticker 'BATS:MNST, 1D' differs from expected ticker 'NASDAQ:MNST' 2021-11-10 10:35:42.949 WARNING tv - export_chart_data: selected ticker 'BATS:MNST, 1D' differs from expected ticker 'NASDAQ:MNST' 2021-11-10 10:35:46.058 INFO tv - process_symbol: NASDAQ:MRCY 2021-11-10 10:35:51.834 WARNING tv - export_chart_data: selected ticker 'BATS:MRCY, 1D' differs from expected ticker 'NASDAQ:MRCY' 2021-11-10 10:35:54.958 INFO tv - process_symbol: NASDAQ:MRNA 2021-11-10 10:36:00.802 WARNING tv - export_chart_data: selected ticker 'BATS:MRNA, 1D' differs from expected ticker 'NASDAQ:MRNA' 2021-11-10 10:36:03.867 INFO tv - process_symbol: NASDAQ:NAVI 2021-11-10 10:36:10.027 WARNING tv - export_chart_data: selected ticker 'BATS:NAVI, 1D' differs from expected ticker 'NASDAQ:NAVI' 2021-11-10 10:36:13.095 INFO tv - process_symbol: NASDAQ:NBIX 2021-11-10 10:36:18.872 WARNING tv - export_chart_data: selected ticker 'BATS:NBIX, 1D' differs from expected ticker 'NASDAQ:NBIX' 2021-11-10 10:36:21.907 INFO tv - process_symbol: NASDAQ:NDAQ 2021-11-10 10:36:27.786 WARNING tv - export_chart_data: selected ticker 'BATS:NDAQ, 1D' differs from expected ticker 'NASDAQ:NDAQ' 2021-11-10 10:36:30.801 INFO tv - process_symbol: NASDAQ:NFLX 2021-11-10 10:36:36.636 WARNING tv - export_chart_data: selected ticker 'BATS:NFLX, 1D' differs from expected ticker 'NASDAQ:NFLX' 2021-11-10 10:36:39.677 INFO tv - process_symbol: NASDAQ:NLOK 2021-11-10 10:36:45.505 WARNING tv - export_chart_data: selected ticker 'BATS:NLOK, 1D' differs from expected ticker 'NASDAQ:NLOK' 2021-11-10 10:36:48.534 INFO tv - process_symbol: NASDAQ:NTAP 2021-11-10 10:36:54.372 WARNING tv - export_chart_data: selected ticker 'BATS:NTAP, 1D' differs from expected ticker 'NASDAQ:NTAP' 2021-11-10 10:36:57.446 INFO tv - process_symbol: NASDAQ:NTRS 2021-11-10 10:37:03.313 WARNING tv - export_chart_data: selected ticker 'BATS:NTRS, 1D' differs from expected ticker 'NASDAQ:NTRS' 2021-11-10 10:37:06.356 INFO tv - process_symbol: NASDAQ:NVDA 2021-11-10 10:37:12.302 WARNING tv - export_chart_data: selected ticker 'BATS:NVDA, 1D' differs from expected ticker 'NASDAQ:NVDA' 2021-11-10 10:37:15.383 INFO tv - process_symbol: NASDAQ:NWSA 2021-11-10 10:37:21.404 WARNING tv - export_chart_data: selected ticker 'BATS:NWSA, 1D' differs from expected ticker 'NASDAQ:NWSA' 2021-11-10 10:37:24.479 INFO tv - process_symbol: NASDAQ:ODFL 2021-11-10 10:37:30.317 WARNING tv - export_chart_data: selected ticker 'BATS:ODFL, 1D' differs from expected ticker 'NASDAQ:ODFL' 2021-11-10 10:37:33.369 INFO tv - process_symbol: NASDAQ:OLLI 2021-11-10 10:37:39.319 WARNING tv - export_chart_data: selected ticker 'BATS:OLLI, 1D' differs from expected ticker 'NASDAQ:OLLI' 2021-11-10 10:37:42.391 INFO tv - process_symbol: NASDAQ:OPCH 2021-11-10 10:37:48.299 WARNING tv - export_chart_data: selected ticker 'BATS:OPCH, 1D' differs from expected ticker 'NASDAQ:OPCH' 2021-11-10 10:37:51.465 INFO tv - process_symbol: NASDAQ:ORLY 2021-11-10 10:37:57.294 WARNING tv - export_chart_data: selected ticker 'BATS:ORLY, 1D' differs from expected ticker 'NASDAQ:ORLY' 2021-11-10 10:38:00.355 INFO tv - process_symbol: NASDAQ:PAYX 2021-11-10 10:38:06.139 WARNING tv - export_chart_data: selected ticker 'BATS:PAYX, 1D' differs from expected ticker 'NASDAQ:PAYX' 2021-11-10 10:38:09.161 INFO tv - process_symbol: NASDAQ:PBCT 2021-11-10 10:38:14.961 WARNING tv - export_chart_data: selected ticker 'BATS:PBCT, 1D' differs from expected ticker 'NASDAQ:PBCT' 2021-11-10 10:38:19.693 INFO tv - process_symbol: NASDAQ:PCAR 2021-11-10 10:38:25.482 WARNING tv - export_chart_data: selected ticker 'BATS:PCAR, 1D' differs from expected ticker 'NASDAQ:PCAR' 2021-11-10 10:38:28.544 INFO tv - process_symbol: NASDAQ:PDCO 2021-11-10 10:38:34.530 WARNING tv - export_chart_data: selected ticker 'BATS:PDCO, 1D' differs from expected ticker 'NASDAQ:PDCO' 2021-11-10 10:38:37.597 INFO tv - process_symbol: NASDAQ:PEP 2021-11-10 10:38:43.486 WARNING tv - export_chart_data: selected ticker 'BATS:PEP, 1D' differs from expected ticker 'NASDAQ:PEP' 2021-11-10 10:38:46.586 INFO tv - process_symbol: NASDAQ:PZZA 2021-11-10 10:38:52.363 WARNING tv - export_chart_data: selected ticker 'BATS:PZZA, 1D' differs from expected ticker 'NASDAQ:PZZA' 2021-11-10 10:38:55.432 INFO tv - process_symbol: NASDAQ:QCOM 2021-11-10 10:39:01.260 WARNING tv - export_chart_data: selected ticker 'BATS:QCOM, 1D' differs from expected ticker 'NASDAQ:QCOM' 2021-11-10 10:39:04.288 INFO tv - process_symbol: NASDAQ:RCM 2021-11-10 10:39:10.193 WARNING tv - export_chart_data: selected ticker 'BATS:RCM, 1D' differs from expected ticker 'NASDAQ:RCM' 2021-11-10 10:39:13.217 INFO tv - process_symbol: NASDAQ:REGN 2021-11-10 10:39:19.051 WARNING tv - export_chart_data: selected ticker 'BATS:REGN, 1D' differs from expected ticker 'NASDAQ:REGN' 2021-11-10 10:39:22.113 INFO tv - process_symbol: NASDAQ:ROST 2021-11-10 10:39:28.053 WARNING tv - export_chart_data: selected ticker 'BATS:ROST, 1D' differs from expected ticker 'NASDAQ:ROST' 2021-11-10 10:39:31.133 INFO tv - process_symbol: NASDAQ:SBNY 2021-11-10 10:39:37.006 WARNING tv - export_chart_data: selected ticker 'BATS:SBNY, 1D' differs from expected ticker 'NASDAQ:SBNY' 2021-11-10 10:39:40.054 INFO tv - process_symbol: NASDAQ:SEIC 2021-11-10 10:39:45.898 WARNING tv - export_chart_data: selected ticker 'BATS:SEIC, 1D' differs from expected ticker 'NASDAQ:SEIC' 2021-11-10 10:39:48.980 INFO tv - process_symbol: NASDAQ:SFM 2021-11-10 10:39:55.014 WARNING tv - export_chart_data: selected ticker 'BATS:SFM, 1D' differs from expected ticker 'NASDAQ:SFM' 2021-11-10 10:39:58.064 INFO tv - process_symbol: NASDAQ:SIGI 2021-11-10 10:40:03.932 WARNING tv - export_chart_data: selected ticker 'BATS:SIGI, 1D' differs from expected ticker 'NASDAQ:SIGI' 2021-11-10 10:40:07.036 INFO tv - process_symbol: NASDAQ:SIVB 2021-11-10 10:40:12.964 WARNING tv - export_chart_data: selected ticker 'BATS:SIVB, 1D' differs from expected ticker 'NASDAQ:SIVB' 2021-11-10 10:40:16.060 INFO tv - process_symbol: NASDAQ:SLGN 2021-11-10 10:40:21.948 WARNING tv - export_chart_data: selected ticker 'BATS:SLGN, 1D' differs from expected ticker 'NASDAQ:SLGN' 2021-11-10 10:40:24.999 INFO tv - process_symbol: NASDAQ:SLM 2021-11-10 10:40:30.838 WARNING tv - export_chart_data: selected ticker 'BATS:SLM, 1D' differs from expected ticker 'NASDAQ:SLM' 2021-11-10 10:40:33.874 INFO tv - process_symbol: NASDAQ:SMTC 2021-11-10 10:40:39.677 WARNING tv - export_chart_data: selected ticker 'BATS:SMTC, 1D' differs from expected ticker 'NASDAQ:SMTC' 2021-11-10 10:40:42.755 INFO tv - process_symbol: NASDAQ:SNPS 2021-11-10 10:40:48.712 WARNING tv - export_chart_data: selected ticker 'BATS:SNPS, 1D' differs from expected ticker 'NASDAQ:SNPS' 2021-11-10 10:40:51.785 INFO tv - process_symbol: NASDAQ:SPWR 2021-11-10 10:40:57.644 WARNING tv - export_chart_data: selected ticker 'BATS:SPWR, 1D' differs from expected ticker 'NASDAQ:SPWR' 2021-11-10 10:41:00.669 INFO tv - process_symbol: NASDAQ:SWKS 2021-11-10 10:41:06.474 WARNING tv - export_chart_data: selected ticker 'BATS:SWKS, 1D' differs from expected ticker 'NASDAQ:SWKS' 2021-11-10 10:41:09.510 INFO tv - process_symbol: NASDAQ:TNDM 2021-11-10 10:41:15.489 WARNING tv - export_chart_data: selected ticker 'BATS:TNDM, 1D' differs from expected ticker 'NASDAQ:TNDM' 2021-11-10 10:41:18.509 INFO tv - process_symbol: NASDAQ:TRIP 2021-11-10 10:41:24.346 WARNING tv - export_chart_data: selected ticker 'BATS:TRIP, 1D' differs from expected ticker 'NASDAQ:TRIP' 2021-11-10 10:41:27.443 INFO tv - process_symbol: NASDAQ:TRMB 2021-11-10 10:41:33.235 WARNING tv - export_chart_data: selected ticker 'BATS:TRMB, 1D' differs from expected ticker 'NASDAQ:TRMB' 2021-11-10 10:41:36.280 INFO tv - process_symbol: NASDAQ:TSCO 2021-11-10 10:41:42.084 WARNING tv - export_chart_data: selected ticker 'BATS:TSCO, 1D' differs from expected ticker 'NASDAQ:TSCO' 2021-11-10 10:41:45.176 INFO tv - process_symbol: NASDAQ:TXN 2021-11-10 10:41:51.055 WARNING tv - export_chart_data: selected ticker 'BATS:TXN, 1D' differs from expected ticker 'NASDAQ:TXN' 2021-11-10 10:41:54.048 INFO tv - process_symbol: NASDAQ:UBSI 2021-11-10 10:41:59.818 WARNING tv - export_chart_data: selected ticker 'BATS:UBSI, 1D' differs from expected ticker 'NASDAQ:UBSI' 2021-11-10 10:42:03.046 INFO tv - process_symbol: NASDAQ:UMBF 2021-11-10 10:42:09.037 WARNING tv - export_chart_data: selected ticker 'BATS:UMBF, 1D' differs from expected ticker 'NASDAQ:UMBF' 2021-11-10 10:42:12.079 INFO tv - process_symbol: NASDAQ:URBN 2021-11-10 10:42:17.887 WARNING tv - export_chart_data: selected ticker 'BATS:URBN, 1D' differs from expected ticker 'NASDAQ:URBN' 2021-11-10 10:42:20.948 INFO tv - process_symbol: NASDAQ:VRSN 2021-11-10 10:42:26.846 WARNING tv - export_chart_data: selected ticker 'BATS:VRSN, 1D' differs from expected ticker 'NASDAQ:VRSN' 2021-11-10 10:42:29.887 INFO tv - process_symbol: NASDAQ:VSAT 2021-11-10 10:42:35.749 WARNING tv - export_chart_data: selected ticker 'BATS:VSAT, 1D' differs from expected ticker 'NASDAQ:VSAT' 2021-11-10 10:42:38.802 INFO tv - process_symbol: NASDAQ:WEN 2021-11-10 10:42:44.539 WARNING tv - export_chart_data: selected ticker 'BATS:WEN, 1D' differs from expected ticker 'NASDAQ:WEN' 2021-11-10 10:42:47.557 INFO tv - process_symbol: NASDAQ:XEL 2021-11-10 10:42:53.401 WARNING tv - export_chart_data: selected ticker 'BATS:XEL, 1D' differs from expected ticker 'NASDAQ:XEL' 2021-11-10 10:42:56.442 INFO tv - process_symbol: NASDAQ:XLNX 2021-11-10 10:43:02.214 WARNING tv - export_chart_data: selected ticker 'BATS:XLNX, 1D' differs from expected ticker 'NASDAQ:XLNX' 2021-11-10 10:43:09.754 WARNING tv - export_chart_data: selected ticker 'BATS:XLNX, 1D' differs from expected ticker 'NASDAQ:XLNX' 2021-11-10 10:43:12.964 INFO tv - process_symbol: NASDAQ:XRX 2021-11-10 10:43:18.784 WARNING tv - export_chart_data: selected ticker 'BATS:XRX, 1D' differs from expected ticker 'NASDAQ:XRX' 2021-11-10 10:43:23.817 INFO tv - process_symbol: NASDAQ:ZD 2021-11-10 10:43:29.646 WARNING tv - export_chart_data: selected ticker 'BATS:ZD, 1D' differs from expected ticker 'NASDAQ:ZD' 2021-11-10 10:43:37.148 WARNING tv - export_chart_data: selected ticker 'BATS:ZD, 1D' differs from expected ticker 'NASDAQ:ZD' 2021-11-10 10:43:40.207 INFO tv - process_symbol: NSE:HAL 2021-11-10 10:43:49.122 INFO tv - process_symbol: NSE:IEX 2021-11-10 10:44:00.553 INFO tv - process_symbol: NSE:PTC 2021-11-10 10:44:16.798 INFO tv - process_symbol: NYSE:AAP 2021-11-10 10:44:22.555 WARNING tv - export_chart_data: selected ticker 'BATS:AAP, 1D' differs from expected ticker 'NYSE:AAP' 2021-11-10 10:44:30.093 WARNING tv - export_chart_data: selected ticker 'BATS:AAP, 1D' differs from expected ticker 'NYSE:AAP' 2021-11-10 10:44:33.173 INFO tv - process_symbol: NYSE:ABT 2021-11-10 10:44:41.320 WARNING tv - export_chart_data: selected ticker 'BATS:ABT, 1D' differs from expected ticker 'NYSE:ABT' 2021-11-10 10:44:44.367 INFO tv - process_symbol: NYSE:ACM 2021-11-10 10:44:50.182 WARNING tv - export_chart_data: selected ticker 'BATS:ACM, 1D' differs from expected ticker 'NYSE:ACM' 2021-11-10 10:44:53.249 INFO tv - process_symbol: NYSE:ACN 2021-11-10 10:44:59.038 WARNING tv - export_chart_data: selected ticker 'BATS:ACN, 1D' differs from expected ticker 'NYSE:ACN' 2021-11-10 10:45:06.717 WARNING tv - export_chart_data: selected ticker 'BATS:ACN, 1D' differs from expected ticker 'NYSE:ACN' 2021-11-10 10:45:09.775 INFO tv - process_symbol: NYSE:AEE 2021-11-10 10:45:15.547 WARNING tv - export_chart_data: selected ticker 'BATS:AEE, 1D' differs from expected ticker 'NYSE:AEE' 2021-11-10 10:45:18.874 INFO tv - process_symbol: NYSE:AEO 2021-11-10 10:45:24.710 WARNING tv - export_chart_data: selected ticker 'BATS:AEO, 1D' differs from expected ticker 'NYSE:AEO' 2021-11-10 10:45:32.225 WARNING tv - export_chart_data: selected ticker 'BATS:AEO, 1D' differs from expected ticker 'NYSE:AEO' 2021-11-10 10:45:35.342 INFO tv - process_symbol: NYSE:AIRC 2021-11-10 10:45:41.112 WARNING tv - export_chart_data: selected ticker 'BATS:AIRC, 1D' differs from expected ticker 'NYSE:AIRC' 2021-11-10 10:45:48.686 WARNING tv - export_chart_data: selected ticker 'BATS:AIRC, 1D' differs from expected ticker 'NYSE:AIRC' 2021-11-10 10:45:51.775 INFO tv - process_symbol: NYSE:ALE 2021-11-10 10:45:57.616 WARNING tv - export_chart_data: selected ticker 'BATS:ALE, 1D' differs from expected ticker 'NYSE:ALE' 2021-11-10 10:46:05.258 WARNING tv - export_chart_data: selected ticker 'BATS:ALE, 1D' differs from expected ticker 'NYSE:ALE' 2021-11-10 10:46:08.395 INFO tv - process_symbol: NYSE:ALK 2021-11-10 10:46:14.174 WARNING tv - export_chart_data: selected ticker 'BATS:ALK, 1D' differs from expected ticker 'NYSE:ALK' 2021-11-10 10:46:17.263 INFO tv - process_symbol: NYSE:ALL 2021-11-10 10:46:23.011 WARNING tv - export_chart_data: selected ticker 'BATS:ALL, 1D' differs from expected ticker 'NYSE:ALL' 2021-11-10 10:46:26.020 INFO tv - process_symbol: NYSE:AMCR 2021-11-10 10:46:31.829 WARNING tv - export_chart_data: selected ticker 'BATS:AMCR, 1D' differs from expected ticker 'NYSE:AMCR' 2021-11-10 10:46:34.976 INFO tv - process_symbol: NYSE:AME 2021-11-10 10:46:40.780 WARNING tv - export_chart_data: selected ticker 'BATS:AME, 1D' differs from expected ticker 'NYSE:AME' 2021-11-10 10:46:43.778 INFO tv - process_symbol: NYSE:AMT 2021-11-10 10:46:49.573 WARNING tv - export_chart_data: selected ticker 'BATS:AMT, 1D' differs from expected ticker 'NYSE:AMT' 2021-11-10 10:46:52.599 INFO tv - process_symbol: NYSE:APD 2021-11-10 10:47:01.412 INFO tv - process_symbol: NYSE:ARE 2021-11-10 10:47:07.231 WARNING tv - export_chart_data: selected ticker 'BATS:ARE, 1D' differs from expected ticker 'NYSE:ARE' 2021-11-10 10:47:10.294 INFO tv - process_symbol: NYSE:ARW 2021-11-10 10:47:16.041 WARNING tv - export_chart_data: selected ticker 'BATS:ARW, 1D' differs from expected ticker 'NYSE:ARW' 2021-11-10 10:47:19.073 INFO tv - process_symbol: NYSE:ASB 2021-11-10 10:47:28.040 INFO tv - process_symbol: NYSE:ATR 2021-11-10 10:47:36.984 INFO tv - process_symbol: NYSE:AVB 2021-11-10 10:47:42.755 WARNING tv - export_chart_data: selected ticker 'BATS:AVB, 1D' differs from expected ticker 'NYSE:AVB' 2021-11-10 10:47:45.812 INFO tv - process_symbol: NYSE:AVY 2021-11-10 10:47:51.605 WARNING tv - export_chart_data: selected ticker 'BATS:AVY, 1D' differs from expected ticker 'NYSE:AVY' 2021-11-10 10:47:54.607 INFO tv - process_symbol: NYSE:AWK 2021-11-10 10:48:00.397 WARNING tv - export_chart_data: selected ticker 'BATS:AWK, 1D' differs from expected ticker 'NYSE:AWK' 2021-11-10 10:48:03.456 INFO tv - process_symbol: NYSE:AYI 2021-11-10 10:48:09.259 WARNING tv - export_chart_data: selected ticker 'BATS:AYI, 1D' differs from expected ticker 'NYSE:AYI' 2021-11-10 10:48:12.358 INFO tv - process_symbol: NYSE:AZO 2021-11-10 10:48:18.170 WARNING tv - export_chart_data: selected ticker 'BATS:AZO, 1D' differs from expected ticker 'NYSE:AZO' 2021-11-10 10:48:21.178 INFO tv - process_symbol: NYSE:BA 2021-11-10 10:48:26.974 WARNING tv - export_chart_data: selected ticker 'BATS:BA, 1D' differs from expected ticker 'NYSE:BA' 2021-11-10 10:48:30.029 INFO tv - process_symbol: NYSE:BAX 2021-11-10 10:48:38.813 INFO tv - process_symbol: NYSE:BBWI 2021-11-10 10:48:48.183 INFO tv - process_symbol: NYSE:BBY 2021-11-10 10:48:57.057 INFO tv - process_symbol: NYSE:BDC 2021-11-10 10:49:06.324 INFO tv - process_symbol: NYSE:BDX 2021-11-10 10:49:12.115 WARNING tv - export_chart_data: selected ticker 'BATS:BDX, 1D' differs from expected ticker 'NYSE:BDX' 2021-11-10 10:49:15.213 INFO tv - process_symbol: NYSE:BIO 2021-11-10 10:49:21.006 WARNING tv - export_chart_data: selected ticker 'BATS:BIO, 1D' differs from expected ticker 'NYSE:BIO' 2021-11-10 10:49:24.041 INFO tv - process_symbol: NYSE:BJ 2021-11-10 10:49:29.832 WARNING tv - export_chart_data: selected ticker 'BATS:BJ, 1D' differs from expected ticker 'NYSE:BJ' 2021-11-10 10:49:32.922 INFO tv - process_symbol: NYSE:BK 2021-11-10 10:49:38.707 WARNING tv - export_chart_data: selected ticker 'BATS:BK, 1D' differs from expected ticker 'NYSE:BK' 2021-11-10 10:49:43.420 INFO tv - process_symbol: NYSE:BKH 2021-11-10 10:49:49.274 WARNING tv - export_chart_data: selected ticker 'BATS:BKH, 1D' differs from expected ticker 'NYSE:BKH' 2021-11-10 10:49:59.822 INFO tv - process_symbol: NYSE:BLDR 2021-11-10 10:50:05.606 WARNING tv - export_chart_data: selected ticker 'BATS:BLDR, 1D' differs from expected ticker 'NYSE:BLDR' 2021-11-10 10:50:08.629 INFO tv - process_symbol: NYSE:BRK.B 2021-11-10 10:50:17.638 INFO tv - process_symbol: NYSE:BRO 2021-11-10 10:50:23.429 WARNING tv - export_chart_data: selected ticker 'BATS:BRO, 1D' differs from expected ticker 'NYSE:BRO' 2021-11-10 10:50:26.466 INFO tv - process_symbol: NYSE:BWA 2021-11-10 10:50:32.241 WARNING tv - export_chart_data: selected ticker 'BATS:BWA, 1D' differs from expected ticker 'NYSE:BWA' 2021-11-10 10:50:35.343 INFO tv - process_symbol: NYSE:C 2021-11-10 10:50:44.282 INFO tv - process_symbol: NYSE:CABO 2021-11-10 10:50:53.149 INFO tv - process_symbol: NYSE:CACI 2021-11-10 10:50:58.964 WARNING tv - export_chart_data: selected ticker 'BATS:CACI, 1D' differs from expected ticker 'NYSE:CACI' 2021-11-10 10:51:02.002 INFO tv - process_symbol: NYSE:CAH 2021-11-10 10:51:07.809 WARNING tv - export_chart_data: selected ticker 'BATS:CAH, 1D' differs from expected ticker 'NYSE:CAH' 2021-11-10 10:51:10.850 INFO tv - process_symbol: NYSE:CARR 2021-11-10 10:51:16.681 WARNING tv - export_chart_data: selected ticker 'BATS:CARR, 1D' differs from expected ticker 'NYSE:CARR' 2021-11-10 10:51:19.695 INFO tv - process_symbol: NYSE:CAT 2021-11-10 10:51:25.458 WARNING tv - export_chart_data: selected ticker 'BATS:CAT, 1D' differs from expected ticker 'NYSE:CAT' 2021-11-10 10:51:28.520 INFO tv - process_symbol: NYSE:CBRE 2021-11-10 10:51:34.315 WARNING tv - export_chart_data: selected ticker 'BATS:CBRE, 1D' differs from expected ticker 'NYSE:CBRE' 2021-11-10 10:51:37.341 INFO tv - process_symbol: NYSE:CCL 2021-11-10 10:51:43.105 WARNING tv - export_chart_data: selected ticker 'BATS:CCL, 1D' differs from expected ticker 'NYSE:CCL' 2021-11-10 10:51:46.134 INFO tv - process_symbol: NYSE:CHE 2021-11-10 10:51:51.951 WARNING tv - export_chart_data: selected ticker 'BATS:CHE, 1D' differs from expected ticker 'NYSE:CHE' 2021-11-10 10:51:54.994 INFO tv - process_symbol: NYSE:CHH 2021-11-10 10:52:00.759 WARNING tv - export_chart_data: selected ticker 'BATS:CHH, 1D' differs from expected ticker 'NYSE:CHH'
The only thing I can think of you can try is to set break
and break_mini
under [delays]
to higher numbers although I am not hopeful that it will solve your problem.
So... I have been doing some more testing and I never run into any issues with crypto tickers. I feel this is a TradingView issue specifically regarding stocks. Maybe it takes longer for the data, or chart to load. Who knows. At this point I am not sure what I can do more to fix it.
There is one more setting that might help you. Try setting change_symbol_with_space = true
under [performance]
in your kairos.cfg. This will change the ticker by emulating pressing spacebar. The downside is that the tickers are processed by the order in which they are listed on the watchlist instead of alphabetical order.
Please, download the latest version and let me know how it went.
Good day!
I tried several combinations and it seems that the "change_symbol_with_space = true" has no effect on our problem, but on the other hand "break_mini under [delays]" seems like it actually solved the problem (i used it with a parameter 4). But - with a minor adjustment, the watchlist must be smaller.
If I include around 300 tickers in a watchlist it works fine, but when I include let's say 900 tickers, the script recognizes only about 360 to 450 markets in a watchlist. I don't have a clue why. I've set "max_simbol_per_watchlist =1200". Please find a console log.txt attached. There are 926 tickers in a watchlist "WL123", but the script only finds 368 of them. It seems that a resolution setin in some correlation with it. The smaller resolution I set the more markets are recognised (768x480 ->472, 1024x768->402, 1920x1080->368) by the actual screen resolution being 1920x1080
if I change the actual screen resolution from 1980x1080 to 1440x900 and run the script again I get the same results.
Anyway I'm completely satisfied with this solution, so thank you very much again for your effort.
I'd appreciate it if you could also check the other issue with setting the alerts and choosing the "Any alert() function call" in a Study as a trigger.
Best regards, Marko
V V sob., 13. nov. 2021 ob 10:21 je oseba timelyart < @.***> napisala:
So... I have been doing some more testing and I never run into any issues with crypto tickers. I feel this is a TradingView issue specifically regarding stocks. Maybe it takes longer for the data, or chart to load. Who knows. At this point I am not sure what I can do more to fix it.
There is one more setting that might help you. Try setting change_symbol_with_space = true under [performance] in your kairos.cfg. This will change the ticker by emulating pressing spacebar. The downside is that the tickers are processed by the order in which they are listed on the watchlist instead of alphabetical order.
Please, download the latest version https://github.com/timelyart/Kairos/releases/tag/v2.60 and let me know how it went.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/timelyart/Kairos/issues/31#issuecomment-967903800, or unsubscribe https://github.com/notifications/unsubscribe-auth/AU7TPMOC6UZOZZQXPVSBCS3ULYU3BANCNFSM5HGC7D5Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
python main.py export_mj.yaml
DISCLAIMER This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
USAGE
python main.py [
2021-11-16 07:43:46.619 INFO tv - run: Running on a windows operating system
DevTools listening on ws://127.0.0.1:53382/devtools/browser/72f6d02e-4d8f-4c9c-b4d3-3b0c0bc490e7 2021-11-16 07:43:47.688 INFO tv - check_driver: browser version: 95.0.4638.69 2021-11-16 07:43:47.688 INFO tv - check_driver: driver version: 95.0.4638.54 2021-11-16 07:44:11.767 INFO tv - login: logged in successfully at tradingview.com as mjx75 2021-11-16 07:44:15.379 INFO tv - open_chart: opening chart https://www.tradingview.com/chart/oeyjaHjF/ 2021-11-16 07:44:15.379 INFO tv - open_chart: WAIT_TIME_IMPLICIT = 0.0 2021-11-16 07:44:15.380 INFO tv - open_chart: PAGE_LOAD_TIMEOUT = 60.0 2021-11-16 07:44:15.380 INFO tv - open_chart: CHECK_IF_EXISTS_TIMEOUT = 10.0 2021-11-16 07:44:15.381 INFO tv - open_chart: DELAY_BREAK_MINI = 4.1 2021-11-16 07:44:15.381 INFO tv - open_chart: DELAY_BREAK = 0.25 2021-11-16 07:44:15.382 INFO tv - open_chart: DELAY_SUBMIT_ALERT = 2.0 2021-11-16 07:44:15.382 INFO tv - open_chart: DELAY_CHANGE_SYMBOL = 1.0 2021-11-16 07:44:15.382 INFO tv - open_chart: DELAY_CLEAR_INACTIVE_ALERTS = 2.0 2021-11-16 07:44:15.383 INFO tv - open_chart: DELAY_KEYSTROKE = 0.05 2021-11-16 07:44:15.383 INFO tv - open_chart: DELAY_READ_INDICATOR_VALUE = 0.2 2021-11-16 07:44:15.383 INFO tv - open_chart: READ_FROM_DATA_WINDOW = True 2021-11-16 07:44:15.384 INFO tv - open_chart: WAIT_UNTIL_CHART_IS_LOADED = True 2021-11-16 07:44:15.384 INFO tv - open_chart: READ_ALL_VALUES_AT_ONCE = True 2021-11-16 07:44:15.385 INFO tv - open_chart: CHANGE_SYMBOL_WITH_SPACE = False 2021-11-16 07:44:15.385 INFO tv - open_chart: VERIFY_MARKET_LISTING = True
2021-11-16 07:44:36.349 INFO tv - open_chart: WL123: 368 markets found 2021-11-16 07:44:36.561 INFO tv - set_timeframe: Setting timeframe to 1 day 2021-11-16 07:44:37.741 INFO tv - open_chart: opening watchlist WL123 2021-11-16 07:44:52.677 INFO tv - process_symbol: AMEX:CBOE 2021-11-16 07:44:58.978 WARNING tv - export_chart_data: selected ticker 'BATS:CBOE, 1D' differs from expected ticker 'AMEX:CBOE' 2021-11-16 07:45:09.658 INFO tv - process_symbol: MOEX:FIVE
Good day! I tried several combinations and it seems that the "change_symbol_with_space = true" has no effect on our problem, but on the other hand "break_mini under [delays]" seems like it actually solved the problem (i used it with a parameter 4).
A parameter of 4 seconds is really high. I run it with 0.1 seconds but, heh, if it works it works. It just means that Kairos in general will be slower.
But - with a minor adjustment, the watchlist must be smaller. If I include around 300 tickers in a watchlist it works fine, but when I include let's say 900 tickers, the script recognizes only about 360 to 450 markets in a watchlist. I don't have a clue why. I've set "max_simbol_per_watchlist =1200". Please find a console log.txt attached. There are 926 tickers in a watchlist "WL123", but the script only finds 368 of them. It seems that a resolution setin in some correlation with it. The smaller resolution I set the more markets are recognised (768x480 ->472, 1024x768->402, 1920x1080->368) by the actual screen resolution being 1920x1080 if I change the actual screen resolution from 1980x1080 to 1440x900 and run the script again I get the same results.
This is a surprising outcome. It may be that the page is loaded more quickly, or it is loaded in a different way (think desktop vs mobile). I do find it odd though. I use large watchlists as well for testing (999 and 1000 markets) and it never fails me. I want to get to the bottom of this in a separate issue but I feel I will just not be able to reproduce the issue. Quite dissatisfying to be honest.
Anyway I'm completely satisfied with this solution, so thank you very much again for your effort. I'd appreciate it if you could also check the other issue with setting the alerts and choosing the "Any alert() function call" in a Study as a trigger. Best regards, Marko
Is this an existing issue? If not, would you be so kind and create the issue?
Hi, a parameter of 4 seconds does slow down the Kairos significantly, I will do additional tests with slower numbers. Even though it is a bit slower, it is still OK as long as I don't have to click that manually.
If you would like to come to the bottom of this issue, I can do additional testing, just send me the instructions, how or what to try and test.
I'll open another issue for the alert creation.
Best regards, Marko
V V tor., 16. nov. 2021 ob 09:27 je oseba timelyart < @.***> napisala:
Good day! I tried several combinations and it seems that the "change_symbol_with_space = true" has no effect on our problem, but on the other hand "break_mini under [delays]" seems like it actually solved the problem (i used it with a parameter 4).
A parameter of 4 seconds is really high. I run it with 0.1 seconds but, heh, if it works it works. It just means that Kairos in general will be slower.
But - with a minor adjustment, the watchlist must be smaller. If I include around 300 tickers in a watchlist it works fine, but when I include let's say 900 tickers, the script recognizes only about 360 to 450 markets in a watchlist. I don't have a clue why. I've set "max_simbol_per_watchlist =1200". Please find a console log.txt attached. There are 926 tickers in a watchlist "WL123", but the script only finds 368 of them. It seems that a resolution setin in some correlation with it. The smaller resolution I set the more markets are recognised (768x480 ->472, 1024x768->402, 1920x1080->368) by the actual screen resolution being 1920x1080 if I change the actual screen resolution from 1980x1080 to 1440x900 and run the script again I get the same results.
This is a surprising outcome. It may be that the page is loaded more quickly, or it is loaded in a different way (think desktop vs mobile). I do find it odd though. I use large watchlists as well for testing (999 and 1000 markets) and it never fails me. I want to get to the bottom of this in a separate issue but I feel I will just not be able to reproduce the issue. Quite dissatisfying to be honest.
Anyway I'm completely satisfied with this solution, so thank you very much again for your effort. I'd appreciate it if you could also check the other issue with setting the alerts and choosing the "Any alert() function call" in a Study as a trigger. Best regards, Marko
Is this an existing issue? If not, would you be so kind and create the issue?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/timelyart/Kairos/issues/31#issuecomment-970021934, or unsubscribe https://github.com/notifications/unsubscribe-auth/AU7TPMKO4CHE6IVC6FUMC7LUMIIWHANCNFSM5HGC7D5Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
Hi, a parameter of 4 seconds does slow down the Kairos significantly, I will do additional tests with slower numbers. Even though it is a bit slower, it is still OK as long as I don't have to click that manually.
Tip: you can set delays in your YAML which will override the ones defined in your kairos.cfg.
If you would like to come to the bottom of this issue, I can do additional testing, just send me the instructions, how or what to try and test.
The problem is I need to be able to make changes to the code and then test it. Making a small change and then send it for testing to you will be tedious to say the very least. Unworkable, really.
I'll open another issue for the alert creation. Best regards, Marko
Thanks!
Awesome, this was express fast! anyway there is still an issue. I works for a number of tickers and than it stops. The number is not always the same. Maybe the problem is slow internet connection. I'm attaching the console_log file and a shapshot. log console 02-11-2021.txt
Originally posted by @jerajx in https://github.com/timelyart/Kairos/issues/30#issuecomment-957159080