PD WoodiesCCI

Category: Indicators By: lolo Created: October 12, 2015, 8:19 PM
October 12, 2015, 8:19 PM
Indicators
0 Comments

WoodiesCCI including LSMA

z = CCI[14](close)
y = CCI[6](close)
LASM = LinearRegression[25](close)

rem EMA34 = ExponentialAverage[34](close)

red = (LASM > close) * 3
green = (LASM < close) * 3



Return z as"I", z as"CCI14", red as"DOWN", green as"UP", y as"CCI6"

Download
Filename: PD-WoodiesCCI.itf
Downloads: 45
lolo New
Code artist, my biography is a blank page waiting to be scripted. Imagine a bio so awesome it hasn't been coded yet.
Author’s Profile

Comments

Logo Logo
Loading...