PureBytes Links
Trading Reference Links
|
I am using an EOD database but update the current day on one
minute intervals, works fine. Is there a way to set up a 400 element
array (to hold one minute updates for one day) so that I can have a one minute
A-D line while watching the signals from my EOD database? Does
anyone know of a "Timer" function in "VBScript" or a way of having AFL execute
some code on one minute intervals?
The code for the A-D line (courtesy of DT) is below:
r=ROC<FONT
size=1>(C,1);
adv=(r>0)+adv;
unch=(r==0)+unch;
dec=(r<0<FONT
size=1>)+dec;
Best Regards -
lou howard
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
Yahoo! Groups Sponsor
ADVERTISEMENT
Click Here
Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/group/amibroker/
To unsubscribe from this group, send an email to:amibroker-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|