PureBytes Links
Trading Reference Links
|
Dear Tomasz,
I know that your are working on the generic data Interface.
while your are doing this I wonder if the followings option/modification are
plan:
1) Is it possible to have the foreign function return 0
without any dialog stopping the AFL if it can't find the name in the database ?
A second solution is to have a function in AFL that return 1 if the stock is
present and 0 if it's not present !
2) Also, if we set "Enable partial database loading", the
foreign function doesn't load the data. Would it be possible to load the data
not only to the selected stock but also the ones that's get call by foreign(If
it's not already loaded).
3) An option to set the time interval of what it's display
and/or load when a stock is selected (with "start day" and "end day" ). The
perfect solution is to have options like the "Range" inside the
AutoAnalysis.
4) Is there a reason that Volume and OpenInterest are in
Integer and not in float ? With integer, the maximum limit is sufficient
for individual stock, but when you want to calculate volume on breath data,the
limit is reach easily with integer !
Thanks for any reply !
Jon.
|