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 03-28-2007, 06:38 PM
davidke20's Avatar
Senior Member
 
Join Date: Sep 2006
Location: 38° 53′ 51.61″ N, 77° 2′ 11.58″ W
Posts: 1,398
davidke20 is on a distinguished road
Quote:
Originally Posted by daraknor
Long story short, PhoenixFund is a major part of my life. I do want to see other people at least debug signal output, create settings, etc.
Where can I start with P6. I think with my tiny little programming skill should help you up a little bit anyway.

Regards

David
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #32 (permalink)  
Old 03-28-2007, 08:35 PM
m6m6's Avatar
Senior Member
 
Join Date: Dec 2006
Location: Sherbrooke, Quebec, Canada
Posts: 145
m6m6 is on a distinguished road
Reverse concept

Just a thought

I find very interesting to change Phoenix signals for trending instead of counter trending. I read somewhere that it is possible to take a bad Expert Advisor and make it profitable by reversing it. If you have a negative curve in back testing, the guy just reverses signals to make it profitable ! I don't know how he does it, but it seams to be fairly simple. It may just be easier to optimise for bad results and then reverse it.

I hope this comment can ring a bell in some programer's minds on this forum !
__________________
"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
  #33 (permalink)  
Old 03-29-2007, 02:05 AM
Senior Member
 
Join Date: Oct 2006
Location: Margarita Island - Venezuela
Posts: 315
bertbin is on a distinguished road
Hi Autumn
Then ?
Chimera still alive ?
Hope you will succeed
Let us know...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #34 (permalink)  
Old 03-29-2007, 02:18 AM
Senior Member
 
Join Date: Oct 2006
Location: Margarita Island - Venezuela
Posts: 315
bertbin is on a distinguished road
Quote:
Originally Posted by davidke20
Where can I start with P6. I think with my tiny little programming skill should help you up a little bit anyway.

Regards

David

Where can you start P6 ?
Well... you choose a brooker (FXDD seems good for now) open a demo account of 5000 us leverage 100:1... After...
Well... with 561 post you are not a newbee !!!! Do what you want !
Welcome here...
Optimisation here
Statement in Phoenix Live testing report thread
Settings files in Phoenix Settings file thread
Good search...
Good trades....
See you
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #35 (permalink)  
Old 03-29-2007, 02:25 AM
Senior Member
 
Join Date: Nov 2006
Posts: 120
hhsmoney is on a distinguished road
Quote:
Originally Posted by davidke20
Where can I start with P6. I think with my tiny little programming skill should help you up a little bit anyway.

Regards

David
Ahhh a new poster to the Phoenix thread, welcome!

I suppose one thing to do is to go through the current code and see what it does. Any specific directives will have to come from daraknor, Pcontour, and autumnleaves since they seem to be the main work horse at this point. But welcome nonetheless!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #36 (permalink)  
Old 03-29-2007, 02:40 AM
Senior Member
 
Join Date: Nov 2006
Posts: 120
hhsmoney is on a distinguished road
A while back, there was an attempt to reverse firebird's signal (Phoenix came from firebird). Just thought I would add that small bit of info.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #37 (permalink)  
Old 03-29-2007, 03:02 AM
Senior Member
 
Join Date: Nov 2006
Posts: 283
autumnleaves is on a distinguished road
Chimera development

Nice to hear from everyone. As Mark Twain once said, "rumours of my death are highly exaggerated."

I am as impatient as anyone to see Chimera put to the test, but there are myriad problems in getting stable code to work with, as you will appreciate if you have read Daraknor's and PContour's posts. Since I lack programming skills, my own contribution can only be minimal. It is vital at this point that P6Chimera be tested for buggy code. You can do this by turning on logging and debugging and posting the log files as P6Chimera works on a demo account, or on a backtest. The log data will indicate if the signals are firing as they should.

I am reluctant to test the version of Chimera based on Phoenix5.7.2 for profitability until all the old Phoenix signals are converted to EASY signals. I have applied my minimal talents to this task, but keep running into pitfalls. On the version posted here I tried to work around this by using the iCustom indicator feature in MQL4. If anyone can see why this code either executes at a snail's pace on backtesting or does not produce any trades, please feel free to massage the code back to good health. The attached compiled version of Traders Dynamic Index must be placed in the indicators folder for this to work.

You will note that there are no preferred settings for currency pairs. This is because EASY signals are essentially global in scope. Some tweaking may be attempted when it actually learns to trade.
Attached Files
File Type: ex4 Traders_Dynamic_Index.ex4 (4.8 KB, 98 views)
File Type: mq4 Chimera_EASY1.mq4 (41.5 KB, 94 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #38 (permalink)  
Old 03-29-2007, 03:28 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 davidke20
Where can I start with P6. I think with my tiny little programming skill should help you up a little bit anyway.

Regards

David
You have big programming skill! Big trader skill too.

Phoenix6 has been modified with labeled functions and variables. The variables have been named based on how they are used. P_[variable name] are intended to refer to signal/trade data. U_[variable name] are intended to refer to how the user wishes to trade the EA. If you are interested in ChainEntry code I can include that too. SplitTrades all uses the same entry price, but it does adjust the take profit levels.

Delayed entry code could easily be adapted into the "CheckExit" system to enter at different prices or conditions.

I had a generic accounting system to check current number of open trades, which ones are in profit, etc. If you want to use functionality like that, please let me know or modify as you like.

I'm trying to convert Phoenix6 into a collection of baseline functions that can handle the 4 basic types of signal checks: filters, entry, exit, market type. Generic functions already handle the different trade types (Buy, Sell, Buy Limit, Sell Limit, Buy Stop, Sell Stop)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #39 (permalink)  
Old 03-29-2007, 04:12 AM
davidke20's Avatar
Senior Member
 
Join Date: Sep 2006
Location: 38° 53′ 51.61″ N, 77° 2′ 11.58″ W
Posts: 1,398
davidke20 is on a distinguished road
Quote:
Originally Posted by daraknor
... ... If you are interested in ChainEntry code I can include that too. SplitTrades all uses the same entry price, but it does adjust the take profit levels.

Delayed entry code could easily be adapted into the "CheckExit" system to enter at different prices or conditions.

I had a generic accounting system to check current number of open trades, which ones are in profit, etc. If you want to use functionality like that, please let me know or modify as you like... ...
Mate, I've never trusted EA to open buy stop/sell stop or buy limit/sell limit, unless its a trendline trader. There is few things I think you should start thinking off before we go furthur.
Quote:
1) Whether we go with trend trading

