tb36670 Posted August 16, 2011 Report Posted August 16, 2011 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
soundfx Posted August 16, 2011 Report Posted August 16, 2011 (edited) Hi tb36670, This is quite a complex one to code - though I believe that the guys at TSD have created one in the Elite section (though I don't have access there). If anyone wants to code this, they need to read this article: http://stocata.org/metastock/bollinger_perc_b.html And they will find these MT4 TEMA and haC indicators handy: http://www.multiupload.com/927GZKZVUN Edited August 16, 2011 by soundfx
soundfx Posted August 16, 2011 Report Posted August 16, 2011 ok - I've just found the TSD one, thanks to marthart in the post: http://indo-investasi.com/showthread.php/10007-TSD-Forum-Elite-Section-indicators?p=170777&viewfull=1#post170777 Here's the indi: http://www.multiupload.com/ANMJ5KNIXR tb36670 - if you think it's a useful indicator - how are you using it? Diesel 10, patpal2invest, siddeshsd and 3 others 6
tb36670 Posted August 17, 2011 Author Report Posted August 17, 2011 as creator explain in his site he follow the divergences and hidden divergences as a leading indicator
andre313 Posted April 10, 2012 Report Posted April 10, 2012 http://www.multiupload.com/ANMJ5KNIXR , re upload please, Thank you
aaaaaaaaaaaaaaaaaaaaaa Posted February 14, 2016 Report Posted February 14, 2016 can somebody reupload this indicator? thanx advance
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now