Skip to content

Can Basana be used for paper trading like pyalgotrade? #22

Answered by gbeced
NagarajuGunda asked this question in Q&A
Discussion options

You must be logged in to vote

No. Basana is, by design, a smaller package. As explained in the docs, the framework has 3 main components:

  • The core, where basic abstractions like events, event sources and the event dispatcher live.
  • A backtesting exchange that you can use to validate your strategies before using real money.
  • External integrations, where you’ll find support for live trading at Binance and Bitstamp crypto currency exchanges.

A couple of differences with PyAlgoTrade:

  • Python 3 only.
  • Basana doesn't ship with technical indicators. There are many packages out there and it didn't make sense to me to redo all that work. I use talipp in the examples.
  • Right now there is no support for metrics like drawdown, shar…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by NagarajuGunda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants