PyAlgoTrade is anevent driven algorithmic tradingPython library. Although the initial focus was onbacktesting,paper tradingis now possible using: Bitstampfor Bitcoins andlive tradingis now possible using: Bitstampfor Bitcoins To get started with PyAlgoTrade take a look at thetutorialand thefull docu...
PyAlgoTrade: Algorithmic trading library with focus on backtesting and paper-trading. TA-Lib: Technical analysis library for analyzing financial markets. Alphalens: For performance analysis of predictive stock factors. Arch: For econometric models focused on variance and covariance. PyDatastream: For ac...
PyAlgoTrade is an event driven algorithmic trading Python library. Although the initial focus was on backtesting, paper trading is now possible using: Bitstamp for Bitcoins and live trading is now possible using: Bitstamp for Bitcoins To get started with PyAlgoTrade take a look at the tutori...
ta - Technical Analysis Library using Pandas (Python) algobroker - This is an execution engine for algo trading. pysentosa - Python API for sentosa trading system. finmarketpy - Python library for backtesting trading strategies and analyzing financial markets. binary-martingale - Computer program t...
algobroker - This is an execution engine for algo trading. pysentosa - Python API for sentosa trading system. finmarketpy - Python library for backtesting trading strategies and analyzing financial markets. binary-martingale - Computer program to automatically trade binary options martingale style. ...
Get started with Python for trading. Learn about important libraries and their installation, how to de-bug your code and write simple to advance algorithms for trading.
algobroker - This is an execution engine for algo trading. pysentosa - Python API for sentosa trading system. finmarketpy - Python library for backtesting trading strategies and analyzing financial markets. binary-martingale - Computer program to automatically trade binary options martingale style. ...
介绍:Python Data Analysis Library 或 pandas 是基于NumPy 的一种工具,该工具是为了解决数据分析任务而创建的。Pandas 纳入了大量库和一些标准的数据模型,提供了高效地操作大型数据集所需的工具。pandas提供了大量能使我们快速便捷地处理数据的函数和方法。你很快就会发现,它是使Python成为强大而高效的数据分析环境的重...
PyAlgoTrade is a robust event-driven backtesting library for trading strategies. It is lightweight and easy to use, particularly useful for intraday strategies. It also supports paper trading out of the box. from pyalgotrade import strategy # Example: A simple PyAlgoTrade strategy class MyStrat...
如果是algo trading,兴许你还要提供科学计算的可能性。题主提到希望直接使用柜台API来进行操作,那么还...