The Victory trading strategy is a time-tested high-quality scalping. How does the win strategy work?

No filter delay suitable for all time frames, great for showing breakouts.

The distinguishing feature of the Hodrick-Prescott filter is that it does not delay. It is calculated by minimizing the objective function

F = Sum((u[i] - x[i])^2, r = 0..n-1) + lambda * Sum((u[+ 1]+u[i-1]-2*u[ i])^2, r = 1..n-2)

where x - Prices, and - filter values. Below is an example of the filter behavior (see the HP.mq4 file attached below)

If the Hodrick-Prescott filter sees the future, then what future values ​​does not assume? In order to answer this question, we must find a low-pass digital filter with a frequency parameter similar to that of a single Hodrick-Prescott filter, but calculated directly using the past values ​​of the “twin filter” itself, i.e.

u[i] = Sum(a[k]*x[i-k],k = 0..nx-1) – FIR filter

u[i] = Sum(a[K]*x[i-k],k = 0..nx-1) + sum(b[k]*u[i-k],k = 1..ny) – IIR filter

It is better to choose a "twin filter" having a frequency-independent delay Tdel (constant group delay). IIR filters are not suitable. For FIR filters, the condition for frequency independent delay is:

a[i] = +/-[ni-1-i], i = 0..nx-1

The simplest constant delay KI filter is a simple moving average (High School):

u[i] = Sum(x[i-k],k = 0..nx-1)/nx

In case nj is an odd number, Tdel = (nx-1)/2. If we move the SMA value of the filter past the number of bars equal to Tdel, the SMA values ​​match those of the Hodrick-Prescott filter. Exact mathematics cannot be achieved due to the significant differences in the frequency parameters of the two filters (see table below):

To achieve the closest match between filter values, I recommend their channel widths to be similar (eg -6dB). The channel width of The Hodrick-Prescott filter of -6dBA is calculated as follows:

wc = 2 * arrs(0.5/Lambda^0.25).

The -6dB channel width for the SMA filter is calculated numerically using the following equation:

|H(weight)| = no(nx * toilet / 2)/without(toilet / 2)/nx = 0.5

The table below compares the values ​​of two filters having the same channel width: red - Hodrick-Prescott (FiltPer = 25), blue - High School (Period = 15, Shift = -7). Note that there is no SMA data for the last 7 bars as he needs to know future prices. Nasty, the Hodrick-Prescott filter (red) shows some values. If the shifted SMA repeats the value of the Hodrick-Prescott filter on the last 7 bars after the future prices appear, then what could these values ​​be?

prediction algorithms:

The indicator distinguishes between two forecasting methods:

Method 1:

  1. Set the SMA length to 3 and move it past 1 bar. With such a length, the shifted SMA does not exist only for the last bar (Bar = 0), since it needs the value of the next future Close[-1] price.
  2. Calculate the value of the Hodrick-Prescott filter in the last HP bar and assume that SMA with an unknown Close[-1] gives the same value.
  3. Find Close[-1] = 3 * HP - Close - Close
  4. Increase SMA length to 5. Repeat all calculations and find Close[-2] = 5 * HP - Close[-1] - Close - Close - Close. Continue until the specified price sum of future FutBars is calculated.

method 2:

  1. Set SMA length to 2 * FutBars + 1 and SMA transition past FutBars
  2. Calculate the SMA Filer's channel width. Equal it to one Hodrick-Prescott filter. Find lambda.
  3. Calculate the value of the Hodrick-Prescott filter on the latest FutBars and assume that the SMA behaves the same way when new prices appear.
  4. Find Close[-1] = (2*FutBars + 1)*HP - Sum(Close[i],r = 0..2*FutBars-1), Close[-2] = (2*FutBars + 1 )*HP – sum(Close[i],v = -1..2 * FutBars-2), etc.

The indicator shows the following input:

method - forecasting method

loadable – number of the last bar to check the prediction at existing prices (loadable > = 0)

PastBars - number of previous bars Hodrick-Prescott filter is calculated for (higher is better, or at least PastBars>2*FutBars)

FutBars - the number of predicted future values

Highlights of the indicator of predicted values ​​in red. method 1 is used in the example below:

The second method is more accurate but often has large spikes in the first predicted price. The described prediction method can be improved by looking for a CMU filter with a frequency parameter closer to the Hodrick-Prescott filter. For example, you can try HANNING, Blackman, Kaiser, and other constant delay filters instead of SMA.

MT4 Indicators - Download Instructions

HP extrapolator is a Metatrader 4 (MT4) indicator and the essence of the forex indicator is to convert the accumulated historical data. The HP extrapolator provides the ability to identify various features and patterns in price dynamics that are not visible to the naked eye.

