Jump to content

[REQ]Pro Trader Bot


Recommended Posts

Hi

 

I'm looking too for this EA. Can please someone share?

 

Thanks,

 

Nino

 

This info is from other forum and ea decompiled by others. This ea is scam, stay away.

 

 

After Pro Trader Bot was De compiled it was reveled to actually be Pips Auto Pilot.

 

Here is an excerpt of the MQ4 file

if (l_isar_72 l_isar_72 && l_imomentum_8 > 100.0 && l_iadx_16 > 21.0 && l_irsi_24 > 70.0 && l_ima_32 > l_ima_40) {

closesell(ID);

if (orderscnt() < MaxTrades) {

if (stoploss == 0) l_price_80 = 0;

else l_price_80 = Ask – stoploss * g_point_136;

if (takeprofit == 0) l_price_88 = 0;

else l_price_88 = Ask + takeprofit * g_point_136;

OrderSend(Symbol(), OP_BUY, Lots, Ask, 2, l_price_80, l_price_88, "Pips Auto Pilot", ID, 0, Blue);

PlaySound("Alert.wav");

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