[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [amibroker] Optimum Parameters for Individual Stocks



PureBytes Links

Trading Reference Links

Hello Greg,

AmiBroker has a AddToComposite() with which you can create composite files
that can contain just about anything. You can dynamically name these files
so that they relate to specific stocks, for example:

AddToComposite(Parameter1, "~"+Name(),"X");

would embed the current stock's name in the Atc filename to allow you to
read back the array parameter for the current stock using

Parameter1 = Foreign("~"+Name(),"X");

In this case the parameter was an array however you can also save single
values. Have a look at http://www.amibroker.net/3rdparty/IntroToAtc.pdf
on how to use the Atc function.

There are also third party DLLs that allow you to save parameters in other
types of files, without using the Atc.

Regarding Optimizing systems; yes there have been some examples. Download
the AmiBroker archive and do a search for "Self Optimizing" or similar
phrases. You may need to be a registered user to access this...
 http://www.amibroker.com/members/#MLARCHIVE

Welcome to the group and good luck.
Herman



-----Original Message-----
From: gregck3 [mailto:gregck3@xxxxxxxxx]
Sent: Sunday, August 24, 2003 7:49 PM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Optimum Parameters for Individual Stocks


I am new to this group, so forgive me if this question has already
been asked and answered. I am a long time TradeStation user that
recently converted to AmiBroker for a variety of reasons, which I
will not go into here. For those not familiar with TradeStation, you
can set up chart windows for individual stocks and optimize trading
system parameters. When you save the chart window, the optimum
system parameters are saved for that specific stock.

I have duplicated my TradeStation systems in AmiBroker, and I have
optimized the system parameters for the stocks that I follow.
However, there does not seem to be an easy way to save the optimum
parameters for each stock. The only way I see to accomplish this
result is to create separate AFL's with the optimum parameters for
each stock that I follow. Surely, there is a more efficient way to
do this. Am I missing something.

Good trading,
Greg




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/



------------------------ 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/l.m7sD/LIdGAA/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/