Forex



Go Back   Forex Trading > Trading systems > Phoenix
Forex Forum Register More recent Blogs 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
  #511 (permalink)  
Old 11-05-2006, 05:00 PM
Junior Member
 
Join Date: Oct 2005
Location: Costa Rica
Posts: 5
lgvh is on a distinguished road
Quote:
Originally Posted by Hendrick
What was exactly the compatibility problem with the variable "MicroAccount"?

Thanks for your contribution!
When I use MicroAccount=true; and make test Print("MicroAccount=", MicroAccount); , the result is 0 (=false) . The test was done inside LotsOptimized() function. Once made the name change to Micro_Account, every thing works fine, without any other modification.

Maybe is a reserved (not documented) word, I don't know.
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
  #512 (permalink)  
Old 11-05-2006, 05:01 PM
Senior Member
 
Join Date: May 2006
Posts: 167
fikko is on a distinguished road
Quote:
Originally Posted by Hendrick
Well Fikko. So you've just discovered how to become a millionaire in 6 months with Phoenix. Thought I could keep this a secret for myself .

Problem is, I just changed the code in version 5.6.02 to prevent this. So what should I do? Change it back to the old settings or what? Anyone?
Not a problem.

You can place 2 phoenix, on 2 USDJPY with different setting. It is not necessary to change it back. You just can't see the Excellent result of 1 million in the backtest!!

The secret of 1 million is invented by 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
  #513 (permalink)  
Old 11-05-2006, 05:13 PM
Hendrick's Avatar
Senior Member
 
Join Date: Feb 2006
Posts: 501
Hendrick is on a distinguished road
Quote:
Originally Posted by lgvh
When I use MicroAccount=true; and make test Print("MicroAccount=", MicroAccount); , the result is 0 (=false) . The test was done inside LotsOptimized() function. Once made the name change to Micro_Account, every thing works fine, without any other modification.

Maybe is a reserved (not documented) word, I don't know.
This is very, very weird!! To play it safe I will change the name of the variable. Thanks!
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
  #514 (permalink)  
Old 11-05-2006, 05:39 PM
Member
 
Join Date: Jan 2006
Posts: 57
karl is on a distinguished road
Hi Hendrick.

I like to the idea that we can assign a defined portion of the account to the EA. Than we can use the remaining portion for other activities, like manuallly operation or other EAs without changing the risk.karl
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
  #515 (permalink)  
Old 11-05-2006, 10:24 PM
HerbertH's Avatar
Member
 
Join Date: May 2006
Posts: 88
HerbertH is on a distinguished road
Quote:
Originally Posted by Hendrick
Well Fikko. So you've just discovered how to become a millionaire in 6 months with Phoenix. Thought I could keep this a secret for myself .

Problem is, I just changed the code in version 5.6.02 to prevent this. So what should I do? Change it back to the old settings or what? Anyone?
Hendrick,
Since I seem to be the one that "persuaded" you to make this change, let me suggest how to deal with this while still using the new PhoenixMode variable.
(As long as you agree it's worth to use combined modes?!)

For normal usage, the new single variable is still the best option, so:
Leave the variable as it is right now: 1,2 and 3 for each of the 3 modes.


For the daredevils who want to experiment implement the following:
Just add in the the code to recognise 3 new values (in fact 3 bits):
16 (now also meaning mode1)
32 (now also meaning mode2)
64 (now also meaning mode3)
and any combinations of these values (e.g: 16+64=80 meaning mode1 + mode3)

Sounds complicated but you only have to change 3 lines of code:

..
if(PhoenixMode==1 || (PhoenixMode & 16)) //Phoenix Classic
..
if(PhoenixMode==2 || (PhoenixMode & 32)) //Phoenix Second Trade
..
if(PhoenixMode==3 || (PhoenixMode & 64)) //Phoenix 123
..


I hope this helps.
Regards.
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
  #516 (permalink)  
Old 11-05-2006, 10:47 PM
txsundevil's Avatar
Senior Member
 
Join Date: May 2006
Location: Houston, Texas
Posts: 200
txsundevil is an unknown quantity at this point
Help! New Phoenix is not opening Micro Lots all lots are opening at 0.10, I have put 0.03 in the set-up file so I can open 0.03 (3) times in mode 3, how do I correct the problem? I have Mico Lots as 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
  #517 (permalink)  
Old 11-05-2006, 11:00 PM
Junior Member
 
Join Date: Oct 2005
Location: Costa Rica
Posts: 5
lgvh is on a distinguished road
Talking

Quote:
Originally Posted by txsundevil
Help! New Phoenix is not opening Micro Lots all lots are opening at 0.10, I have put 0.03 in the set-up file so I can open 0.03 (3) times in mode 3, how do I correct the problem? I have Mico Lots as True.
Take a look to my previous posts, I did some changes

http://www.forex-tsd.com/60648-post495.html
and
http://www.forex-tsd.com/60747-post508.html

Now it is working for me
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
  #518 (permalink)  
Old 11-05-2006, 11:01 PM
Member
 
Join Date: Jun 2006
Posts: 42
uagadugu is on a distinguished road
Backtesting

Quote:
Originally Posted by fikko
Yes Hendrick,

It is true that Phoenix 5 can open up to 5 trades at once, if we switched on all the modes. But I guess it is not tested yet (?)

However I like when seeing combination of the modes, compare to combination of the currency pair. Seeing your success trade on championship, I think better to concentrate on USDJPY rather than concentrating on other pairs.

See this result? it is an amizing Phonex 5, can turn $1000 to $1 million within 6 months of trade. I am using mode 1 and mode 3.

The risk is 0.3, using 2 modes it will consume 60% of the free margin.

It is very great in backtest, but Let's see how it perform in forward test.

Hello , your backtesting is different with the same settings and period. My data and Metatreder are of Alpari broker.Look..
Attached Images
File Type: gif StrategyTesteralpari.gif (7.2 KB, 161 views)
Attached Files
File Type: htm StrategyTesteralpari.htm (196.3 KB, 76 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
  #519 (permalink)  
Old 11-05-2006, 11:18 PM
Member
 
Join Date: Jun 2006
Posts: 42
uagadugu is on a distinguished road
backtesting again

Here is the backtesting with the same settings since january .. look this..
Attached Images
File Type: gif StrategyTesteralpari2.gif (7.2 KB, 157 views)
Attached Files
File Type: htm StrategyTesteralpari2.htm (83.9 KB, 79 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
  #520 (permalink)  
Old 11-06-2006, 12:11 AM
Junior Member
 
Join Date: Oct 2006
Posts: 10
looeboy is on a distinguished road
Quote:
Originally Posted by scout
hehe, of course not, in the day time i work in a company and after work i could watch MT4 and make some trades of live account. GMT time is 8 hours slower than Beijing(china) time, between 20:00 to 23:00 of Beijing time is the most active time frame of world forex market, so i can make some trades after work, drinking some tea, watching tv...and thanks for phoenix system, it doesn't make too many trades in a week, about 3-5 trades per week. definitely we could make it manually with other forex trading client software than MT3,MT4.

Nice times foe American open and beyyond, London open first signal(braintrading) second signal in that direction for 10 to 15 pips , allday every day at London open first signal sercond arrow in any direction for 10 to 15 pips compounding HOW LONG TO BE A MILLIONAIRE>>
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


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 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:45 AM.



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