Jump to content

MatrixScalper EA


Recommended Posts

Hi all,

I've got this scalper a few month ago for testing only (isn't public)

It works in asian session on eur/gbp - gbp/chf and eur/gbp

 

Can somone modify for ECN brokers?

thanks a lot

 

 

Note: to let it work on demo/real you have to open the EA with MetaEditor and change your account Number to meet your brokers account number:

So change the numbers "665566" to your brokers MT account.

 

int start() {
  int li_0 = 665566;
  int l_acc_number_4 = AccountNumber();
  if (l_acc_number_4 != li_0) {
     Alert("You can not use this account (" + DoubleToStr(l_acc_number_4, 0) + ") with this program!");
     return (0);

 

 

 

Download scalper and indicator:

h**p://www*forexsharing.com/345186

Link to comment
Share on other sites

Re: MatrixScalper EA

 

sorry i've no time to download and modify the code, but :

 

to make it campatible with ECN brokers, just open the code and find OrderSend function and change the SL and TP to 0 (zero) and then the line below add desired SL and TP with OrderModify function. that's it

 

good luck :)>-

LAL: Laugh At Life

it's too short to be sad..

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