open interest afl

kaly422000

Well-Known Member
#13
i think odin or any broker terminal source based real time data can deliver oi data realtime if u put oi in watchlist, like manshi rt also.
for eod it is available in data downloader of joy or getbhavcopy
 

sr114

Well-Known Member
#17
Is there a way to plot Open Interest as candle sticks.

Same way as Price is plotted as candles.

Thanks,
John
put this line of code

_SECTION_BEGIN("Open Interest");
Plot( OpenInt, _DEFAULT_NAME(), ParamColor("Color", colorCycle ), 64,ParamStyle( "Style" ) );
_SECTION_END();
to get the OI in candle form

rgds
subroto
 

Similar threads