https://github.com/ccrisc/crypto_trading_bot
A Cryptocurrency Trading Bot with R
https://github.com/ccrisc/crypto_trading_bot
Last synced: 3 months ago
JSON representation
A Cryptocurrency Trading Bot with R
- Host: GitHub
- URL: https://github.com/ccrisc/crypto_trading_bot
- Owner: ccrisc
- Created: 2024-07-02T08:27:30.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-06T21:34:39.000Z (11 months ago)
- Last Synced: 2025-01-12T11:29:47.089Z (5 months ago)
- Language: R
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GDAX_Trader
**Note that the GDAX api used in this repo is no longer functioning.**### License
[Full article detailing this project on *Towards Data Science*](https://towardsdatascience.com/build-a-cryptocurrency-trading-bot-with-r-1445c429e1b1)This script interfaces with the GDAX api to make trades on the same exchange. Currently in ETHUSD pairs. The "buy" signal initiates a limit order at te current bid, and iterates until the order is filled. The buy signal is a combination of EMA and RSI indicators which signal that ETH is oversold. The sell signal is the opposite with overbought being the prime mover. This script is scheduled to run every 5-10 minutes using a tool such as Windows Task Scheduler.