Skip to content

🤖 - A Bot that trades automatically open-source, researchers and developers .

License

Notifications You must be signed in to change notification settings

AeX03/TradingBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TradingBot

ELYS TOKEN
license version Discord
Bitcoin Monero Ethereum
eLys Tornado
visitor badge

SELLIX TO BUY


How Does The Script Work ?

Scrypt JS & PY recap:

Here is the summary of the code that you will find in JavaScrypt as well as in Python

  1. Requests a connection to the Metamask account on the Ethereum network.
  2. Asks for a desired profit percentage.
  3. Requests the number of ethereum wallet balances to reach.
  4. Retrieve a list of all the tokens available on the Ethereum network using the coincapmarket site for real-time prices.
  5. Portfolio Value Recovery.
  6. Start a loop that will buy chips with the desired percentage value.
  7. Inside the loop, it finds the token with the highest profit potential by :
  • Retrieve the exchange rate of each token.
  • Calculation of the potential profit as a percentage of the ETH reserve.
  • Keep track of the token with the highest profit in a specifc folder to see which tokens are buying.
  1. After finding the token with the highest profit potential, he checks if there are enough funds in the Metamask account to buy the token while signing the transaction. If there are not enough funds, he will go to the next token and will write a message next to the token in the specifc folder with the NAME, ADDRESS and quantity he could not buy.
  2. It then checks if one of the tokens with the token sell percentage rate has been reached if so it will start a loop to sell it.
  3. Inside the loop, if it finds the token with the percentage to reach it will :
  • Sell the token and keep track in the specific folder with the NAME, ADDRESS it sold.
  • Show win percentage win.
  1. It also checks if the value of the wallet has reached its limit (X ETH). If not, it will start the buying and selling loop again. If so, it exits the loop and displays a BALANCES REACHED X ETH message.
  2. He then donates a portion (0.10%) of the balance to the creator for providing the open-source code and recovering a percentage of the due on each share sold !
  3. When the loop completes, it prints a message that the balance has reached X ETH.


Start Project for JavaScript JS & Python PY

for JavaScript JS for Python PY
# Install the requirements 
Install File in doc name "Installer.sh" use sudo chmod +x install.sh and sudo ./install.sh or sudo bash install.sh
# Will update the script 
sudo bash update.sh
# Start the TradingBot.js 
node /BotTrading.js
# Install the requirements 
Install File in doc name "Installer" use sudo chmod +x install.sh and sudo ./install.sh or sudo bash install.sh
# Will update the script 
sudo bash update.sh
# Start the TradingBot.py 
python /BotTrading.py or use python -m asyncio /byBotTrading.py

Supporters

Stargazers repo roster for @AeX03/TradingBot Forkers repo roster for @AeX03/TradingBot Watchers repo roster for @AeX03/TradingBot

License

AeX03 is made with 🖤 Contributors. See the License file for more details.
Luca364 is made with 🖤 Contributors. See the License file for more details.

About

🤖 - A Bot that trades automatically open-source, researchers and developers .

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published