⭐ goffredomameli Posted January 22, 2013 Report Share Posted January 22, 2013 Hi to everyone, I would like to transfer some my formulas from metastock to metatrader 4-5. Here it is the first: NAME: CYCLE 32 Period:=16; Velo1:= Mov(C,period,S); Velo2:= C - Velo1; Velo5:= Ref(Velo2,-period); Velo6:= Velo2 - Velo5; MMVelo:= Mov(Velo6,period/2,S); MMVelo; explanation: period is the number of bar C is the close MOV is the moving average and S is simple ref is the number of bar previous in the new mt4-5 formula I would like have an input for the number of bar and for the color. Can I put 2 cycles in the same windows?for example 32 and 64? thank's in advance Quote Link to comment Share on other sites More sharing options...
kkrishna79 Posted January 22, 2013 Report Share Posted January 22, 2013 Hi Thankyou for uploading the indicator formula for metastock Can you explain how to use this indicator in Metastock. I have able to plot it. Kindly help me Regards, krishna Quote Link to comment Share on other sites More sharing options...
⭐ goffredomameli Posted January 22, 2013 Author Report Share Posted January 22, 2013 (edited) Hi Kkrishna, it is very simple...I using it to see cycle of 32 minutes on a chart of 1 minutes if you use it on a 15 m chart...you see cycle of 8 hours... I use these formulas on metastock eod and rt....and if you are interested with I can upload some images..... Can you help me for Demark's indi? see the post I have written now.....thank you Edited January 22, 2013 by goffredomameli Quote Link to comment Share on other sites More sharing options...
⭐ goffredomameli Posted January 22, 2013 Author Report Share Posted January 22, 2013 http://i.imgur.com/ow7NtKf.gif Quote Link to comment Share on other sites More sharing options...
⭐ goffredomameli Posted January 22, 2013 Author Report Share Posted January 22, 2013 (edited) Another thing: on all time frames I use a SMA 15 ...so...one of my tool is the distance of low-high from this SMA. here it is: DISTANCEHL15:=If(Mov(C,15,S)>H,-1*((Mov(C,15,S)-L)*100)/L,If(Mov(C,15,S)<L,((H-Mov(C,15,S))*100)/Mov(C,15,S),0)); TRENDLINE:=0; DISTANCEHL15; TRENDLINE; explanation:if sma is above H,plot the distance from SMA and low if sma is below L,plot the distance from H and SMA. when the rubber band is too pulled....price comes back to the SMA... thank's in advance for coding it into mt5! Edited January 22, 2013 by goffredomameli Quote Link to comment Share on other sites More sharing options...
⭐ goffredomameli Posted March 6, 2013 Author Report Share Posted March 6, 2013 thank's in advance for coding it into mt4! Quote Link to comment Share on other sites More sharing options...
⭐ goffredomameli Posted March 6, 2013 Author Report Share Posted March 6, 2013 Hi Thankyou for uploading the indicator formula for metastock Can you explain how to use this indicator in Metastock. I have able to plot it. Kindly help me Regards, krishna I am still waiting for you......... Quote Link to comment Share on other sites More sharing options...
Guest FloridaTrader Posted March 6, 2013 Report Share Posted March 6, 2013 (edited) I am still waiting for you......... I think you misunderstood him. It sounds like his intentions were to use your indicator, not code it for you my friend. Shoot him a pm and see if he can assist you. It may just be a simple miscommunication here. Hope you can find someone to code it for you. Good luck! Edited March 6, 2013 by FloridaTrader Quote Link to comment Share on other sites More sharing options...
⭐ goffredomameli Posted March 6, 2013 Author Report Share Posted March 6, 2013 I think you misunderstood him. It sounds like his intentions were to use your indicator, not code it for you my friend. Shoot him a pm and see if he can assist you. It may just be a simple miscommunication here. Hope you can find someone to code it for you. Good luck! ok...may be you are right..... anyway....I am waiting for someone.....thank's! Quote Link to comment Share on other sites More sharing options...
crodzilla Posted April 10, 2013 Report Share Posted April 10, 2013 (edited) Cycle indy... Here you go! http://www.4shared.com/file/D5HWEvrJ/Cycle-Goff.html Carl PS. You can drag multiple indi's to the same INDI window (not price chart) and change periods and colors. Edited April 10, 2013 by crodzilla stock, Indiart, Danny and 4 others 7 Quote MarketCycle-360.com Link to comment Share on other sites More sharing options...
Danny Posted April 12, 2013 Report Share Posted April 12, 2013 (edited) Here you go! http://www.4shared.com/file/D5HWEvrJ/Cycle-Goff.html Carl PS. You can drag multiple indi's to the same INDI window (not price chart) and change periods and colors. Hi Carl Thanks for cycle indicator :) Please check this another cycle indicator found on net! Is it possible to convert it for 'Chart Window' ? Link : http://www.4shared.com/file/N_1GuVJa/half_spectrum_FIR.html PS) Thanks for the fft thread you started in another forum! I am learning hard to understand it, though it is quite complex study! Danny Edited April 12, 2013 by Danny Quote Link to comment Share on other sites More sharing options...
crodzilla Posted April 12, 2013 Report Share Posted April 12, 2013 Half Spectrum in chart... You are welcome! Here you go, Danny... http://www.4shared.com/file/2yI4rh3_/half_spectrum_FIR-Chart.html Carl gopala and taipan 2 Quote MarketCycle-360.com Link to comment Share on other sites More sharing options...
Danny Posted April 13, 2013 Report Share Posted April 13, 2013 You are welcome! Here you go, Danny... http://www.4shared.com/file/2yI4rh3_/half_spectrum_FIR-Chart.html Carl Strange!!! Tried few times but couldn't download from 4shared ! Thanks anyway Danny Quote Link to comment Share on other sites More sharing options...
sandeepnakum Posted April 13, 2013 Report Share Posted April 13, 2013 Can I have that PINK line indicator code. http://i.imgur.com/ow7NtKf.gif Quote Link to comment Share on other sites More sharing options...
crodzilla Posted April 17, 2013 Report Share Posted April 17, 2013 works Strange!!! Tried few times but couldn't download from 4shared ! Thanks anyway Danny I just tried it... works fine. Carl Quote MarketCycle-360.com Link to comment Share on other sites More sharing options...
Danny Posted April 17, 2013 Report Share Posted April 17, 2013 I just tried it... works fine. Carl Now the link works for me but the indicator doesn't fit properly with price! Maybe it is a nature of the indicator! Anyway thanks for help Danny Quote Link to comment Share on other sites More sharing options...
⭐ goffredomameli Posted April 30, 2013 Author Report Share Posted April 30, 2013 Can I have that PINK line indicator code. Well, cycle indicator named Goff was maden for me by ALTORONTO......so thank's to him! Now....the pink indicator is HIGH-LOW ACTIVATOR...you find it on goggle for metastock or for metatrader......if you don't find them...ask me. Quote Link to comment Share on other sites More sharing options...
sandeepnakum Posted May 1, 2013 Report Share Posted May 1, 2013 Well, cycle indicator named Goff was maden for me by ALTORONTO......so thank's to him! Now....the pink indicator is HIGH-LOW ACTIVATOR...you find it on goggle for metastock or for metatrader......if you don't find them...ask me. I have google it but can't find it for metastock. please post the code. Quote Link to comment Share on other sites More sharing options...
⭐ goffredomameli Posted May 1, 2013 Author Report Share Posted May 1, 2013 here it is: HLd:=If(CLOSE>Ref(Mov(H,3,S),-1),1, If(CLOSE<Ref(Mov(L,3,S),-1),-1,0)); HLv:=ValueWhen(1,HLd<>0,HLd); HiLo:=If(HLv=-1,Mov(H,3,S),Mov(L,3,S)); HiLo; explanation: when close is greater than SMA 3 High of previous day,indicator plots SMA 3 LOW when close is lesser than SMA 3 LOW of previous day,indicator plots SMA 3 HIGH very usefull also weekly and monthly HL Activator on daily chart On forex tsd you find HLActivator multitimeframe for metatrader. good trading sandeepnakum 1 Quote Link to comment Share on other sites More sharing options...
⭐ goffredomameli Posted May 22, 2013 Author Report Share Posted May 22, 2013 Here you go! http://www.4shared.com/file/D5HWEvrJ/Cycle-Goff.html Carl PS. You can drag multiple indi's to the same INDI window (not price chart) and change periods and colors. Hi Crodzilla, please...can you add also velo6 (in my metastock formula in my previous post) to CYCLE-GOFF indicator? I need inputs for TRUE-FALSE and color. Thank's in advance Goff Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.