Hello
Inspired by crypto pattern , I designed this screener.
End of Bubble pattern could be defined by
- ratio all time high / all time low >5
- Retracement 0.782 and close> 0,1 amplitude + low
- volume * price filter
Some stock will stay flat forever or go to 0.
Some could rebound with violence and a strong amplitude
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
If high>ATH then ATH= High Else ATH=ATH[1] Endif //ATL All time low identification If low<ATL or ATL=0 then ATL=Low else ATL=ATL[1] Endif fullrange = abs(ATH-ATL) fibo786 = ATH-(fullrange*0.786) level900= ATH-(fullrange*0.9) position= close< fibo786 and close >level900 amplitude= ATL*5<ATH volumeprix=volume*close>100000 screener[ position and amplitude and volumeprix] |
Share this
No information on this site is investment advice or a solicitation to buy or sell any financial instrument. Past performance is not indicative of future results. Trading may expose you to risk of loss greater than your deposits and is only suitable for experienced investors who have sufficient financial means to bear such risk.
ProRealTime ITF files and other attachments :
Filename : download the ITF files
How to import ITF files into ProRealTime platform?
PRC is also on YouTube, subscribe to our channel for exclusive content and tutorials