Login Page - Create Account

Support Board


Date/Time: Tue, 06 May 2025 23:53:48 +0000



Post From: Programming help with setting the Trade Window Order Quantity in ASCIL

[2024-12-02 09:52:34]
User431178 - Posts: 663

auto formulaResult {}; and it would error so tried

Yes, type deduction can't work if there is no type to deduce from.
Drop the i64 suffix, but keep the 0 (or replace i64 with ll).
Or do as you did and don't use type deduction.


auto formulaResult {0};


Updated code attached, you can now choose "always", "on close" or "on open".
Date Time Of Last Edit: 2024-12-02 09:52:58
attachmentSpreadsheetFormulaPositionSize.cpp - Attached On 2024-12-02 09:51:55 UTC - Size: 3.87 KB - 146 views