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 (1) Thread Tools Display Modes
  #71 (permalink)  
Old 12-22-2006, 02:22 AM
Senior Member
 
Join Date: Nov 2006
Posts: 299
abrs70 is on a distinguished road
aaragon,

have u forward tested latest cyberia trader? is it successful?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #72 (permalink)  
Old 12-22-2006, 06:31 PM
Aaragorn's Avatar
Senior Member
 
Join Date: Jun 2006
Location: USA
Posts: 801
Aaragorn is on a distinguished road
Quote:
Originally Posted by abrs70
aaragon,

have u forward tested latest cyberia trader? is it successful?
forward test in progress...no orders yet today...

latest revision is posted on the wrong thread here...
http://www.forex-tsd.com/74048-post123.html
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #73 (permalink)  
Old 12-24-2006, 11:32 AM
wilson1668's Avatar
Member
 
Join Date: Nov 2006
Location: Hong Kong
Posts: 65
wilson1668 is on a distinguished road
Question about the EA parameter

Quote:
Originally Posted by Aaragorn
i run patient2 on the eurusd 30m chart.

Do you know a broker that will allow this kind of trading?
Hi Aaragorn,

Do you know the parameter of LotsAccelerator is for? Speed of placing orders?
By the way, for this kind of scalping EA, some people say that FXDD will allow unless the T/P is 2Xspread (i.e., take profit at least 2 x the spread of pair being traded, as I understand).
Other matter concerned is whether the broker's server can catch up the speed of placing, modifying and closing the orders.

Regards
Wilson
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #74 (permalink)  
Old 12-24-2006, 02:24 PM
Senior Member
 
Join Date: Nov 2006
Posts: 299
abrs70 is on a distinguished road
Quote:
Originally Posted by Aaragorn
forward test in progress...no orders yet today...

latest revision is posted on the wrong thread here...
http://www.forex-tsd.com/74048-post123.html
which broker the latest version workable? i backtested on ibfx, fxdd, NF there is error 131
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #75 (permalink)  
Old 12-24-2006, 02:33 PM
Aaragorn's Avatar
Senior Member
 
Join Date: Jun 2006
Location: USA
Posts: 801
Aaragorn is on a distinguished road
Quote:
Originally Posted by abrs70
which broker the latest version workable? i backtested on ibfx, fxdd, NF there is error 131
make a note of this...
ERR_INVALID_TRADE_VOLUME 131 Invalid trade volume.

this probably means that the account doesn't accept lots sizes of 0.01
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #76 (permalink)  
Old 12-25-2006, 01:26 PM
Senior Member
 
Join Date: Nov 2006
Posts: 299
abrs70 is on a distinguished road
ok it works with ibfx... can you advise me what pair situable and what time frame?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #77 (permalink)  
Old 12-26-2006, 04:09 PM
Aaragorn's Avatar
Senior Member
 
Join Date: Jun 2006
Location: USA
Posts: 801
Aaragorn is on a distinguished road
Quote:
Originally Posted by wilson1668
Hi Aaragorn,

Do you know the parameter of LotsAccelerator is for? Speed of placing orders?
By the way, for this kind of scalping EA, some people say that FXDD will allow unless the T/P is 2Xspread (i.e., take profit at least 2 x the spread of pair being traded, as I understand).
Other matter concerned is whether the broker's server can catch up the speed of placing, modifying and closing the orders.

Regards
Wilson
sorry it took so long to reply.
in this case the LotsAccelerator is part of the calculation that increases the lot size based on a percentage of the free margin in the account. The LotsAccelerator is part of what determines how large a percentage to factor into that calculation. It has nothing to do with the speed of placing orders.

I would like clarification about fxdd's scalping and time in trade rules, because I now have an account with fxdd.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #78 (permalink)  
Old 12-26-2006, 04:11 PM
Aaragorn's Avatar
Senior Member
 
