Jump to content

Recommended Posts

Posted
He trades 10,000 lots at a time. Usually it takes $10,000 in your account to safely trade one full lot. Do the math, my calculator doesn't go that high. What is incredible is that there are people ****** enough to fall for this stuff.
Posted
I have such ea. It works on my live and its martingale. In backtest,it neva lost a trade.1minute timeframe,in and out of a trade in 2minutes.My $100 is now $7,000 since monday with martingale on and multiplier 2. Aiming to withdraw tomorrow.
Guest FloridaTrader
Posted
I have such ea. It works on my live and its martingale. In backtest,it neva lost a trade.1minute timeframe,in and out of a trade in 2minutes.My $100 is now $7,000 since monday with martingale on and multiplier 2. Aiming to withdraw tomorrow.

 

Can you share?

Posted
The ea is trading in the opposite direction(buying instead of selling and selling instead of buying).If u can reverse the code,then i share my setfile with you.I payed a programmer to reverse it.
Posted

100 dollar to 7000 dollars in such short time .. well I can blow 100 dollars accounts 70 times... and still will be happy..since I need it to work only One shot..

 

well whatever Ea you have either share or don't.. just make sure You enjoy It.

Posted

I found the fault. Its in orderclose function.It sends sell order at bid(normally) and at the same time the ordercloses at ask making you loose almost instantly.But i have made it work,i added another feature(pipgain).This is the pip profit the ordercloses and not tp.

Before:if (OrderMagicNumber()==Magic&&OrderSymbol()==Symbol()){if(OrderType()==OP_BUY){OrderClose(OrderTicket(),OrderLots(),Bid,3);

Now:if (OrderMagicNumber()==Magic&&OrderSymbol()==Symbol()){if(OrderType()==OP_BUY){OrderClose(OrderTicket(),OrderLots(),Bid Pipgain*0.0001,3); same for sell. Thanks for the support. I know just alittle 'bout mql4 programming. My settings,just change BBperiod to "2" not "50". You would get a perfectly straight down equitygraph,no gains. Lol. But now its reversed,its straight up

Guest FloridaTrader
Posted
not really.

 

As another great poster stated, you don't know how this forum works. Please don't tell others how well you're doing with your trading if you don't want to share it.

Posted
I found the fault. Its in orderclose function.It sends sell order at bid(normally) and at the same time the ordercloses at ask making you loose almost instantly.But i have made it work,i added another feature(pipgain).This is the pip profit the ordercloses and not tp.

Before:if (OrderMagicNumber()==Magic&&OrderSymbol()==Symbol()){if(OrderType()==OP_BUY){OrderClose(OrderTicket(),OrderLots(),Bid,3);

Now:if (OrderMagicNumber()==Magic&&OrderSymbol()==Symbol()){if(OrderType()==OP_BUY){OrderClose(OrderTicket(),OrderLots(),Bid Pipgain*0.0001,3); same for sell. Thanks for the support. I know just alittle 'bout mql4 programming. My settings,just change BBperiod to "2" not "50". You would get a perfectly straight down equitygraph,no gains. Lol. But now its reversed,its straight up

 

OK...to be a little more blunt:

 

uuuhhhh.....who gives a SH#T....??? if your'e not going to share it......

Posted
we cannot have tp 1pip because with fxch stop level is 5pip

some one have this ea?

I think that it will work with LMAX (stop level 0)

i hve tested ea of waddah attar ,it have the same strategy

 

yeah edgar. But i don't get why its taking only 1pip.It reminds me of cyberiatrader that last in a trade for few seconds,aiming for 1pip profit before closing a trade. Whatever ea he is using,i am sure it wouldn't work live. No broker would allow such manner of scalping.

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