VagyokC4
10-05-2007, 02:38 AM
The documentation defines the two following methods for getting in/out of a trade
These are the two syntax in question:
EnterLong(int quantity, string signalName)
ExitLong(int quantity, string signalName, string fromEntrySignal)
I understand when I ExitLong, the signalName is the name I gave when using the EnterLong, so what is the "fromEntrySignal" and where do I get that from?
Awaiting your repsonse,
Vagyok C4
These are the two syntax in question:
EnterLong(int quantity, string signalName)
ExitLong(int quantity, string signalName, string fromEntrySignal)
I understand when I ExitLong, the signalName is the name I gave when using the EnterLong, so what is the "fromEntrySignal" and where do I get that from?
Awaiting your repsonse,
Vagyok C4