TradingView
QuantitativeExhaustion
Sep 28, 2014 3:33 PM

Fisher Transform MTF 

Bitcoin / U.S. dollarBitstamp

Description

This is a simple code that allows a user to use Fisher Transform Indicator for multiple time frames.
Comments
QuantitativeExhaustion
If you want to add monthly you can substitute "60" for "M"

resCustom = input(title="Timeframe", type=resolution, defval="M" )
QuantitativeExhaustion
More