Join Date: Jun 2006
Location: USA
Posts: 801
Aaragorn is on a distinguished road
Quote:
Originally Posted by abrs70
ok it works with ibfx... can you advise me what pair situable and what time frame?
I advise against running the cyberia on ifbx because they manipulate the spread enough that it destroys the profitability of the system. The only pair I have worked with for the CT is eurusd. and I run it on one hour chart.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #79 (permalink)  
Old 02-05-2007, 08:06 AM
Junior Member
 
Join Date: Jan 2007
Posts: 1
Gribbit is on a distinguished road
SHI Channel Indicator

Aaragorn

Just thought I'd let you know that the indicator SHI_Channel calculates in real time. Maybe that will work in with some of your EA's and give more accuracy in predicting changes, the code I am sure, you'll check out and come up with some ideas with.

Thanks for the thread and your EA's will test them out and see where your at.

Heres the code for SHI_Channels

//+------------------------------------------------------------------+
//| SHI_Channel.mq4 |
//| Copyright © 2004, Shurka & Kevin |
//| |
//+------------------------------------------------------------------+
#property copyright "Copyright © 2004, Shurka & Kevin"
#property link ""

#property indicator_chart_window
#property indicator_buffers 1
#property indicator_color1 Red
double ExtMapBuffer1[];
//---- input parameters
extern int AllBars=240;
extern int BarsForFract=0;
int CurrentBar=0;
double Step=0;
int B1=-1,B2=-1;
int UpDown=0;
double P1=0,P2=0,PP=0;
int i=0,AB=300,BFF=0;
int ishift=0;
double iprice=0;
datetime T1,T2;

//+------------------------------------------------------------------+
//| Custom indicator initialization function |
//+------------------------------------------------------------------+
int init()
{
//---- indicators
SetIndexStyle(0,DRAW_ARROW);
SetIndexArrow(0,164);
SetIndexBuffer(0,ExtMapBuffer1);
SetIndexEmptyValue(0,0.0);
//----


return(0);
}
//+------------------------------------------------------------------+
//| Custor indicator deinitialization function |
//+------------------------------------------------------------------+
int deinit()
{
//----

//----
return(0);
}

void DelObj()
{
ObjectDelete("TL1");
ObjectDelete("TL2");
ObjectDelete("MIDL");
}

