var fDesc=new Array(); fDesc[0] = "You must have the TTM Auto Pivots Indicator for the TTM Hourly Rolling Pivots Indicator to work. This day trading indicator is compatible with Tradestation, Sierra Charts, and now Ninja Trader!
-TTM Hourly Rolling Pivots are great for Sideways Chop
-TTM Hourly Rolling Pivots Indicator updates new pivots every hour"; 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 = ''; } }