Based on this information, traders can anticipate further price movement and adjust their strategies accordingly.

How to install HP Extrapolator.mq4?

  • Download HP Extrapolator.mq4
  • Copy HP Extrapolator.mq4 to your Metatrader directory / experts / indicators /
  • Start or restart your Metatrader Client
  • Select Chart and Timeline where you want to check your indicator
  • The search for “Custom indicators” in the navigator is mostly left in the Metatrader Client
  • Right click on HP Extrapolator.mq4
  • Attach to chart
  • Change settings or click OK
  • The HP Extrapolator.mq4 indicator is available on your chart

How to remove HP Extrapolator.mq4 from your Metatrader 4 Chart?

  • Choose a scheme where there is an indicator working in the Metatrader Client
  • Right click on chart
  • “List of indicators”
  • Select indicator and delete


MT4 Indicators Download Below:

For the first time, the name of the forex strategy Pobeda began to appear in Runet 5-7 years ago. And during its existence, this strategy has undergone a lot of changes, additions and optimizations of trading rules. We offer the most popular implementation of this trading system, in which Pobeda works most profitably. Traditionally, you can download a template and a set of indicators for a strategy right at the end of the description of this strategy.

How does the win strategy work?

Victory Strategy is a scalping multi-currency system, which was originally created for trading in the Forex market. Subsequently, the set of its technical indicators was significantly expanded, trading rules were optimized, and now it can be used both on Forex and on CFDs and commodity assets. The main requirement of this system is to use volatile trading assets with a small spread in trading.

The goal of Pobeda is to determine the beginning of an intensive movement, to take small profit– in the region of 5 points and “jump out” of the market until the asset price reverses. In other words, the Victory strategy is pure scalping - the most highly profitable and popular type of trading in the Forex market.

As in other similar strategies, the Pobeda scalping strategy works on M1/M5 timeframes, thus ensuring the speed of taking profit and the ability to quickly test the system in the real market.

The “Victory” scalping strategy works using a set of Forex technical indicators, is easy to understand, test, and most importantly, its rules are almost 100% formalized, that is, they give unambiguous and clear signals for making deals.

Another feature is that this scalping strategy works during the daytime - from 10:00 to 18:00 Moscow time, that is, at a time when there is a trend in the Forex market.

At the end of the article, you can download a set of scalping indicators and a template for this trading system. When you apply the forex strategy template to the quotes chart, your desktop in MT4 will look something like this:

Appearance of the chart configured for trading on the Pobeda strategy

Components of the Pobeda system

As mentioned above, the Pobeda scalping system works using a whole range of forex indicators that help determine the dynamics of quotes changes:

TMA a dynamic price channel, which is the "heart" of this scalping strategy. It consists of two main lines that determine the width of the amplitude of price fluctuations and an average line that passes through the center of the channel. The numbers located near the channel boundaries show the distance in points to the middle line. This indicator is very important for determining the level of entry into a trade. Take-profit in this trading strategy is 5 pips. Therefore, if the distance to the middle line is less than this value, entering a trade is not considered appropriate.

TMASize CTF is the TMA channel width indicator. If the indicator value is less than 10 points, a scalping trade is not opened due to the low market volatility. Under TMASize CTF, the name of the trading asset and current quotes are written in capital letters, with an increase or decrease in which this indicator changes color.

Currency PowerMeter is a special indicator that works like a heat map of currencies. With its help, you can determine the most active and most passive charts of asset quotes on several timeframes. This indicator allows you to predict the strength of price movements of any currency from MT4 and, by comparing them in a pair, determine the prospects for the movement of currency pairs. That is, if, according to Currency PowerMeter, EUR currently has the greatest strength, and USD the smallest, then, accordingly, the EURUSD currency pair will actively grow.

SSRC MTF- the author's oscillator, which allows you to determine the moment of reversals and continuation of price trends. This indicator indicates the most optimal moments of entering the market on its scale with arrows of the corresponding direction. At the same time, this indicator can analyze the market on several timeframes at once, allowing you to more effectively determine the moments of trend change.

HP DIFF- an indicator that signals the need to exit trading positions, that is, the occurrence on the quotes chart of circumstances that precede the price reversal in the opposite direction.

MasterMoneyBot is an indicator that calculates the trading lot in accordance with the risk management system chosen by the trader.

Download trading strategy files


How to install indicators in trading terminal Metatrader 4, .

How to install a Forex trading expert in MT4, you can learn from

