TradingView
carlsrecovery7
11 de May. de 2018 20:53

FRONOS_HKF 

Bitcoin / DollarBitfinex

Descripción

//Created by HACKFRONOS 11-06, 2018 by user request - platinumFX
//Defaults to current timeframe Ability to change to different timeframe, or plot two RSI's on different timeframes.
study(title="FRONOS_HKF", shorttitle="FRONOS_HKF")
len = input(14, minval=1, title="Length for Main Stochastic")
smoothK = input(3, minval=1, title="SmoothK for Main Stochastic")
smoothD = input(3, minval=1, title="SmoothD for Main Stochastic")
upLine = input(80, minval=50, maxval=90, title="Upper Line Value?")
lowLine = input(20, minval=10, maxval=50, title="Lower Line Value?")
sml = input(true, title="Show Mid Line?")
Comentarios
carlsrecovery7
ya listo
Más