Forex
Google
New signals service!

Go Back   Forex Trading > Metatrader Training > Metatrader 4 mql 4 - Development course > Questions


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
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-01-2006, 04:43 PM
Member
 
Join Date: Dec 2005
Posts: 52
hoosain is on a distinguished road
Help with Coding Please

Hi, How can I make something like "Stoploss" NOT appear on the Inputs screen when loading an EA?

Best regards
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 08-01-2006, 05:36 PM
elihayun's Avatar
Senior Member
 
Join Date: Jan 2006
Posts: 350
elihayun is on a distinguished road
Quote:
Originally Posted by hoosain
Hi, How can I make something like "Stoploss" NOT appear on the Inputs screen when loading an EA?

Best regards
if you have the source you can chage that
Look for line with the word OrderSend, the last parameter is the color. Just remove it and the comma that comes before it

PHP Code:
OrderSend(Symbol(),OP_SELL,Lots,Bid,2,SL,TP,"",Magic,0,Orange); 
change to this
PHP Code:
OrderSend(Symbol(),OP_SELL,Lots,Bid,2,SL,TP,"",Magic,0); 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl 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 On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Coding help please mj_bolt Indicators - Metatrader 4 2 05-07-2007 10:39 AM
A Little help coding please??? Aaragorn Expert Advisors - Metatrader 4 1 10-28-2006 07:01 PM
EA Coding Help! WAW Questions 0 05-03-2006 05:12 AM
Coding Help jerrymar Indicators - Metatrader 4 1 03-23-2006 09:20 AM
Need help coding jdsim1 Suggestions for Trading Systems 4 03-19-2006 10:40 PM


All times are GMT. The time now is 06:55 PM.



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