Jump to content

Recommended Posts

Posted

Re: (Share) FX Boom

 

Hello can sum one upload the complete fxboom all the links are dead and moreover is the system worth it as tell on the webside please upload fxboom

 

Here you are

 

hxxp://rapidshare.com/files/367767113/FX_BOOM_-_Pro_624.rar

Pass:indo-investasi

 

10 download on this file....But no Kudos at all ????? :-?

  • Replies 169
  • Created
  • Last Reply

Top Posters In This Topic

Posted

Re: (Share) FX Boom

 

Hm.. thanks for upload again robotfx2...

 

I wonder what this system looks like, how the performance etc...

 

Or it might ended into quarantine folder like another system that i try... most likely... :-??

Guest fpfpro
Posted

Re: (Share) FX Boom

 

Thanks for the manual what about the template Eldiablo54 and other indicators please upload the vital point of the material other link are dead or limited

 

Thanks and kudos

Posted

Re: (Share) FX Boom

 

Hello can sum one upload the complete fxboom all the links are dead and moreover is the system worth it as tell on the webside please upload fxboom

 

Here you are

 

hxxp://rapid*share.com/files/367767113/FX_BOOM_-_Pro_624.rar

Pass:indo-investasi

 

10 download on this file....But no Kudos at all ????? :-?

 

Hi robotfx2, could you please re-upload it as the link is dead? Thank you.

 

If any brother here got it works well, would you mind upload some screenshots for reference? Thanks. ^:)^

Posted
alansim,

 

Why don't you try the system yourself and find out? Results will vary from trader to trader, but only you can determine your own performance.

 

Litxus so well said. For example I get out early out of the trades some one else might stay in longer and another person might stay in to long best thing to do is read the rules and try it. For example I have had 1 loosing trade in the last 3 weeks. But on my other account I tried it in a different way I make big money then loose it all again.

Posted

hi all,

 

my first post - apologies its a request but can the links for fxboom be uploaded again. i have tried all of them in this tread and they are all dead.

 

many thanks (and or course kudos) if anyone can help

 

cheers

 

marblaa

Posted

Hi Guys,,,

Its true the links on this thread are dead...Can someone be kind enough to re-upload the upgrade....I have had 6 consecutive winning trades on GBP/JPY, EUR/JPY and a single loss on GBP/USD.. the T&c sometimes failes and appears over and over again after I have taken my trade..It just happend on GBP/USD 5 days ago and its has a loss of over 210 pips...

I will need to start using my stop loss now.....But all the links for the upgrade are dead...can someone send a PM or re-upload..

Kudos to the nice person to do this..

Posted
all link dead please upload.... (2)

 

http://www.4sh*red.com/file/258923492/f6a3176a/indicators.html

 

Just for education... i help what i can... my inet bottleneck when upload the manual... maybe others can help it...

Posted

you can modify the T&C Wonders indicator to stop the repaint

//+------------------------------------------------------------------+
//|                                                T&C Wonders.mq4 |
//|                Copyright ?008, [email protected]          |
//+------------------------------------------------------------------+
#property copyright "Copyright ?2009, Fx Boom"
#property link      "http://www.Fxboom.com/"

#property indicator_chart_window
#property indicator_buffers 2
#property indicator_color1 Red
#property indicator_color2 Aqua

extern int SignalGap = 10;

extern int dist=24;

double b1[];
double b2[];

int init()  {
  SetIndexStyle(0,DRAW_ARROW,STYLE_SOLID,1);
  SetIndexStyle(1,DRAW_ARROW,STYLE_SOLID,1);
  SetIndexArrow(1,233);
  SetIndexArrow(0,234);
  SetIndexBuffer(0,b1);
  SetIndexBuffer(1,b2);
  return(0);
}
int start() {
  int counted_bars=IndicatorCounted();
  int k,i,j,limit,hhb,llb;
  
  if (counted_bars<0) return(-1);
  if (counted_bars>0) counted_bars--;
  limit=Bars-1;
  if(counted_bars>=1) limit=Bars-counted_bars-1;
  if (limit<0) limit=0;

  for (i=limit;i>=0;i--)   {
//      hhb = Highest(NULL,0,MODE_HIGH,dist,i-dist/2);
//      llb = Lowest(NULL,0,MODE_LOW,dist,i-dist/2);
     hhb = Highest(NULL,0,MODE_HIGH,dist/2,i);
     llb = Lowest(NULL,0,MODE_LOW,dist/2,i);

     if (i==hhb)
        b1[i]=High[hhb]+SignalGap*Point;
     if (i==llb)
        b2[i]=Low[llb]-SignalGap*Point;
  }
  return(0);
}

Posted
Hi Testttt, If you stop the indi repainting does this mean it will give you the first arrow and if it falls or rises above that aroow it just does not move the arrow coz if this is the case why make it stop repainting? It still defeats the object as it cant accurately give you the top or bottom of that move. \please advise
Posted
in the modified version, every arrow ever shown in the original version will be visible, you can compare them on the chart. the modified version is for manual backtesting, so i don't have to watch the chart for a whole day to see if the system is good
Posted
Hi guys, I have the cracked version that was given on this site. PM me Ill send it to you as the fxboom guys are watching this site and when we load it, it gets removed.

 

Hi Eldiablo54

I PM you...... help me please......

 

Thank you

Best Regards

 

Nataraja

Posted
Hi guys, I have the cracked version that was given on this site. PM me Ill send it to you as the fxboom guys are watching this site and when we load it, it gets removed.

 

Hi Eldiablo could you also PM me also.

 

Thanks in advance.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




×
×
  • Create New...