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.