kernc / backtesting.py

:mag_right: :chart_with_upwards_trend: :snake: :moneybag: Backtest trading strategies in Python.
https://kernc.github.io/backtesting.py/
GNU Affero General Public License v3.0
5.18k stars 1.02k forks source link

Real-time Live Trading with Great Charts #100

Closed Sorcerysoft closed 4 years ago

Sorcerysoft commented 4 years ago

Backtesting.py has the best charting I've seen in a python trading project! I've been looking for something with similar zoom/pan/indicator/multi-timeframe features that Tradingview.com or NinjaTrader have.

Can you suggest a live trading python open source project that has these charting features?

Can you recommend other live trading frameworks/libraries that I could drop in a Backtesting.py custom Strategy with minimal changes?

Thanks!

kernc commented 4 years ago

Thank you for the kind words. With alternatives list fairly recent and updated, I'm not aware of any similar/matching frameworks at present.

Please subscribe to issue https://github.com/kernc/backtesting.py/issues/81 (duplicate) for updates.

workingxx92 commented 2 years ago

Waiting