Search results

  1. F

    IB API and free stocks

    Hi, I'm trying the java API (I don't have an IB account). I'm currently experimenting with the demo made available from IB. do you know which stocks are available on which I can download historical data, receive real time feeds (I know are delayed) and buy on paper mode? In order to subscribe...
  2. F

    use c++ dll with char for OMEGA RESEARCH PROSUITE 2000i

    I have created a dll in c ++ I would like to pass as a parameter of the function a char [15] (then a char array) I lack the knowledge of TradeStation, but I hope it is a breeze to overcome this problem.. in the dll: int __stdcall myfunction(int var,char cd[15]) { ... } in the 2000i...
Back
Top