Entries with no category
We will analyze all of Deriv’s synthetic markets individually, starting with their best known synthetic market, the Boom 1000. The Boom 1000 is notorious for its volatile and unpredictable behavior. The market is characterized by slow, short and equally sized bear candles that are randomly followed by violent, skyscraper sized bull candles. The bull candles are especially challenging to mitigate because the ticks associated with the candle normally aren’t sent to the client terminal, meaning ...
Stochastic modeling and control optimization are mathematical methods that help solve problems under uncertainty. They are used in finance, engineering, artificial intelligence, and many other areas. Stochastic modeling is used to describe systems with random elements, such as stock market price movements or a queue at a restaurant. It is based on random variables, probability distributions, and stochastic processes. Methods such as Monte Carlo and Markov chains can model these ...
In the current article, we will talk in more detail about the importance of passing meaningful data, the so-called time series, in a neural network. In particular, we will pass our favorite indicators. To achieve this, I will introduce some new concepts that I use while working with neural networks. Although, I think this is not the limit, and over time I will have a new vision in understanding what and how exactly needs to be passed. more...
The copy of post #31 (about the settings and how to install): Originally Posted by newdigital I installed UniZigZagTrader_v1.4 600+ EA (just to check how it works for example). UniZigZagTrader_v1.4 600+ EA is on this post. This is the updated EA with the set file (with the settings) which uses the UniVolumeDelta levels breakout like a trigger. ========= How to Install (step by step) UniZigZagTrader_v1.4 600+ EA is on the post #1307 with set file (the ...
In this article, we will focus on the third part of Strategy Tester integration with Python. We will see the creation of the CFileCSV class for the efficient management of CSV files. We will examine some examples and the code, so that the readers better understand how this class can be implemented in practice. more...