Login Page - Create Account

Support Board


Date/Time: Sat, 04 May 2024 12:33:46 +0000



Post From: ACSIL function to read Trade Window values and Default Order Quantity

[2024-03-05 13:50:20]
User601931 - Posts: 10
Yes, sure... you could hard code the values from your config file in your ACSIL code, for each config file, and modify/debug/and re-compile every time you update a trade window configuration... however, it is a lot of maintenance & duplication of values which are already in the UI. If during trading, you want to change a parameter or create another scenario/config, your code is stuck with the old values until you stop & recompile. It's just not the best design approach.