Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 7/2/2009(UTC) Posts: 31
|
More variables and space per indicator would speed up explorations considerably!
Maybe even indexed variables (arrays) would be a space and variable solution - even if they are only one dimensional and limited to an index of e.g. 10
Explorations would also benefit speedwise if collumns or even variables in collumns could be called from another collumn - especially if you only need the last value.. it works already for the filter..
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 7/25/2005(UTC) Posts: 1,042
Was thanked: 57 time(s) in 54 post(s)
|
Hi Exito
Sharing variables between exploration columns is already possible and has been for a number of years. Mark Pyle's GlobalVar DLL does this very effectively (it's shortened name is GV.DLL and it's available from the Files section). As with any variable these must be generated before they can be used, so a GV must be created in column A before it can be used later in column A, or in column B etc. Therefore a little care needs to be taken with column organisation. Also, an indicator creating many GVs can be called once at the beginning of column A to make all it's GVs available to any column or the filter.
The same approach can also be used with Expert Advisors.
Roy
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 7/2/2009(UTC) Posts: 31
|
Hi Roy,
Thanks for the good news! I was using Mark's dll a bit in the past and use it still today as it is part of certain MS plug ins.
Since you always have to refresh the memory manually after any changes I did not even try to use the dll in explorer - I guess I should have been more optimistic :)
..I still would feel more comfortable if this would become a standard feature of MS in the future.. just a wish..
Thanks for sharing this info, Roy.
Klaus
|
|
|
|
Users browsing this topic |
Guest (Hidden)
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.