Forex



Go Back   Forex Trading > Training > Metatrader > 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

 
 
Thread Tools
 
Old 08-01-2006, 05: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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
 
Old 08-01-2006, 06:36 PM
elihayun's Avatar
Senior Member
 
Join Date: Jan 2006
Posts: 388
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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
 

Bookmarks
Thread Tools

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

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


All times are GMT. The time now is 11:27 AM.



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