This is a trading bot that trades on Binance SPOT WALLET
A Trading Bot that uses a combined Stochastic RSI(StochRSI) and EMA to buy low and sell high.
I have no responsibility for any loss or hardship incurred directly or indirectly by using this code.
PLEASE MANAGE YOUR RISK LEVEL BEFORE USING MY SCRIPT.
USE IT AT YOUR OWN RISK!
- You need your API KEY AND SECRET.
- CREATE A .env file that contains your API KEY and SECRET e.g KEY=172892020IOW09IO2J9
SECRET=6272JHWUIWJW89W89
- create a .gitinore file and add the .env file to it
NOTE For example, for BTCUSDT, BTC is the base asset, USDT is the quote asset.
-
This script implements a strategy that helps you make some profit daily when the market moves up in a cycle and reinvest it in the next cycle.
-
Assuming you have a spot balance of 100 USDT in your Spot wallet and you want to trade BTC
-
When you run the script, the program will automatically purchase BTC using 100 USDT from your
SPOT WALLET
given that our algorithm signals a buy. -
The script is programmed to sell when there is a sell signal from the indicators strategy(when stoch_k > stoch_d) or when the percentage profit is >=1.5%, which ever happens first.
-
The idea is to make some profit daily and accummulating over time.
-
It's more profitable in higher time-frames like 4h,1d etc
-
for more info, your can send an email @[email protected]