var fDesc=new Array(); fDesc[0] = "Trade smartly in Future & Options ... get the Power of Information on your fingertips!
StrategyMaker & TradeFinder
Option Scanner : online indicators of change in OI, PCR,Greeks, IVs, based on Bid-ask ,etc.
Position Tracker with Greeks
Delta-neutral hedging
Payoff Graphs of Positions along with graphical Greeks
What-If Analysis of Complex Positions/Strategies
Auto data import from Trade File for Multiple IDs/ Clients
Research & Statistical Analysis of critical F&O Indicators: OI, IVs,PCRs, %change, sectorwise, CoC, etc. over any period. with entire 6 years Historical data"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }