forked from CryptoSignal/Crypto-Signal
-
Notifications
You must be signed in to change notification settings - Fork 38
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
Merge changes from rd-mg #62
Open
w1ld3r
wants to merge
76
commits into
w1ld3r:develop
Choose a base branch
from
rd-mg:Main
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
76 commits
Select commit
Hold shift + click to select a range
d838d87
Update README.md
rd-mg d01fb1a
Update README.md
rd-mg 5153b7d
LRSI computes now as tradingview
e06cafb
Added uptrend.py and Uptrend definitions as duplicated from crossovers
4efae60
Uptrend signal working
fc6ec91
Readme and config .md updated
b97c965
Readme and config .md updated
78eb8da
notification.py fix list out of index ['values']
d8d323d
notification.py fix list out of index ['values'] line 696
ca46fac
Merge pull request #1 from rd-mg/uptrend
rd-mg 95e63b4
readme updated
d30b45b
macd_cross macdhist added
0cf79fc
ROC added, bbp middle band remove
9473704
ROC added
b3e7dc4
add roc to defaults
86fd10d
bbp mid_band needed
c3c4efe
NATR 14 added
d65aead
natr added
682a97b
natr init added
31e0321
typo
59cb356
added bbwidth to bollinger bands method
3e45f47
add.
c44d2df
bbwidth formula changed
cdaa12c
setCopywarning solution
7cfff14
bbp origanl method returned warning still happends
1f01c4c
aded hot cold previous to add informants
fc7f8a4
informants added to messages
8261e37
dataframe return
d9f4d29
change natr to indicators
a74b061
natr
0797ac2
natr moved
7594971
changed roc bb to indicators
47e739a
Readme mod
8d5d8f6
pandas-ta and ifish
a4a8758
ifish added updated
65d7929
Stoch_rsi changed to pandas-ta
d0fb8f2
stochrsi_cross changed to pandas-ta
52d442d
default max_periods changed to 24
d78b535
max_periods changed to 50
481b1ce
parameters updated
96762b0
updated ifish coldtresh
9e2f660
print commented
310308a
bbp warning solved
07a726c
ifish smooth 9
7a95cae
wma length 9
cc4f351
updated periods
1ef325d
updated periods
39721bd
indices error
68d5adf
indicators conditions updated
b1154f7
condition updated
599af5d
parameters updated
626887b
fix: app/requirements-step-1.txt to reduce vulnerabilities
snyk-bot 81b5a15
iiv volume compute reformulated
6849cec
change to close to detect pump dump
73852a1
condition mod
399556d
fix
c3c1f7d
IIV returned to original code, IIP created
7159c5a
iip indicator added
ed42339
compute modified
0ab3d6b
debug print removed
9ad1208
avoid not send message to telegram chat because message is blank
ed7e812
undone
3f94120
fail to ban
d7ea2fa
-y
0b23e33
Merge pull request #8 from rd-mg/snyk-fix-a51ebfe14d45b6023d09214a2eb…
rd-mg fe0087a
requiremets update
a1711ad
ifish version
703613f
main bk
rd-mg 5c63925
fix conflict due to update compatibility issues
rd-mg 1c43c86
fix bbp iloc imp roc jinja2 downgraded
rd-mg fef2a60
fix roc coldtresh
rd-mg 5f3b928
added ham stochhma avgrsi
rd-mg ef4caf1
pandas fixed
rd-mg fdbfe1b
fix operator
rd-mg 43f84ec
fixed std crossed over indicator
rd-mg d7c762c
sqzmon fixed
rd-mg File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
line 18: period_count (int, optional): Defaults to 15.
Is there a bad period_count default value or a wrong value in the description ?