mograst Posted July 21, 2009 Report Posted July 21, 2009 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 Quote
save2009 Posted July 22, 2009 Report Posted July 22, 2009 Re: MatrixScalper EA =D> =D> =D> Thank you for share but the code look same Your_Lucky.. Quote
mike99 Posted July 22, 2009 Report Posted July 22, 2009 Re: MatrixScalper EA Another Your_Lucky clone? Quote
mograst Posted July 22, 2009 Author Report Posted July 22, 2009 Re: MatrixScalper EA hmm... not sure..but maybe same as lucky with some changes... sorry guys didnt know... Quote
reza_oscar Posted July 22, 2009 Report Posted July 22, 2009 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 :)>- Quote LAL: Laugh At Life it's too short to be sad..
syedzain_87 Posted July 24, 2009 Report Posted July 24, 2009 Re: MatrixScalper EA does someone have try it?? please share the backtest and result... :-bd :-bd Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.