Auto-Hiding Fixed Pivots
Posted in Indicator on Apr 28th, 2009
Here’s another reader request for a basic set of user input fixed pivots. I’ve thrown in some extra plumbing to make the pivots auto-hide when price diverges a user selectable percentage from the pivot. # TS_FixedPivots # http://thinkscripter.wordpress.com # thinkscripter@gmail.com # Last Update 20 APR 2009 input hide_if_percent = 1.0; input pivot = 800.0; input [...]



