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

Disclaimer

The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.