Techtrendz kolkata sucks

#1
Ok, the obvious.

As the name suggests, TECHTRENDZ Sucks.

My way of repaying the debt(?).

Their system for your use at your risk....laying it threadbare (no pun intended)

FORMULA FOR INDICATOR

Stop - Techtrendz2 (USED BELOW FOR EXPERT)

Stop1:=If( PREV < L,
If(( H - 4.5*ATR(14) ) >= PREV,
( H - 4.5*ATR(14) ),
PREV),
( H - 4.5*ATR(14) ));

Stop2:=If( PREV < L,
If(( C - 3.5*ATR(14) ) >= PREV,
( C - 3.5*ATR(14) ),
PREV),
( C - 3.5*ATR(14) ));

StopLong:=If(Stop1>Stop2,Stop1,Stop2);

Stop1:=If( PREV > H,
If(( L + 4*ATR(14) ) <= PREV,
( L + 4*ATR(14) ),
PREV),
( L + 4*ATR(14) ));

Stop2:=If( PREV > H,
If(( C + 3.5*ATR(14) ) <= PREV,
( C + 3.5*ATR(14) ),
PREV),
( C + 3.5*ATR(14) ));

StopShort:=If(Stop1<Stop2,Stop1,Stop2);

If( ((Year()<=2008) OR (Year()=2009 AND Month()<=12 AND DayOfMonth()<=31)),

If((BarsSince(L<Ref(StopLong,-1))>BarsSince(H>Ref(StopShort,-1)) ),StopLong,StopShort),C);

EXPERT *****Tech Trendz Real Time

TREND

BULLISH

Stop1:=If( PREV < L,
If(( H - 4.5*ATR(14) ) >= PREV,
( H - 4.5*ATR(14) ),
PREV),
( H - 4.5*ATR(14) ));

Stop2:=If( PREV < L,
If(( C - 3.5*ATR(14) ) >= PREV,
( C - 3.5*ATR(14) ),
PREV),
( C - 3.5*ATR(14) ));

StopLong:=If(Stop1>Stop2,Stop1,Stop2);

Stop1:=If( PREV > H,
If(( L + 4*ATR(14) ) <= PREV,
( L + 4*ATR(14) ),
PREV),
( L + 4*ATR(14) ));

Stop2:=If( PREV > H,
If(( C + 3.5*ATR(14) ) <= PREV,
( C + 3.5*ATR(14) ),
PREV),
( C + 3.5*ATR(14) ));

StopShort:=If(Stop1<Stop2,Stop1,Stop2);

If( ((Year()<=2008) OR (Year()=2009 AND Month()<=12 AND DayOfMonth()<=31)),

If((BarsSince(L<Ref(StopLong,-1))>BarsSince(H>Ref(StopShort,-1)) ),StopLong,StopShort),C);

BEARISH

( Fml( "Stop - Techtrendz2") >C) AND ((Year()<=2008) OR (Year()=2009 AND Month()<=12 AND DayOfMonth()<=31))


SIGNAL

BUY

(Cross(Mov(C,1,S),
Fml( "Stop - Techtrendz2") )) AND
((Year()<=2008) OR (Year()=2009 AND Month()<=12 AND DayOfMonth()<=31))

SELL

(Cross(
Fml( "Stop - Techtrendz2") ,Mov(C,1,S) )) AND
((Year()<=2008) OR (Year()=2009 AND Month()<=12 AND DayOfMonth()<=31))
 

cellclinic

Well-Known Member
#3
I Think It Is The Copy Of Swing & Soubhagya Indicator ... nothing Else ... Provides So Many Fake Signals Also Good One As Others Like Moving Average Crossover .

Regards
Sumit Lama
 
#4
Hi. Thanks for the post. This code does suck if you're using EOD but is fairly decent for intraday usage - so thanks for posting the code. Just wondering though - which tool did you use to crack it, could you please share the link?
 

Similar threads