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

Haftungsausschluss

Die Informationen und Veröffentlichungen sind nicht als Finanz-, Anlage-, Handels- oder andere Arten von Ratschlägen oder Empfehlungen gedacht, die von TradingView bereitgestellt oder gebilligt werden, und stellen diese nicht dar. Lesen Sie mehr in den Nutzungsbedingungen.