In my experience you can apply the same trading principles and philosophies, but copy-paste without any modification rarely work between any asset classes.
As a private person you cannot open a local brokerage account in China unless you at least have a residence permit, which requires you to have a local employer there. And for a professional account you need a company and valid asset management license. So the road is quite far to travel if you...
Hi all, can anyone recommend suitable European and Asian index futures with good liquidity and volume, and high multiplier (>=10)? So far it seems like Stoxx Europe 600 and Nikkei 225 are good candidates, but more options is wanted! Thanks in advance.
Hi all,
Short question: Can I upgrade IB TWS without losing my settings, e.g. investment groups/profiles etc., or will they be lost?
Thanks in advance.
Thanks for the note. I think I've now figured out the root cause - it's all about incompatibility between different IB TWS OCX versions. What I did now was to run aximp.exe on tws.ocx residing on the server, and transfer the generated dll files back to my local machine, where they were...
Ok got it. Btw, I just resolved the issue! Here's how I did it: In the application folder, VS generated two dll files called AxInterop.TWSLib.dll and Interop.TWSLib.dll - I simply removed the former TWS dll files from my project and added these instead, and then it worked! So somehow the issue...
This is bizarre. I tried to create a minimal F# application just connecting to IB TWS, and now also got the same error message even on my local machine. It seems like AxTWSLib has a connect version with 3 arguments while TWSLib has one with 4 so there is some sort of conflict between the two -...