On Sat, May 7, 2016 at 6:16 PM, Aron Pipa aron@myafl.com [amibroker] <amibroker@yahoogroups.com> wrote:
--
On 5/7/2016 9:53 AM, Robbie Geary rgearyiii@gmail.com [amibroker] wrote:
solution would just beIn addition,
if (Status("stocknum") = SymbolCount - 1) {
in multithreading, the last symbol defined by stocknum might not be prepossessed last
for example if you have 30 symbols in your database the highest stocknum would be 29
but the order in which symbols are scanned can be
.....26, 29, 27, 28
That's a good point, which is why
Status("lastsymbol")
returning true or false may be the only possibility. I'm sure Tomasz knows how to implement this, but... When AmiBroker starts interpreting the AFL code, it could see 'Status("lastsymbol")' in the code and designate one symbol to be the last one and assign it to one of the threads, forbidding all other threads from processing that symbol. The thread assigned that symbol would wait for all other threads to complete before processing that last symbol. Etc.
Robbie Geary
__._,_.___
Posted by: Robbie Geary <rgearyiii@gmail.com>
Reply via web post | • | Reply to sender | • | Reply to group | • | Start a New Topic | • | Messages in this topic (17) |
**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com
TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
This group is for the discussion between users only.
This is *NOT* technical support channel.
TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com
TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
.
__,_._,___
EmoticonEmoticon