Gamestudio Links
Zorro Links
Newest Posts
WFO Training with parallel cores Zorro64
by Martin_HH. 02/24/26 19:51
Zorro version 3.0 prerelease!
by TipmyPip. 02/24/26 17:09
ZorroGPT
by TipmyPip. 02/23/26 21:52
Camera always moves upwards?
by clonman. 02/21/26 09:29
Sam Foster Sound | Experienced Game Composer for Hire
by titanicpiano14. 02/19/26 13:22
AUM Magazine
Latest Screens
Dorifto samurai
Shadow 2
Rocker`s Revenge
Stug 3 Stormartillery
Who's Online Now
4 registered members (Martin_HH, TipmyPip, AndrewAMD, Grant), 5,825 guests, and 3 spiders.
Key: Admin, Global Mod, Mod
Newest Members
alx, ApprenticeInMuc, PatrickH90, USER0328, Sfrdragon
19199 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
TRADE* findTrade(string name) #446524
10/19/14 23:59
10/19/14 23:59
Joined: Sep 2013
Posts: 504
California
G
GPEngine Offline OP
User
GPEngine  Offline OP
User
G

Joined: Sep 2013
Posts: 504
California
Code:
TRADE* findTrade(string name);	// find the first trade with the given info

Is this function available in user Strategies? If so, how does it work? Where or How do I set the "name" string of each trade?

I want: efficient lookups of entered trades by unique identifier, regardless of trade status (open, pending, closed). So far I maintain a data structure containing all known TRADE* memory addresses, but this seems fragile.

Last edited by GPEngine; 10/20/14 00:03.
Re: TRADE* findTrade(string name) [Re: GPEngine] #446605
10/22/14 17:39
10/22/14 17:39
Joined: Jul 2000
Posts: 28,075
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,075
Frankfurt
It is undocumented, but should work as expected - the name parameter is the algo ID. It returns the first found trade AFAIK.

The official way to look for a trade is enumerating all trades.


Moderated by  Petra 

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1