Elcollections.dll sources needed

Questions about MultiCharts and user contributed studies.
radekj
Posts: 113
Joined: 28 Apr 2008
Has thanked: 20 times
Been thanked: 1 time

Elcollections.dll sources needed

Postby radekj » 07 Nov 2008

I am looking for elcollections.dll sources, (dont have access to TS forum).
Can anybody help me ?

with regards
radekj

bowlesj3
Posts: 2180
Joined: 21 Jul 2007
Has thanked: 227 times
Been thanked: 429 times

Postby bowlesj3 » 07 Nov 2008


radekj
Posts: 113
Joined: 28 Apr 2008
Has thanked: 20 times
Been thanked: 1 time

Postby radekj » 08 Nov 2008

I am looking for the c-sources of elcollections.dll and not eld file.

The reason is that some functions are not documented in the dll but i can get the info from sources.

I need this to complete indicator that will show entrys and exits from text-file on the chart (if finish i will give it free to all) so i can analyze my IB trades on the chart without the need to draw the manually on the paper.

I know the sources are avaible on the tradestaion forum but i dont have access to it.

ciao
Radek

radekj
Posts: 113
Joined: 28 Apr 2008
Has thanked: 20 times
Been thanked: 1 time

Postby radekj » 08 Nov 2008

I have got the sources,

many thanks !

ciao
Radek

bowlesj3
Posts: 2180
Joined: 21 Jul 2007
Has thanked: 227 times
Been thanked: 429 times

binary search and sort

Postby bowlesj3 » 09 Nov 2008

Hi ciao,

If you have the "global variables 2" source maybe you could check to see if the named GVs are being looked up with a binary search for maximum speed and if they are then do a further check to see if there is a fast sort (such as the comb sort or shell sort) being used to keep them in proper sequence when new entries come in.

I ask because I am currently loading them in sorted sequence from my database program (during my morning startup routine prior to starting MC) in the hope that the search is binary. If not at least I have a record of what is going out there and I can do random lookups at any time for debugging purposes.

I often wish the GV2 source had a function to create a sorted print or list of all the GVs currently out there. Printed to file would be better then I could bring any that I missed into my database program.

Thanks,
John.

radekj
Posts: 113
Joined: 28 Apr 2008
Has thanked: 20 times
Been thanked: 1 time

Postby radekj » 11 Nov 2008

What i see in the sources of Elcollections is that:

you can not use BarIDs on seconds bars !

ciao
Radek


Return to “MultiCharts”