| 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 |
|
||||
|
Variable Stoploss
Hey guys, how would i go about in mql4 code aquiring the lowest close price for the last 8 candles (as a stoploss). Once the code has the lowest, i can assign it to a variable and make reference to it.
Thanx, Graham
__________________
Forex Factoid Home of the HedgeHog EA |
|
|||
|
Hi
See the hel of 'Lowest' function in mq4. I think code like this would do the trick: double val=Close[Lowest(NULL,0,MODE_CLOSE, 8, 0)]; This would include the current candle as well, replace the last 0 with 1 if you want to ignore current candle. Aki |
|
||||
|
Nice thanx! I'll test it out today to see how it works.
Update: Works amazing. Graham
__________________
Forex Factoid Home of the HedgeHog EA Last edited by gkozlyk; 06-06-2006 at 01:41 PM. |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Virtual StopLoss | Flytox | Metatrader 4 | 1 | 05-17-2007 01:43 AM |
| autotrade - stoploss | sminic | Metatrader 4 | 1 | 02-05-2007 10:05 AM |