I want to pull RSI14 from TWS by use of ActiveX

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
 
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.

Quote from lordoftrades:

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
 
Back
Top