TradingView
QuantitativeExhaustion
28 set 2014 15:33

Fisher Transform MTF 

Bitcoin / U.S. dollarBitstamp

Descrizione

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

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