| New signals service! | |
|
|||||||
| 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 |
|
![]() |
|
|
LinkBack (2) | Thread Tools | Display Modes |
|
|||
|
Quote:
Try changing your code to following snippet and let me know if that did the trick. Yannis int i=0; for (int cnt=OrdersTotal()-1;cnt>=0;cnt--) OrderSelect(i, SELECT_BY_POS, MODE_TRADES); if (OrderType()>=OP_SELL && OrderSymbol()==Symbol() && (OrderMagicNumber () == MagicNumber || MagicNumber==0)) { OrderModify(OrderTicket(),OrderOpenPrice(),Ask+(15 *Point),Bid-(20*Point),Cyan); //Modify stop loss and take profit return(0); } if (OrderType()>=OP_BUY && OrderSymbol()==Symbol() && (OrderMagicNumber () == MagicNumber || MagicNumber==0)) { OrderModify(OrderTicket(),OrderOpenPrice(),Bid-(15*Point),Ask+(20*Point),Cyan); //Modify stop loss and take profit return(0); } return(0); } } |
|
|||
|
Try these links for MT4 instruction (I wish there was more):
http://www.forex-tsd.com/metatrader-...opment-course/ http://www.metatrader.info/tracker Last edited by richx7; 08-28-2006 at 08:53 AM. |
|
||||
|
Quote:
__________________
You need proffesional mql coder? Contact me! I will help you! ........................................ http://www.fxservice.eu/ ........................................ |
|
|||
|
E-mail and SMS Alerts
I am not a programmer... let me say that up front.
How would I program an e-mail alert into an indicator... e-mail to a web based service, specifically yahoo mail? Also, and even better then the e-mail alert, how would I get an indicator to send an SMS alert when the alert condidtions are met? Thanks for your assistance Wayne |
|
|||
|
What factors you should watch on an Backtest Report?
When you run an EA thru Backtesting, what are the key factors which determines the effectiveness of the EA code?
Is it Modelling quality, or % of wins and or Drawdown? And if you run for a period of one year, what would be the best/ideal results for an EA to be considered as a good one? Ofcourse this is only Backtesting. I do understand the forward testing is important too. But I just want to know the factors which affect quality of EA. Thanks in advance for your replies/time. Kent |
![]() |
| Bookmarks |
| Tags |
| histogram, forex, ZUP_v1.mq4 |
| Thread Tools | |
| Display Modes | |
|
|
LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/questions/270-ask.html
|
||||
| Posted By | For | Type | Date | |
| OzFx System:) - Page 639 | This thread | Refback | 06-21-2008 10:53 PM | |
| Forex SRDC Sidus Sibkis EA MT4 Forum OTCSmart | This thread | Refback | 12-08-2007 12:46 PM | |