//+------------------------------------------------------------------+
//| Custom indicator iteration function |
//+------------------------------------------------------------------+
int start()
{
int counted_bars=IndicatorCounted();
//----
if ((AllBars==0) || (Bars<AllBars)) AB=Bars; else AB=AllBars; //AB-количество обсчитываемых баров
if (BarsForFract>0)
BFF=BarsForFract;
else
{
switch (Period())
{
case 1: BFF=12; break;
case 5: BFF=48; break;
case 15: BFF=24; break;
case 30: BFF=24; break;
case 60: BFF=12; break;
case 240: BFF=15; break;
case 1440: BFF=10; break;
case 10080: BFF=6; break;
default: DelObj(); return(-1); break;
}
}
CurrentBar=2; //считаем с третьего бара, чтобы фрактал "закрепился
B1=-1; B2=-1; UpDown=0;
while(((B1==-1) || (B2==-1)) && (CurrentBar<AB))
{
//UpDown=1 значит первый фрактал найден сверху, UpDown=-1 значит первый фрактал
//найден снизу, UpDown=0 значит фрактал ещё не найден.
//В1 и В2 - номера баров с фракталами, через них строим опорную линию.
//Р1 и Р2 - соответственно цены через которые будем линию проводить

if((UpDown<1) && (CurrentBar==Lowest(Symbol(),Period(),MODE_LOW,BFF *2+1,CurrentBar-BFF)))
{
if(UpDown==0) { UpDown=-1; B1=CurrentBar; P1=Low[B1]; }
else { B2=CurrentBar; P2=Low[B2];}
}
if((UpDown>-1) && (CurrentBar==Highest(Symbol(),Period(),MODE_HIGH,B FF*2+1,CurrentBar-BFF)))
{
if(UpDown==0) { UpDown=1; B1=CurrentBar; P1=High[B1]; }
else { B2=CurrentBar; P2=High[B2]; }
}
CurrentBar++;
}
if((B1==-1) || (B2==-1)) {DelObj(); return(-1);} // Значит не нашли фракталов среди 300 баров 8-)
Step=(P2-P1)/(B2-B1);//Вычислили шаг, если он положительный, то канал нисходящий
P1=P1-B1*Step; B1=0;//переставляем цену и первый бар к нулю
//А теперь опорную точку противоположной линии канала.
ishift=0; iprice=0;
if(UpDown==1)
{
PP=Low[2]-2*Step;
for(i=3;i<=B2;i++)
{
if(Low[i]<PP+Step*i) { PP=Low[i]-i*Step; }
}
if(Low[0]<PP) {ishift=0; iprice=PP;}
if(Low[1]<PP+Step) {ishift=1; iprice=PP+Step;}
if(High[0]>P1) {ishift=0; iprice=P1;}
if(High[1]>P1+Step) {ishift=1; iprice=P1+Step;}
}
else
{
PP=High[2]-2*Step;
for(i=3;i<=B2;i++)
{
if(High[i]>PP+Step*i) { PP=High[i]-i*Step;}
}
if(Low[0]<P1) {ishift=0; iprice=P1;}
if(Low[1]<P1+Step) {ishift=1; iprice=P1+Step;}
if(High[0]>PP) {ishift=0; iprice=PP;}
if(High[1]>PP+Step) {ishift=1; iprice=PP+Step;}
}
//Теперь переставим конечную цену и бар на АВ, чтобы линии канала рисовались подлиннее
P2=P1+AB*Step;
T1=Time[B1]; T2=Time[AB];

//Если не было пересечения канала, то 0, иначе ставим псису.
if(iprice!=0) ExtMapBuffer1[ishift]=iprice;
DelObj();
ObjectCreate("TL1",OBJ_TREND,0,T2,PP+Step*AB,T1,PP );
ObjectSet("TL1",OBJPROP_COLOR,Lime);
ObjectSet("TL1",OBJPROP_WIDTH,2);
ObjectSet("TL1",OBJPROP_STYLE,STYLE_SOLID);
ObjectCreate("TL2",OBJ_TREND,0,T2,P2,T1,P1);
ObjectSet("TL2",OBJPROP_COLOR,Lime);
ObjectSet("TL2",OBJPROP_WIDTH,2);
ObjectSet("TL2",OBJPROP_STYLE,STYLE_SOLID);
ObjectCreate("MIDL",OBJ_TREND,0,T2,(P2+PP+Step*AB)/2,T1,(P1+PP)/2);
ObjectSet("MIDL",OBJPROP_COLOR,Lime);
ObjectSet("MIDL",OBJPROP_WIDTH,1);
ObjectSet("MIDL",OBJPROP_STYLE,STYLE_DOT);
//----
return(0);
}
//+------------------------------------------------------------------+

I'm assuming that this is all you need, I have only just come across the indicator at http://sufx.core.t3-ism.net/ExpertAd...der/index.html which I used yesterday to create my first ea, says that you need an ex4 file to use it so I am assuming the above code is it in source (from another website)

I have no programming experience but learning a lot by using sufx core.

Gribbit
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #80 (permalink)  
Old 07-14-2007, 08:22 AM
Member
 
Join Date: Jul 2007
Posts: 97
muyuan11 is on a distinguished road
i found EA system , though it only work on GBP/JPY ,
IN 2006 , ACCURACY IS OVER 99%
here is link Samuray EA - ForexForums.org
and newest version and source is here Samuray EA - Page 9 - ForexForums.org

I think maybe you will intrest it and optimize it . good luck
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

LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/expert-advisors-metatrader-4/4724-aaragorns-ea-workbench.html
Posted By For Type Date
Fxovereasy System - Page 114 - StrategyBuilderFX This thread Refback 06-21-2007 06:04 PM


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



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