| 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 | Thread Tools | Display Modes |
|
|||
|
order closing alarm for hedging system
hi all, hows the forex treating yous?? good i hope
is there an ea out there that can sound an alarm = when an order is closed, when a market order is opened, im learning a new heding system that is supposed to be full prof, and after reading up on it seems very promising, need an alarm system for it though so i know when one side of the hedge has been closed etc so i can hear it round the house, anyone that can sends me the ea can have a copy of the script that shows the hedging system, its a well known system that the authors claim has left them no losses to date!!! |
|
|||
|
Hi!
You can find answer in HedgeHog EA. In that EA on close You can find: if(OrderType()==OP_BUY){ OrderClose(OrderTicket(),OrderLots(),Bid,3,Red); PlaySound("expert.wav"); GlobalVariableSet("Closed",1); Sleep(10000); } if(OrderType()==OP_SELL){ OrderClose(OrderTicket(),OrderLots(),Ask,3,Red); PlaySound("expert.wav"); GlobalVariableSet("Closed",2); Sleep(10000); henryb |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Hedging GBP/JPY (Arbitrage trading system) | lewi | Suggestions for Trading Systems | 53 | 02-20-2008 09:29 AM |
| simple hedging system... | white_tiger | Martingale/Average Cost and Hedging | 19 | 02-10-2008 05:41 AM |
| 100% hedging system with two brokers | hotstorm | Martingale/Average Cost and Hedging | 46 | 06-28-2007 04:21 PM |
| Help closing order (programming) | Morpheus | Expert Advisors - Metatrader 4 | 5 | 05-20-2006 04:46 PM |