Login Page - Create Account

Support Board


Date/Time: Tue, 07 Jan 2025 20:53:59 +0000



Post From: TradeWindowConfigFileName question

[2016-06-20 06:47:32]
onnb - Posts: 662
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?