Fisher transform screener

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #47577 quote
    EzmeerEzmeer
    Participant
    Junior

    Can someone help me to create a screener according to fisher transform indicator?
    The screener shold find stocks, at the moment when Fisher line crosses above or below its signal line.

    How I can write this condition in the screener.

    Thanks

    #47621 quote
    EzmeerEzmeer
    Participant
    Junior

    The problem for me, is to get the prior day indicator data.

    #47661 quote
    WingWing
    Participant
    Veteran

    Example:

    Myrsi=RSI[14]
    
    // if you write myrsi[1] that is the previous day's data for rsi[14]
    #47667 quote
    EzmeerEzmeer
    Participant
    Junior

    Thanks, but RSI doesn’t return the same values as Fisher Transform.

    Actually, I need 2 values of previous day (Fisher line and Signal line), so I’ll be able to compare their values to today, and create a condition according to comparison results.

    #47689 quote
    EzmeerEzmeer
    Participant
    Junior

    Well, I found the solution:

    c1 = (fish CROSSES OVER Trigger)

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.
ProRealAI ProRealAI New

Stuck on this ProBuilder code?

Describe what this topic is trying to build, in plain English, and ProRealAI writes the ProRealTime™ indicator, screener or system for you.

Available in 7 languages
Try ProRealAI

Fisher transform screener


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
Ezmeer @yigal_shtark Participant
Summary

This topic contains 4 replies,
has 2 voices, and was last updated by EzmeerEzmeer
8 years, 11 months ago.

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 09/27/2017
Status: Active
Attachments: No files
ProRealCode ProRealCode
Loading...