TradingView
LazyBear
Jun 27, 2014 11:27 PM

Indicator: Trend Trigger Factor 

Bitcoin / U.S. dollarBitstamp

描述

Introduced by M.H.Pee, Trend Trigger Factor is designed to keep the trader trading with the trend.

System rules according to the developer:
* If the 15-day TTF is above 100 (indicating an uptrend), you will want to be in long positions.
* If the 15-day TTF is below -100, you will want to be short.
* If it is between -100 and 100, you should remain with the current position.

More info:
Original Article by Mr.Pee: drive.google.com/file/d/0Bx48Du_2aPFncGhwWERlOU9FelU/edit?usp=sharing
评论
telepatico
Interesting in understanding the following formula, for which values of s and i dont understand. prev(s,i) =>
y=abs(round(i))
s[y] Thanks.
levith
@telepatico, prev(s,i)=s[abs(round(i))]
sublimares2
You should be advanced into a Mod position:) You would be the only one that earned it in a hard way. Great and appreciate it work.
LazyBear
thanks sublimares2. :)
LudmilaHanania
Totally agree about LazyBear, he is doing a marvellous job with the indicators.
LazyBear
Thanks
ShortsyGurl
Very good work, thank you.
syracusepro
what kind of statement the following codes are? A switch statement: #prev(s,i) =>
# y=abs(round(i))
# s[y]

#calc_ttf( periods ) =>
# bp = highest( high, periods ) - prev( lowest( low, periods ), - periods )
# sp = prev( highest( high, periods ), - periods ) - lowest( low, periods )
# 100 * (bp - sp) / ( 0.5*( bp + sp) )

Thanks.
primaindustria
Yet another useful indicator... Thanks LB
更多