| 
 PureBytes Links 
Trading Reference Links 
 | 
 It 
depends on how many trades you are talking about... 
  
In EOD 
the simplest way would be to create a text or .csv file, for example in 
excel, and read this file from afl. There are a number of file functions, 
like fputs() and fgets(), you can use and you can store your trade information 
using StaticVarSetText(); for easy access after that. 
  
Again, 
depending on how many different tickers you traded you can use the StrExtract() 
function (and some others) to read your ticker from a list and make 
it current for the test. 
  
A good 
start would be to look into code examples for the above functions... 
 
  
ggod 
luck, 
herman 
  
  
  
  
  Hi, I keep a list of handpicked 
  entries over several years in a text  file ( format: symbol, buy/short, 
  date ). I would now like to  optimize for exit criteria (stops/profit 
  targets/time stops) using  only these signals. I see no way of doing this 
  in amibroker  ('foreign' does not solve the problem of importing symbols 
  and  restricting optimization to just those tickers). Can someone please 
   point me in the right direction?  My biggest problem is to import 
   these entry signals and set up my "buy" and  "short" variables only 
   for the symbols in my list. Some AFL code to get me started would be 
   great. Thanks.
 
 
 
 
 
 
 
  Check 
  AmiBroker web page at: http://www.amibroker.com/
  Check 
  group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
  
 
  
  
Check AmiBroker web page at: 
http://www.amibroker.com/ 
 
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
  
 
 
 
Yahoo! Groups Links 
  |