Forex
Google

Go Back   Forex Trading > Discussion Areas > Setup Questions
Forex Forum Register FAQ Members List Calendar Search Today's Posts Mark Forums Read


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

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-29-2006, 11:31 PM
Linuxser's Avatar
Linuxser Linuxser is offline
Moderator
 
Join Date: May 2006
Location: Helliconia (Autumn)
Posts: 2,187
Linuxser has disabled reputation
Auto Stop Loss EA

In the ASCTrend forum there is an EA which can manage trailing stop and take profit options.

I´m not paranoic but I suffered on my own skin the Stop Hunters *. And since I discovered metatrader I have been looking for some solution.
Actually I´m not using Stop Loss. I just write in a paper my stop and then open the trade.
This action could be very risky and takes you at the front of the monitor for huge time.

The EA posted here is the most close to my idea. I´m looking for some EA which can manage only stop loss.
This way let you the option to not set the SL when you open the trade in metatrader. Avoiding the broker can know where is the "magic number" to take you out.

IE: you set the EA to -40 pips SL from your entry point. If the price moves against you -40 pips the EA close que open trade.

I know many EAs which have the option insert in the code but my knowledge about EA coding is extremly poor, so, If someone knows how to code it or modify the code of the EA posted here I will appreciate.

If someome can include the option in this EA. You can have all options available, stop, trailing stop and take profit completelly automated.
Attached Files
File Type: mq4 e-Trailing.mq4 (3.0 KB, 72 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 07-30-2006, 01:16 AM
Devil2000 Devil2000 is offline
Senior Member
 
Join Date: Dec 2005
Location: In front of my trading desk
Posts: 340
Devil2000 is on a distinguished road
I'm a bit confused, if it's about placing stop loss or trailing stop, why don't using regular metatrader's stop or trailing stop feature?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 07-30-2006, 01:28 AM
Linuxser's Avatar
Linuxser Linuxser is offline
Moderator
 
Join Date: May 2006
Location: Helliconia (Autumn)
Posts: 2,187
Linuxser has disabled reputation
Quote:
Originally Posted by Devil2000
I'm a bit confused, if it's about placing stop loss or trailing stop, why don't using regular metatrader's stop or trailing stop feature?
Hi...

Because I´m afraight to set stop loss (There are several discussion about stop hunters). I have very bad experiences with some brokers who moves the price against you.
And they can do that because you tell him where is located if you place in the order.

The EA manages trailing stop and take profit, has more options than regular metatrader.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 07-30-2006, 03:47 AM
Devil2000 Devil2000 is offline
Senior Member
 
Join Date: Dec 2005
Location: In front of my trading desk
Posts: 340
Devil2000 is on a distinguished road
Thank you, mind to give me a list of those brokers pls?
I'm not a programmer so I can't help you, but many others can do it
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 07-30-2006, 07:39 AM
newdigital newdigital is offline
Administrator
 
Join Date: Sep 2005
Posts: 15,413
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
Quote:
Originally Posted by Linuxser
In the ASCTrend forum there is an EA which can manage trailing stop and take profit options.

I´m not paranoic but I suffered on my own skin the Stop Hunters *. And since I discovered metatrader I have been looking for some solution.
Actually I´m not using Stop Loss. I just write in a paper my stop and then open the trade.
This action could be very risky and takes you at the front of the monitor for huge time.

The EA posted here is the most close to my idea. I´m looking for some EA which can manage only stop loss.
This way let you the option to not set the SL when you open the trade in metatrader. Avoiding the broker can know where is the "magic number" to take you out.

IE: you set the EA to -40 pips SL from your entry point. If the price moves against you -40 pips the EA close que open trade.

I know many EAs which have the option insert in the code but my knowledge about EA coding is extremly poor, so, If someone knows how to code it or modify the code of the EA posted here I will appreciate.

If someome can include the option in this EA. You can have all options available, stop, trailing stop and take profit completelly automated.
Yes I agree. There is some code which follow stop loss/trailing stop or imitating it. It means that nothing is placing in MetaTrader. Broker does not know stop loss and trailing stop and no one order was modifying and broker can not see anyting.

But everything in doing inside the code: stop loss moving, modification of the orders and so on. It is just a piece of code.

I don't remember this piece of code. It was described somewhere in Russian forums (Tartan's forum or Kimiv's forum). If somebody finds it please post. Because it is really usefull.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 07-30-2006, 08:38 AM
Michel Michel is offline
Senior Member
 
Join Date: Feb 2006
Posts: 509
Michel is on a distinguished road
It's a little risky to manage all your stops yourself as your pc or your connection is never 100% secure. So what you have to do is to manage your exits with some ea, AND put stop levels in the trade, but few pips far away. It's also true about the TPs.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 07-30-2006, 11:08 PM
Linuxser's Avatar
Linuxser Linuxser is offline
Moderator
 
Join Date: May 2006
Location: Helliconia (Autumn)
Posts: 2,187
Linuxser has disabled reputation
Quote:
Originally Posted by Devil2000
Thank you, mind to give me a list of those brokers pls?
I'm not a programmer so I can't help you, but many others can do it
PM send to you because I think this is not the right thread to discuss somethings like that.

Regards.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 07-31-2006, 04:06 AM
Devil2000 Devil2000 is offline
Senior Member
 
Join Date: Dec 2005
Location: In front of my trading desk
Posts: 340
Devil2000 is on a distinguished road
Quote:
Originally Posted by Linuxser
PM send to you because I think this is not the right thread to discuss somethings like that.

Regards.
Thanks Linuxer. You're right, this thread has a different topic . I'll check it

Last edited by Devil2000 : 07-31-2006 at 04:09 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 08-10-2006, 06:28 PM
prvmao prvmao is offline
Junior Member
 
Join Date: Aug 2006
Posts: 4
prvmao is on a distinguished road
Quote:
Originally Posted by Michel
It's a little risky to manage all your stops yourself as your pc or your connection is never 100% secure. So what you have to do is to manage your exits with some ea, AND put stop levels in the trade, but few pips far away. It's also true about the TPs.

__________________
Forex broker
Forex broker
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


Similar Threads
Thread Thread Starter Forum Replies Last Post
EA with trailing stop loss junglelion Expert Advisors - Metatrader 4 2 12-26-2006 06:12 AM
stop loss in pips baron193 Metatrader 4 6 03-05-2006 12:16 AM
Stop/Loss script dennisros Metatrader 4 4 12-12-2005 04:15 PM


All times are GMT. The time now is 08:02 PM.