Let's proceed directly to the description of our strategy. The Pobeda trading system is an indicator scalping strategy with trading on a one-minute time period and filtering transactions on the M5 timeframe. You can choose any trading instruments, but it is best to start with EURUSD, besides, the strategy template is configured for this currency pair. We do not recommend that you use more than one currency pair for trading, because, like everything else, the Pobeda trading system requires calmness, nerves of steel and quick reaction when making decisions from the trader. If during trading on daily charts, taking losses does not pose a particular danger to your deposit (of course, if you follow the simplest rules) and does not put psychological pressure on the trader, then scalping strategies have high risks. The number of trades can sometimes exceed up to 100 per day, while a small series of losing trades can lead to a complete loss of the deposit.

Usually in scalping, transactions are made with an increased lot, and it is set at the level of 10-20 points. It is enough to close 2-3 losing trades, as you can lose control of yourself and make many mistakes that will lead to disappointing results. However, strict adherence to the rules of the trading system and self-discipline can give a tangible increase in yours, which can sometimes reach up to 20% per day. Therefore, scalping strategies are so fond of novice traders - you can make many transactions per day and quickly disperse your deposit. This is exactly the Forex strategy "Victory". If you follow all the rules of this trading system, you can significantly reduce the number of losing trades and increase the percentage of profitable trades. By the way, the “Victory” strategy got such a name, since it was developed by May 9 - the Victory Day, as it turned out later, the name turned out to be quite justified.

See also which are the most reliable.

What has changed in the new version of the Victory strategy?

In general, the classic foundations of the Victory strategy have remained the same. The same indicators are used, only percentage protection orders are used instead of fixed stop losses and take profits. What does it give? For example, by setting a take profit of 5%, you will know for sure that when you close a trade with a profit, your balance will increase by 5%, and this is for one trade! The TMA channel width indicator is now at the bottom of the screen. In addition, a new Expert Advisor has appeared, which makes trading more convenient and efficient.

Below is a video showing how to install strategy files in the MT4 trading terminal.

If you are looking for profitable Forex scalping, the Win strategy is the best option for a quick one. However, it is more suitable for more experienced traders, as it requires increased care and self-discipline. Beginners can be advised to first hone their trading skills on. Profitable trading to you!

Free Download Strategy Files

The distinctive quality of the Hodrick-Prescott filter is that it has no delay. It is calculated by minimizing the objective function

F = Sum((y[i] - x[i])^2,i=0..n-1) + lambda*Sum((y+y-2*y[i])^2,i=1 ..n-2)

where x - prices, y - filter values. Here is an example of the behavior of this filter (see the attached HP.mq4 file)

If the Hodrick-Prescott filter looks into the future, what future values ​​does it imply? To answer this question, you need to find a digital low-pass filter whose frequency response is similar to that of the Hodrick-Prescott filter, but whose values ​​are calculated directly using the past values ​​of the price and the past values ​​of the "twin filter" itself, i.e.

y[i] = Sum(a[k]*x,k=0..nx-1) - FIR filter

y[i] = Sum(a[k]*x,k=0..nx-1) + Sum(b[k]*y,k=1..ny) - IIR filter

It is preferable to choose such a "twin filter", which would have a frequency-independent delay Tgd (constant group delay). IIR filters are not suitable in this case. For FIR filters, the frequency independent delay condition is

a[i] = +/-a, i = 0..nx-1

The simplest constant delay FIR filter is the Simple Moving Average (SMA):

y[i] = Sum(x,k=0..nx-1)/nx

With odd nx, the delay of such a filter is Tzad = (nx-1)/2. If the values ​​of this SMA filter are shifted into the past by the number of bars equal to the delay Tset, then the SMA values ​​will coincide with the values ​​of the Hodrick-Prescott filter. An exact match cannot be achieved due to the significant difference in the frequency response of the two filters illustrated in this graph.

In order to achieve the closest match between the values ​​of both filters, it is desirable to set their bandwidth (eg -6dB) to be the same. The bandwidth at the -6dB level of the Hodrick-Prescott filter is calculated by the formula

wc = 2*arcsin(0.5/lambda^0.25).

The bandwidth at -6dB for the SMA filter is found numerically from the equation

|H(w)| = sin(nx*wc/2)/sin(wc/2)/nx = 0.5

The graph below compares the values ​​of two filters at the same bandwidth: red - Hodrick-Prescott filter (FiltPer = 25), blue - SMA (Period = 15, Shift = -7). Note that the SMA (blue) for the last 7 bars does not exist, because he needs to know future prices. The Hodrick-Prescott filter (red), on the other hand, shows some values. If we assume that when future prices appear, the shifted SMA will repeat the values ​​of the Hodrick-Prescott filter on the last 7 bars, then what should these future values ​​be?

Prediction algorithms:

