crypto-ht v1.0.11
RSI Value Check Project on Binance USDT Pairs
š This project contains a Python script that checks the RSI (Relative Strength Index) values of coins in the USDT pairs on the Binance crypto exchange.
š It was created to check the RSI values of coins traded in the USDT pair on the Binance crypto exchange.
š "This application is not investment advice. Any decision regarding its use must be made by the user. Do your own research or consult a financial advisor before investing."
š Usage/Examples/Requirements
š¦ 1. Python Installation: This script is written in Python 3. Make sure you have Python 3 installed on your computer.
š Features
š RSI (Relative Strength Index) is a technical indicator used to analyze the rate and magnitude of price change of an asset.
š This Python script calculates the RSI value for each USDT pair and prints the ones with an RSI value below 29.
š To do this, it uses the Binance API and fetches the last 14 hours of closing prices for each coin.
š Finally, it calculates the RSI value and if it's below 29, it prints the coin's symbol and RSI value on the screen.
š By running this script, you can list the coins in the USDT pair on the Binance crypto exchange that have an RSI below 29.
š¦ Setup
Open a new terminal window and clone the Project
git clone https://github.com/hakantektas/crypto-ht.gitNavigate to the project directory
cd crypto-htInstall the required packages Install crypto-ht using npm
npm i crypto-htRun to list cryptocurrencies with an RSI of 29 and below for the USDT pair
npm run getRSIRun to pull all USDT pairs from the Binance exchange and print them to a file in JSON format
npm run getSymbolš Displaying Results: The script prints the symbols and RSI values of coins with RSI below 29. š Technologies Used**
This script is written in Python 3 and built with a GPT-3 based helper provided by OpenAI
Binance APIs are used. For more information, please refer to the Binance API
š ļø Python Setup
Make sure you have Python 3 installed on your computer, you can install it by following the steps below.
š„ļø Windows
ā¬ļø 1. Download from Python.org: Download Python 3 for Windows from Python.org, the official website of Python. You can find the download page here.
š¦2. Installation: Install Python 3 by running the downloaded file. During installation, you can check the "Add Python 3.x to PATH" option to have Python automatically added to the PATH variable.
ā 3. Check: To make sure that Python is installed correctly, open a command prompt (Command Prompt) and enter the following command:
python --versionš macOS
š¦ 1. Installation with Homebrew:
If Homebrew is not installed, install Homebrew first:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"Next, install Python 3 using the following command:
brew install pythonā 2. Check: To make sure Python is installed correctly, open a terminal and enter the following command:
python3 --versionThis command will print the version number of Python installed.
š§ Linux (Ubuntu/Debian)
š¦ 1. Install with Apt: Open Terminal and install Python 3 using the following command:
sudo apt update
sudo apt install python3ā 2. Check:: To make sure Python is installed correctly, open a terminal and enter the following command:
python3 --versionThis command will print the version number of Python installed. Following these steps, you can easily install Python 3 on your operating system.
š¤ Contributing
If you would like to contribute to this project, please open a GitHub issue or submit a pull request.
š Disclaimer
This application does not offer investment advice and states that any financial decision should be made by the user. The developers do not accept any responsibility for the use of the project.
šø Screenshots
