Skip to content

Algorithmic trading bot using simple strategy in Python and CCXT library

Notifications You must be signed in to change notification settings

ChrisLaha/leverage_trading_bot_ccxt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

leverage_trading_bot_ccxt

output

https://github.com/ccxt/ccxt

  • This is an algorithmic trading bot built in Python using the CCXT library.
  • CCXT allows you to to connect to every major cryptocurrency trading exchange and use the same methods for fetching data and creating/canceling orders.
  • This is a contract(leverage) trading bot.
  • This bot uses a simple EMA crossover strategy to trigger buy/sell signals.
  • It will teach you how to fetch data, create/cancel orders, set stop losses, and run the bot on a schedule.

About

Algorithmic trading bot using simple strategy in Python and CCXT library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published