Login Page - Create Account

Support Board


Date/Time: Tue, 10 Jun 2025 02:39:26 +0000



Post From: Unable to create account in Trading Evaluator - Delayed

[2021-11-23 01:37:23]
User99735 - Posts: 234
Fixed the issue of entries across multiple accounts, now run into problems with sc.BuyExit and sc.SellExit. Do these functions work both for current (sc.SelectedTradeAccount) and other accounts set through TradeAccount field of s_SCNewOrder structure.

Am getting following error in 'Trade Service Log' -
"BuyExit signal is ignored. Long position quantity does not exist or there are already working exit orders that will flatten the position. Current Position with working exit orders: 0. Current Position: 0. Current Position with exit market orders: 0 | 2021-11-23 06:57:36.405
"

scsf_TradingExampleOrdersForDifferentSymbolAndAccount(SCStudyInterfaceRef sc) has examples on entries only, and no exit.