Forex
Google
New signals service!

Go Back   Forex Trading > Trading systems > Phoenix


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

 
 
LinkBack (5) Thread Tools
 
Old 07-12-2006, 04:11 PM
Hendrick's Avatar
Senior Member
 
Join Date: Feb 2006
Posts: 501
Hendrick is on a distinguished road
Woooow!

I just discovered something very interesting! I have another EA I made: Thailand. Thailand is based on a really simple concept: the cross of a SMA 2 and a SMA 15 (PRICE_CLOSE) on a 30M chart. Very suitable for a trending market (SL=42, no TP and a TS of 18). When Phoenix had a tough time in the volatile market of today, Thailand did very well. And the other way round: when Phoenix is doing very well in ranging market, Thailand lost its way. So I have to discover the "switch" to turn Phoenix into Thailand and vice versa. I will implement the " switch" and Thailand in version 2 of Phoenix. Stay tuned! (This function will replace the " Surf" function).
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 07-12-2006, 04:11 PM
Junior Member
 
Join Date: Jun 2006
Posts: 5
hajeer04 is on a distinguished road
here is the plateform

see this hendrick
Attached Images
File Type: jpg exper.jpg (103.9 KB, 440 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 07-12-2006, 04:13 PM
Hendrick's Avatar
Senior Member
 
Join Date: Feb 2006
Posts: 501
Hendrick is on a distinguished road
Quote:
Originally Posted by hajeer04
my friend 24 lots and some times 26 i dnt know why .
Are you sure you have Lots=1 in your settings? Please post your settings and I will have a look.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 07-12-2006, 04:21 PM
Junior Member
 
Join Date: Jun 2006
Posts: 5
hajeer04 is on a distinguished road
here is the setting

/| Phoenix_v1.mq4 |
//| Copyright © 2006, Hendrick |
//|A part of Phoenix is based on the EA Firebird made by TraderSeven |
//|Some parts of the code of Phoenix are made by others. If the maker|
//|of the code was known I've mentioned their names. |
//+------------------------------------------------------------------+
#property copyright "Copyright © 2006, Hendrick."



//---- input parameters
extern int MA_Length = 10;
extern int MA_Timeframe = 15;
extern double Lots = 1;
extern bool MM = true;
extern bool AccountIsMicro = false;
extern int SafePipsMinutes = 240;
extern int SafePipsDistance = 60;
extern double Percent = 0.05;
extern double SafeArea = 50;
extern int Risk = 5;
extern int TakeProfit = 18;
extern int StopLoss = 42;
extern int TrailingStop = 0;
extern bool UseCloseSignal = 1;
extern int TradeFrom1 = 8;
extern int TradeUntil1 = 12;
extern int TradeFrom2 = 13;
extern int TradeUntil2 = 15;
extern int TradeFrom3 = 16;
extern int TradeUntil3 = 18;
extern int TradeFrom4 = 19;
extern int TradeUntil4 = 22;
extern bool WantToGamble = 1;
extern int GambleFrom = 16;
extern int GambleUntil = 17;
extern int GambleFactor = 3;
extern bool UseSurf = 1;
extern bool UseDivergence = 0;
extern int Fast_Period = 23;
int Fast_Price = PRICE_OPEN;
extern int Slow_Period = 84;
int Slow_Price = PRICE_OPEN;
extern double DVBuySell = 0.0011;
extern double DVStayOut = 0.0079;
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 07-12-2006, 04:46 PM
MarvinSk's Avatar
Member
 
Join Date: May 2006
Location: New York
Posts: 62
MarvinSk is on a distinguished road
Quote:
Originally Posted by Hendrick
I just discovered something very interesting! I have another EA I made: Thailand. Thailand is based on a really simple concept: the cross of a SMA 2 and a SMA 15 (PRICE_CLOSE) on a 30M chart. Very suitable for a trending market (SL=42, no TP and a TS of 18). When Phoenix had a tough time in the volatile market of today, Thailand did very well. And the other way round: when Phoenix is doing very well in ranging market, Thailand lost its way. So I have to discover the "switch" to turn Phoenix into Thailand and vice versa. I will implement the " switch" and Thailand in version 2 of Phoenix. Stay tuned! (This function will replace the " Surf" function).
We are becoming like the people at the Tower of Babel... Only God alone can stop us Now... Nice discovery Hendrick....
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 07-12-2006, 04:50 PM
Member
 
Join Date: Jun 2006
Location: Norwich, UK
Posts: 70
cgldsmth is on a distinguished road
can anyone post if trades are happening? I've only had four trades in total since 0600, despite being in the safe area most of the time. Pheonix is attached to the charts with a smiley face, and after a few seconds of switching between charts the safetotalpips=0 and validtime=1 comes up.

So what's going wrong?

I can ahve many pairs open at the same time with pheonix attached can't I?

apologies for newbie questions.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 07-12-2006, 05:02 PM
MarvinSk's Avatar
Member
 
Join Date: May 2006
Location: New York
Posts: 62
MarvinSk is on a distinguished road
Quote:
Originally Posted by cgldsmth
can anyone post if trades are happening? I've only had four trades in total since 0600, despite being in the safe area most of the time. Pheonix is attached to the charts with a smiley face, and after a few seconds of switching between charts the safetotalpips=0 and validtime=1 comes up.

So what's going wrong?

I can ahve many pairs open at the same time with pheonix attached can't I?

apologies for newbie questions.

Be patient trades will open soon...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 07-12-2006, 05:06 PM
Member
 
Join Date: Feb 2006
Posts: 57
Eureka is on a distinguished road
Quote:
Originally Posted by Hendrick
I just discovered something very interesting! I have another EA I made: Thailand. Thailand is based on a really simple concept: the cross of a SMA 2 and a SMA 15 (PRICE_CLOSE) on a 30M chart. Very suitable for a trending market (SL=42, no TP and a TS of 18). When Phoenix had a tough time in the volatile market of today, Thailand did very well. And the other way round: when Phoenix is doing very well in ranging market, Thailand lost its way. So I have to discover the "switch" to turn Phoenix into Thailand and vice versa. I will implement the " switch" and Thailand in version 2 of Phoenix. Stay tuned! (This function will replace the " Surf" function).
Perhaps the use of the ADX could help to determine a trend.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 07-12-2006, 05:21 PM
Junior Member
 
Join Date: May 2006
Posts: 24
hassan2 is on a distinguished road
We want anyone to give us any idea that make EA work for 24 hours without loss or problem

I don’t like that stop from time to time because we may won't win many pips also we have to determine our local time as Hendrick,s time

All should know thet the news can come in any time So, we can't know and determine the correct time for open and close the EA
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 07-12-2006, 05:56 PM
MarvinSk's Avatar
Member
 
Join Date: May 2006
Location: New York
Posts: 62
MarvinSk is on a distinguished road
Quote:
Originally Posted by hassan2
We want anyone to give us any idea that make EA work for 24 hours without loss or problem

I don’t like that stop from time to time because we may won't win many pips also we have to determine our local time as Hendrick,s time

All should know thet the news can come in any time So, we can't know and determine the correct time for open and close the EA

Hassan2... No offense but i dont think u understand Forex well...

I would sell my house to see any mechanical system handle news without some level of loss...

"24 hours without loss or problem" keep dreaming...

Trade Hours are perfect... I wouldnt even comment on that...

FYI: This EA will trade 24 hours, but not OPEN and CLOSE trades 24 hours....

If you see and EA trading 24hours in a Sideways Market I would gamble with which direction it thinks the market might move next...

If you have not tested Firebird now called Phoneix for more than 1 month then you have not seen the power of it...

Hang on buddy
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 

Bookmarks

Tags
Phoenix_EA
Thread Tools

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

LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/phoenix/2842-phoenix-here.html
Posted By For Type Date
Буржуйский эксперт - Технический анализ Forex This thread Refback 08-01-2008 10:24 PM
Технический анализ Forex > Буржуйский эксперт This thread Refback 02-08-2008 12:54 PM
New Profit at Pivot Strategy..Anyone know how to encode to EA?..Please comment - Page 7 Post #213 Refback 09-17-2007 02:49 PM
FIREBIRD - ШµЩЃШ­Щ‡ 12 - Sarmaye Forums This thread Refback 07-09-2007 03:26 PM
Буржуйский эксперт - Технический анализ Forex This thread Refback 06-27-2007 09:49 PM

Similar Threads
Thread Thread Starter Forum Replies Last Post
Chimera - Trending EA - based on Phoenix. Pcontour Phoenix 58 10-18-2008 12:08 PM
Phoenix 2007 (new thread) Hendrick Phoenix 1326 03-27-2008 11:34 PM
Phoenix optimization Prankie Phoenix 173 10-17-2007 08:24 AM
Phoenix 6 Expert vs Simple daraknor Phoenix 79 04-11-2007 02:09 AM
Phoenix Setting File Converters Pcontour Phoenix 37 04-06-2007 10:02 PM


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



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