Forex



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
 
Thread Tools Display Modes
  #21 (permalink)  
Old 10-09-2006, 01:48 AM
Senior Member
 
Join Date: Dec 2005
Posts: 495
mrtools is on a distinguished road
Phoenix

never mind didn't mean to post on the wrong thread. Sorry! But still Hendrick thank you for your hard work and good luck in the contest.


mrtools

Last edited by mrtools; 10-09-2006 at 11:07 PM.
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
  #22 (permalink)  
Old 10-09-2006, 07:23 AM
Senior Member
 
Join Date: Aug 2006
Posts: 104
tururo is on a distinguished road
I am trialing on a live mini-account, as well as a demo. So far no trades opened live, but plenty opened in the demo. Any ideas anyone?
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
  #23 (permalink)  
Old 10-09-2006, 08:18 AM
Hendrick's Avatar
Senior Member
 
Join Date: Feb 2006
Posts: 501
Hendrick is on a distinguished road
Quote:
Originally Posted by tururo
I am trialing on a live mini-account, as well as a demo. So far no trades opened live, but plenty opened in the demo. Any ideas anyone?
Hi Tururo,

Some brokers add a "m" to their pairs if you have a mini-account with them. So check if this is true in your case and if so you have to change the code:

Eg. change:
if(Symbol() == "USDJPY")
to:
if(Symbol() == "USDJPYm")

and so on.
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
  #24 (permalink)  
Old 10-09-2006, 08:19 AM
Hendrick's Avatar
Senior Member
 
Join Date: Feb 2006
Posts: 501
Hendrick is on a distinguished road
Quote:
Originally Posted by pzh
Hello hendrick

At first thanks for your great job .

I am trying to test your expert by its defulte settings . but it dont open any positin .

I used : 15M TF , PrefSettings= true , EURUSD and USDJPY .
Couldnt find any note in your first post to solve this

Where is the problem ?

Thanks
PZH
Look at my answer to the last post of Tuturo. Maybe you have the same problem.
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
  #25 (permalink)  
Old 10-09-2006, 08:21 AM
Hendrick's Avatar
Senior Member
 
Join Date: Feb 2006
Posts: 501
Hendrick is on a distinguished road
Quote:
Originally Posted by sourour
please tell me

if i want to trade with the setting you put it shall i make prefsetting=false??

or make it true???

if i make it true i dont need to add any settings
If you want to use it on a demo or live account you should set PrefSettings=true.
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
  #26 (permalink)  
Old 10-09-2006, 10:09 AM
Hendrick's Avatar
Senior Member
 
Join Date: Feb 2006
Posts: 501
Hendrick is on a distinguished road
New version 4_2_02

New version Phoenix (4_2_02) in first post. Fixed a problem with certain micro-accounts where the broker puts a "m" behind the pairs (so USDJPYm instead of USDJPY).
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
  #27 (permalink)  
Old 10-09-2006, 11:19 AM
Senior Member
 
Join Date: Aug 2006
Posts: 104
tururo is on a distinguished road
Quote:
Originally Posted by Hendrick
Hi Tururo,

Some brokers add a "m" to their pairs if you have a mini-account with them. So check if this is true in your case and if so you have to change the code:

Eg. change:
if(Symbol() == "USDJPY")
to:
if(Symbol() == "USDJPYm")

and so on.
Ah yes, that would be it. I should've known that.
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
  #28 (permalink)  
Old 10-09-2006, 12:00 PM
Senior Member
 
Join Date: Aug 2006
Posts: 104
tururo is on a distinguished road
Forward Test

Forward test results. A couple of the earlier low value trades do not belong.
Attached Images
File Type: gif DetailedStatement0910.gif (4.7 KB, 1042 views)
Attached Files
File Type: htm DetailedStatement0910.htm (19.9 KB, 644 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
  #29 (permalink)  
Old 10-09-2006, 05:40 PM
Hendrick's Avatar
Senior Member
 
Join Date: Feb 2006
Posts: 501
Hendrick is on a distinguished road
First day

Short recap: Phoenix 4.2 first day with new settings. Not too bad I think. Your results should the same!
Attached Files
File Type: zip Phoenix2007_2006_10_9.zip (6.8 KB, 919 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
  #30 (permalink)  
Old 10-09-2006, 06:27 PM
Hendrick's Avatar
Senior Member
 
Join Date: Feb 2006
Posts: 501
Hendrick is on a distinguished road
The meaning of MaximumRisk

There's a setting in Phoenix called MaximumRisk. What's the meaning of this parameter? It's a parameter used by the Money Management function. I think I can show the effects best by two examples:

USDJPY from 2006.3.22 to 2006.9.22 with MaximumRisk=0.05 and with MaximumRisk=0.5.

Well, look at the results. If you really have confidence in an EA and you want to be rich in 6 months....!

But remember, setting the MaximumRisk is at your own risk!!
Attached Files
File Type: zip USDJP_RISK_0.05.zip (13.8 KB, 803 views)
File Type: zip USDJP_RISK_0.5.zip (9.5 KB, 674 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
Reply

Bookmarks

Tags
MasterMartingale, forex, phoenix

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 is here! Hendrick Phoenix 374 02-06-2008 04:26 PM
Phoenix optimization Prankie Phoenix 173 10-17-2007 08:24 AM
about gbp/usd chart 10 May 2007 raden mas Post and compare Trades 6 05-10-2007 12:20 PM
AUDJPY History file for 2006-2007 gee Metatrader 4 0 02-24-2007 05:54 PM


All times are GMT. The time now is 09:02 AM.



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