Of course you can also do it in a simpler way. This is one method

StartDate = iif(Name()=="ABC", 1010101,
iif(Name()=="DEF", 1000101,
iif(Name()=="GHI", 9900101,
980101 )));


-- 
Cheers
Graham Kav
AFL Writing Service
http://www.aflwriting.com



2008/6/4 Graham <[EMAIL PROTECTED]>:
> You could save the required dates to AB notepad symbol txt files and
> read them using noteget
>
>
> --
> Cheers
> Graham Kav
> AFL Writing Service
> http://www.aflwriting.com
>
>
> 2008/6/3 Jan Malmberg <[EMAIL PROTECTED]>:
>> Hello,
>>
>> I've simply created a simple time cycle which starts from date I choose. The
>> problem is simply that I would like to able to specify different start dates
>> for each symbol and have them stick. As it is now, I have to change the
>> start date manually when I view a new ticker.
>>
>> Best regards / JM
>>
>>
>>
>> ________________________________
>>
>> Från: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] För
>> wavemechanic
>> Skickat: den 3 juni 2008 16:32
>> Till: amibroker@yahoogroups.com
>> Ämne: Re: [amibroker] Convert AFL to drawing tool.
>>
>>
>>
>> What did you have in mind beyond using the plotting, etc. AFL functions?
>>
>> ----- Original Message -----
>>
>> From: Jan Malmberg
>>
>> To: amibroker@yahoogroups.com
>>
>> Sent: Tuesday, June 03, 2008 10:15 AM
>>
>> Subject: [amibroker] Convert AFL to drawing tool.
>>
>>
>>
>> Hello Tomasz and others,
>>
>>
>>
>> I assume drawing tools are hardcoded, but is there anyway in which an AFL
>> can be converted to a drawing tool?
>>
>>
>>
>> Best regards / JM
>>
>> ________________________________

Reply via email to