Search This Blog

Sunday

Indicator DigitalFilterTF


Author:

Дмитрий Яковлев Dmitry Yakovlev

---------------------------------------- ----------------------------------------

Library DF.dll to calculate the parameters of the filter:
copyright "Copyright (c) 2005, Sergey Iljukhin, Novosibirsk"
mailto: sergey@tibet.ru



Description:

Universal digital filter, the filter parameters are set. (FATL,SATL,RFTL,RSTL и т д) (FATL, SATL, RFTL, RSTL etc.)
Sense - for example, 5,15,30 a moment,e you will see one picture calculated for TF


Library DF.dll placed in \ * trader \ experts \ libraries \

Attention! To require three additional DLL
containing a block of mathematical processing - bdsp.dll, lapack.dll, mkl_support.dll,
which must be installed in C: \ Windows \ System32 \ or near DF.dll in \ experts \ libraries \

Before using, make sure:

1. 1. items that you "Allow DLL import" and "Confirm DLL function's call" in your Options-> Expert Advisors
2. 2. What's in the directory C: \ Windows \ System32 \ there Bdsp.dll, lapack.dll, mkl_support.dll - supporting mathematics library.
The archive DLLS.ZIP

Parameters (Dmitry Yakovlev):

tf - timeframe in minutes ... 240 = H4, 60 = H1 240 = H4, 60 = H1
Price 0-cl ,1-op ,2-hi ,3-lo
Preset 0-User ,1-FATL ,2-SATL ,3-RFTL ,4-RSTL

Description of input parameters for DF.dll (Sergey Iljukhin, Novosibirsk):


Ftype - Filter Type: 0 - LPF (FATL / SATL / KGLP), 1 - HPF (KGHP),
2 - band (RBCI / KGBP), 3 - regectory (KGBS)
P1 - Period cutoff P1, bar
D1 - Period cutoff transition D1, bar
A1 - Attenuation in the late A1, dB
P2 - Period cutoff P2, bar
D2 - Period cutoff transition D2, bar
A2 - Attenuation in the late À2 dB
Ripple - beats in bandwidth, dB
Delay - Delay, bar

For the LPF and HPF settings P2, D2, A2 ignored
Conditions:
LPF: P1> D1
HPF: P1
Band and regectory: D2> P2> P1> D1



2 filter FATL, SATL tf = 60 TF= 5 minutes

Forex Indicator

2 filter FATL, SATL tf = 60 TF=15 minutes

Forex Indicator

Download forex indicator DigitalFilterTF

Dll Archive Library Download

Download DF.dll

Info + Ticks


Author:

Dmitri Yakovlev (Info)
Rosh (Ticks)

Description:

Easy Forex - Ticks indicator of Rosh crossed to the forex indicator Info.
Primarily to calculate the size of the lot, depending on the percent of risk, taking into account the changing situation.
Also, dynamically calculates the take-profit and stop-loss if they do not tell (if = 0)
The size of the lot is calculated based on the stop-loss of deposit and current opportunities.
For example deposit $ 1000, when the transaction you may risk losing 10% - ie 100 = $
Lot size will be calculated on the assumption that, if it will work to stop, it will lose $ 100 (10%)

PARAMETERS:

Options Ticks:
MaxDrawTicks = 500;

Options Info:
Text Color:
cColor=Green; cColor = Green;
For the calculation of the lot:
mini_forex = 0, 1 - mini forex - lots of 0.01
period = 300; minute period for the calculation of stop and take profit if they are not
RiskPercent = 25% of the free margins of which are ready to risk
TP = 0; take a profit - if 0 - then the calculation program
SL = 0; freeze - If 0 then calculation software

A calculation of High and Low for the period from now and for the period
SL is installed in the High-Low
TP = SL / 2

Information on the schedule:
TakeProfit: items
StopLoss: items
FreeMargin: $
RiskPercent:% risk (the amount of $)

lot N% risk: the lot to open in the light of a given risk
lot 100% risk: the lot at 100% risk
mediums hi-lo: the average value of hi / lo for the period
media op-cl: the average opening / closing for the period

with mini_forex = 0

Индикаторы форекс


When mini_forex = 1

Forex Indicators

Download forex indicator Info + Ticks

Line deviations from the original price given


This forex-line indicator shows the indentation of the originally specified price at a point of time, with a given step

и extern bool Fixed = false; - (true - istolzuet recording of the hour / false - away from the current time
extern int HourPrd = 1; - during the time
int LineCount = 10 - number of lines
extern int LineFirst = 10 - indent the first line
extern int LineStep = 5 - a step away from the first line
extern color OpenColor = Yellow; - the color of the price discovery
extern color FirstColor = Red; - the color of the first line
extern color NextColor = SpringGreen; - the color of the following lines

Forex Indicators



Download forex indicator - Line price deviations from the original set

Friday

Indicator ZZ


Forex Indicator
Forex - indicator ZZ - version zigzag retarded rate is calculated as the ratio of the volatility of the bars.
In the code, there are three options for [the two commented out] - HL all the bars, the mean arithmetic and quadratic between HL and all the latest sBars bars. If you want to invent a:)
Big options are described in the code, just in case duplicate.
extern double extHL = 5 / / coefficient for the average HL, defining the path at points where the peak is considered to be established
extern int extFlat = 48 / / number of bars fleta when the peak draw force
extern int sBars = 480; // show bars extern int sBars = 480; / / show bars


Download forex indicator ZZ

Indicator ZZ


Forex Indicator

Forex - indicator ZZ - version zigzag retarded rate is calculated as the ratio of the volatility of the bars.

In the code, there are three options for [the two commented out] - HL all the bars, the mean arithmetic and quadratic between HL and all the latest sBars bars. If you want to invent a:)

Big options are described in the code, just in case duplicate.

extern double extHL = 5 / / coefficient for the average HL, defining the path at points where the peak is considered to be established
extern int extFlat = 48 / / number of bars fleta when the peak draw force
extern int sBars = 480; // show bars extern int sBars = 480; / / show bars


Download forex indicator ZZ

MA from the digital filter, low


Forex - indicator - moving average (MA) of the digital filter bass.

The indicator used to determine the turning points in the trend of historical data (the arrow up, down).

Odds are the program of Digital Filter Methods.

LPF cut-off periods ranging from 4 to 60 years.



Download forex indicator MA from the digital filter, low

Tuesday

Indicator ytg_TF_RSI


Forex - the indicator shows the importance of RSI, time schedule of values which are the indicator changes color when above or below the level of 50, and the arrow shows the direction indicator.

The indicator is written to test the strategy described in the forum KROUFR, the strategy is based on the Fibonacci levels.

Forex Indicators

Forex Indicators

Download forex-indicator ytg_TF_RSI

Indicator Fractals_Price

Forex - an indicator of price levels of fractals.

Forex Indicators

Forex Indicators

Download forex indicator Fractals_Price

Indicator Gepa smoothed on the basis of ADX


Forex Indicators


Setting this forex indicator:

For different periods of different WinSize

M1 - 8-14

M5 - 5-10

M15 - 3-8

EMAPrd - smoothing, markirovalnoe value specified for smoothing 21

А clearer picture, he gives the M5 as a filter for the traffic

Direction of movement is determined by:

or via the red line is less than zero recession more - the rise ..

or through the green and dark - green growth, dark recession ..

Forex Indicators

Download forex indicator Gepa on a smoothed ADX

Wednesday

Heyken Ashi indicators




Indicator Heyken Ashi Ascbars

One of the modifications of the well-known indicator. Like the others, is useful only in terms of visual presentation.

Indicators Forex Indicator Heyken Asha Ascbars

Download Forex Indicator Heyken Ashi Ascbars

Forex Indicator Heiken Ashi H cw mtf



Download Forex Indicator Heiken Ashi H cw mtf

Indicator Forex nd1

Another modification ASC Trend. Without additional to the candle

Download Forex Indicator nd1

Indicators Forex Heyken Ashi

Heiken Ashi - indicator ASCTrend

So, the first indicator ASC Trend1:

He paint bars in blue or red. Blue - this bulls mood, red - bears. This signal shows the mood in the market.

ASC Trend2: This is a small blue and crimson point, which can serve as a hard stop, and an additional place for a larger position in the direction of the trend.

ASC Trend1Signal: This is the main signal system, which figure large blue and crimson dots. Naturally, they denote entrances to the long or short position.

This system is supplemented by filters. This is a purely Russian development, improving well the truth of the signals. Here they are:

NRTR Line-pointer this trend (light green and red lines) shows much more preferable to play. The points of intersection of these lines - a good point to enter the game. Also, when the price crosses one, preferably two of these lines, and the bar is closed after the crossing - this is a turning point in the market - and possibly play in this regard. And of course the very direction of the lines indicates where the play is preferable. If both lines show the same direction - it just improves the prognosis.

NRTR - this little red and green points on the graph.Can be used as a very hard foot, for example, at a very rapid movement of the market to preserve profits. As well as the presence of red dots on the bars indicates a bearish market, the availability of green dots under the bar - on the bovine. NRTR WATR - this green and red dice, showing the level of the foot. Also you can use them as signals of a puncture. If the price pierces this level - a very high probability that this movement will continue.

NRTR Colorline_my-pointer is a beautiful area trend. If you see a yellow line on top of prices - that is to dominate the market bears, if the bottom of the white line - the bulls prevail.

WPRSlow-shows long-term mood of the market. If the red dash - bears mood prevails, if the blue - bulls.

WPRFast-shows short-term mood of the market. If the red dash - bears mood prevails, if the blue - bulls.

Naturally elegant opportunity to play there, when, for example, both dash red or blue ... (WPRFast iWPRSlow)

That such a system. A lot of indicators. A simple interpretation. The more indicators at the time of the signal warrant it - the greater the likelihood that this prediction will come true.

Here is one of the options set the conditions for entry BUY: WPRfast = Blue, WPRslow = Blue or Zero (ie, does not contradict WPRfast), NRTR WATR = MediumOrchid (indicator signals are "retaining wall below the price).
Possible exits posture Buy: WPRfast = Zero or Red or WPRslow = Zero or Red or NRTR WATR = Orange (replaced polarity), or in any set in any set of conditions.

And a short trade rules:

I. How to avoid an unstable market
1. Do not sell when the current bar gray.
2. Do not sell when you see conflicting signals
3. Do not sell when a big gray bar up or down in front of the same large in the other direction.
4. Do not sell when the big bar in front of the same large in the other direction.
5. Do not sell when the color of the bar continues to change.

II. Main entrance
1. Coordinated appearance of signals T1/T2/TSig
1) The signal T1. Big Blue to the point of purchase. Great point color margenta for sale.
2) The signal T2. The blue bars to the point of purchase. Points margenta over the bars for sale.
2. And the availability of a breakthrough on a narrow site in the 5 - 9 bars.

III. Rule
1. Green and red dots ..
2. T2 signal, as a stop-loss
3. Breakthrough important level of resistance / support at the schedule more time.

IY. Tips for the Trade
1. Trying to hold the position until the color bar corresponds to a short-term direction of movement of the price (for uptrend blue and red for downtrend). Be prepared to bring the SL with a gray bar appears.
2. Pay more attention to the re-emergence of the bar of the same color. For example, after the appearance on the big red bar should be a few bars of gray, then you see the red bar again. This is important if the new red bar may penetrate the previous level of support / resistance. The same is true for the blue bars.
3. Pay more attention to the indicator signals T1 after turning the figures for the formation of a rapidly changing market. For example, the sale after the appearance of double peaks.
4. Pay more attention to the first signal T2. The first few points, or movement up to uptrend or downward movement in the owntrend. Pay less attention to the latest T2 signals or signals in a long chain of signals T2.
5.Based on the reliability of signals T2 try not to trade against them, except when they show a very significant levels of support / resistance with high volume and turning figures.
6.Try to be aggressive at the end of a long period of narrow range consolidation. Alignment T1/T2 signals the end of the flat area more favorable. Try to be very conservative since the broadband market movements.
7. Try to be very aggressive in the morning and afternoon session, with the increasing volume. Try to be less aggressive in the afternoon, especially after the price of broadband traffic.
8. Usually when you see an upward trend next high above the previous and next low higher than the previous. When you see a descending trend following lowe below the previous and next below the previous high. Alerts T1/T2 line better if you can determine the direction of the trend in addition to traditional and other means.
9. The volume can be used to determine the development of some potential trends. For example, when you see the increase on rising bar on increasing trend and a decrease of at shorter bars on the descending trend has a high probability of a real bottom-up trend. The amount needed when considering the group of bars. Consequently, a large amount associated with one bar, can be misleading, because the result is doubtful. Ideally, you can see a major breakthrough level of support / resistance accompanied by a significant increase in the volume.
10. 10. Не беспокойтесь о потерях. Do not worry about losing. Then you will usually be more opportunities ahead. Вам нужно искать лучшее время для входа. You need to look for the best time to enter. You need to control their emotions and trade plan, while using the discipline you reach the goal.
11. No deal, if you feel that you are forced to sell when prices are moving against your idea (plan). Stop trafficking (relax) If you've done a few deals in a short time. No deal, if you do not see a clear development trend of the volume of correspondence. No deal, if you can not clearly define the trend (the next high above the previous and next lowe above the rising trend for the previous and next lowe lower than the previous, and next below the previous high for the downward trend). No deal, if you do not see a concerted T1/T2 signals simultaneously with a breakthrough level of support / resistance.

