I want to pull RSI14 from TWS by use of ActiveX

Discussion in 'App Development' started by lordoftrades, Apr 10, 2013.

  1. Hello

    I cannot find how to pull the RSI value (14) from TWS, I've used another software called The Online Trader and there I just wrote rsi14 to pull the data...

    I see that TWS is a bit more powerful, and I cannot find the ActiveX code for this data.

    Kind regards
    Espen
     
  2. hftvol

    hftvol

    there is none. You need to pull the raw data yourself and then calculate RSI yourself. If you only do it in Excel, check out "XLQ", but sounds like you look to do it in C# via API. So you need to calculate it yourself.

     
  3. Thanks hftvol, then I have some work to do :)

    Kind regards
    Espen