PureBytes Links
Trading Reference Links
|
Hello:
Would you please help me with the following afl logic:
Here's what I'd like to do:
During scans, if my afl script detects a buy, I'd like to write some
information to a file for each stock detected with a buy signal
buy =
... buy conditions here...
;
mystring =
... if the stock was detected as a buy, write the stock's Name(),
and Time() functions to a flat file. Each buy candidate would have
it's own line entry in the flat file.
I tried to use the IIF function, but I must not be using the
function correctly. Thanks in advance for your help.
Regards,
Christian
------------------------ 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/
|