Login Page - Create Account

Support Board


Date/Time: Thu, 16 May 2024 14:26:15 +0000



Post From: Problem with GetTradeListEntry

[2024-03-29 16:04:26]
User615988 - Posts: 3
Hello,

our study is making use of GetTradeListEntry function. It was working fine with Rel. 2415 but after upgrading to the latest version, It is not working anymore and i got the erroe message:

2024-03-29 15:50:05.703 | Warning: The Custom DLL study "Market_Pressure_Strategy.scsf_BW_Trading_Algo0" has just caused a CPU exception. *

the piece of the code where this problem occurs:

if (sc.GetTradeListEntry((sc.GetTradeListSize() - 1), ACSTrade) {
// some code
}

any idea how to mitigate this issue ?

br