Git Product home page Git Product logo

akurgat / automating-technical-analysis Goto Github PK

View Code? Open in Web Editor NEW
247.0 247.0 74.0 54.91 MB

Using data analytics alongside popular trading strategies and indicators, to identify best trading actions based solely on the price action.

Home Page: https://automated-technical-analysis.herokuapp.com/

License: MIT License

Python 99.56% Shell 0.28% Procfile 0.16%
algorithmic-trading autoencoder binance cryptocurrency data-analysis deep-learning futures heroku plotly python restful-api stock-analysis streamlit technical-analysis tensorflow time-series-analysis trading trading-algorithms transformer yahoo-finance

automating-technical-analysis's People

Contributors

akurgat avatar streamlit-badge-bot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

automating-technical-analysis's Issues

I am getting the following error in the system

File "/home/appuser/venv/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 564, in _run_script
exec(code, module.dict)
File "/app/automating-technical-analysis/Trade.py", line 9, in
data_update()
File "/app/automating-technical-analysis/app/data_sourcing.py", line 26, in data_update
update_market_data()
File "/app/automating-technical-analysis/app/update_market_data.py", line 9, in update_market_data
df_binance = pd.DataFrame(data['symbols'])[pd.DataFrame(data['symbols'])['status'] == 'TRADING'][['symbol', 'baseAsset', 'quoteAsset']]

"I am getting the following error when running it locally."

TypeError: '<' not supported between instances of 'float' and 'str'
Traceback:
File "C:\Users\qbl\AppData\Local\Programs\Python\Python39\lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 541, in _run_script
exec(code, module.dict)
File "C:\Users\qbl\Desktop\automating-technical-analysis\Trade.py", line 167, in
main(app_data = app_data)
File "C:\Users\qbl\Desktop\automating-technical-analysis\Trade.py", line 22, in main
app_data.exchange_data(exchange)
File "c:\Users\qbl\Desktop\automating-technical-analysis\app\data_sourcing.py", line 51, in exchange_data
self.indexes = np.sort(self.df_indexes['Indexes'].unique())
File "<array_function internals>", line 200, in sort
File "C:\Users\qbl\AppData\Local\Programs\Python\Python39\lib\site-packages\numpy\core\fromnumeric.py", line 1030, in sort
a.sort(axis=axis, kind=kind, order=order)

cli and api

Hello, are you open to turning this into a cli;
then later on an Api;

if so, can you create 2 branches?

  1. cli
  2. docker

I don't want to touch the master branch.

Detailed training process

Hi, Thanks for sharing this great project !

You've provided the model file but I cannot find the details for training the model.
Can I know more details on the training process ?

Thanks.

[feature request] show results from backtesting

is it possible to show the results from backtesting along side with the percentage chance of being correct?
i feel that this is an important way to show the accuracy of the predictions.

the backtest could be done on 95% of the historical data within the time frame selected.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.