PureBytes Links
Trading Reference Links
|
Keep up the good work and keep backtesting...maybe you can afford a
to pay for a hamburger at McDonalds.
--- In amibroker@xxxxxxxxxxxxxxx, "emptyhead_77" <gms_clan@xxxx>
wrote:
> my system over the last month neted 588,563,689,569.61% over the
last
> month - hahahahaha so there
> heres the system:
> bla1 = Optimize("first number 26 - then 12,9",26,13,52,1);
> //bla2 = Optimize("second numb. 12",12,6,24,1);
> //bla3 = Optimize("third numb. 4",9,4,18,1);
> Cond1 = Close > 3;
> Cond2 = Volume > 10000;
> Buy = Cross(MACD(bla1,12),Signal(bla1,12,9));
> Sell = Cross(Signal(bla1,12,9),MACD(bla1,12));
>
> ok so what did i do wrong - every step in the optimization was
> profitable and the top one was 500+billion percent over a one
month
> period -this was set for 30minute intervals
> i just was experimenting with a simple macd flip - cross macd and
> signal on 30 min. bars
> oops - any ideas or am i really gonna be a zillionare in a month
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|