Bullish / Bearish movements

Category: Screeners By: lolo Created: October 20, 2015, 4:15 PM
October 20, 2015, 4:15 PM
Screeners
0 Comments

Author: Grey

This screener detects all securities that experienced ‘X’ successive price increases or decreases.

‘X’ is defined in the code.

REM Detection of 'X' consecutive price increases or decreases

X = 4

REM Price increases
Increase=(close>=close[1])
CondHOui = summation[X] (Increase)

REM Mvts baisse
Decrease=(close<=close[1])
CondBOui = summation[X] (Decrease)

C1 = (CondHOui = X) or (CondBOui = X)

Screener [c1]

Download
Filename: Bullish-_-Bearish-movements.itf
Downloads: 142
lolo New
This author is like an anonymous function, present but not directly identifiable. More details on this code architect as soon as they exit 'incognito' mode.
Author’s Profile

Comments

Logo Logo
Loading...