Home About Contact
ForexForums.org


Financial Spread Betting Guide

 



Reply
Old 01-05-2007, 01:32 AM   1 links from elsewhere to this Post. Click to view. #1 (permalink)
Administrator
 
kokas's Avatar
 
Join Date: Sep 2006
Location: Portugal
Posts: 504
HedgeEA V6.1

EA: Hedge
Version:6.0
Test Start Date: 7/1/2007
Start balance: $50000
Account Leverage: 1:500
Broker: NorthFinance

UseAutoRatio = true;
SMA_Value_for_Range = 200;

"Correlation Settings";
UseCorrelation = true
cPeriod = 20
MinCorrelation = 0.8;
MaxCorrelation = 1.0;




Last edited by kokas; 01-07-2007 at 08:49 PM.
kokas is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
Old 01-12-2007, 08:15 PM   #2 (permalink)
Junior Member
 
Join Date: Oct 2006
Posts: 1
Quote:
Originally Posted by kokas View Post
EA: Hedge
Version:6.0
Test Start Date: 7/1/2007
Start balance: $50000
Account Leverage: 1:500
Broker: NorthFinance

UseAutoRatio = true;
SMA_Value_for_Range = 200;

"Correlation Settings";
UseCorrelation = true
cPeriod = 20
MinCorrelation = 0.8;
MaxCorrelation = 1.0;
kokas
What do you use for the outher setting
cPeriod==========20
MinCorrelation===== 0.8
MaxCorrilation======1.0
Data3===========? Bollinger Band Settings
Bollinger_)Symbol== ? GBPCHF
Bollinger_Period====? 20.0
Bollinger_TF ======? 60.0
Bollinger_dev=====? 2.0
Data4--------------? SWAP Settings
Use Swap----------? true
Data5--------------? MoneyManagement
AccountlsMicro-----? false
profitTarget--------? 50.0
UsePips------------? true
MoneyManagement-? true
Risk----------------? 20.0
AutoProfit----------? false
EmailReport--------? false

Did you use all default but the ones showed?
Is the Bollinger Symbol all ways GBPCHF?

Barry

Last edited by kokas; 01-12-2007 at 08:28 PM.
barryvincent is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-12-2007, 08:26 PM   #3 (permalink)
Administrator
 
kokas's Avatar
 
Join Date: Sep 2006
Location: Portugal
Posts: 504
Hello Barry, here you have the full sets of the EA that is running the above test.

Hope this helps...

As you can see Bollinger filter is turned off on the test. And GBPCHF only works for the default pairs...




extern string eaname = "[6.1]"; // Expert Name and first part of comment line
extern int Magic = 1001; // Magic Number ( 0 - for All positions)
extern bool Autotrade = true; // Set to false to prevent an entry after an exit
extern string Symbol1 = "GBPJPY";
extern bool Symbol1isLong = true; // Set to true to put long orders on the second pair
extern string Symbol2 = "CHFJPY";
extern bool Symbol2isLong = false; // Set to true to put long orders on the second pair
extern string Lotsizes = "Set Ratio to 1 to use equal";
extern double Lots = 0.1; // Lots for first pair if MM is turned off
extern bool UseAutoRatio = true;
extern double Ratio = 1.8; // Ratio between the two pairs
extern double SMA_Value_for_Range = 200;
extern string Data = " Input Data ";
extern bool StopManageAcc = false; // Stop of Manage Account switch(Close All Trades)
extern double MaxLoss = 0; // Maximum total loss in pips or USD
extern string Data2 = "Correlation Settings";
extern bool UseCorrelation = true; // Set to true if you want to use correlation as an entry signal
extern int cPeriod = 20; // If the correlation is used to check before put new Orders
extern double MinCorrelation = 0.8;
extern double MaxCorrelation = 1.0;
extern string Data3 = "Bollinger Band Settings";
extern bool UseBollinger = false; // Set to true to use Bollinger bands as an entry signal
extern string Bollinger_Symbol = "GBPCHF";
extern double Bollinger_Period = 20; // Period must be in minutes
extern double Bollinger_TF = 60;
extern double Bollinger_Dev = 2;
extern string Data4 = "SWAP Settings";
extern bool UseSwap = true; // Select true if you want to use swap on profit calculation
extern string Data5 = "Money Management";
extern bool AccountIsMicro = false; // Set true if you use a micro account
extern double ProfitTarget = 50; // Profit target in pips or USD
bool UsePips = false;
extern bool MoneyManagement = true;
extern double Risk = 20; // Risk
extern double MaxLotSize = 100;
extern bool AutoProfit = true;
extern double AutoProfitRatio = 2;
extern bool EmailReport = false;

