Forex



Go Back   Forex Trading > Trading systems > Phoenix
Forex Forum Register More recent Calendar Advertising Others Help






Register
Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.

From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.

Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
  • Elite Section
    Get access to private discussions, specialized support, indicators and trading systems reported every week.
  • Advanced Elite Section
    For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
See more

Reply
 
Thread Tools Display Modes
  #41 (permalink)  
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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #42 (permalink)  
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, 475 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #43 (permalink)  
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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #44 (permalink)  
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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #45 (permalink)  
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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #46 (permalink)  
Old 07-12-2006, 04:50 PM
Member
 
Join Date: Jun 2006
Location: Norwich, UK
Posts: 78
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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #47 (permalink)  
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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #48 (permalink)  
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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #49 (permalink)  
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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #50 (permalink)  
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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
Reply

Bookmarks

Tags
Phoenix_EA, Hendrick, phoenix ea settings, forex


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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Phoenix 2007 (new thread) Hendrick Phoenix 1329 08-30-2009 03:16 PM
Chimera - Trending EA - based on Phoenix. Pcontour Phoenix 58 10-18-2008 12:08 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:50 PM.



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