Recent Strength indicator -
... 17 57 65 66 67 68 69 77 ...

thread: Recent Strength indicator

  1. #661
    Junior Member annacucanya's Avatar
    22
    Im in need for the recent strenght indior but I need to add more currency pairs. Sadly the ex4 is encrypted - what can I do?

  2. #662
    Senior Member Tataylo's Avatar
    435
    Sorry about the delay in responding, we have moved home and I've been without internet for a couple weeks.

    I can't send message to you by FF(forum) system. Please I want to, which indior is similar to DDI at FF.
    Do you have the calculation that underlies DDI? I haven't seen this indior before.

    I disabled personal messages because I get too many programming requests.

    why did you stop searching for new trading systems? What is the major cause of that?
    Nowadays I prefer'theories' to'systems'.

    I have attempted for both the connection you gave me but I keep getting this error once I compile. Kindly help
    I'm very sorry, but I am no more troubleshooting or coding indiors, unless the indior or EA is beneficial for me personally. You could try posting in one of those I code your indiors for complimentary threads, and perhaps somebody else can help you. Or if you're willing to cover the job, you can try https://www.mql5.com/en/job or https://www.elance.com/r/contractors/q-MQL4 Programming.

    Im in need for the current strenght indior but I need to add more currency pairs. Sadly the ex4 is encrypted - what can I do?
    I am sorry, but the indior is limited to the 8 major currencies (and therefore the 28 consequent pairs) only. There are loads of other power indys accessible, see the green text in place #1.

  3. #663
    Senior Member btttar's Avatar
    221
    Do you have the calculation that underlies DDI? I have not seen this indior before. I disabled PMs because I get a lot of programming requests.
    If I am not mistaken, the DDI is actually the same indior as DMI (Daily Movement Indior). If so, then:

    The standard interval is 14 periods. The returned value of DM could be positive ( DM), negative (-DM) or not. -DM is calculated by dividing EMADOWN from EMATR. DM is equivalent to EMAUP split by EMATR. Once those values generate returns, they help sort the directional index, or DX, that is calculated as: Absolute Value (( DI - -DI) / ( DI -DI)). Once the DX value is found, ADX is calculated as: EMADXn-1 / ((2 / (n 1)) x (DXn - EMADXn-1)).

    Rgds
    RM

  4. #664
    Senior Member Tataylo's Avatar
    435
    When I'm not mistaken, the DDI is in reality the exact same indior as DMI (Daily Movement Indior)....
    Thanks. Initially I similarly thought it may be related to Wilder's DMI/ADX (because of the title'DDI'), but DMI/ADX generally uses just one parameter whereas the DDI published by nc5225 uses four. Also, he states something about its being a typical deviation index.

  5. #665
    Senior Member btttar's Avatar
    221
    quote Thanks. Initially I similarly thought it may be related to Wilder's DMI/ADX (because of the name'DDI'), but DMI/ADX generally uses only one parameter whereas the DDI posted by nc5225 uses four. Also, he says something about its being a deviation index.
    Hanover, so far as I am aware, it's based on http://goo.gl/mtF6Hx however we shall see how if the poster replies to you.

    Rgds
    RM

  6. #666
    Junior Member kmokzok's Avatar
    27
    quote Thanks. Initially I likewise thought it may be related to Wilder's DMI/ADX (because of the name'DDI'), however, DMI/ADX normally uses just 1 parameter while the DDI posted by uses four. Additionally, he states something about its being a standard deviation index.
    #65292;thanks for your reply.
    RM, thanks more
    I am from China, now it is 10 a.m.
    maybe DDI isn't Standard deviation index, I only interpreted it by internet
    I am used to analysis DAY K-LINE(or H10,H3) powerful or weak using MACD and DDI for mid trend, therefore I would love to utilize it in MT4 for a indior. Thank you all of your help.
    Sorry for my poor English. Hope everything you can know what I said

    attached document is DDI introduction about method of calculation,function some in english.



    https://www.cliqforex.com/attachment...1770540499.doc

  7. #667
    Junior Member kmokzok's Avatar
    27
    quote If I'm not mistaken, the DDI is in fact the same indior as DMI (Daily Movement Indior). In that case, then: The standard period is 14 periods. The returned value of DM could be positive ( DM), negative (-DM) or not. -DM is calculated by dividing EMADOWN by EMATR. DM is equivalent to EMAUP divided by EMATR. When those values generate yields, they help sort the directional index, or DX, that is calculated as: Absolute Value (( DI - -DI) / / ( DI -DI)). When the DX worth is found, ADX is calculated as: EMADXn-1 / ((2 / (n 1)) x (DXn - EMADXn-1))....
    Retireme, thanks your reply
    but DDI isn't DMI (Directional Movement Index DMI is Welles Wilder )
    as below the image, the chart isn't different

  8. #668
    Senior Member Tataylo's Avatar
    435
    I said attached document is DDI debut about procedure of calculation,work a few in english
    I can't understand ddi.doc, the majority of it is in Chinese. The best I can do is try to translate the formula at the green box on your article #690. I'm not familiar with this programming language, hence that is my very best guess only.

    TR is apparently the true range, but this is not referenced afterward, hence I believe it is redundant.

    For each candle:

    1. When the (current candle large and the current candle low) gt;= (previous candle high and the previous candle low), then:
    DMZ = the greater of (1) the difference between the current candle's top and also the previous candle's large, and (2) the difference between the current candle's reduced and the previous candle's reduced; and DMF = 0

    2. When the (current candle large and also the current candle low) lt;= (previous candle high and the previous candle low), then:
    DMF = the greater of (1) the difference between the current candle's top and also the previous candle's large, and (2) the difference between the current candle's reduced and the previous candle's reduced; and DMZ = 0

    3. DIZ is the amount of all the DMZ values throughout the previous N candles, divided from the (amount of all the DMZ values throughout the previous N candles, in addition to the amount of all the DMF values throughout the previous N candles)

    4. DIF is the amount of all the DMF values throughout the previous N candles, divided from the (amount of all the DMZ values throughout the previous N candles, in addition to the amount of all the DMF values throughout the previous N candles)

    5. DDI = the histogram (colorstick?) Worth being plotted is equivalent to DIZ minus DIF for that specific candle

    Finally:

    ADDI = a SMA of DDI worth is plotted with preferences N1 and M

    AD = a M1 interval MA is plotted of this ADDI worth


    Note: N, N1, M and M1 appear to be the 4 parameter configurations entered by the consumer.

    back to your initial question: is there a comparable indior in MT4? I'm unaware of one. Does anyone else know the answer?

  9. #669
    Junior Member kmokzok's Avatar
    27
    quote I can't understand ddi.doc, the majority of it's in Chinese. The best I could do is attempt to interpret the formula at the green box in your article #690. I'm not acquainted with this programming language, therefore this is my very best guess only. TR is apparently the authentic range, however this isn't referenced subsequently, hence I believe it's redundant. For every candle: 1. When the (current candle large plus the current candle reduced ) gt;= (previous candle high plus the former candle reduced ), then: DMZ = the greater of (1) the difference between the current candle's large...
    , thanks again.
    You have understood it virtually. And I will explain it in detail in English. Wait for a minute I will reply you.


  10. #670
    Junior Member kmokzok's Avatar
    27
    quote I can not understand ddi.doc, the majority of it is in Chinese. The best I can do is try to interpret the formulation at the green box in your post #690. I am not acquainted with this programming language, hence this is my very best guess just. TR appears to be the true range, but this isn't referenced subsequently, hence I believe it is redundant. For every candle: 1. When the (current candle large and the current candle low) gt;= (previous candle high and the former candle low), then: DMZ = the larger of (1) the difference between the current candle's large...
    , RM
    I have posted a new thread for DDI
    https://www.cliqforex.com/bitcoin-cr...ta-alpari.html

  •