MultiversX Tracker is Live!

I MAKE A TRADING BOT ABLE TO BUY WHEN IT DETECTS BULLISH MOVEMENT, AND THEN LATER SELLS AT STOP LOSS / TAKE PROFIT THRESHOLDS.

Binance

Cryptocoins Exchanges / Binance 296 Views

My script is based on this project Binance-volatility-trading-bot (originally written in Python). I like the project and decided to make my own Java Script version of the bot to fix some issues myself and add some modifications/improvements on the original script. In case you've missed the OG version, here is the main functions of the bot:

  1. Listen to the prices on Binance every interval of 4 minutes.
  2. Figure out which coin's price has increase by 3% in each interval and proceed to buy the coin.
  3. Track the bought assets' prices every interval, sell at 6% profit or 3% stop loss.

All the of the variables: Budget, Interval, Take profit or Stop loss thresholds, The change in price to trigger the buy function... are configurable by the user

Here is the source code of the project. Follow the README file for more information, including the installation and configuration steps.

I would be more than happy to hear your suggestions to make the script run more effectively.

Lastly, shout out to u/CyberPunkMetalHead for the contributions to the community!

submitted by /u/34hood
[link] [comments]
Get BONUS $200 for FREE!

You can get bonuses upto $100 FREE BONUS when you:
πŸ’° Install these recommended apps:
πŸ’² SocialGood - 100% Crypto Back on Everyday Shopping
πŸ’² xPortal - The DeFi For The Next Billion
πŸ’² CryptoTab Browser - Lightweight, fast, and ready to mine!
πŸ’° Register on these recommended exchanges:
🟑 Binance🟑 Bitfinex🟑 Bitmart🟑 Bittrex🟑 Bitget
🟑 CoinEx🟑 Crypto.com🟑 Gate.io🟑 Huobi🟑 Kucoin.



Comments