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 Thread Tools Display Modes
  #31 (permalink)  
Old 04-01-2007, 08:40 PM
Pcontour's Avatar
Senior Member
 
Join Date: Nov 2006
Location: Canada
Posts: 172
Pcontour is on a distinguished road
Phoenix_5_7_3W

Trailing stop is finally fixed.

This is the best yet.

If you errors on your smallest trades the following code is not foolproof. If you broker doesn't set the values correctly you can still have errors. Then set U_MinLot to the brokers minimum lot allowed using the External variable.

if(U_MinLot==0) U_MinLot = MarketInfo(Symbol(),MODE_MINLOT); //Pcontour 5.7.3
if(U_MaxLot==0) U_MaxLot = MarketInfo(Symbol(),MODE_MAXLOT); //Pcontour 5.7.3
Attached Files
File Type: mq4 Phoenix_EA_v5_7_3_W.mq4 (49.2 KB, 202 views)

Last edited by Pcontour; 04-05-2007 at 12:57 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #32 (permalink)  
Old 04-02-2007, 09:21 AM
daraknor's Avatar
Senior Member
 
Join Date: Oct 2006
Location: Portland, OR USA
Posts: 996
daraknor is on a distinguished road
I'll post the code as 5.7.3 and if I do any work on Phoenix 5 (optimization or otherwise) it will be using this version as the base. Thanks PContour!

Do you have a changelog? Should I refer people here for a changelog?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #33 (permalink)  
Old 04-04-2007, 05:18 PM
Senior Member
 
Join Date: Nov 2006
Posts: 120
hhsmoney is on a distinguished road
Nice work Pcontour, will get to testing P573 right away, thank you!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #34 (permalink)  
Old 04-04-2007, 09:33 PM
m6m6's Avatar
Senior Member
 
Join Date: Dec 2006
Location: Sherbrooke, Quebec, Canada
Posts: 145
m6m6 is on a distinguished road
5.7.3.W uptimisation

I started uptomising 5.7.3.W and some settings are promessing. In particular, the decrease factors. Initially, I did not have very good hope for this feature but it seams to be very powerful in back testing. I will continue and post my settings soon.
__________________
"A discovery is said to be an accident meeting a prepared mind." Albert Szent-Gyorgyi
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #35 (permalink)  
Old 04-05-2007, 01:03 AM
Pcontour's Avatar
Senior Member
 
Join Date: Nov 2006
Location: Canada
Posts: 172
Pcontour is on a distinguished road
Quote:
Originally Posted by daraknor
I'll post the code as 5.7.3 and if I do any work on Phoenix 5 (optimization or otherwise) it will be using this version as the base. Thanks PContour!

Do you have a changelog? Should I refer people here for a changelog?
I split off from your code with this wack version that really works the same as 5.7.0 so not really that wacky, with some fixes and enhancements. I don't have a formal change log. I woudl like to follow any format you already have. The changes are documented, via Post 1 and Post 31.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #36 (permalink)  
Old 04-05-2007, 01:06 AM
Pcontour's Avatar
Senior Member
 
Join Date: Nov 2006
Location: Canada
Posts: 172
Pcontour is on a distinguished road
hhsmoney and m6m6 - I'm glad to see you are testing the new features. I hope we see some improvements in the profits. My testing was promising but not expansive enough to draw any firm conclusions.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #37 (permalink)  
Old 04-05-2007, 02:51 PM
m6m6's Avatar
Senior Member
 
Join Date: Dec 2006
Location: Sherbrooke, Quebec, Canada
Posts: 145
m6m6 is on a distinguished road
5.7.3.W uptimisation

Quote:
Originally Posted by Pcontour
hhsmoney and m6m6 - I'm glad to see you are testing the new features. I hope we see some improvements in the profits. My testing was promising but not expansive enough to draw any firm conclusions.
As I am getting closer to a new setting file for 5.7.3.W, and waiting for the CPU to do another pass, I noticed that the TP and SL settings are not working on uptimisation. The system always uses the original 42 and 84 pips settings. Is there a way to test them as I think it is important to do a serious job with these two settings ?

May be they will work correctly in P6 and I could test those settings then...
__________________
"A discovery is said to be an accident meeting a prepared mind." Albert Szent-Gyorgyi
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #38 (permalink)  
Old 04-06-2007, 09:02 PM
Pcontour's Avatar
Senior Member
 
Join Date: Nov 2006
Location: Canada
Posts: 172
Pcontour is on a distinguished road
Quote:
Originally Posted by m6m6
As I am getting closer to a new setting file for 5.7.3.W, and waiting for the CPU to do another pass, I noticed that the TP and SL settings are not working on uptimisation. The system always uses the original 42 and 84 pips settings. Is there a way to test them as I think it is important to do a serious job with these two settings ?

May be they will work correctly in P6 and I could test those settings then...
Ensure that U_PrefSettings = false.

I don't have access to my computer at the moment. Without your settings file I can only guess.
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

Similar Threads
Thread Thread Starter Forum Replies Last Post
forex data converters newdigital Tools and utilities 53 09-05-2008 10:18 AM
Phoenix 2007 (new thread) Hendrick Phoenix 1326 03-27-2008 10:34 PM
Phoenix is here! Hendrick Phoenix 374 02-06-2008 03:26 PM
Phoenix optimization Prankie Phoenix 173 10-17-2007 07:24 AM
Phoenix 6 Expert vs Simple daraknor Phoenix 79 04-11-2007 01:09 AM


All times are GMT. The time now is 07:50 AM.



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