Skip to content
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

L6 #234

Open
wants to merge 50 commits into
base: main
Choose a base branch
from
Open

L6 #234

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
de03913
Lab1
paulpel Mar 14, 2021
927287a
Delete L1.py
paulpel Mar 14, 2021
a7dead4
Create .DS_Store
paulpel Mar 24, 2021
61436d5
Test
paulpel Mar 24, 2021
4252128
Update .gitignore
paulpel Mar 24, 2021
fc0797e
Create project pycharm
paulpel Mar 24, 2021
cc42817
Create project pycharm
paulpel Mar 24, 2021
a159ba8
Merge branch 'ApiFinance' of https://github.com/paulpel/streams21 int…
paulpel Mar 24, 2021
40ef163
Create .gitignore
paulpel Mar 24, 2021
fe4a480
Update .gitignore
paulpel Mar 24, 2021
e9ff5a8
Gitignore
paulpel Mar 24, 2021
cb86726
Merge branch 'ApiFinance' of https://github.com/paulpel/streams21 int…
paulpel Mar 24, 2021
5b6ca0b
Getting data and printing
paulpel Mar 24, 2021
c26e497
Function to handle 2 url
paulpel Mar 24, 2021
df344f1
3 url, curr variables
paulpel Mar 24, 2021
145ee07
Percentage between bid and ask added
paulpel Mar 24, 2021
a66a9ed
While loop added -
paulpel Mar 24, 2021
7880f07
Update .gitignore
paulpel Mar 29, 2021
8cb24ea
Update main.py
paulpel Mar 29, 2021
6c9a1c9
Merge branch 'ApiFinance' of https://github.com/paulpel/streams21 int…
paulpel Mar 29, 2021
384dd5d
Delete .DS_Store
paulpel Apr 1, 2021
9f25d7f
Refactor, more usibility
paulpel Apr 6, 2021
2247fb3
Print percentage and get percentage distinguished
paulpel Apr 6, 2021
02b37fc
Update .gitignore
paulpel Apr 7, 2021
2514f4b
Animation added
paulpel Apr 7, 2021
f403ea2
Subplots
paulpel Apr 7, 2021
2b9e8a1
Simplification
paulpel Apr 7, 2021
b213d39
Current data
paulpel May 9, 2021
56e0414
X values limit
paulpel May 9, 2021
06be6db
Changed Api and currencies
paulpel May 9, 2021
34abd36
Update .gitignore
paulpel May 9, 2021
968fb39
volumen added
paulpel May 10, 2021
d9c10eb
average added
paulpel May 10, 2021
b27cfe1
RSI
paulpel May 10, 2021
79172f7
Update .gitignore
paulpel May 10, 2021
02f472b
RSI
paulpel May 10, 2021
6422a4d
update
paulpel May 16, 2021
8b13e70
Update .gitignore
paulpel May 16, 2021
a3fe8ba
Volumen24
paulpel May 16, 2021
786ed91
volume24 simple plot
paulpel May 16, 2021
b860e96
Update .gitignore
paulpel May 24, 2021
d7cca02
Volumen graph
paulpel May 24, 2021
e486f1a
Best candidate
paulpel May 24, 2021
c1a38ac
Liquid and volatile assets
paulpel May 24, 2021
4875b46
Update
paulpel Jun 3, 2021
dee36be
Update .gitignore
paulpel Jun 3, 2021
8497887
Update .gitignore
paulpel Jun 7, 2021
7ee4f56
Sell
paulpel Jun 7, 2021
29ab286
Merge branch 'L5' of https://github.com/paulpel/streams21 into L5
paulpel Jun 7, 2021
2387c7b
Profit, final changes
paulpel Jun 7, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
126 changes: 126 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,126 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

.DS_Store
*.xml

data.csv
volumen.csv
rsi.csv
volumen24.csv

test.py
user_input.csv
profit.csv
117 changes: 117 additions & 0 deletions L2/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,117 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

.DS_Store

3 changes: 3 additions & 0 deletions L2/.idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions L2/.idea/L2.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions L2/.idea/inspectionProfiles/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions L2/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions L2/.idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions L2/.idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading