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