TradingView
RicardoSantos
2015年4月8日午後1時31分

[RS]Temporal Fractal Flow Study V1 

US DOLLAR CURRENCY INDEXINDEX

詳細

EXPERIMENTAL: Study on Fractal Price Flow.
UPDATE: Cleaned up, added optional time frames(all), will need to go into options for setup, all settings are off by default.
コメント
Patrik
RicardoSantos
what exactly am i supposed to look, besides the link?
Patrik
I was comparing to an other script and when I put in the same values in the "inputs" then it show nothing.
I really like the idea and I´m thinking if I have been missing something about the idea that I have to make "correct" choice .

cf(_v1, _v2)=>_v1 > _v2 ? green : _v1 < _v2 ? maroon : na


RicardoSantos
the function says if value1 is over value2 return color green, if value1 is under value2 return color maroon else return nothing.
value1(_v1) = should always be current be current ma.
value2(_v2) = ma to compare position.
詳細