Forex



Go Back   Forex Trading > Programming > Metatrader Programming






Register in Forex TSD!
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time).
Click here to register and get more information

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 03-07-2009, 03:16 AM
Junior Member
 
Join Date: Mar 2009
Posts: 4
davidw1000 is on a distinguished road
Unhappy Help With An Unfinished EA

Hello,

I have an EA that is not yet complete. I have no programming skills & need some help. I had someone working on it but they have since vanished. It is working pretty good but still has some issues & I would like to add some features such as TakeProfit, StopLoss, BreakEven + X Number Of pips, TrailingStop & Trading Hours.

Im not sure if it is wise to post the code on here or not, since it will/can be easily taken & used. Im willing to pay a reasonable amount if I have to. The EA itself is almost finished so it is not from scratch.

Please advise on what I should do.

Thank You,

David
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #2 (permalink)  
Old 03-07-2009, 04:06 AM
Kenny Rogers's Avatar
Senior Member
 
Join Date: Oct 2008
Posts: 684
Kenny Rogers is on a distinguished road
These are pretty simple additions. I think you can do this by yourself if you just spend a week learning how to code. Or download someone else's code and look at what they did. If you would like to keep the EA private, I suggest you don't post it.

I would do it for free, but I'm really not that great of a coder. And it's really not my business, and I know that there are coders out there that do this for a living...so I will step aside and go back to trading.

If you are really short on money, I guess I can hack my way to something functional. No promises though.
__________________
aka jbfx
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #3 (permalink)  
Old 03-07-2009, 02:13 PM
MiniMe's Avatar
Senior Member
 
Join Date: Nov 2006
Location: Montréal
Posts: 1,449
MiniMe is an unknown quantity at this point
Quote:
Originally Posted by davidw1000 View Post
Hello,

I have an EA that is not yet complete. I have no programming skills & need some help. I had someone working on it but they have since vanished. It is working pretty good but still has some issues & I would like to add some features such as TakeProfit, StopLoss, BreakEven + X Number Of pips, TrailingStop & Trading Hours.

Im not sure if it is wise to post the code on here or not, since it will/can be easily taken & used. Im willing to pay a reasonable amount if I have to. The EA itself is almost finished so it is not from scratch.

Please advise on what I should do.

Thank You,

David
This is the code for hidden SL and TP as for open hours its simple

Code:
extern int StartH = 2;
extern int EndH=  16;

if((ScanTrades()==0) && Hour()<StartH && Hour()>EndH)) return(0);
__________________

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #4 (permalink)  
Old 03-07-2009, 07:07 PM
Neo Neo is offline
Member
 
Join Date: Jun 2006
Posts: 46
Neo is on a distinguished road
Happy to look at it for you - PM me with details.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #5 (permalink)  
Old 03-07-2009, 11:45 PM
Junior Member
 
Join Date: Jul 2008
Posts: 1
aragorn2 is on a distinguished road
hi

if it help you i think the mql4 site can give the help you need

MQL4: automated forex trading, strategy tester and custom indicators with MetaTrader
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #6 (permalink)  
Old 03-08-2009, 06:38 AM
Senior Member
 
Join Date: Oct 2007
Posts: 114
mudar is on a distinguished road
It is quite simple, I can do it for you for free, (actually I have some times these days), Just PM me if you do not want you EA publish in the forum.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #7 (permalink)  
Old 03-08-2009, 11:22 AM
Junior Member
 
Join Date: Mar 2009
Posts: 4
davidw1000 is on a distinguished road
Quote:
Originally Posted by mudar View Post
It is quite simple, I can do it for you for free, (actually I have some times these days), Just PM me if you do not want you EA publish in the forum.
Hello mudar,

i do not see a pm icon. i think maybe because im new. is it ok to post my e-mail here? thank you for your help.

David
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #8 (permalink)  
Old 03-08-2009, 05:28 PM
Senior Member
 
Join Date: Oct 2007
Posts: 114
mudar is on a distinguished road
Quote:
Originally Posted by davidw1000 View Post
Hello mudar,

i do not see a pm icon. i think maybe because im new. is it ok to post my e-mail here? thank you for your help.

David
No, you don't need to publish your email here, just do this : go to the following adress :

Support

send a message in the contact box with your e-mail adress, this is my personnal website, so your message will directly reach me.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #9 (permalink)  
Old 03-08-2009, 06:08 PM
MiniMe's Avatar
Senior Member
 
Join Date: Nov 2006
Location: Montréal
Posts: 1,449
MiniMe is an unknown quantity at this point
Question

Quote:
Originally Posted by mudar View Post
No, you don't need to publish your email here, just do this : go to the following adress :

Support

send a message in the contact box with your e-mail adress, this is my personnal website, so your message will directly reach me.

mudar,

On your web site you promote for experts that were in the championships "2006.2007 && 2008" !!!

I am curious to how you get the codes for those expert if most of those experts haven't been published or sold ?

At the same time you claim that you wont publish David codes? difficult to believe don't you think so

David there are respected programmers in TSD they don't cost a lot , use one of them
__________________

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #10 (permalink)  
Old 03-09-2009, 01:04 AM
Junior Member
 
Join Date: Mar 2009
Posts: 4
davidw1000 is on a distinguished road
Angry Ooops

Hello TSD,

It seems I have made a mistake. I was trying to add/adjust something in that mq4 editor & I after I compiled it it does not work anymore. I think I messed it all up.

So know I need it to be reprogrammed again by scratch. I feel stupid for messing it up but what can I do. I have compiled a pdf with how the system works along with the indicators I use & the settings.

I do not want to post it on here because I was warned against it. Im very frustrated & not sure what to do.

Any help would be great.

Thank you.

David
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump


All times are GMT. The time now is 12:39 AM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.