REQUEST - Just need an exploration for Supertrend (already AFL ready created by KelvinHand)

#12
Dont know if this works try yourself
Code:
filter =  (Buy AND TrendUp) OR (Sell AND TrendDown);

AddColumn( IIf( Buy, 66, 83 ), "Rocket Triangle", formatChar );
AddColumn( IIF( TrendUp, 85, 68  ), "Supertrend", formatChar );
 

Similar threads