Know how to implement Python in Interactive Brokers C++ API using IBridgePy and run algorithmic trading strategies in live market....
Tutorial to use IBPy for implementing Python in Interactive Brokers API. Automate trading on IB TWS for quants and Python coders....
Download webinar presentation Webinar Date and Time Wednesday, September 28, 2016 7:30 PM...
Learn how to build the “Hello World” of trading strategies: the “Long Short Moving Average Crossover Strategy”....
Learn importing and backtesting on Zipline using data from Google and OHLC data in CSV format. Calculate backtesting results such as PnL, number of trades, etc...
“Shorting at High” was one of the strategies that I formulated for my project work. This post explains the strategy in brief and the coding part....
The study quotes the available literature that indicates pros and cons of Algorithmic Trading....
Discover how Order Flow Sequence Analysis reveals real-time institutional trading behavior, helping you identify low-risk, high-reward opportunities and gain a true edge in markets....
This project explains Pair Trading Strategy and Backtesting using Quantstrat library and is submitted by Marco Nicolas Dibo as a part of EPAT at QuantInsti...
Zipline Python library is used for trading applications. This blog talks about how to install zipline python, its benefits, and using it to code the moving crossover strategy for financial trade....