https://www.investopedia.com/articles/active-trading/101014/basics-algorithmic-trading-concepts-and-examples.asp Algorithmic trading (also called automated trading, black-box trading, or algo-trading) uses a computer program that follows a defined se…
Algorithmic Trading has been a hot topic for equity/derivative trading over a decade. Many ibanks and hedge funds have built their own algorithmic trading systems. Simply speaking, Algorithmic Trading System is an Artificial Intelligence(AI) System t…
https://builtin.com/artificial-intelligence/ai-finance-banking-applications-companies f there's one technology that's paying dividends, it's AI in finance. Artificial intelligence has given the world of banking and the financial industry as a whole a…
This article is to discuss the operation model between Fund Managers(Client) and Broker Firms. They are usually referred as Buy Side and Sell Side. High-Touch Model Traditionally, the Buy Side and Sell Side have been operating in the way of Clients(f…
[it-ebooks]电子书列表   [2014]: Learning Objective-C by Developing iPhone Games || Leverage Xcode and Objective-C to develop iPhone games http://it-ebooks.info/book/3544/Learning Web App Development || Build Quickly with Proven JavaScript Techniques http:…
Around September of 2016 I wrote two articles on using Python for accessing, visualizing, and evaluating trading strategies (see part 1 and part 2). These have been my most popular posts, up until I published my article on learning programming langua…
Zipline Beginner Tutorial Basics Zipline is an open-source algorithmic trading simulator written in Python .Zipline是一个用Python编写的开源算法交易模拟器. The source can be found at: https://github.com/quantopian/zipline 源码地址在 Some benefits include: 一些优势包括: Realisti…
Zipline Beginner Tutorial Basics 基础 Zipline is an open-source algorithmic trading simulator written in Python. Zipline是开源的算法交易模拟器,使用python编写. The source can be found at: https://github.com/quantopian/zipline Some benefits include: Realistic: slippage…
Machine and Deep Learning with Python Education Tutorials and courses Supervised learning superstitions cheat sheet Introduction to Deep Learning with Python How to implement a neural network How to build and run your first deep learning network Neur…
Zipline is a Pythonic algorithmic trading library. It is an event-driven system for backtesting. Zipline is currently used in production as the backtesting and live-trading engine powering Quantopian -- a free, community-centered, hosted platform for…