-
Notifications
You must be signed in to change notification settings - Fork 267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pandas Refactoring #33
base: master
Are you sure you want to change the base?
Pandas Refactoring #33
Conversation
Change time output to minutes instead of seconds Add ability to print all results together an the end Output anomalous tickers to a results.txt file
opens anomalous tickers in Robinhood in a new browser window
Creates graphs for all tickers in results.txt Allows option for single ticker or tickers of your choice
Example results.txt file
change line numbers for controlling the script
Add/update descriptions grapher.py and openRobinhood.py
Fix formatting error
Provides option to save graphs to the figures directory or to print them to screen
Create figures dir if it doesn't exist
remove previous addition of printing anomalous results together at the end
Parallelization
Revert "Parallelization"
Add various functionality
Revert "Add various functionality "
This removes the unused finding function, and replaces it with the normal algorithm. Then, all the indexing through the Pandas Dataframes are refactored in preference for the faster Pandas calls.
Pandas branch
Remove additional /r in README
good stuff! merged it with my latest into #34 |
@SamPom100 This cleanup should help considerably with readability |
How can one input a volume based script onto the graph where it displays possible tops and bottom based on volume? Link below https://www.tradingview.com/script/MhlDpfdS-Volume-Flow-Indicator-LazyBear/?utm_source=amp-version&_gl=1*m8ofg2*_ga*ZnZtTk1WelBfOGV0R1Y0dExkdlJMc3FKMmRTdklPa1R1WFg2MzQ4TlRiRkU0aHJ5enJrYjVsUmRsOXN1V2pqdA.. |
Hi Tyler, could it be possible to add a free script based on volume to
graph?leading to clearer exits on volume based tops? Script based on
million dollar trader free script. Link below below
https://www.tradingview.com/script/MhlDpfdS-Volume-Flow-Indicator-LazyBear/?utm_source=amp-version&_gl=1*m8ofg2*_ga*ZnZtTk1WelBfOGV0R1Y0dExkdlJMc3FKMmRTdklPa1R1WFg2MzQ4TlRiRkU0aHJ5enJrYjVsUmRsOXN1V2pqdA
..
…On Sat, Aug 1, 2020, 3:21 AM Tyler Cosculluela ***@***.***> wrote:
good stuff! merged it with my latest into #34
<#34>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#33 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQOX7ZIXPPZ2BJRLNJDHWKDR6O7BHANCNFSM4PRO4C5Q>
.
|
These should be put into the |
Thanks Alex very new to github 😊
…On Sat, Aug 1, 2020, 7:59 AM Alex Shirley ***@***.***> wrote:
How can one input a volume based script onto the graph where it displays
possible tops and bottom based on volume? Link below
https://www.tradingview.com/script/MhlDpfdS-Volume-Flow-Indicator-LazyBear/?utm_source=amp-version&_gl=1*m8ofg2*_ga*ZnZtTk1WelBfOGV0R1Y0dExkdlJMc3FKMmRTdklPa1R1WFg2MzQ4TlRiRkU0aHJ5enJrYjVsUmRsOXN1V2pqdA
..
These should be put into the Issues segment
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#33 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQOX7ZKOCOU6V6L7OKJ3E63R6P7TZANCNFSM4PRO4C5Q>
.
|
find_anomalies
and renamesfind_anomalies_two
tofind_anomalies
days_between
function