Jump to content

⤴️-Paid Ad- Check advertising disclaimer here. Add your banner here.🔥

Recommended Posts

Posted

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

Posted

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


⤴️-Paid Ad- Check advertising disclaimer here. Add your banner here.🔥

×
×
  • Create New...