Jump to content

ImpactFX scalper..new


Guest fxprofits

Recommended Posts

Guest fxprofits
Here ya go

original:

http://www.4shared.com/file/M6-5Kqdf/Impact.html

 

educated:

http://sharebee.com/44559505

 

Thank Ormazd for the original and Papa4x for the educated

 

this is not the one.. i'm looking for impactfx scalper...

thanks.

Link to comment
Share on other sites

there is a problem whith educated version,on eurusd 5 min i have an error mesage:

ImpactFX runs only on EURUSD, on 5 minutes timeframe, press M5 button.

 

I don't know why,i have seen the code and i don't know why it's don't work.

 

http://nsm03.casimages.com/img/2010/06/23//100623071320113756279971.png

Edited by mandrake
Link to comment
Share on other sites

there is a problem whith educated version,on eurusd 5 min i have an error mesage:

ImpactFX runs only on EURUSD, on 5 minutes timeframe, press M5 button.

 

I don't know why,i have seen the code and i don't know why it's don't work.

 

http://nsm03.casimages.com/img/2010/06/23//100623071320113756279971.png

 

You use mini account so your symbol is "EURUSD." not "EURUSD"

You must edit your mq4 file by search this

 

if (Symbol() != "EURUSD" || Period() != PERIOD_M5) {

Comment("ImpactFX runs only on EURUSD, on 5 minutes timeframe, press M5 button");

Print("ImpactFX runs only on EURUSD, on 5 minutes timeframe, press M5 button");

return (0);

}

 

Remove above line from file and then complie again

Edited by stock
wrong text
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.
Note: Your post will require moderator approval before it will be visible.

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