Forex



Go Back   Forex Trading > Downloads > Expert Advisors - Metatrader 4






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
 
Thread Tools Display Modes
  #101 (permalink)  
Old 05-23-2007, 10:45 PM
Senior Member
 
Join Date: Mar 2006
Location: La Verne,CA
Posts: 560
MrPip is on a distinguished road
No Reply

Hello MiniMe,

Sorry about the non reply to your email. I have been very busy writing EAs for paying clients and have not had much time to do free work lately.

What free time I do have I spend working on RSI ea or several of my own.
I might have a little time to look at this in the next few days.

MrPip
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
  #102 (permalink)  
Old 05-23-2007, 11:03 PM
MiniMe's Avatar
Senior Member
 
Join Date: Nov 2006
Location: Montréal
Posts: 1,449
MiniMe is an unknown quantity at this point
Quote:
Originally Posted by MrPip
Hello MiniMe,

Sorry about the non reply to your email. I have been very busy writing EAs for paying clients and have not had much time to do free work lately.

What free time I do have I spend working on RSI ea or several of my own.
I might have a little time to look at this in the next few days.

MrPip
You have given more than what we expected, you are a great coder and a great person.

Don't bother with this EA now, its a good tool for manual trading, and once I got the right setup I will post it online. I found a good setup for this EA to trade daily channels, which I posted on MiniMe/Blaser however still its not a fully automated system.

Thanks a lot Robert for all your effort.

Regards
Alan
__________________

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
  #103 (permalink)  
Old 05-31-2007, 08:45 PM
PipeTrader's Avatar
Senior Member
 
Join Date: Feb 2006
Location: Montreal, Canada
Posts: 223
PipeTrader is on a distinguished road
TrandMe & Dolly

Hello.

I have a new idea..

TrendMeLeaveMe2 whit Dolly.

I am trying to setup everithing but is not working propely.
If somebody can help me whit this setup I verry appreciat.

Take a look on this screen.

I post my template to.
THANKS
Attached Images
File Type: gif trenddolly.GIF (36.2 KB, 776 views)
Attached Files
File Type: tpl tren_m_dolly.tpl (27.2 KB, 160 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
  #104 (permalink)  
Old 06-01-2007, 04:38 AM
proverbs's Avatar
Member
 
Join Date: Jan 2007
Posts: 73
proverbs is on a distinguished road
TMLM w/ Dolly

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.

TrendMeLeaveMe_Gold_for_Dolly_v10.mq4

Last edited by proverbs; 06-01-2007 at 05:14 AM.
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
  #105 (permalink)  
Old 06-01-2007, 04:48 AM
elitecamper's Avatar
Senior Member
 
Join Date: May 2007
Posts: 132
elitecamper is on a distinguished road
thanks pipetrader and thanks probverbs
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
  #106 (permalink)  
Old 06-01-2007, 05:08 AM
MiniMe's Avatar
Senior Member
 
Join Date: Nov 2006
Location: Montréal
Posts: 1,449
MiniMe is an unknown quantity at this point
Thumbs up

nice ideas, good work guys
__________________

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
  #107 (permalink)  
Old 06-01-2007, 10:48 AM
PipeTrader's Avatar
Senior Member
 
Join Date: Feb 2006
Location: Montreal, Canada
Posts: 223
PipeTrader is on a distinguished road
BIG thanks proverbs....

I will test this,

PipeTrader
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
  #108 (permalink)  
Old 06-01-2007, 03:19 PM
proverbs's Avatar
Member
 
Join Date: Jan 2007
Posts: 73
proverbs is on a distinguished road
MY programming skill can only deconstruct and modify what already exists so Hope we dont find anything to big during testing.

Let me know how it works for you.

James
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
  #109 (permalink)  
Old 06-01-2007, 04:49 PM
proverbs's Avatar
Member
 
Join Date: Jan 2007
Posts: 73
proverbs is on a distinguished road
Code question

Waddah Attar or MiniMe,
Can you program the EA to enter an instant execution order if the following settings are true.

extern bool InstantOrder = true;

extern string BuyNow_Trend_Info = "_______________________";
extern string BuyNow_TrendName = "Buy@CurrentPriceTrendLine";
extern int BuyNow_TakeProfit = 50;
extern int BuyNow_StopLoss = 30;
extern double BuyNow_Lot = 0.1;
extern int BuyNow_StepActive = 0;
extern int BuyNow_StepPrepare = 0;


extern string SellNow_Trend_Info = "_______________________";
extern string SellNow_TrendName = "Sell@CurrentPriceTrendLine";
extern int SellNow_TakeProfit = 50;
extern int SellNow_StopLoss = 30;
extern double SellNow_Lot = 0.1;
extern int SellNow_StepActive = 0;
extern int SellNow_StepPrepare = 0;


Reason behind the request:
If it is setup this way the EA works great but because it is a pending order my broker rejects the order since they require a 5 pip spread from open price to current price. Can you please program an instant order opiton if the Prepare and Active are both 0?

Brilliant EA by the way....
Thanks for your time and effort.
James

Last edited by proverbs; 06-02-2007 at 12:08 AM.
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
  #110 (permalink)  
Old 06-01-2007, 08:43 PM
PipeTrader's Avatar
Senior Member
 
Join Date: Feb 2006
Location: Montreal, Canada
Posts: 223
PipeTrader is on a distinguished road
Hello proverb.

Nice job -- But I get an error ??

I cant fix.

Take a look on this screen.

Thanks
PipeTrader
Attached Images
File Type: bmp err.bmp (267.3 KB, 820 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

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 08:49 PM.



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