OPEN-SOURCE SCRIPT

Fisher VZO

96
FSVZO code

Helps prevent inserting signals aka trade entries against market trend

Signals for Trade Entries:
fzvzo_up = f1 > f2
shortFSVZO = ta.crossunder(f1, f2)
longFSVZO = ta.crossover(f1, f2)

What it does:
longFSVZO: A bullish signal is generated when the current value of the Fisherized VZO crosses above its previous value.
shortFSVZO: A bearish signal is generated when the current value of the Fisherized VZO crosses below its previous value.

Example use (DONT even try this lol):
longcondition = (longFSVZO or longMACD or longSTC and bbw_expanding) and longDMI and longADX and longQS
shortcondition = (shortFSVZO or shortMACD or shortSTC and bbw_expanding) and shortDMI and shortADX and shortQS

Wyłączenie odpowiedzialności

Informacje i publikacje przygotowane przez TradingView lub jego użytkowników, prezentowane na tej stronie, nie stanowią rekomendacji ani porad handlowych, inwestycyjnych i finansowych i nie powinny być w ten sposób traktowane ani wykorzystywane. Więcej informacji na ten temat znajdziesz w naszym Regulaminie.