Recent Strength indicator -
... 20 60 68 69 70 71 72 80 ...

thread: Recent Strength indicator

  1. #691
    I have both RS and CSM working on Pepperstone MT4 build 950 (see screenshot)
    David,

    I will attempt to install them MT4 Build 985.

    Hope it works

  2. #692
    Junior Member Susanagriff's Avatar
    19
    The stenght indior is super.

    I had been thinking if anybody know a correlation matrix indior, which is not predicated on pair/pair correlation, but currency strenght correlation rather.

    With that we would need a smaller table to assess the significance of pairs.

  3. #693
    Ciao ho un indiore di forza di valuta molto valida, ma non funziona, si ha una scadenza, perché è abbastanza vecchio
    https://www.cliqforex.com/attachment...9910696.0-MTF]

  4. #694
    Senior Member Tataylo's Avatar
    435
    Ciao ho un indiore di forza di valuta molto valida, ma non funziona, si ha una scadenza, su uno abbastanza vecchio
    Se pubblichi il file MQ4 su uno dei I Codice tuoi indiori gratuitamente da fili, e spiegare in dettaglio quale sia il problema, forse un altro programmatore vi aiuter. (Sto usando Google Translate, non parlo italiano)

  5. #695
    Junior Member HiForex's Avatar
    5
    Thank you for the effort;--RRB-

    BTW would you speak English?
    When you reply please do it at the exact same thread.

    Would you try it to compile the file on your build?

  6. #696
    I do not have the source code

  7. #697
    Does this seem like something has to give in the New Year?




  8. #698
    Hi
    appear good but I must try if accurate precisely the same I used everyday thanks anyplace
    have a happy new year

  9. #699
    Junior Member pknino_mdc's Avatar
    22
    Thank you Hanover,God bless you!
    Hello Hanover

    I use buffers to write IF conditions using Molanis and build my own EA. I know isn't great but is the only way I've got. Please is possible in the to output the buffers out of Currency Strength - Giraia in order to browse the values?

    Regards

    Jose

  10. #700
    Senior Member Tataylo's Avatar
    435
    I utilize buffers to compose IF states using Molanis and construct my own EA. I know is not good but is the only way I have. Please is possible from you to output the buffers from Currency Strength - Giraia in order to browse the values?
    Can't utilize buffers because the indy displays data as objects rather than a constant plot.

    Alternative solution:
    Attach the indy under to your MT4 chart, and copy the GetStrengthValue() function below into your EA.
    Then call the function, as shown in the code below, to get back the strength value for any currency that you nominate.

    Inserted Code void OnStart() string c = CAD; double s GetStrengthValue(c); MessageBox(Strength value for c is: DoubleToStr(s,5)); return; double GetStrengthValue(string ccy) double strength_value = -1; for (int z=0; zlt;8; z ) string objname = CurrencyStrength--00000 z; string objdesc = ObjectDescription(objname); if (StringSubstr(objdesc,0,3)==ccy) strength_value = StrToDouble(StringSubstr(objdesc,4,2)); break; yield (strength_value);

    https://www.cliqforex.com/attachment...7547781767.ex4

  •