Categories
Blog

Backtesting Trading Strategies

If you knew your trading strategy would work 50% of the time, would you commit your scarce savings to trade it? What if it worked 75% of the time? Backtesting gives one the confidence to know that your trading strategy will work.

Categories
Blog Kekstadt

TA-LIB Three Inside Up Buy Signal – $IBM

IBM, the 100-year-old company, is wedging into a tight trade, but it looks like the Bulls are gearing to press a move higher. Just before year-end, the stock set a Three Inside Up Japanese candlestick pattern setting the stage for a rally.
Source code using TA-LIB and Python included.

Categories
Blog Kekstadt

Harami Sell Signal with Three Inside Down Demonstrated on $GOOG

December 19, 2017 Monday Google pressed new highs, but Tuesday closed out the day with a Harami Sell signal. Watch out for today. A negative close today boosts the negative outlook with the emergence of a Three Inside Down pattern. In this event, it will most likely mean that there will be a “little coal in Google stockholders stockings for Christmas”.

Categories
CloudQuant Press Industry News

Futures Radio Show interviews Morgan Slade December 12, 2017

CloudQuant’s CEO was interviewed by Anthony Crudele of Futures Radios show to discuss topic including Artificial Intelligence, Machine Learning, and Deep Learning applied to algorithmic trading. Alternative datasets are a major topic of discussion. People are saying that data is being created faster than ever before. That really isn’t true. What is really happening is that data is being captured and stored at a faster rate than ever before. Vendors are now making AltData available for traders to change the way that they interact with the markets. This applies to futures and stocks with the popularity of Deep Learning in algorithmic trading strategy development.

Categories
Blog

Technical Analysis Library (TA-LIB) for Python Backtesting

Anyone who has ever worked on developing a trading strategy from scratch knows the huge amount of difficulty that is required to get your logic right. … TA-LIB Turbo-Charges Your Research Loop: TA-Lib is widely used by quantitative researchers and software engineers developing automated trading systems and charts. This freely available tool allows you to gather information on over 200 stock market indicators.

Categories
Blog

Understanding Candlestick Bars & Market Data for Beginning Algo Programmers

In this video, we introduce you to Candlestick Bars, a store of Historic Market Data, how to access that data via Pythons Lists and how pointers work in lists.

Categories
Blog Kekstadt

Catalent Inc. – $CTLT – Bearish Engulfing Sell Signal

There was a fresh sell signal for Catalent Inc. stock this week. The recent rally has been put on hold with the emergence of a Bearish Engulfing signal. More selling pressure is expected to develop as the market degrades from the steep upward slope it has been trending on. This post shows a trading signal and has algo source code links.

Categories
CloudQuant Press Industry News

QuantNews Interview with CEO Morgan Slade

With over 20 years of experience as a trader, portfolio manager, executive, and entrepreneur, Morgan Slade is now the CEO of CloudQuant, a cloud based quantitative strategy incubator and systematic investment fund. He has built quantitative trading businesses at some of the world’s largest hedge funds and Investment Banks …

Categories
Blog

Algos and Ethics – a response to a LinkedIn Post

Alessio Farhadi posted “A.I. Trading – A Question of Ethics” on LinkedIn. His main point is that machine learning and algos do not have ethics. … Fairness to the industry requires that one should review the steps that have been taken by innovators, regulators, broker-dealers, and exchanges to mitigate any potential dangers of using computers and algorithms to trade.

Categories
Blog

Share Ordering Demo using Market, Limit, and Midpoint Peg Orders

The CloudQuantAI github repository holds the share_ordering_demo tutorial/code that demonstrates ways to buy and sell stocks in the CloudQuant backtesting engine using Market, Limit, and Midpoint Peg Order types.
There is no single “right way” to do any of these. You will have to think carefully about