2) Anti trend trading

3) Robust with beginning of the trend(anti trend) to take advantage only on low target and low stop loss. Could take days to open 1 trade(less risk, low return)

4) Trade expiration(even opened trade, not just pending order)

5) How reliable the indicator is

6) Will the volatility affect your indicator? Say, a spike could bring you into the trade

7) Exit strategy? Target? Stop loss?Based on PIP's define by trader? Or robust by the system itself to judge? Indicators? Price action? Swing trading?

8) Do we enter all the trades at the same leve? In that case, I will never go split order. Because when we die, we die togather, why not we win togather. That is not diversify the risk, but risking what you should made about.

9) 2 level martingale? 1 trade not success, go for another 1 with double lot size(only if you're confidence with your indicator)

10) When is the due date of this project? What is the objective? Who is the objective? Is the market majority using this EA, will it affect the price movement life cycle? If it is, then safe it. No point to carry on.

11) Refer 10, is that every broker, every platform, every user are going to get the same signal. You buy, I buy, he buy, she buy, everybody buy. Or its based on the broker feed?
Before we can start, let me know what do you think. Below attached 1 of the trend follower system I made last year. But never been successful on live trading, with just 1 single bug - SLIPPAGE. The price I enter never been honour. The stop always trigger before it mature(study my statement, the stop loss has never been at the same point). This is a BROKER issue killed my EA. Its currently converted to VisualBasic running on API with Oanda. Quite healthy. Thanks to MT4 for the good strategy builder/tester. Have a look. Cheers.

Regards

David
Attached Images
File Type: gif AnnabelleNoelle^_^.gif (5.6 KB, 292 views)
Attached Files
File Type: htm AnnabelleNoelle^_^.htm (545.7 KB, 71 views)

Last edited by davidke20; 03-29-2007 at 04:19 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #40 (permalink)  
Old 03-29-2007, 03:03 PM
Senior Member
 
Join Date: Nov 2006
Posts: 283
autumnleaves is on a distinguished road
Chimera 5.7.2 TS

Thanks very much for the fix on the parabolic signal PContour, I'll try to test it ASAP.

Meanwhile, I do believe that the TS setup may be misfiring. It appears that it kicks in as soon as the trade is 1 pip in profit, and immediately moves the TP to TS and sets SL to a new position. It then shifts the new SL-TP pair upwards one pip with each pip gained. Is this the way it is intended to work? And how do you activate the scalable TS?

modify 1 1.00 1.9531 1.9512 1.9552 0.00 10000.00
modify 1 1.00 1.9531 1.9514 1.9554 0.00 10000.00
modify 1 1.00 1.9531 1.9515 1.9555 0.00 10000.00
modify 1 1.00 1.9531 1.9516 1.9556 0.00 10000.00
modify 1 1.00 1.9531 1.9518 1.9558 0.00 10000.00
modify 1 1.00 1.9531 1.9519 1.9559 0.00 10000.00
modify 1 1.00 1.9531 1.9520 1.9560 0.00 10000.00
modify 1 1.00 1.9531 1.9524 1.9564 0.00 10000.00
modify 1 1.00 1.9531 1.9527 1.9567 0.00 10000.00
modify 1 1.00 1.9531 1.9530 1.9570 0.00 10000.00
modify 1 1.00 1.9531 1.9531 1.9571 0.00 10000.00
modify 1 1.00 1.9531 1.9535 1.9575 0.00 10000.00
modify 1 1.00 1.9531 1.9536 1.9576 0.00 10000.00
modify 1 1.00 1.9531 1.9540 1.9580 0.00 10000.00
s/l 1 1.00 1.9540 1.9540 1.9580 90.00 10090.00
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Tags
eas, martingale, parabolic, programing, traders dynamic index, tremoco, chimera, SetIndexBuffer function must be called from custom indicator only, Traders Dynamic Index EA, phoenix ea forex, PHOENIX EA, chimera ea

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
ToR 1.02 - Trending or Ranging nittany1 Indicators - Metatrader 4 147 11-28-2008 07:46 PM
Ranging Vs. Trending marcf General Discussion 3 04-10-2007 08:47 AM
Phoenix - Chimera Time Management Pcontour Phoenix 3 04-01-2007 10:51 PM
What works best when market isn't trending? Aaragorn General Discussion 3 07-12-2006 08:35 AM
Best Trending Currencies WannaBeATrader Questions 7 06-23-2006 08:36 PM


All times are GMT. The time now is 06:15 AM.



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