Donchian Bias Screener

Category: Screeners By: Marcel van Vliet Created: November 11, 2017, 3:34 PM
November 11, 2017, 3:34 PM
Screeners
1 Comment

I developed a simple screener to use with the Donchian Bias Determinator I posted earlier. This screener makes it possible to screen a huge amount of stocks for trading with this technique.

//Donchian Bias Screener
//07-11-2017
//Marcel van Vliet

Upper = HIGHEST[200](HIGH[1])
Lower = LOWEST[200](LOW[1])

c1=Average[200]<upper and close>upper
c2=Average[200]>lower and close<lower

majorcondition = (C1)or (C2)

screener [ majorcondition[1] ]

Download
Filename: Donchian-Bias-Screener.itf
Downloads: 168
Download
Filename: donchian-bias-determinator-15102176784c8pl.jpg
Downloads: 104
Marcel van Vliet Veteran
Currently debugging life, so my bio is on hold. Check back after the next commit for an update.
Author’s Profile

Comments

Logo Logo
Loading...