molanis.com/forum - Tools for MetaTrader : The place to ask about the best expert advisor builder, expert advisor downloads, and expert advisor programming

AFTER YOU REGISTER SEND US AN EMAIL TO ACTIVATE YOUR ACCOUNT - Before posting:-1- Please read the user guide -2- Try the examples -3- Search in the forum
It is currently Sat May 18, 2024 9:41 am

All times are UTC - 5 hours




Post new topic Reply to topic  [ 5 posts ] 
Author Message
 Post subject: EA exposed
PostPosted: Thu Oct 07, 2010 7:48 am 
Offline

Joined: Thu Sep 09, 2010 8:12 am
Posts: 48
Hi. Just discovered that the condition for my trade entry is not hidden in the expect section of the trade review. Thats really not good. Is there anyway to hide this now or in the future


Top
 Profile  
 
 Post subject: Re: EA exposed
PostPosted: Thu Oct 07, 2010 8:57 am 
Offline

Joined: Tue Dec 22, 2009 12:22 am
Posts: 1761
The ea prints all logs including why the transaction is being executed. There is no automatic way to avoid this.
If you want to commercialize your ea, you can change the code:
Look for something like this:
Print("M-",_Symbol," triggered by ",condition_bn);
and add // at the beginning of the line to have something like:
//Print("M-",_Symbol," triggered by ",condition_bn);


Top
 Profile  
 
 Post subject: Re: EA exposed
PostPosted: Thu Oct 07, 2010 10:17 am 
Offline

Joined: Thu Sep 09, 2010 8:12 am
Posts: 48
molanisfx wrote:
The ea prints all logs including why the transaction is being executed. There is no automatic way to avoid this.
If you want to commercialize your ea, you can change the code:
Look for something like this:
Print("M-",_Symbol," triggered by ",condition_bn);
and add // at the beginning of the line to have something like:
//Print("M-",_Symbol," triggered by ",condition_bn);


So with this all the condition will be hidden? or what does that do exactly. Should have known that b4 now cos i cant change it now. Well i will need it later


Top
 Profile  
 
 Post subject: Re: EA exposed
PostPosted: Thu Oct 07, 2010 1:19 pm 
Offline

Joined: Tue Dec 22, 2009 12:22 am
Posts: 1761
The print out where it says ...triggered by...


Top
 Profile  
 
 Post subject: Re: EA exposed
PostPosted: Thu Oct 07, 2010 4:14 pm 
Offline

Joined: Thu Sep 09, 2010 8:12 am
Posts: 48
molanisfx wrote:
The print out where it says ...triggered by...

Have already done that. I meant i cant do that on the submitted ea for the chammpionship


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

All times are UTC - 5 hours


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by Molanis © 2009