OPEN-SOURCE SCRIPT
Fisher VZO

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
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
Open-source script
In true TradingView spirit, the creator of this script has made it open-source, so that traders can review and verify its functionality. Kudos to the author! While you can use it for free, remember that republishing the code is subject to our House Rules.
Check out whop.com/signals-suite for Access to Invite Only Scripts!
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.
Open-source script
In true TradingView spirit, the creator of this script has made it open-source, so that traders can review and verify its functionality. Kudos to the author! While you can use it for free, remember that republishing the code is subject to our House Rules.
Check out whop.com/signals-suite for Access to Invite Only Scripts!
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.