Forex



Go Back   Forex Trading > Downloads > Expert Advisors - Metatrader 4
Forex Forum Register More recent Blogs Calendar Advertising Others Help






Register
Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.

From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.

Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
  • Elite Section
    Get access to private discussions, specialized support, indicators and trading systems reported every week.
  • Advanced Elite Section
    For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
See more

Reply
 
Thread Tools Display Modes
  #111 (permalink)  
Old 06-01-2007, 08:49 PM
proverbs's Avatar
Member
 
Join Date: Jan 2007
Posts: 73
proverbs is on a distinguished road
yup that is what my previous post addresses. your broker will more than likely require you to enter a position 5 pips before the current price. if I set the active and prepare both to 0 the EA will work but the broker will reject the order because it does not follow their rules. just set the prepare for the buy stop and the sell stop to 5 or 6 and see if that acts as a work round till we can have the programmer set an instant execution instead of a pending order if the prepare and activate are set to 0.

hope this helps as a work around.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #112 (permalink)  
Old 06-06-2007, 07:38 PM
proverbs's Avatar
Member
 
Join Date: Jan 2007
Posts: 73
proverbs is on a distinguished road
Quote:
Originally Posted by proverbs
Here is what I was able to do for the dolly V10 with TMLM.

This one has an email option and I added a "time or day" option to set start and stop times.

Enjoy.

Attachment 34914
PipeTrader,
Thru testing I find that these setting might work better for what your wanting the EA to do for you. Hope this helps.

Code:
extern string BuyStop_Trend_Info = "_______________________";
extern string BuyStop_TrendName = "B1";
extern int    BuyStop_TakeProfit = 20;
extern int    BuyStop_StopLoss = 40;
extern double BuyStop_Lot = 0.1;
extern int    BuyStop_StepActive = 3;
extern int    BuyStop_StepPrepare = 3;

extern string SellStop_Trend_Info = "_______________________";
extern string SellStop_TrendName = "S1";
extern int    SellStop_TakeProfit = 20;
extern int    SellStop_StopLoss = 40;
extern double SellStop_Lot = 0.1;
extern int    SellStop_StepActive = 0;
extern int    SellStop_StepPrepare = 6;
__________________
Proverbs [James]
Faith in Jesus helps me to see the invisible, believe the incredible and receive the impossible!
He makes all things new in my life.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #113 (permalink)  
Old 06-27-2007, 02:17 PM
WNW's Avatar
WNW WNW is offline
Senior Member
 
Join Date: Feb 2006
Location: Motown, USA
Posts: 394
WNW is on a distinguished road
MrPip - Version 3 problem

MrPip,

Please see attachment.

TMLMv3 worked fine at catching the short trade at the trendline, but then generated at total of 87 more "mystery" short trades approximately 25 pips away from the trendline.

Apparently some kind of bug here, please advise.

