Forex



Go Back   Forex Trading > Training > Metatrader > Metatrader 4 mql 4 - Development course
Forex Forum Register More recent Blogs Calendar Advertising Others Help






Register
Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.

From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.

Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
  • Elite Section
    Get access to private discussions, specialized support, indicators and trading systems reported every week.
  • Advanced Elite Section
    For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
See more

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 05-30-2007, 07:14 PM
iscuba11's Avatar
Senior Member
 
Join Date: May 2006
Location: Houston
Posts: 398
iscuba11 is on a distinguished road
Smile StopLoss and Take Profit Script

Can someone debug the bug I have in this script?? Much appreciated!!

Dave


PHP Code:
//+------------------------------------------------------------------+
//|                                                       modify.mq4 |
//|                      Copyright © 2004, MetaQuotes Software Corp. |
//|                                       http://www.metaquotes.net/ |
//+------------------------------------------------------------------+
#property copyright "Copyright © 2004, MetaQuotes Software Corp."
#property link      "http://www.metaquotes.net/"
#property show_confirm

//+------------------------------------------------------------------+
//| script "modify first market order"                               |
//+------------------------------------------------------------------+
int start()
  {
   
bool   result;
   
double stop_loss,point;
   
double take_profit;
   
int    cmd,total,error;
//----
   
total=OrdersTotal();
   
point=MarketInfo(Symbol(),MODE_POINT);
//----
   
for(int i=0i<totali++)
     {
      if(
OrderSelect(i,SELECT_BY_POS,MODE_TRADES))
        {
         
//---- print selected order
         
OrderPrint();
         
cmd=OrderType();
         
//---- buy or sell orders are considered
         
if(cmd==OP_BUY || cmd==OP_SELL)
           {
            
//---- modify first market order
            
while(true)
              {
               if(
cmd==OP_BUYstop_loss=(Bid-10*point) && take_profit=(Ask+50*point);
               else            
stop_loss=(Ask+10*point) && take_profit=(Bid-50*point);
               
result=OrderModify(OrderTicket(),0,stop_loss,take_profit,0,CLR_NONE);
               if(
result!=TRUE) { error=GetLastError(); Print("LastError = ",error); }
               else 
error=0;
               if(
error==135RefreshRates();
               else break;
              }
             
//---- print modified order (it still selected after modify)
             
OrderPrint();
             break;
           }
        }
      else { Print( 
"Error when order select "GetLastError()); break; }
     }
//----
   
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
  #2 (permalink)  
Old 05-31-2007, 04:38 PM
ryanklefas's Avatar
Senior Member
 
Join Date: Apr 2006
Location: USA
Posts: 438
ryanklefas is on a distinguished road
What kind of problem were you having with it?
__________________
"Don't work harder, work smarter." -- my Java professor

Advertise on The All New FireCell Network
"Where online investing makes sense"

Coder for Hire:
http://firecell.info
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

Tags
script


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Virtual StopLoss Flytox Metatrader 4 1 05-17-2007 02:43 AM
autotrade - stoploss sminic Metatrader 4 1 02-05-2007 11:05 AM


All times are GMT. The time now is 05:06 AM.



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