-
hello is it possible to request that function from IB API using IB4m?
-
Hello,
I am trying to run the TWS automated in some image samples, but I got this error, how could I fix it?
any Idea will be appreciated.
Regards
![1](https://user-images.githubusercontent…
MEKH1 updated
3 years ago
-
Many thanks sharing this package.
I already use it a while and randomly get the follwing error:
_Error in readBin(private$socket, raw(), n = len) : invalid 'n' argument_
The strange thing ist t…
-
I started to play with range+multithreading combination, but did not make a big progress so far. Is there an example on how they can be combined with a nice functional style syntax?
To be more spec…
-
Richard,
Thanks for helping resolve the hanging TWS issue this morning. I am encouraged to ask another issue that has bothered me for quite some time.
Are there better ways to implement securing c…
-
Dear All,
I would like to perform scan over some variables, for example maxb(1) or Phi(1) etc.
I don't understand the use of DISTGEN ? Is it necessary to use Yaml file to perform a scan ?
coul…
-
I opened a twine `.tws` file and saw it was saved with pickle. Pickle has serious drawbacks. One can write a virus that spreads through saved twine files without anyone noticing it.
Maybe you want to …
-
This project seems to be the best and most complete on the Github. Thank you!
The new TWS API supports P&L data requests but it looks like this was never implemented. I was trying to do it myself bu…
-
Hi there,
I am experiencing an issue with the TWS when attempting to re-connect after the connection to TWS has been lost. I have written a very simple function to check for the connection status a…
-
contract := new(ibapi.Contract)
contract.Symbol = "MSFT"
contract.Exchange = "SMART"
contract.Currency = "USD"
lmt := ibapi.NewLimitOrder("BUY", 244.26, 100)
ic.PlaceOrder(newOrderId(), contract,…