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

Reply
 
LinkBack (9) Thread Tools Display Modes
  #131 (permalink)  
Old 12-20-2006, 08:48 AM
alamanjani's Avatar
Senior Member
 
Join Date: Nov 2006
Location: USA WY & EU Slo
Posts: 144
alamanjani is on a distinguished road
Quote:
Originally Posted by daraknor
Phoenix just seems to be picking bad trades so far this week. I have reviewed a few users trade logs and Phoenix just went the wrong direction...
And I started at the wrong time (tipically for me) lol

Today is better. Got all back already

Mode 3 works (moving S/L) as planned.

Will have results ready this weekend.

Mario
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #132 (permalink)  
Old 12-20-2006, 09:08 AM
Member
 
Join Date: Feb 2006
Posts: 88
saat2006 is on a distinguished road
Quote:
Originally Posted by Wackena
This is a quick summary of results from 2006.11.27.

1. Timeframe: 15M
2. Broker: NF
3. Settings file: Default
4. Account: Demo
5. Version: 5_6_06
6. Mode: 3
HTML Code:
				TOTAL		
	WINS	LOSES	RATIO	LOTS	PROFIT($) PROFIT(pips)
EURJPY	12	4	3:1	2.0	366.82	          426
EURUSD	4	2	2:1	1.8	-46.00	         -118
GBPJPY	8	29	0.28:1	3.7	-894.26	       -1,042
GBPUSD	12	0	12:0 	1.2	1,117.00	1,117
USDCHF	10	0	10:0	1.0	756.78	          913
USDJPY	12	2	6:1	1.4	293.75	          336
						
	58	37	1.56:1	11.1	1,594.09	1,632
Wackena
Hi wackena:

May i know the risk that u use.Is it 0.05 or 0.3

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #133 (permalink)  
Old 12-20-2006, 01:53 PM
cockeyedcowboy's Avatar
Senior Member
 
Join Date: Nov 2005
Posts: 347
cockeyedcowboy is on a distinguished road
Quote:
Originally Posted by daraknor

Part of this is due to a more stable signal, part of it is due to less stoplosses being hit through drastically jumping spread. In attempting to make Phoenix more reliable with its signal, it became more overall profitable as well. (to verify this, change signal_count to 1 instead of 5 and backtest.)
Daraknor

In all sincerity, can you explain the use of, and purpose of, the statement above expecially the line in red. I have never looked at any of the newer codes versions of the Pheonix just the contest version.

Thanks

The Cockeyed Cowboy
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #134 (permalink)  
Old 12-21-2006, 04:42 AM
daraknor's Avatar
Senior Member
 
Join Date: Oct 2006
Location: Portland, OR USA
Posts: 996
daraknor is on a distinguished road
Quote:
Originally Posted by cockeyedcowboy
Daraknor

In all sincerity, can you explain the use of, and purpose of, the statement above expecially the line in red. I have never looked at any of the newer codes versions of the Pheonix just the contest version.

Thanks

The Cockeyed Cowboy
It came from a user on the ForexFactory website and I implemented it with a default of "1" and then increased the number to "5". Phoenix generates many signals to trade, sometimes they are very consistent (all the same direction) and sometimes they switch between buy and sell. So the trade signals may look like this:
buy buy sell sell buy sell buy sell buy buy buy buy sell buy buy buy buy buy buy buy buy sell sell buy buy sell sell.

With a signal_count = 1, Phoenix would enter on the first buy signal and stay in the trade until it exited. When backtesting, that doesn't really tell you if the signal settings are 'statistically valid', it only tells you if it made a profit.

Having signal_count =5 the system would wait for 5 signals in a row, all buy or all sell. In the example, it would wait until signal #19 before it would execute a buy trade.

Since Phoenix is a trend reversal system, waiting longer to enter trades means needing to wait less time before the trend reverses. This reduces maximum drawdown. A signal_count of 30 or 50 is still valid and will still trade. 5 is a conservative number that avoids the choppiest markets. The signals are only traded when they are consistent, and a higher signal count means waiting for a more consistent signal - and waiting longer. The system isn't ideal because the signals could be hours apart - but they are the same signal.

If someone is doing backtest to find the best signals, setting signal_count = 5-50 and maxtrades=20 in Mode1 with no money management is a way to find the best signals for the time period.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #135 (permalink)  
Old 12-21-2006, 12:12 PM
cockeyedcowboy's Avatar
Senior Member
 
Join Date: Nov 2005
Posts: 347
cockeyedcowboy is on a distinguished road
Quote:
Originally Posted by daraknor
It came from a user on the ForexFactory website and I implemented it with a default of "1" and then increased the number to "5". Phoenix generates many signals to trade, sometimes they are very consistent (all the same direction) and sometimes they switch between buy and sell. So the trade signals may look like this:
buy buy sell sell buy sell buy sell buy buy buy buy sell buy buy buy buy buy buy buy buy sell sell buy buy sell sell.

With a signal_count = 1, Phoenix would enter on the first buy signal and stay in the trade until it exited. When backtesting, that doesn't really tell you if the signal settings are 'statistically valid', it only tells you if it made a profit.

Having signal_count =5 the system would wait for 5 signals in a row, all buy or all sell. In the example, it would wait until signal #19 before it would execute a buy trade.

Since Phoenix is a trend reversal system, waiting longer to enter trades means needing to wait less time before the trend reverses. This reduces maximum drawdown. A signal_count of 30 or 50 is still valid and will still trade. 5 is a conservative number that avoids the choppiest markets. The signals are only traded when they are consistent, and a higher signal count means waiting for a more consistent signal - and waiting longer. The system isn't ideal because the signals could be hours apart - but they are the same signal.

