Vladimir
Vladimir
Vladimir
Added topic I am plagued by questions of the universe
Stopped by this site, bored. No interesting topics. It used to be more interesting. So I decided to diversify the topics a bit. I can't get comfortable with my world view. Maybe someone can help me understand it. Misunderstanding #1. Scientists say
Vladimir
Added topic Buy, sell or hold?
I would like to ask traders what they would do in different price patterns and why. Here is the first example: Removed information about the pair, the timeframe, and the price itself. So, what do we do here: sell, buy, or nothing? And why? If
Vladimir
Added topic Fibonacci levels: myth or reality?
I decided the other day to check how often Fibonacci levels occur in forex using EURUSD over the last 10 years. All calculations in the program are based on the zig-zag
Vladimir
Added topic Global recession over the end of Moore's Law
What many people may not realise is that the world economy depends on the ability of microprocessor manufacturers to increase their capacity by 50% every two years. It's Moore's Law, in a simplified way of course. More accurately, Moore's law is the
Vladimir
Added topic Market prediction based on macroeconomic indicators
So, the task is to predict the S&P 500 index based on the available economic indicators. Step 1: Find the indicators. The indicators are publicly available here: http://research.stlouisfed.org/fred2/ There are 240,000 of them. The most important
Vladimir
Added topic Why is the adoption of the MT5 platform so slow?
Talked to 4 brokers offering services to American traders: FXCM, CitiFx, Alpari US, ACT Brokers. None of them have given a specific deadline for introducing the MT5 platform on live accounts. Alpari US said MT5 doesn't comply with US regulations yet
Vladimir
Added topic Repetitive patterns and other patterns
This isn't the first time I've seen recurring patterns, not from deep history, but from the brief past. Here is one example: Notice how similar the green patterns are. The time difference between them is only a week and a half. Both of the green
Vladimir
Published code FIR_filter
Moving Average, calculated using the digital filter.
· 1 10235 2733
Vladimir
Published code The Hodrick-Prescott Filter
The Hodrick-Prescott Filter.
· 1 14719 4239
Vladimir
Published code Price prediction by Nearest Neighbor found by a weighted correlation coefficient
This indicator finds the nearest neighbor by using a weighted correlation coefficient, in which more recent prices have larger weights. The weight decays linearly from newer to older prices within a price pattern.
· 1 20799 11940
Vladimir
Published code Price prediction by Nearest Neighbor
This indicator uses the Nearest Neighbor clustering technique, also called k-NN, to search for the most similar pattern in history and use its past prices as predictions of the current pattern future prices.
· 3 19874 8039
Vladimir
Published code Fourier extrapolation of price
This indicator fits a trigonometric model to prices and extrapolates it in the future.
· 1 26004 12429
Vladimir
Published code AR extrapolation of price
This indicator uses an autoregresive model to extrapolate prices
· 1 18133 9147
Vladimir
Published code Linear regression slope
Linear regression slope normalized to SMA.
· 1 25799 6343
Vladimir
Registered at MQL5.community
Vladimir
Added topic Having a problem with DLL trying to return several values. Please help.
For some reason, my indicator crashed when I try to return several values through a DLL. Currently in my DLL I have something like this MT4_EXPFUNC void __stdcall myDLL(const double x, const double y, double& sum, double& product) { sum=x+y;
Vladimir
Added topic Please help me to find historical GOLD prices (1970-1993)
I need XAU/USD in any format that can be downloaded to MT4. Thanks in advance