Forex
Google
New signals service!

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
 
LinkBack Thread Tools Display Modes
  #21 (permalink)  
Old 04-01-2006, 12:35 PM
Senior Member
 
Join Date: Mar 2006
Posts: 120
skydart is on a distinguished road
life trading

Hi, guys !!!

Any one using this EA in life trading, more info and results please.
Regards
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #22 (permalink)  
Old 05-07-2007, 08:56 PM
Senior Member
 
Join Date: Oct 2005
Posts: 219
smeden is on a distinguished road
Can anyone fix this EA so it work on the latest MT4 update?

Compiling 'ZZ SR TL.mq4'...
'spread' - expression on global scope not allowed C:\Program Files\FastFX Trader\experts\indicators\ZZ SR TL.mq4 (26, 19)
'slip' - expression on global scope not allowed C:\Program Files\FastFX Trader\experts\indicators\ZZ SR TL.mq4 (27, 19)
'spread' - expression on global scope not allowed C:\Program Files\FastFX Trader\experts\indicators\ZZ SR TL.mq4 (27, 32)
'(' - unexpected token C:\Program Files\FastFX Trader\experts\indicators\ZZ SR TL.mq4 (194, 39)
'(' - unexpected token C:\Program Files\FastFX Trader\experts\indicators\ZZ SR TL.mq4 (195, 40)
2 error(s), 3 warning(s)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #23 (permalink)  
Old 05-15-2007, 12:23 AM
Member
 
Join Date: Jun 2006
Posts: 42
rarango is on a distinguished road
Hi,

The links in the first post dont work.

Can someone post EA?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #24 (permalink)  
Old 05-15-2007, 01:58 PM
Me@Home's Avatar
Junior Member
 
Join Date: Jul 2006
Location: Italy
Posts: 9
Me@Home is on a distinguished road
Quote:
Originally Posted by smeden
Can anyone fix this EA so it work on the latest MT4 update?

Compiling 'ZZ SR TL.mq4'...
'spread' - expression on global scope not allowed C:\Program Files\FastFX Trader\experts\indicators\ZZ SR TL.mq4 (26, 19)
'slip' - expression on global scope not allowed C:\Program Files\FastFX Trader\experts\indicators\ZZ SR TL.mq4 (27, 19)
'spread' - expression on global scope not allowed C:\Program Files\FastFX Trader\experts\indicators\ZZ SR TL.mq4 (27, 32)
'(' - unexpected token C:\Program Files\FastFX Trader\experts\indicators\ZZ SR TL.mq4 (194, 39)
'(' - unexpected token C:\Program Files\FastFX Trader\experts\indicators\ZZ SR TL.mq4 (195, 40)
2 error(s), 3 warning(s)
Modify line 193->195 like this:

if(pres>(past+Point*1)) {
if(OrderType()==OP_BUYSTOP) {OrderDelete(OrderTicket());}
if(OrderType()==OP_SELLSTOP) {OrderDelete(OrderTicket());} }

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #25 (permalink)  
Old 05-15-2007, 10:28 PM
Senior Member
 
Join Date: May 2006
Posts: 613
robp is on a distinguished road
Which pairs are you trading?

Quote:
Originally Posted by crepuscular
So far I have had great results from only 2 days of testing. Somewhere around 100-200 +pips, sorry don't have exact estimates. I am trading on a 1-hour TF with the default options.

One thing I really wish this EA had was an option for a Trailing stop. I have had quite a few trades which would have closed in profit (if there were a trailing stop).

Anyone out there with the know-how that can add some code for a Trailing stop?

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #26 (permalink)  
Old 05-16-2007, 12:49 AM
Senior Member
 
Join Date: May 2006
Posts: 613
robp is on a distinguished road
How do you find a specific line number in the code? Or can you post the corrected EA?

Quote:
Originally Posted by Me@Home
Modify line 193->195 like this:

if(pres>(past+Point*1)) {
if(OrderType()==OP_BUYSTOP) {OrderDelete(OrderTicket());}
if(OrderType()==OP_SELLSTOP) {OrderDelete(OrderTicket());} }


Last edited by robp; 05-16-2007 at 12:55 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #27 (permalink)  
Old 05-16-2007, 04:41 AM
Senior Member
 
Join Date: Mar 2006
Location: Dubai UAE
Posts: 240
peterdias77 is on a distinguished road
corrected one

Quote:
Originally Posted by robp
How do you find a specific line number in the code? Or can you post the corrected EA?
Attached Files
File Type: mq4 ZZ SR TL.mq4 (12.0 KB, 228 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #28 (permalink)  
Old 05-16-2007, 03:08 PM
Member
 
Join Date: Feb 2007
Location: Wales in the UK
Posts: 67
currymonster is on a distinguished road
Thumbs up Indicator

Can someone post the trendline indicator please to get the EA working? The links on post one don't work grrr.

Cheers,

Cal
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #29 (permalink)  
Old 05-16-2007, 05:57 PM
Senior Member
 
Join Date: May 2006
Posts: 613
robp is on a distinguished road
Thanks. I'm now getting an error in my experts tab that says:


Quote:
Originally Posted by peterdias77
corrected one
2007.05.16 13:57:14 Cannot open file 'C:\Program Files\MultiBank Trader\experts\indicators\ZZ SR TL Indicator.ex4' on the GBPUSD,H1

The indicator is in the indicators folder, but can't get it to work.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #30 (permalink)  
Old 06-16-2007, 02:19 AM
Senior Member
 
Join Date: Dec 2005
Posts: 323
mrtools is on a distinguished road
Zz Sr Tl

Got it working, still uses same indicator.


Regards
tools
Attached Files
File Type: mq4 ZZ_SR_TL.mq4 (12.0 KB, 192 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

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 On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Another Demark Trendline Trader Linuxser Indicators - Metatrader 4 32 08-23-2008 03:16 PM
Automated MACD Trader babarmughal Expert Advisors - Metatrader 4 91 06-07-2008 03:30 PM
Automated traiding using MT4 druelus Metatrader 4 2 04-27-2007 01:28 PM
Simple Trendline Help 67-17454 Questions 0 05-13-2006 05:03 PM


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



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