Indicators Forex Heyken AshiIndicators Forex Heyken Ashi

Download for MT4

ASCTrend

Asctrend3times_MBK

Saturday

Indicators of divirgence



Indicator Yaanna

Forex Indicators


According to the author:
. The most important thing - in the forex - it is the divergence indicator. The levels are not particularly important, except for 0 and 100, beyond the level of said objectives. Very often, the price may continue to move forward, so you should wait until the formation of divergence ...



Download forex indicator Yaanna

Another indicator of divirgence

If the blue streep up, the price will go up. Down - the same way.

Points - mark found peaks (fractals) of the indicator.

The red stripes - is the maximum peaks (a weak signal that the price rollback little goes against the trend)

i-Divergency.mq4 - divergence in Stochastics

i-DivMACD.mq4 - divergence on MACD

If you want to analyze any other indicators - need to replace the line

 Stochastic [ CurBuffer ] = iStochastic ( NULL , 0 , 5 , 3 , 3 , MODE_EMA , 0 , MODE_MAIN , CurrentCandle ) ; Stochastic [CurBuffer] = iStochastic (NULL, 0, 5, 3, 3, MODE_EMA, 0, MODE_MAIN, CurrentCandle); 

that need

Forex Indicators

Sometimes cause false alarms. What really is without them?


Download forex - Indicators:

i-Divergency.mq4
i-DivMACD.mq4

Indicator MACD divergence on a standard

The presence of the graph Forex - Indicator MACD not necessarily.

However, if there is a standard MACD, divergence of the lines will show off and on schedule and on the indicator and the indicator will use the setting MACD.

The solid line is drawn classical, inverse divergentsiya.Mozhno dotted line to change the color of the lines (variables ColorBull and ColorBear), as well as set output messages in the event of divergence, and change the language of communication in English.

Forex Indicators


Download forex - Indicator MACD divergence on a standard

Indicator of divergence in Stochastics

The presence of the graph Stochastics not sure.

However, if there is a standard Stochastics, the divergence of the line will show off and on schedule and the indicator will use the setting Stochastics.

The solid line is drawn classic, the dotted line of the reverse divergence.

You can change the color of the lines (variables ColorBull and ColorBear), as well as set output messages in the event of divergence, and change the language of communication in English.


Forex Indicators

Download forex indicator divergence in Stochastics


Indicators RSIColored_v1, DivPeakTroughRSI_SW

Forex Indicators

First, add the file ind_RSIColored_v1, then drag the mouse in the same window ind_DivPeakTroughRSI_SW_v1.

Download forex - indicator ind_RSIColored_v1

Download forex - indicator ind_DivPeakTroughRSI_SW_v1

Indicators of divergence

Several standard ostsilyatorov with Automatic causing divergence, both conventional and covert.
Unfortunately some divergence, they do leak, but not often. In addition, some divergence may be missing (one of perhaps 10), there is another significant "-".
Divergence is applied to the schedule until after the closure of the next bar. That is to ostsilyatore narisovtsya be roughly equivalent to the fractal BV.
This leads effectively to ensure that the signal is often already spent.
Fat red line corresponds to how divergence is built by hand or having to wait for the closing of the trace bar (regardless of whether it is more or less at ostsilyatore).
Dotted line marked by a bar to close, which draw the indicator signal.
Indicators Forex Indicators divirgentsii

Paints a signal or indicator on the current bar or on the closure will provide an opportunity to see more stories and such intersny time as the movement of prices against divergence (divergence fracture).

Archive divergence indicators download

Download CCI_Divergence_V1.1.mq4
Download Stoch_Divergence_V1.1.mq4