├── BTC_predict.ipynb ├── README.md ├── backtest.py ├── bestk.py ├── bitcoinAutoTrade.py ├── bitcoinAutoTradeWithAI.py ├── bitcoinAutoTradeWithMA.py ├── bitcoinAutoTradeWithSlack.py ├── requirements(Windows).txt └── test.py /BTC_predict.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youtube-jocoding/pyupbit-autotrade/HEAD/BTC_predict.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youtube-jocoding/pyupbit-autotrade/HEAD/README.md -------------------------------------------------------------------------------- /backtest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youtube-jocoding/pyupbit-autotrade/HEAD/backtest.py -------------------------------------------------------------------------------- /bestk.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youtube-jocoding/pyupbit-autotrade/HEAD/bestk.py -------------------------------------------------------------------------------- /bitcoinAutoTrade.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youtube-jocoding/pyupbit-autotrade/HEAD/bitcoinAutoTrade.py -------------------------------------------------------------------------------- /bitcoinAutoTradeWithAI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youtube-jocoding/pyupbit-autotrade/HEAD/bitcoinAutoTradeWithAI.py -------------------------------------------------------------------------------- /bitcoinAutoTradeWithMA.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youtube-jocoding/pyupbit-autotrade/HEAD/bitcoinAutoTradeWithMA.py -------------------------------------------------------------------------------- /bitcoinAutoTradeWithSlack.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youtube-jocoding/pyupbit-autotrade/HEAD/bitcoinAutoTradeWithSlack.py -------------------------------------------------------------------------------- /requirements(Windows).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youtube-jocoding/pyupbit-autotrade/HEAD/requirements(Windows).txt -------------------------------------------------------------------------------- /test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/youtube-jocoding/pyupbit-autotrade/HEAD/test.py --------------------------------------------------------------------------------