PureBytes Links
Trading Reference Links
|
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 <kavemanperth@xxxxxxxxx>:
> 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 <jan@xxxxxxxxx>:
>> 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@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] För
>> wavemechanic
>> Skickat: den 3 juni 2008 16:32
>> Till: amibroker@xxxxxxxxxxxxxxx
>> Ä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@xxxxxxxxxxxxxxx
>>
>> 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
>>
>> ________________________________
------------------------------------
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|