A Substitute for Fibonacci in Trading. Thinking Outside the Box
Presenting the Lucas Series as a Complement to Trading. Source
All about Artificial Intelligence and Machine Learning for Banking, Finance and Trading
Arificial Intelligence and Machine Learning for Finance and Banks
Presenting the Lucas Series as a Complement to Trading. Source
Building a Quantitative Analysis Tool for Researchers & Neural Networks Source
On this article we explain one of the three novel contributions behind the paper “High-performance stock index trading using neural networks and trees”, which achieves very strong results applied to major stock market indices such ...
The trading strategy doesn’t try to be optimal — that’s hard. It simply tries to buy at a low point, hold for a day or two until the price rises a bit, and then sell. ...
In this tutorial, we will continue developing a Bitcoin trading bot, but this time instead of doing trades randomly, we’ll use the power of reinforcement learning. Source
In a series of articles I was applying a very straightforward approach to forecast financial time series: take the whole dataset, using a sliding window approach generate X and Y, split it into historical and ...
Introducing Gaps and How to Identify and Trade Them. Gaps form an important part of price action. They vary in rareness from market to market. For instance, in the currencies market, they usually happen on ...
Taking Advantage of Steepness to Find Trading Signals in Python. Finding signals and patterns inside a random-like market is not an easy job and as such, one has to seek out every possible way to ...
Using Basic Information to Create a Profitable Trading Strategy. Trading strategies are the essence of buying and selling in the markets. Many traders have their reasons to participate. A strategy begins with an idea which ...
I have tested in real-time the implementation coded with Python of a famous mathematical technics to predict market movement (Bollinger Band) to check the gap between theory and reality. And here is the result. Source