steve88 Posted January 23, 2009 Report Posted January 23, 2009 http://www.masaesignal.com/index.php?option=com_content&task=blogcategory&id=20&Itemid=28 buat yg punya share ya?..... thanks Quote
fx_cyborg Posted January 23, 2009 Report Posted January 23, 2009 [HELP]To Find this Indicators Need your help to find & share what this indicator, anybody have an idea or allready have ? http://i393.photobucket.com/albums/pp11/ayip21/new-masig.jpg http://www.masaesignal.com/index.php?option=com_content&task=blogcategory&id=20&Itemid=28 Anybody, Please ? :peace: Quote " I ' LL BE BACK "
sonny Posted January 23, 2009 Report Posted January 23, 2009 Re: [HELP]To Find this Indicators What one? Quote
bamik Posted January 24, 2009 Report Posted January 24, 2009 Re: [HELP]To Find this Indicators What one? new-masaesignal indicator. Do you have it? Best Regards Quote
sonny Posted January 24, 2009 Report Posted January 24, 2009 Re: [HELP]To Find this Indicators Looks like PFE http://www.4shared.com/file/82310906/48c64d4d/PFE.html When cross 0 look for retrace and enter :peace: Quote
bamik Posted January 24, 2009 Report Posted January 24, 2009 Re: [HELP]To Find this Indicators Looks like PFE http://www.4shared.com/file/82310906/48c64d4d/PFE.html When cross 0 look for retrace and enter :peace: THX SONNY. It's look like it. Do you have any clear rule for buy and sell? Quote
sonny Posted January 24, 2009 Report Posted January 24, 2009 Re: [HELP]To Find this Indicators bro bamik :peace: Buy : cross above 0 come back down cannot go lower when start to turn up again buy at High Target ?? Fibo ? :peace: :peace: Quote
fx_cyborg Posted January 25, 2009 Report Posted January 25, 2009 Re: Thank You Looks like PFE http://www.4shared.com/file/82310906/48c64d4d/PFE.html When cross 0 look for retrace and enter :peace: Can you give more detail instruction how to use this Indicators ? Which the Best Timeframe should we use ? Could you re-upload this indicators via megaupload or rapidshare, because seems i've gotted trouble to Download from 4shared. Many2 thanks before :shand: Quote " I ' LL BE BACK "
fx_cyborg Posted January 25, 2009 Report Posted January 25, 2009 Re: [HELP]To Find this Indicators Dear Sonny; I found this Indicators Polarized Fractal Effieiciency from neighbour forum, can you help me are this indicator in this attachement right ? Please let me know, Thank you. Quote " I ' LL BE BACK "
fx_cyborg Posted January 25, 2009 Report Posted January 25, 2009 Re: [HELP]To Find this Indicators Looks like PFE http://www.4shared.com/file/82310906/48c64d4d/PFE.html When cross 0 look for retrace and enter :peace: Seems Sonny Download Link is the real & Correct Indicator. How about the setting parameter like this bellow screenshoot, is it right ? Any other setting ? Please let me know. Thanks before :shand: http://i393.photobucket.com/albums/pp11/ayip21/PFE.jpg Quote " I ' LL BE BACK "
sonny Posted January 30, 2009 Report Posted January 30, 2009 Re: [HELP]To Find this Indicators bro fx_cyborg settings is 7 not 4 Then you are correct Use GBPUSD 15M :peace: Quote
sonny Posted January 30, 2009 Report Posted January 30, 2009 Re: [HELP]To Find this Indicators PfePeriod 7 MAPeriod 7 to be sure :D BUY at 13:00 :D Quote
fx_cyborg Posted January 31, 2009 Report Posted January 31, 2009 Re: [HELP]To Find this Indicators Thanks Sonny :shand: Quote " I ' LL BE BACK "
sonny Posted February 5, 2009 Report Posted February 5, 2009 Re: REQ: MASAE SIGNAL :mrgreen: http://www.indo-investasi.com/viewtopic.php?f=9&t=1546&hilit=PFE Quote
sillykiddo Posted October 25, 2009 Report Posted October 25, 2009 Re: [HELP]To Find this Indicators Can anyone reup the indicator link is not valid anymore thanks Quote
osaze Posted November 7, 2009 Report Posted November 7, 2009 Re: [HELP]To Find this Indicators I guess this is what u need //+------------------------------------------------------------------+ //| PFE.mq4 | //| ©2008, [email][email protected][/email] | //| [url]http://www.fxtrade.it[/url] | //+------------------------------------------------------------------+ #property copyright "Copyright © 2008, Gimapiero Raschetti" #property link "http://www.fxtrade.it/" #property indicator_separate_window #property indicator_buffers 1 #property indicator_color1 DodgerBlue //#property indicator_minimum -1 //#property indicator_maximum 1 #property indicator_level1 0 //---- input parameters extern int PfePeriod=7; extern bool UseAvarage=true; extern int MaPeriod=7; //---- buffers double Pfe[]; double PfeBuffer[]; //+------------------------------------------------------------------+ //| Custom indicator initialization function | //+------------------------------------------------------------------+ int init() { string short_name; IndicatorBuffers(2); //---- indicator line SetIndexStyle(0,DRAW_LINE); SetIndexBuffer(0,Pfe); //---- name for DataWindow and indicator subwindow label short_name="PFE("+PfePeriod+")"; IndicatorShortName(short_name); SetIndexLabel(0,short_name); //---- SetIndexDrawBegin(0,PfePeriod); SetIndexBuffer(1,PfeBuffer); //---- return(0); } //+------------------------------------------------------------------+ //| Momentum | //+------------------------------------------------------------------+ int start() { int i,k,counted_bars=IndicatorCounted(); double noise=0; //---- if(Bars<=PfePeriod) return(0); i=Bars-PfePeriod-1; if(counted_bars>=PfePeriod) i=Bars-counted_bars-1; while(i>=0) { noise=0.000000001; for(k=0;k<PfePeriod;k++) { noise=noise+MathAbs(Close[i+k]-Close[i+k+1]); } PfeBuffer[i]=(Close[i]-Close[i+PfePeriod])/noise; i--; } i=Bars-PfePeriod-1; if(counted_bars>=PfePeriod) i=Bars-counted_bars-1; while(i>=0) { if(UseAvarage) Pfe[i]=iMAOnArray(PfeBuffer,Bars,MaPeriod,0,MODE_EMA,i); else Pfe[i]=PfeBuffer[i]; i--; } return(0); } //+------------------------------------------------------------------+ Quote One obvious truth.FOREX IS ANYTHING BUT EASY
tongtoro Posted November 8, 2009 Report Posted November 8, 2009 Re: [HELP]To Find this Indicators bro bamik :peace: Buy : cross above 0 come back down cannot go lower when start to turn up again buy at High Target ?? Fibo ? :peace: :peace: please upload again, becuse i had alert The file link that you requested is not valid. thanks sir Quote
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.