Login Page - Create Account

Support Board


Date/Time: Tue, 01 Jul 2025 05:50:58 +0000



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

[2024-12-01 23:53:35]
User61168 - Posts: 442
Thanks. I tried

auto formulaResult {}; and it would error so tried

int formulaResult; which compiled fine and the study works great.

I just have to copy/paste the position sizing formula from my other spreadsheet formula study into your study... it works like magic.

if it is not too much hassle, could I request adding a "Update on bar open" (i.e. same as calculate once per bar at open) input criteria to spare load on CPU with updating on every tick.