Login Page - Create Account

Support Board


Date/Time: Fri, 26 Apr 2024 18:42:10 +0000



Post From: CTS internal position data

[2013-05-13 18:59:05]
User35525 - Posts: 179
I am using sc.GetTradePosition in a function that runs continuously to put the real-time nav (open profit and loss plus daily closed profit loss) on the screen. It runs on every chart, and each chart updates its own global variable. In this way I can know my real-time account balance at all times, and take action as-required.

sc.GetTradePosition updates my nav in real-time in simulation mode for FXCM symbols. It wasn't working for me this morning for CTS live trades. I'm now trading CTS in simulation mode to see if that works, which it probably will, since trading in FXCM simulation mode worked.

--Ted