Jump to content

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

Recommended Posts

Posted

Dear all,

 

This is a simple EA I found on net and I am working on it for the purpose of learning coding... No matter what I do I can not get the EA to work based on the users SL and TP... Plus BE function does not work properly...

 

After learning these, I will move on to MM, GMT correction and etc

 

Here is the EA

 

http://www.4shared.com/file/166403063/2056932a/BO_EA.html

 

Any help is much appreciated...

Posted

Re: [HELP] Stoploss and TP fixed

 

Hi,

 

Good day,

 

I might drop by and come to help if I have time. There are still some request that I've not finished yet.

 

I would love to check and see what's going on since it is a coding issue.

 

Thanks for your thread,

 

 

Best wishes,

a New Year 2011 has come, and the challenge has just started 8-)
  • 3 weeks later...
Posted

Re: [HELP] Stoploss and TP fixed

 

Your EA is setting your SL and TP to zero on a new order.

 

//open orders

double SL,TP,ILots;

int Ticket;

SL=0;TP=0;ILots=Lots;

 

Make these changes andthe ea should work

double ,ILots;

int Ticket,SL,TP;;

SL=loss; TP=profit; ILots=Lots;

Posted

Re: [HELP] Stoploss and TP fixed

 

Hi mak2009,

 

Good day,

 

I have modified the EA and didn't check on backtest yet. I may do that later to see how it works.

 

It looks interesting somehow. For me, I can learn something new in the code.

 

Here it is:

 

hxxp://xxx.mediafire.com/?jyytyilzhjm 

 

or

 

hxxp://xxx.multiupload.com/GY7YHQBAWQ 

 

Please let me know whether it works or not,

 

Best wishes,

a New Year 2011 has come, and the challenge has just started 8-)

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