Jump to content

New Free FX Robot


Recommended Posts

caharr,

 

The robot is rubbish and the Rita Lasker site is just fishing for a stack of e-mail addresses to plug her next wonder EA which will cost you ;)

 

Here are some comments I spotted elsewhere:

 

"Hi, that robots it's only a joke.

It's only a fishing for email address.

 

After that it's copyrighted from :

#property copyright "Copyright © 2009, EarnForex.com"

#property link "http://www.earnforex.com"

 

It's a loss machine, randomly it send orders without error 130 or 138, the equity line is terrible.

It try to open orders with stupid open price, buy or sell doesn't matter, the open price is the same.

 

 

l_price_44 = Open[0];

l_ticket_4 = OrderSend(Symbol(), OP_BUY, Lots, l_price_44, 10, l_price_44 - StopLoss * g_point_128, l_price_44 + (TakeProfit + 3.0) * g_point_128, "73_Sys", 16384, 0, LawnGreen);

 

and for sell the price is the same :

l_ticket_4 = OrderSend(Symbol(), OP_SELL, Lots, l_price_44, 10, l_price_44 + StopLoss * g_point_128, l_price_44 - TakeProfit * g_point_128, "73_Sys", 16384, 0, Red);"

 

"All true, I had to normalize double and change the stop-loss from 9 to 15 to avoid error 130 for my broker and it failed in back-test like straight down for this year. Good thing I downloaded without giving my email."

 

There's no such thing as free lunch as they say lol.

Link to comment
Share on other sites

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...