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
The problem for me, is to get the prior day indicator data.
WingParticipant
Veteran
Example:
Myrsi=RSI[14]
// if you write myrsi[1] that is the previous day's data for rsi[14]
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.
Well, I found the solution:
c1 = (fish CROSSES OVER Trigger)