Last edited by kokas; 01-12-2007 at 09:39 PM.
kokas is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-12-2007, 08:45 PM   #4 (permalink)
Member
 
Join Date: Dec 2006
Posts: 47
Hedge_EA v6.0 1week

My results with Hedge_EA v6.0.
I will update this account to 6.1 from next week.
Live statement: http://www.forexea.com/hedge_ea/statement.htm

Starting balance: $10000
Pairs:GBPJPY, CHFJPY
Timeframe: H1
Broker: FXDD, standard 1:100 leverage

settings:
eaname=[5.9]
Magic=1001
Autotrade=1
Symbol1=GBPJPY
Symbol1isLong=1
Symbol2=CHFJPY
Symbol2isLong=0
Lotsizes=Set Ratio to 1 to use equal
Lots=0.10000000
UseAutoRatio=1
Ratio=1.80000000
SMA_Value_for_Range=200.00000000
Data= Input Data
StopManageAcc=0
MaxLoss=0.00000000
Data2=Correlation Settings
UseCorrelation=1
cPeriod=20
MinCorrelation=0.80000000
MaxCorrelation=1.00000000
Data3=Bollinger Band Settings
UseBollinger=0
Bollinger_Symbol=GBPCHF
Bollinger_Period=20.00000000
Bollinger_TF=60.00000000
Bollinger_Dev=2.00000000
Data4=SWAP Settings
UseSwap=1
Data5=Money Management
AccountIsMicro=0
ProfitTarget=50.00000000
UsePips=1
MoneyManagement=1
Risk=20.00000000
AutoProfit=0
EmailReport=0
Attached Images
File Type: gif DetailedStatement_Hedge_EA_v6.0.gif (5.0 KB, 50 views)
Attached Files
File Type: htm DetailedStatement_Hedge_EA_v6.0.htm (15.0 KB, 88 views)

Last edited by tomstaufer; 01-17-2007 at 02:44 AM. Reason: new live statement link
tomstaufer is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-12-2007, 09:40 PM   #5 (permalink)
Administrator
 
kokas's Avatar
 
Join Date: Sep 2006
Location: Portugal
Posts: 504
Well not bad at all... even so, version 6.1 is doing it better
kokas is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
Old 01-13-2007, 12:02 AM   #6 (permalink)
Junior Member
 
Join Date: Nov 2006
Posts: 5
hi kokas,

Where can I find HedgeEA v6.1 ? Can you also give me settings , best currencies as well as time frame so that I can help to forward test the EA?

Thanks
AeonFX is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-13-2007, 06:15 AM   #7 (permalink)
Administrator
 
kokas's Avatar
 
Join Date: Sep 2006
Location: Portugal
Posts: 504
Hello AeonFX, you can find the EA here. Regarding settings and pairs and etc... you can see this thread. Regarding other pairs, there are some sugestions on the EA thead
kokas is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-13-2007, 05:36 PM   #8 (permalink)
Member
 
Join Date: Dec 2006
Posts: 47
Question Timeframe ?

kokas,
regarding your statement in post #1 what timeframe did you use ?
tomstaufer is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-13-2007, 05:58 PM   #9 (permalink)
Administrator
 
kokas's Avatar
 
Join Date: Sep 2006
Location: Portugal
Posts: 504
H1

I want to test it also on H4, but this statment is from H1.
kokas is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-13-2007, 07:31 PM   #10 (permalink)
Junior Member
 
Join Date: Jan 2007
Posts: 7
hi kokas,

i'm new to this, do you have to place the EA on both symbols charts, or just one chart where the other symbol will be taken from the market watch?


thanks alot for the help and thanks sharing this EA
yasir9757 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

LinkBacks (?)
LinkBack to this Thread: http://www.forexforums.org/live-testing-reports-forum/2417-hedgeea-v6-1-a.html
Posted By For Type Date
ForexForums.org This thread Refback 04-15-2008 08:36 PM


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 On
Trackbacks are On
Pingbacks are On
Refbacks are On


Sedo - Buy and Sell Domain Names and Websites project info: forexforums.org Statistics for project forexforums.org etracker® web controlling instead of log file analysis

All times are GMT. The time now is 08:12 PM.
Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.