Support Board
Date/Time: Fri, 14 Mar 2025 11:11:30 +0000
Post From: Bug in sc.GetFlatToFlatTradeListEntry()
[2022-04-12 10:14:38] |
Trader & Sierra++ developer - Posts: 110 |
With the help of VC++ debugger i found out the reason of those crashes : after changing the trading service and opening & closing trades without translating the symbol, GetRealtimeSymbol() (which is not documented but from my tests figured out to be the only way to retrieve the real traded symbol) returns nothing and my warning message using Format() had just a missing letter after the %... Wow. A case I had not tested when coding my studies. Back to the main issue that is still there : using sc.GetFlatToFlatTradeListEntry(), how to know if a trade is open or closed ? In my understanding it is NOT possible even if it IS possible in the Trade Activity Log. Date Time Of Last Edit: 2022-04-12 12:52:10
|