Strato Save

Bitcoin Trader Bot on DCA strategy

Project README
crub

crab

crab is a bot written in Ruby that utilizes the SIDESHIFT API to access and analyze financial data related to cryptocurrency trading.

It includes functions such as obtaining market data, managing user accounts, and placing trades based on Dollar-Cost Averaging (DCA) strategy. The script is designed to run automatically at specified intervals using a scheduler, with the aim of optimizing trading strategies and generating profits.

Installation

  1. Clone the repository:
git clone https://github.com/fabohax/crab.git
  1. Install the required gems:
bundle install
  1. Modify the crub.rb file to suit your trading strategy. Now is intended to buy 100 USDT of Bitcoin every sunday at 0:00 h.

  2. Set up the cron job to run the script at your desired intervals. For example, to run the script every 5 minutes:

*/5 * * * * cd /path/to/project && ruby crab.rb
  1. Start the cron job:
sudo service cron start
  1. Verify that the cron job is running:
sudo service cron status

That's it! Crub should now be up and running, executing your trading strategy on SIDESHIFT.AI

[!] Warning: Use at Your Own Risk

This script is designed to automate trading activities in the cryptocurrency market. However, the use of bots for trading carries inherent risks and uncertainties, and there is no guarantee that the bot will perform as intended or generate profits.

Before using this script, it is important to understand the risks involved with trading cryptocurrencies, including market volatility, liquidity risks, and potential regulatory and legal issues.

Furthermore, it is recommended that you thoroughly test the bot in a simulated trading environment before using it with real funds. It is also important to monitor the bot's performance regularly and adjust its parameters as needed.

The creators of this script are not responsible for any losses or damages that may occur as a result of using the bot, and by using it, you acknowledge and accept all risks associated with cryptocurrency trading.

Open Source Agenda is not affiliated with "Strato" Project. README Source: fabohax/crab
Stars
41
Open Issues
0
Last Commit
5 months ago
Repository

Open Source Agenda Badge

Open Source Agenda Rating