New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

crypto-ht

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crypto-ht

📌 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.

latest
npmnpm
Version
1.0.11
Version published
Maintainers
1
Created
Source

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.git

Navigate to the project directory

  cd crypto-ht

Install the required packages Install crypto-ht using npm

  npm i crypto-ht

Run to list cryptocurrencies with an RSI of 29 and below for the USDT pair

  npm run getRSI

Run 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 --version

This 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 --version

This 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

Application Screenshot

FAQs

Package last updated on 02 May 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts