TradingView
RicardoSantos
25 Ags 2015 pukul 09.46

[RS]Trade Volume Index V1 

Euro Fx/U.S. DollarFXCM

Deskripsi

Komentar
zschonn
@RicardoSantos thanks a lot for your work. V0 is the best & I still use it, but this one doesn't print, just gives an error. Any advise ?
Mehmet_Kut_
you can fix this line: f_fractalize(_src)=>f_top_fractal(_src) ? 1 : f_bot_fractal(_src) ? -1 : 0

f_fractalize(_src)=>
top = f_top_fractal(_src)
bot = f_bot_fractal(_src)
_return = top ? 1 : bot ? -1 : 0
Docop1
Hi when the code load it show sma error, and nothing is printed.. ? Thanks again, it look a great one.
RicardoSantos
@Docop1, does the chart security your using support volume?
Br_J
Thanks for your work!
Could you explain below part?

-----------------------------
f_top_fractal(_src)=>_src[4] < _src[2] and _src[3] < _src[2] and _src[2] > _src[1] and _src[2] > _src[0]
f_bot_fractal(_src)=>_src[4] > _src[2] and _src[3] > _src[2] and _src[2] < _src[1] and _src[2] < _src[0]
f_fractalize(_src)=>f_top_fractal(_src) ? 1 : f_bot_fractal(_src) ? -1 : 0

hist = sma(f_tvi(), smooth)

fractal_top = f_fractalize(hist) > 0 ? hist[2] : na
fractal_bot = f_fractalize(hist) < 0 ? hist[2] : na
-----------------------------

I would like to use your script as like..
Bullish apply only for (-) value of histogram's Low points,
Bearish apply only for (+) value histogram's High points.
But I can't because I couldn't understand above script....
SATHYANR
Thanks for sharing the indicator, ricardo.
can you state how best the signal can be used!! iam little preplexed between the regular and hidden signal!
should i have observe all hidden signals only or both??
thanks for your time
Consultant
Could you fix the indicator it errors when loaded on a chart. Thanks
RicardoSantos
@Consultant, options set signal smoothness to 1
Consultant
Lebih lanjut