If someone is doing backtest to find the best signals, setting signal_count = 5-50 and maxtrades=20 in Mode1 with no money management is a way to find the best signals for the time period.

Intreseting. Has anyone done tests on it to see if there is a corrilation between the higher the number to its profits over the same dataset? As in useing 1, 5, 10, 15, 20, 25, etc. with the same data and leaving everthing else constant.

The Cockeyed Cowboy
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #136 (permalink)  
Old 12-21-2006, 06:55 PM
daraknor's Avatar
Senior Member
 
Join Date: Oct 2006
Location: Portland, OR USA
Posts: 996
daraknor is on a distinguished road
Quote:
Originally Posted by cockeyedcowboy
Intreseting. Has anyone done tests on it to see if there is a corrilation between the higher the number to its profits over the same dataset? As in useing 1, 5, 10, 15, 20, 25, etc. with the same data and leaving everthing else constant.

The Cockeyed Cowboy
There was some initial testing done, but nothing definitive. I noticed less drawdown, but sometimes less profit too (because less trades) with very high numbers. Backtesting multiple trades in mode1 will be more reliable statistics. I look forward to some better testing! Having the same signal repeated doesn't necessarily make it better, but having trading a single signal means less consistency between people using the same broker since one person may trade the buy signal, and another may trade a sell signal 30 seconds later. With the signal_count set to 5, there is a much higher chance of two traders getting the same (good or bad) trades with same broker/settings/etc.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #137 (permalink)  
Old 12-21-2006, 09:11 PM
Wackena's Avatar
Senior Member
 
Join Date: May 2006
Posts: 216
Wackena is on a distinguished road
Quote:
Originally Posted by saat2006
Hi wackena:

May i know the risk that u use.Is it 0.05 or 0.3

Thanks
Sorry for slow response. Risk=0.05.

Wackena
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #138 (permalink)  
Old 12-22-2006, 04:01 PM
Member
 
Join Date: Apr 2006
Posts: 57
ze0202 is on a distinguished road
18-22 Dez

1. Timeframe: M15
2. Broker: IBFX
3. Settings file: Default
4. Account: Demo
5. Version: 5_7_0
6. Mode: 3
7. Pairs traded: 6

Generally it was a bad week for Phoenix, but this version had lower drawdown and is slowly recovering...
PS:Merry Christmas!
Attached Images
File Type: gif DetailedStatement.gif (4.8 KB, 47 views)
Attached Files
File Type: htm DetailedStatement.htm (36.7 KB, 35 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #139 (permalink)  
Old 12-22-2006, 09:23 PM
Senior Member
 
Join Date: Oct 2006
Location: Margarita Island - Venezuela
Posts: 315
bertbin is on a distinguished road
Results of the week

1. Timeframe: M15
2. Broker: FXDD3.
3. Settings: Default
4. Account: Demo
5. Version: 5_7_0
6. Mode: 3
7. Pairs traded: USD/JPY, CHF/USD, EUR/JPY, GB/USD
Started at openning Sunday

Comments : Ouch !!!!! Bad, bad, bad week... Very bad week... Arrrggggg ! Bad week !!!!! At least only two positive trades !!! Bad week... but it happens..
Well, let's be positive.
Or the market have been awfull for Phoenix
Or Phoenix 57 have to be put immediatly to garbagge

I vote option 1. Without any doubt....

Last month, when I started Pheonix, I posted the same things : there is a strong relation in the way to "catch the waves", the moment you START Pheonix. I posted that one mounth ago and nobody care coz it was the time when Hendrick quit. At the moment you are in the good tempo, all the week is pure honey
But if you catch the first trades on the wrong wave, your are "locked" in the wrong tend, locked by MM, locked by the logic of Pheonix, locked in nearly all your trades
Well : any comments coz I only want to understand what happened... and what we can do...
Merry Xmas to all
Attached Files
File Type: htm Statement 22dec.htm (22.1 KB, 55 views)

Last edited by bertbin; 12-22-2006 at 09:25 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #140 (permalink)  
Old 12-23-2006, 12:13 AM
daraknor's Avatar
Senior Member
 
Join Date: Oct 2006
Location: Portland, OR USA
Posts: 996
daraknor is on a distinguished road
We can't win a ton every week, but we can add detection for times when the market doesn't match our style of trading. Don't countertrend when we have a strong trend! I'm working on it.
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 Off
Forum Jump

LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/phoenix/4650-live-testing-reports.html
Posted By For Type Date
Phoenix 2007 (new thread) - Page 60 This thread Refback 04-24-2008 06:32 AM
Phoenix 2007 This thread Refback 03-21-2008 03:28 PM
Report Scripts Post #160 Refback 01-04-2008 08:10 PM
Forex Factory - Phoenix 2007 (new thread) This thread Refback 10-05-2007 11:04 AM
Report Scripts Post #160 Refback 09-20-2007 08:40 PM
Phoenix 2007 (new thread) - Page 61 This thread Refback 08-06-2007 07:52 AM
Phoenix 2007 (new thread) - Page 60 This thread Refback 07-19-2007 03:54 PM
raffaelegalbiati's bookmarks tagged with This thread Refback 06-25-2007 11:30 AM
Phoenix 2007 This thread Refback 06-21-2007 09:11 PM

Similar Threads
Thread Thread Starter Forum Replies Last Post
Parse MT4 html reports fivewhy Tools and utilities 25 02-20-2008 05:33 AM
Live Testing - TradeX resalin Setup Questions 1 05-01-2007 06:41 PM
Account Reports mikejody Metatrader 4 0 04-18-2007 11:42 PM


All times are GMT. The time now is 12:49 PM.



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