The indicator has two predictive methods:

Method 1:

1. Set the SMA length to 3 and shift the SMA back by 1 bar. With such a length, the shifted SMA does not exist only for the last bar (Bar = 0), because it needs the value of the next future Close[-1] price.

3. Calculate the value of the Hodrick-Prescott filter on the last HP bar and assume that SMA with an unknown Close[-1] gives the same value.

4. Find Close[-1] = 3*HP - Close - Close

5. Increase the SMA length to 5. Repeat all calculations and find Close[-2] = 5*HP - Close[-1] - Close - Close - Close. And so on until a given number of future FutBars prices have been calculated.

Method 2:

1. Set SMA length equal to 2*FutBars+1 and shift SMA to the past by FutBars

2. Calculate the SMA pass frequency. We equate this frequency to the pass-through frequency of the Hodrick-Prescott filter. Find lambda.

3. We calculate the values ​​of the Hodrick-Prescott filter on the latest FutBars bars and assume that the SMA will behave in the same way when new prices appear.

4. Find Close[-1] = (2*FutBars+1)*HP - Sum(Close[i],i=0..2*FutBars-1), Close[-2] = (2*FutBars+1 )*HP - Sum(Close[i],i=-1..2*FutBars-2), etc.

The indicator has the following input data:

Method - prediction method

LastBar - number of the last bar to check the prediction on existing prices (LastBar >= 0)

PastBars - the number of past bars for which the Hodrick-Prescott filter will be calculated (the more the better, or at least PastBars>2*FutBars)

FutBars - number of predicted future values

The red indicator plots the predicted values. The following example uses Method 1:

The second method tends to be more accurate, but often has large outliers from the first predicted price. The described prediction method can be improved by finding an FIR filter with a frequency response closer to that of the Hodrick-Prescott filter. For example, instead of SMA, you can try Hanning, Blackman, Kaiser and other constant delay filters.

Servers HP, new generation Gen8, from the moment they entered the market, began to be equipped with new hard drives that support technology smart drive. Hard drive sleds have been redesigned to allow more drives to be installed in the same server form factor. Also, the changes have affected the external indication of hard drives and now it can display a much larger number of states compared to previous generations. Let's take a closer look at what indication is now present on hard drives ...

Let's start with the technology smart drive allows you to indicate the status of activity, errors, and store information about all these states. Technology Smart Drive Authentication allows you to determine the "authenticity" of installed hard drives in the server, the so-called Genuine HP drives.

It is also worth noting that disks from previous generations of servers (G6, G7) are not suitable and cannot be installed in Gen8 servers!

The front part of the disks (sled) contains the following indication: blue, background illumination - to identify the disk in the array. An indicator with a disk image to display the status. The “do not disconnect” indicator shows that the disk is currently in operation (for example, the array is being rebuilt) and in no case should it be disconnected and removed from the basket, etc.

LED indication of hard drives
Indication Description
1 Blue, backlight This indication allows you to quickly determine the desired disk in the array. Enabled using the RAID controller configuration program.
2 "Circular" activity indicator Rotation is clockwise when one or more commands are being executed. Displays activity on the hard drive
3 HDD status indicator

Off - Disk not configured

Green (solid) - Disk is configured

Green (blinking) - Array creation/rebuilding process in progress

Green/Orange (blinking) - Configured but in a proactive state, the drive is about to fail and needs to be replaced.
Orange (blinking) - the disk may soon fail, it is necessary to replace it.
Orange (solid) - failed drive, needs to be replaced

4 "Lever arm" Used to remove a hard drive from the trash. You need to press the "extract" button
5 White indicator - "do not turn off" Do not unplug or remove the hard drive from the cage while this indicator is lit in white, as this will destroy the logical disks on the array.

1. The drive is in an unconfigured state - no indication

2. Drive in active state


3. Drive in identification state, e.g. with ACU

4. Disk in the state - failed, needs to be replaced

5. Drive in Pre-failure - likely to fail soon, needs to be replaced

6. Disk in array creation/rebuilding state

HDD Status Indicator Table

State Meaning Description
1 No indication Not configured The hard drive is not configured with a RAID controller
2 Green (solid on) configured The hard drive is used by one or more logical drives
3 Green (flashing) Rebuilding process The hard drive is in the process of array rebuilding, data migration, or expansion
4 Green/Orange (flashing) Configured, pre-fail The hard drive is being used by one or more logical drives and is in a preemptive failure state
5 Orange (flashing) Preemptive failure The hard drive is not configured and is in a predictive failure state
6 Orange (steady on) crash The hard drive is in a failed condition and needs to be replaced
Have questions?

Report a typo

Text to be sent to our editors: