![]() |
Forex Forums | ForexLasers.com |
|
#1
|
||||
|
||||
|
Here is a Trailing Stop EA & manual.
Set it up & place your trade, the EA will handle the rest for you. |
|
#2
|
|||
|
|||
|
looks good
|
|
#3
|
|||
|
|||
|
Thank you, that is what i was looking for.
|
|
#4
|
|||
|
|||
|
Quote:
Can you please explain how I can set it up in my meta trader.I try to put it like other expert advisor but it does not show up in experts or indicators. I know nothing about program or not a computer tec.I appreciate your help. Have a good week end. |
|
#5
|
|||
|
|||
|
Quote:
BOTH files need to be copy/paste into Experts folder in your platform folder. Close your platform then reopen. Go to Expert Advisor's in Navigator and it will be there as Traling Stop EA. Read the manual for personal preference changes. |
|
#6
|
|||
|
|||
|
Just wanted to say 'Thank You' Vanhook2. Great EA.
|
|
#7
|
|||
|
|||
|
Thanks......works great.....needed this along time ago
|
|
#8
|
||||
|
||||
|
I did not code it, I just found it & liked it.
I hope it helps you all.:) |
|
#9
|
|||
|
|||
|
seems to work perfectly but i still have little problems with the settings please could you explain it for me thanks a lot:confused:
|
|
#10
|
||||
|
||||
|
Quote:
Read the manual. |
|
#11
|
|||
|
|||
|
Quote:
Thanks....... Have a good day |
|
#12
|
|||
|
|||
|
Thankyou Vanhook2...much appreciated.
|
|
#13
|
|||
|
|||
|
myfxidea.com also has a free trailing-stop EA available for download which might be of interest. I haven't used it. It's zipped so you'll need Power Archiver or equivilent to unzip it. Anyone know of an AO Indicator with a Alert that sounds whenever the colours change?
|
|
#14
|
||||
|
||||
|
Interbank FX is introducing 5th decimal pricing!
As part of our continuing commitment to delivering the optimal customer experience we are introducing 5th decimal pricing on our currency pairs. The 5th decimal prices will be available on our demo servers on Sunday afternoon at 6pm EST on April 12th, 2009 and will be available on the live trading servers on Sunday afternoon at 6pm EST on May 17, 2009. Why 5th decimal pricing? Adding the 5th decimal point can reduce the spread, or difference between the buy and sell prices of a currency pair. You may notice tighter spreads as we enable the 5th decimal pricing on our trading platforms. How will this effect Expert Advisors (EAs)? Most EAs will be affected by the introduction of the 5th decimal point. Please make sure that you have adjusted all pip value related parameters, such as take profits or stop losses, to allow for the additional decimal point. For instance, if you are currently using a stop loss level of 20 on a four decimal pair, you would have to change the value to 200 to get the same execution on a pair with a 5th decimal. Please be aware that some EAs will need fundamental changes to ensure that they will work as you expect. We would suggest that you use your EAs on our demo accounts before using them on your live account to ensure they are working properly. How does this effect Stop Losses, Take Profits and Maximum Deviation? All take profit, stop loss and maximum deviation values that are expressed in points should be multiplied by 10. For example, if you would like to enter a Maximum Deviation of 5 pips, you would enter 50 into the Maximum Deviation field. How does this effect the profit / loss values expressed in the Trade tab in the Terminal? All profit & loss values already incorporate the 5th decimal place adjustment when they are expressed as Points in the Profit column under the Trade tab in the Terminal window in MetaTrader. Does this effect Trailing Stops? Yes. When you are setting a trailing stop value you will multiply it by 10. Who do I contact if I have additional questions? You can contact our award-winning customer service team from Sunday at 5:00pm EST to Friday at 5:00pm EST by email, phone or live chat. Toll Free: US and Canada: 866.468.3739 Australia 1.800.884.912 Indonesia 001.803.017.9112 Malaysia 1.800.813.776 New Zealand 0800.445647 Singapore 800.101.2097 United Kingdom 0.808.120.1966 International: +1.801.930.6800 Email: help@ibfx.com Live Support: Click here - The IBFX Team |
|
#15
|
|||
|
|||
|
okay thanks a lot i will get back to you
|
|
#16
|
|||
|
|||
|
Very interesting, this is a bad shortcoming of MT4 (minimum 15 pip trailing stop) - will give it a go. Thanks
|
|
#17
|
|||
|
|||
|
Quote:
did it just for kicks.....lol |
|
#18
|
|||
|
|||
|
Interesting stuff...thanks
|
|
#19
|
||||
|
||||
|
Your are welcome.
Hope it helps.:) |
|
#20
|
|||
|
|||
|
stupid question time
what do you mean....trailing stop???? |
|
#21
|
||||
|
||||
|
|
|
#22
|
|||
|
|||
|
i am looking for a ea that can do the folowing,
A) take profit at 3 stages eg- if my target is 150, frofits are taken at 50/50/50 B) once the first take profit is executed, stop to move to break evan and not move any further. i know i am asking for alot but you never know might be something out there. oh and take profit and initial stop loss should be adjustable because all pairs move diferantly. cheers. |
|
#23
|
|||
|
|||
|
Quote:
There are probably several solutions, but the obvious one involves splitting the initial OrderSend() function into 3 seperate orders each with a different magic number and a different TP target. It will then be straightforward to modify the TPs of orders 2 and 3 once the bid reaches TP 1. You didn't say what the entry conditions are for your EA, or even if you had an EA on which you wanted to apply the TP rules. If you want to paste up either some code or the EA itself, I'll modify it for you once I get a bit of spare time. |
|
#24
|
|||
|
|||
|
Quote:
Entry- what i look for is price close past 15ema. then the retrace to 7ema will be a trigger. stop loss- should be adjustable to suit pair. eg: eur/usd pair 30 pips stop from 7ema triger entry price take profit would be 90 pips (30/30/30) where as gbp/jpy stop would be 50 pips take profit 50/50/50 what you would get is a RR 1-3 Thanks jezzer hope my explanation is what you meant. ....cheers Oh one last thing, if a candle closes back past the 15ema after a trade is opened, the existing trade should close evan though it will be with a loss, and now the new trade or order will open. dont want to have two trades going on opisite each other. cheers Last edited by bill77; 22-04-2009 at 21:37. |
|
#25
|
|||
|
|||
|
Hi Bill,
I wasn't actually planning to write the whole EA for you from scratch. I thought that you had one already that you just needed some ideas on how to modify/split the TPs and SLs. Sorry if I confused you, but there's a difference between making a 5 minute modification and writing and testing a whole EA. :eek: There are actually plenty of free moving average based EAs out there already. You just need to search a few of the forums until you find something that does what you want. I think there's probably a MA crossover EA that I've seen on the MQL4 website, but it will probably just enter at the crossover itself rather than wait for a retracement to the faster MA. Once you find something that goes part of the way, paste it up here and I'll look at modifying it for you. |
|
#26
|
|||
|
|||
|
Quote:
|
|
#27
|
|||
|
|||
|
Bill,
I've attached a Universal MA cross EA (free on the internet) which will do some of the things that you want it to do, although it won't wait for a retracement before entering the market and it won't split your orders. I suggest that you test it first to see what features you like or dislike about it and then look to make the modifications it from there. |
|
#28
|
||||
|
||||
|
Quote:
See if this is what you are looking for. I found it today & I remembered your post. It's a trade manager. Both the EA & Manual are attached. The following is what the author wrote when he posted it..... THV CaveManager v1.1 This is a trade management EA designed for the Cobra THV Trading System. As with THV, it is FREE. All are welcome to use it. Features 1. Set SL and TP for you once you open a position. 2. Take profit by SDX-TzPivot levels (mid levels supported) in 3 sets. 3. Take profit by batches on pips gain in 3 sets. 4. Capital protection once market moves in your favor by pip value. 5. Staggering of losses if market moves against you. 6. Pip-by-pip trailing stop once pip target reach. * all features are hidden except for 1 and 6 This EA has been thoroughly tested and proved working to the best of our abilities. Same rules applies here similar to running other EAs. Do not change TF or close MetaTrader when there is a position being managed by the EA. Nevertheless, to cater to such "accidents", the EA is coded to recover in such situations. May not be back to the original state of being managed but in a way to minimize loss if such were to occur. As with any new system, do spend some time reading through the short documentation to understand how it works and most important of all, test it out on demo before using it on your Live account. |
|
#29
|
|||
|
|||
|
Hi thanks for the EA, I always thought metatrader was lacking because it did not have trailing stops.
But i am unable to change the input values in the EA. I have tried clicking and right clicking and nothing happens. How can i change the default inputs which are not the same as in the manual. thanks |
|
#30
|
|||
|
|||
|
hey every one
can some please add 3 step take profit system to this ea for me like break even at 50 then at 100 then at 150...also add manage all symbal buy and sell orders setting should be a justabble.thanks for the help...........:D i want to up the ea i am talking but i don't see see where to do it:confused: |
|
#31
|
|||
|
|||
|
Vanhooks2,
I"ve just join this site,i must let you know that i found the information on the trailing stop very useful. |
|
#32
|
|||
|
|||
|
Me too!the EA is great,would somebody please advise me on the inputs, mine seems to close the trade too early before i get the maximum profit.
Last edited by moogul; 24-08-2010 at 16:49. |
|
#33
|
|||
|
|||
|
MetaTrader 4 terminal is a perfectly equipped traders workplace that allows to trade in the financial markets (Forex, CFD and Futures). It provides the necessary tools and resources to analyze price dynamics of financial instruments, make the trade transactions, create and use automated trading programs (Expert Advisors). It represents the all-in-one concept and is the most popular trading terminal in the world.
|
|
#34
|
|||
|
|||
|
I'd like to take some of your time and share my experience with you...
I'm kinda new to Forex and markets themselves but still I'm full of wishes to be a successful person and really really gonna make all the things, depended on me, get success. For now the only thing that helps me to move that way is I guess you'll like it just like I did... :) |
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| The difference between Stop Loss and Limit orders! | Johny | Forex Discussion | 2 | 06-06-2014 02:09 |
| Quick Trailing EA | boylan | Expert Advisors / Robots | 11 | 21-10-2013 15:38 |
| Jump Stop EA | ezyazpie | Expert Advisors / Robots | 3 | 16-06-2009 21:04 |