|
|||||||
| 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 |
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
Here is an early alpha. Most of the neat features are still "TODO", and there are many TODO comments in the file. Right now it is very similar to Phoenix 5.7 but done in the new style. It still has a lot of extra unused stuff inside it slowing the EA down as well. After I add a few more indicators I'll gut it to make a much faster "Phoenix 6 Simple" as a beta version.
One reason to use this file is to learn how Phoenix signals work, and look at all of the debugging signal information. Don't have debug turned on with backtest, 1 month of data = 10MB or so. 1000 test on 3 months data would be about 30G of data. |
|
|||
|
Extra Signal for Phoenix
I would like to add extra signals from EASY (see Malone EASY document) to Phoenix. When I try to add the Price Action Channel, the result is exclusively sell transactions. Can you suggest why this might be happening? See the code below.
Perhaps these signals could be included in Phoenix 6. bool BuySignal6=false, SellSignal6=false; double HighPAC1 = iMA(NULL,0,P_PACPer,P_PACShift,MODE_SMMA,PRICE_HIG H,0); double LowPAC1 = iMA(NULL,0,P_PACPer,P_PACShift,MODE_SMMA,PRICE_LOW ,0); double haClose1 = (PRICE_OPEN + PRICE_HIGH + PRICE_LOW + PRICE_CLOSE)*(0.25); if(U_UseSig6) { if(haClose1 > HighPAC1) {BuySignal6 = true;} if(haClose1 < LowPAC1) {SellSignal6 = true;} } else { SellSignal6=true; BuySignal6 =true; |
|
|||
|
Another "hat off " to you Darak
I suggest that you, we have to "organize" the test of P6. And strongly organized like - 10 guys - 1 brooker - same settings for one week to see eventual bugs - TF 15 -24/24, 5/5 - full auto, no touch One guy staying on P570 to compare trades... Any "irregularities" reported immediatly to you (wth all sttuf : reports, alert, etc...) At beginning If everybody goes everywhere with no rules it will be very, very, confusing.. After one week (or more) ok guys : test what you want to test but note precsily what you have done... I am here waiting instructions... |
|
|||
|
Daraknor,I will forward test Phoenix 6 Alpha.Oh,I saw the code:extern string U_Trade_CURRENCY = "USDCHF".Could I change it to "USDCHFm"?The reason is that now I forward test Phoenix 5.7.2a in a IBFX Demo mini account,and want to test Phoenix 6 in this account.
|
|
|||
|
Quote:
Let's see what Darak want to do... If we want a strong and valuable test, we need to have strong rules Then XX guys have to agree that we are not here to make pips (or loose them) but to improve a new motor = we don't care about speed but about parameters to at least... increase speed ... = pips a/ First part : test P6Alpha during x weeks to see stability, bugs etc... b/ Second part : after these first week(s) : open fields but with rules : X guy(s) testing one setting, Y guy(s) testing another one and so on... To see methodically where we can go... c/ Z guy(s) do some backstesting with good data base (alpari ? FXDD ?) You ? d/ All info have to go back to Darak (or Pcountour if he want) After opinion of Darak, ten (or more) have to show up to be "Official Testers (Hu ! Hu !) and fully agree with that rules. Perhaps Darak and/or other people have any ideas ? For my part I don't care to be the "trailing guy" on P570 to be the "base" Last edited by bertbin : 03-14-2007 at 03:28 PM. |
|
||||
|
Quote:
case 2400: W_Trade_PERIOD="H4"; break; As of Simple Phoenix - I think this is excellent idea! I had a problem trying to find better settings on latest versions. Probably too much parameters and not enough experience. Modifying simple Phoenix will mean, modifying signals only. Great! Signals should be the most important and main focus with combination of one trade (mode1). Simple and clean! Also optimization process will be faster. Cool! Once we have signals optimized, some more experienced can play with advanced settings and fine tune it further. I'm sure this way will allow us, less experienced to again participate with optimization process. Great! About alfa, quick question, is it OK, that can't be attached to the chart (stays gray)? Compiling shows no errors. I like Authumleaves idea, to see the signals and buy/sell points if this is possible. I also agree with Bertbin. Mario Last edited by alamanjani : 03-14-2007 at 03:58 PM. |
|
||||
|
Quote:
Edit: now that I'm awake, I realized the intent of the question better. Next version (release time later today) should treat USDCHF and USDCHFm the same. Last edited by daraknor : 03-14-2007 at 08:06 PM. |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Phoenix - Development+Suggestions - MQ4 in Post#1 | daraknor | Phoenix | 421 | 04-17-2008 10:29 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 |
| Expert Advisor Upgrader - Turn Simple Into Superb | Scorpion | Tools and utilities | 7 | 04-13-2007 01:01 AM |