Good Morning,
Can you please tell me where I can set the Flag to "Hide" the order which is sent to TWS.
Is there a function to do this? or do I have to change a setting in a setup file?
Thank you.
Bohdan
How to set the "Hidden" option for an order which is sent to TWS in MT-IB-copier.
-
- Posts: 2
- Joined: Tue Aug 25, 2020 2:13 pm
How to set the "Hidden" option for an order which is sent to TWS in MT-IB-copier.
- Attachments
-
- set hidden flag for order in TWS
- SetHiddenFlagForTWS.png (18.21 KiB) Viewed 18139 times
-
- Site Admin
- Posts: 244
- Joined: Mon Apr 24, 2017 3:24 pm
Re: How to set the "Hidden" option for an order which is sent to TWS in MT-IB-copier.
Hello,
you can set this in api setup xml file. (Usually let all by default;make only changes you really understand meaning and impact. Thank you)
Close the copier.
Go to folder:
Open file
in an editor (notepad).
Search tag (Category: Order Presets)
set it to
So change value from 0 to 1.
you can set this in api setup xml file. (Usually let all by default;make only changes you really understand meaning and impact. Thank you)
Close the copier.
Go to folder:
Code: Select all
C:\Program Files\trade-commander.com\MTIB Order Copier\xml
Code: Select all
api.xml
Search tag (Category: Order Presets)
Code: Select all
<e t="Hidden flag default" id="4" def="0" type="b" comment="">0</e>
Code: Select all
<e t="Hidden flag default" id="4" def="0" type="b" comment="">1</e>
-
- Posts: 2
- Joined: Tue Aug 25, 2020 2:13 pm