Skip to content

linuxer77/trade-execution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

telegram trade bot

a telegram bot for me to control trading scripts from a private chat.

commands

  • /buy <coin> <price> <prc> — starts buy script
  • /sell <coin> <price> <prc> — starts sell script
  • /stopbuy — stops the buy script
  • /stopsell — stops the sell script

how it works

  • each command sends a message to a tmux session running go executables
  • profit is calculated based on my algo and subtracts 1.5% fees
  • bot is not public only works in authorized telegram chat tho im setting it to public for now

run

set your bot token and run:

export botToken=your_token
python3 bot.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages