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 (15) Thread Tools Display Modes
  #1021 (permalink)  
Old 10-26-2006, 02:40 AM
Senior Member
 
Join Date: Sep 2006
Location: SoCal
Posts: 205
YupYup is on a distinguished road
No problem and sorry to sound like an ass...
__________________
Cheers,

B
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #1022 (permalink)  
Old 10-26-2006, 02:58 AM
AZBOfin's Avatar
Senior Member
 
Join Date: May 2006
Posts: 146
AZBOfin is on a distinguished road
Quote:
Originally Posted by tururo
Last 24 hrs 6 win 1 loss with 0.2 fixed lot. A good run, IBFX live mini account no adjustment to the stop loss.
hello tururo,

check out the attachment... these are my $JPY trades since monday for a live IBFX mini account.

CCI=false, pivot=false, RI=3.82, periodcount=7, staticSL=11, trailingstop=false
blocked hours = 08,09,12,13,14


AZBOfin
Attached Images
File Type: jpg USDJPYsince1022.jpg (68.5 KB, 301 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #1023 (permalink)  
Old 10-26-2006, 04:06 AM
ajcrshr's Avatar
Junior Member
 
Join Date: Aug 2006
Posts: 13
ajcrshr is on a distinguished road
hey at least its postive
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #1024 (permalink)  
Old 10-26-2006, 04:15 AM
Aaragorn's Avatar
Senior Member
 
Join Date: Jun 2006
Location: USA
Posts: 801
Aaragorn is on a distinguished road
Dang if this thing does everything but what I intended it to...it's a script to trade manually and open positions. I've worked thru the logic of the calculations and functions of it to give an automode if desired. But for some reason it doesn't actually excute the order...oy

when it places the order it gives me this...

PHP Code:
2006.10.25 22:01:16    Open Preset Buy Order USDCHF,H1OrderSend failed with error #4109 
that error code only says "order not allowed"

why not???!!!!

can anyone help?
Attached Files
File Type: mq4 Open Preset Buy Order.mq4 (5.8 KB, 54 views)

Last edited by Aaragorn; 10-26-2006 at 04:21 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #1025 (permalink)  
Old 10-26-2006, 05:47 AM
xxDavidxSxx's Avatar
Senior Member
 
Join Date: Jul 2006
Posts: 745
xxDavidxSxx is on a distinguished road
8th trade today now its 6 wins for 8 trades. But again it closed for 5 pips, and if it waited it would have gotten 8 now.

a take profit is in the settings window, and take profit is also in the order send function. But it don'twork. Not in back tests anyway. I am setting a take profit of 8 and see if it works in live trades.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #1026 (permalink)  
Old 10-26-2006, 10:00 AM
Senior Member
 
Join Date: Aug 2006
Posts: 104
tururo is on a distinguished road
Quote:
Originally Posted by Aaragorn
Dang if this thing does everything but what I intended it to...it's a script to trade manually and open positions. I've worked thru the logic of the calculations and functions of it to give an automode if desired. But for some reason it doesn't actually excute the order...oy

when it places the order it gives me this...

PHP Code:
2006.10.25 22:01:16    Open Preset Buy Order USDCHF,H1OrderSend failed with error #4109 
that error code only says "order not allowed"

why not???!!!!

can anyone help?
Try this one - it works on FXDD demo
Attached Files
File Type: mq4 Open Preset Buy Order.mq4 (5.9 KB, 42 views)

Last edited by tururo; 10-26-2006 at 10:20 AM. Reason: Oops sorry - wrong attachment - reloaded
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #1027 (permalink)  
Old 10-26-2006, 01:08 PM
Aaragorn's Avatar
Senior Member
 
Join Date: Jun 2006
Location: USA
Posts: 801
Aaragorn is on a distinguished road
Quote:
Originally Posted by tururo
Try this one - it works on FXDD demo
darn, I'm still getting the same error code on my demo...I'm glad it works for you though
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #1028 (permalink)  
Old 10-26-2006, 03:02 PM
Aaragorn's Avatar
Senior Member
 
Join Date: Jun 2006
Location: USA
Posts: 801
Aaragorn is on a distinguished road
I have the answers to the questions I was asking yesterday...

The other factor at one of which has kept the EA from entering is the CCI rules...

in order to enter short the cci has to be below 50. That is what keeps it from entering short at the top of fast climbing peaks. and visa versa on longs.

so while you want to sell at the peak you don't want to do so if the cci is still climbing...make sense.

I made another version update here....

This one has my settings for the Euro, as the others it runs in the 1H chart. However it also shows me the current spread right on the chart. I figured that would be useful to go with the manual trading script I'm working on.

I'm rather happy about the progress of this project today... It's taken two winners so far..my account is up to $391 that is just from the eurusd.

I am also running this on the usdcad which just opened a long trade...it's getting killed right now but hasn't stopped out. I hope it doesn't give back everything the euro has made. I'm not quite as happy with the backtests of the usdcad. I have different settings for that pair and I'm making seperate versions for each pair I run, so I can work the settings independently and keep them separated easily.
Attached Files
File Type: mq4 Cyberia Trader1.9R Euro.mq4 (67.1 KB, 184 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #1029 (permalink)  
Old 10-26-2006, 04:01 PM
xxDavidxSxx's Avatar
Senior Member
 
Join Date: Jul 2006
Posts: 745
xxDavidxSxx is on a distinguished road
Quote:
Originally Posted by Aaragorn
I have different settings for that pair and I'm making seperate versions for each pair I run, so I can work the settings independently and keep them separated easily.

I did the same thing.


Congrats on the euro settings I got 70% in back tests WHOOOT!!!!

Thats the best euro settings I have had. I am going to run it live now.

thanks
Dave

edit: actually it tested at 72% last 2 weeks same as my jpy settings do.
but with more trades.

Last edited by xxDavidxSxx; 10-26-2006 at 04:15 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #1030 (permalink)  
Old 10-26-2006, 04:50 PM
Senior Member
 
Join Date: Sep 2006
Location: SoCal
Posts: 205
YupYup is on a distinguished road
i had something like:

Wins: 5

Losses: 1

And finally, the wins took over the losses

Aaragorn, great work by the way buddy! Keep it up, i want to finish this week on davids settings, then i'll switch over to yours for next week. My hats off to both of you guys!! Maybe my end of the week statement will come out positive??!!
__________________
Cheers,

B
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Tags
great ea

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

LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/expert-advisors-metatrader-4/2996-great-ea-backtest.html
Posted By For Type Date
פורום - STRATEGY BANK This thread Refback 06-07-2008 07:20 PM
פורום - STRATEGY BANK This thread Refback 03-02-2008 03:48 PM
פורום - STRATEGY BANK This thread Refback 12-08-2007 09:13 AM
Comments - 2006自动交易锦标赛 This thread Refback 11-29-2007 11:00 PM
Interbank FX - Currency Trading, Forex Trading, Online Currency Trading Post #1360 Refback 11-11-2007 06:43 AM
NoPonzi.com :: View topic - Resultados en una cuenta demo - Results in a demo account This thread Refback 10-26-2007 06:20 AM
Profile OpenStorm - Automated Trading Championship 2006 This thread Refback 10-14-2007 04:15 PM
MetaTrader 4 : : . This thread Refback 08-27-2007 04:57 PM
Профиль OpenStorm - Automated Trading Championship 2006 This thread Refback 07-27-2007 05:49 PM
MQL4 - CyberiaTrader : MetaTrader 4 : : . This thread Refback 07-24-2007 01:57 PM
TVNET Izklaide : Diskusijas This thread Refback 07-18-2007 12:50 PM
Comments - 2006自动交易锦标赛 This thread Refback 06-28-2007 04:16 PM
Profile OpenStorm - Automated Trading Championship 2006 This thread Refback 06-25-2007 06:40 PM
Профиль OpenStorm - Automated Trading Championship 2006 This thread Refback 06-23-2007 04:21 PM
MQL4 - CyberiaTrader : MetaTrader 4 : : . This thread Refback 06-23-2007 01:08 PM

Similar Threads
Thread Thread Starter Forum Replies Last Post
Need help with great indicator bhale Metatrader 4 18 12-12-2006 01:10 PM
Great Strategy But Need EA eatrader Expert Advisors - Metatrader 4 0 11-30-2006 01:57 PM
great sys swall Suggestions for Trading Systems 2 08-13-2006 03:35 PM
Great little system hopefultrader Suggestions for Trading Systems 15 08-09-2006 04:47 PM


All times are GMT. The time now is 09:04 PM.



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