Support Board
Date/Time: Thu, 16 Jan 2025 05:25:34 +0000
Post From: ACSIL Trade Submission using ChartDOM User Input
[2017-10-06 15:08:48] |
User232323 - Posts: 5 |
It appears this conflicts with then trying to enter an order, as I am getting an error message when trying to submit the buy/sell that: "Order entry skipped because full recalculation." from the following code: int Result = sc.BuyEntry(NewOrder, sc.Index); sc.AddMessageToLog(sc.GetTradingErrorTextMessage(Result), 0); which I have included in the IsFullRecalculation if statement as I also only want the resulting order to be sent once. Could you please advise? Thanks. |