Login Page - Create Account

Support Board


Date/Time: Sat, 18 May 2024 18:03:03 +0000



Post From: TradeWindowConfigFileName question

[2016-06-20 06:47:32]
onnb - Posts: 661
sc.TradeWindowConfigFileName = "SimpleBracket.twconfig";

I understand I can set this outside the SetDefaults block.

So if I have following scenario

1. Study places an order. Before submitting the order, I do this - TradeWindowConfigFileName = "config1.twconfig"
2. Study then places a second order. Before submitting the other, I do this - TradeWindowConfigFileName = "config2.twconfig"

Will that generally work as expected?

Can I also do this - TradeWindowConfigFileName = "";
to disable this at some point?