Support Board
Date/Time: Tue, 10 Jun 2025 03:36:37 +0000
Post From: Unable to create account in Trading Evaluator - Delayed
[2022-01-18 12:15:30] |
User99735 - Posts: 234 |
Managed to use sc.BuyOrder, sc.SellOrder to open and close positions using Market Orders for 'other (not current)' accounts. With sc.BuyEntry and sc.SellEntry, 'open' orders can be created and with sc.BuyExit and sc.SellExit, 'close' orders can be created, for 'current' accounts. However for Limit / Stop orders, OpenClose field is missing in s_SCNewOrder structure (which is available in s_SCTradeOrder), to prescribe if the order will open a position or close an existing position ( when using sc.BuyOrder and sc.SellOrder functions ). Please advice |