#176
|
||||
|
||||
Quote:
|
#197
|
|||
|
|||
Quote:
After further reviewing
these numbers , I get just a little more profit than 42, 84. Thats all so
far. I think there is a potential to get a little more profit, but the risks
might outway the results.
|
#212
|
||||
|
||||
Quote:
|
#215
|
||||
|
||||
When i was in my env faze last
year instead of using bool for switches I used int so it can be optimized.
With this all your filter selection can be optimized along with your settings
for all you optimization nutz. Attached Files
Last edited
by lowphat : 10-17-2006 at 01:12 PM. |
#218
|
||||
|
||||
Quote:
|
||||
#220
|
||||
|
||||
Quote:
|
#221
|
|||
|
|||
Quote:
Hi Hendrick, |
|||
#222
|
|||
|
|||
Quote:
Last edited by frantacech : 10-18-2006 at 01:14 AM.
|
#223
|
||||
|
||||
Help
wanted! I would be very grateful if some
of you can make the next summary:
|
#238
|
||||
|
||||
Quote:
|
#253
|
|||
|
|||
a little
bug in phoenix I'm originally intersted in
algorithms instead of back testing results,i took close look to phoenix code
yesterday, and it seems there is a little bug (not actuall bug) in divergence
function:
|
#254
|
|||
|
|||
Quote:
|
#260
|
||||
|
||||
I am not running your excellent
EA yet Hendrik but I had some ideas regarding trade windows.
|
#263
|
||||||
|
||||||
Quote:
|
||||||
#275
|
||||||
|
||||||
Quote:
|
||||||
#276
|
||||
|
||||
Quote:
|
#277
|
||||
|
||||
Quote:
|
#281
|
||||
|
||||
Quote:
|
#282
|
||||
|
||||
Period
values Quote:
|
#289
|
||||
|
||||
I am a little confused what
direction Hendrick wants to take this EA. My first take on this EA was that
it works in a ranging market with a few indicators make consistent profits on
regular movements. I want a few ranging market EA (at least two) to run
concurrently. This must be complemented by a successful trending EA. I also
want a news spike or news reversal EA because they can make a big splash, and
I would money manage the events. The big criteria for inclusion is: profit in
their specialty, not loosing big in trending markets.
|
#296
|
||||
|
||||
Mr Hendrick, i totally agree on
your time-window idea. if a trade lasts too long, the open-trade signal may
lose it's effect and the trade may become a tossing coin gamble or something
like that. But i think looking for ways to improve success rate is better
than "scout trade" because "scout trade" may be more
risky.
|
#313
|
||||
|
||||
Thanks for all of your hard work
Hendrick! Congrats on going back into top 3 as well. I agree with others that
sashken might take a sudden plunge. His posted code does have a stop limit,
but I read in an interview he didn't have one. Odd?
|
#322
|
|||
|
|||
Time
Filter with Phoenix
Hi Hendrick,
|
#331
|
||||
|
||||
Quote:
|
#334
|
||||
|
||||
Quote:
|
|
||||
|
||||
Quote:
|
|
||||
|
||||
I'm working on a file based news
plotter, and from here it wouldn't be too hard to include/omit news events.
It is supposed to be released under a closed license, but I'm either
considering ditching my business partner or figuring out a way for Phoenix to
use my work. The QPL public license may satisfy my business partner, but he
really wants to charge per account. He even wants to charge by the month for
the file version, but I completely rejected that. We are having traditional
'programmer vs marketing' woes.
|
#355
|
||||
|
||||
New
TakeProfit and StopLoss for USDJPY Hi Hendrick, Attached Thumbnails Attached Files
|
#470
|
||||
|
||||
Quote:
|
#481
|
|||
|
|||
Number
of Lots Quote:
PHP Code:
PHP Code:
|
#484
|
||||
|
||||
Quote:
|
#498
|
||||
|
||||
Quote:
|
#506
|
|||
|
|||
Quote:
The modifications I suggest
had been tested with the competition version, now I review in full the new
code, here follows the necesary modifications for thes new version: int
CheckOpenTradeMode123() to int
CheckOpenTradeMode123() Now tested with Real Trader
(Metatrader from www.RealTrader.lv)
|
#509
|
||||
|
||||
Quote:
|
#510
|
|||
|
|||
make another mode that will use
all 3 modes at the same time or something, if this is trully useful.
|
#513
|
||||
|
||||
Quote:
|
#515
|
||||
|
||||
Quote:
|
#521
|
|||
|
|||
I want to contribute. Code: if(lot<MarketInfo(Symbol(),MODE_MINLOT)) lot=MarketInfo(Symbol(),MODE_MINLOT); if(lot>MarketInfo(Symbol(),MODE_MAXLOT)) lot=MarketInfo(Symbol(),MODE_MAXLOT);
|
#587
|
|||
|
|||
Quote:
I had a similar problem, and
I have an idea on how to solve the problem, but it would require some
programming. The system appears to work best on an Alpari demo so you have to
write some type of program that opens/closes the trades on a different platform
after you get a signal from Alpari.
|
#612
|
||||
|
||||
Quote:
|
#643
|
|||
|
|||
Another
way to improve Phonenix Hi Hendrick, Attached Thumbnails Attached Files
|
#651
|
|||
|
|||
Phoenix
suggested improvements... Hi Hendrick. I saw your posts
about greed and fear and agree with everything you have said. I appreciate
the work you have done on Phoenix 5 including the outstanding implementation
of the 123 trade suggestion I gave you.
|
#653
|
|||
|
|||
Quote:
|
#658
|
|||
|
|||
Quote:
|
#669
|
||||
|
||||
Quote:
__________________
|
#670
|
||||
|
||||
Quote:
|
#692
|
||||
|
||||
Quote:
|
#696
|
||||
|
||||
Quote:
|
#707
|
||||
|
||||
Quote:
I'm in favor of having
double time filters, it would also be nice if there was a boolean value
checked on the side to see if trades are allowed when the time filter is set.
I envision this to be a news filter, but I want to get the news data through
RSS and am still hunting for a means to implement this without a DLL.
|
#710
|
|||
|
|||
Changes!!!!Changes!!!! Hi Hendrick,
|
#721
|
||||
|
||||
Quote:
|
#730
|
||||
|
||||
Quote:
|
#754
|
|||
|
|||
Hello Mr Phoenix, and the
others. Thanks to everybody for the work.
|
#777
|
||||
|
||||
Quote:
|