Thanks.
Attached Images
File Type: gif tmlm3.gif (47.1 KB, 1330 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #114 (permalink)  
Old 08-05-2007, 04:13 AM
Junior Member
 
Join Date: Dec 2006
Location: north carolina
Posts: 15
tomhliles is on a distinguished road
fix stop loss problem

is there a coder that can fix the sl, like if i use e-trailing
it moves the stops, but trendmeleaveme moves them back
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #115 (permalink)  
Old 09-11-2007, 04:08 AM
jarcrocker's Avatar
Member
 
Join Date: Oct 2006
Location: Houston
Posts: 47
jarcrocker is on a distinguished road
I'm using the Trend me leave me gold. I keep getting the same problem in the experts tab. error code 103. I know its SL and TP related and I've checked them they are okay. Dioes anyone have any idea of something I can do to fix?

2007.09.10 22:05:22 TrendMeLeaveMe_Gold GBPJPY,M1: Err (130) Open BuyStop Price= 230.35 SL= 229.85 TP= 231.35
2007.09.10 22:07:12 TrendMeLeaveMe_Gold GBPJPY,M1: Err (130) Open BuyStop Price= 230.35 SL= 229.85 TP= 231.35
2007.09.10 22:08:13 TrendMeLeaveMe_Gold GBPJPY,M1: Err (130) Open BuyStop Price= 230.44 SL= 229.94 TP= 231.44
2007.09.10 22:08:12 TrendMeLeaveMe_Gold GBPJPY,M1: Err (130) Open SellStop Price= 230.2 SL= 230.7 TP= 229.2
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #116 (permalink)  
Old 09-11-2007, 08:43 AM
Senior Member
 
Join Date: Mar 2006
Location: La Verne,CA
Posts: 560
MrPip is on a distinguished road
Quote:
Originally Posted by jarcrocker View Post
I'm using the Trend me leave me gold. I keep getting the same problem in the experts tab. error code 103. I know its SL and TP related and I've checked them they are okay. Dioes anyone have any idea of something I can do to fix?

2007.09.10 22:05:22 TrendMeLeaveMe_Gold GBPJPY,M1: Err (130) Open BuyStop Price= 230.35 SL= 229.85 TP= 231.35
2007.09.10 22:07:12 TrendMeLeaveMe_Gold GBPJPY,M1: Err (130) Open BuyStop Price= 230.35 SL= 229.85 TP= 231.35
2007.09.10 22:08:13 TrendMeLeaveMe_Gold GBPJPY,M1: Err (130) Open BuyStop Price= 230.44 SL= 229.94 TP= 231.44
2007.09.10 22:08:12 TrendMeLeaveMe_Gold GBPJPY,M1: Err (130) Open SellStop Price= 230.2 SL= 230.7 TP= 229.2
I have just found out that some MT4 brokers do not allow the Stoploss and Takeprofit to be sent at the time the order is first placed. They must be set with a modify order once the trade is detected as being accepted by the broker.

Robert
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #117 (permalink)  
Old 09-11-2007, 01:01 PM
kjhfdgjfhdghdf's Avatar
Senior Member
 
Join Date: Mar 2007
Posts: 686
kjhfdgjfhdghdf is on a distinguished road
Quote:
Originally Posted by jarcrocker View Post
I'm using the Trend me leave me gold. I keep getting the same problem in the experts tab. error code 103. I know its SL and TP related and I've checked them they are okay. Dioes anyone have any idea of something I can do to fix?

2007.09.10 22:05:22 TrendMeLeaveMe_Gold GBPJPY,M1: Err (130) Open BuyStop Price= 230.35 SL= 229.85 TP= 231.35
2007.09.10 22:07:12 TrendMeLeaveMe_Gold GBPJPY,M1: Err (130) Open BuyStop Price= 230.35 SL= 229.85 TP= 231.35
2007.09.10 22:08:13 TrendMeLeaveMe_Gold GBPJPY,M1: Err (130) Open BuyStop Price= 230.44 SL= 229.94 TP= 231.44
2007.09.10 22:08:12 TrendMeLeaveMe_Gold GBPJPY,M1: Err (130) Open SellStop Price= 230.2 SL= 230.7 TP= 229.2
Try 15-10 instead of 10-5.
__________________
No
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #118 (permalink)  
Old 12-19-2008, 08:35 AM
clarc's Avatar
Member
 
Join Date: May 2006
Location: Germany
Posts: 38
clarc is on a distinguished road
is it possible, to use the trendlines as an stoploss ? i will enter a trade manually, but i will exit the trade if the trendline is broken...

regards

clarc
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #119 (permalink)  
Old 04-16-2009, 12:48 PM
Junior Member
 
Join Date: Oct 2005
Posts: 1
4XTrigger is on a distinguished road
I need your assitance on the following

Hi Programers/Traders

The EA is putting a pending order if the price crossed a pre-determined sloping or horizontal trend line. What I need you to help me on doing the following.

I need the EA instead of putting a pending order, to open life market order. If the price closes below, or above the determined trend line.

And I want to put the Lots and determine TP and SL levels for the trade in EA options screen too.

Regards
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #120 (permalink)  
Old 05-31-2009, 03:42 PM
Junior Member
 
Join Date: Sep 2008
Posts: 19
loh2005 is on a distinguished road
I just change the takeprofit from 50 to 500 cos of my platform is a six digits platform. where as the stoploss I remain its as the same 30. I do it in the backtest included the Demark indicator as the trend drawer. and get this result and its just run at the half way.
Attached Images
File Type: gif TesterGraph.gif (6.9 KB, 268 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
Reply

Bookmarks

Tags
Auto trendline, TD COMBO, trend lines, trendmeleaveme, trendmeleaveme gold, TrendMeLeaveMe.mq4


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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

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


All times are GMT. The time now is 05:55 AM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.