Jump to content

tb36670

Members
  • Posts

    43
  • Joined

  • Last visited

Posts posted by tb36670

  1. can someone expert convert this metastock formula into metatrader 4?

     

    i think is a very usefull indicator

     

    http://stocata.org/metastock/formulas.html

     

    This is the modified SVE_BB%b formula:

    {Sylvain Vervoort SVE_BB%b}

    period:=Input("%b period: ",1,100,18);

    TeAv:=Input("Tema average: ",1,30,8);

    afwh:= Input("Standard deviation high ",.1,5,1.6);

    afwl:= Input("Standard deviation Low ",.1,5,1.6);

    afwper:= Input("Standard deviation period ",1,200,63);

    haOpen:=(Ref((O+H+L+C)/4,-1) + PREV)/2;

    haC:=((O+H+L+C)/4+haOpen+Max(H,haOpen)+Min(L,haOpen))/4;

    TMA1:= Tema(haC,TeAv);

    TMA2:= Tema(TMA1,TeAv);

    Diff:= TMA1 - TMA2;

    ZlHA:= TMA1 + Diff;

    percb:=(Tema(ZLHA,TeAv)+2*Stdev(Tema(ZLHA,TeAv),period)- Mov(Tema(ZLHA,TeAv),period,WEIGHTED))/(4*Stdev(Tema(ZLHA,TeAv),period))*100;

    percb;

    50+afwh*Stdev(percb,afwper);

    50-afwl*Stdev(percb,afwper);

    50

  2. yes i had a contact with mladen

     

    "Colors of bars were never intended to show anything but the current state of RMO itself in that version of indicator. They are a part of "ShowRMO" option and are simply there to show (by coloring bars) if RMO itself is over 0 or not. Nothing else. It is not a replica of metastocks indicator

     

    regards

    Mladen"

  3. i have found all rmo indicators in tsd forum but creator dint programmed them right way

     

    rmo system has 3 indicators

     

    rmo indicator

    swingtr2 and swingtr3

     

    rmo indicator is the red histogram

    when rmo > o is a buy signal and when rmo < o is a sell signal

     

    swintr2 is the green line and swindtr3 the yellow dot line

     

    when green line cross the yellow we see a blue arrow in chart and vice versa

     

    there is a 3d situation when green line > 0 then blue bars are colored in chart and red ones if swingtr2 < 0

    it is very usefull too if rmo indicator can be plotted as a highligh in base of chart(green squares if > 0 and red squares if < 0)

     

    the link for rmo indicator is http://www.forex-tsd.com/251174-post9.html

     

    could a good programmer correct the rmo indicators for mt4

     

    there is a manual about rmo i can share and some free videos in www.equis.com

     

    i use this system 2 years now with very good results in 15 min eurusd

     

    i m interesting for rmo in mt4 cause i dont like pay reuters data

    mt4 data are free

  4. it is the real formula

    it has been published from her in the book "breakthroughs in technical analysis"

    the formula was protected by copyright by the Library of Congress but the time has come to release the formula because it has unique properties that traders value

     

    the Composite index takes the normalized formula of RSI and removes the normalization range restrictions

     

    i dont know what the formula mean in metastock language but i think a programmer could find it

     

    ps

    could someone explain me how can i upload some images?

     

     

    ty

×
×
  • Create New...