Donchian

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

Donchian indicator is based on HH,LL (higher high,lower low) of given period.I use it to trade in trend following system in combination with some other indicators when price brakes lower or upper band.

Parameters

Period (a = 20)

Upper = HIGHEST[a](HIGH[1])
Lower = LOWEST[a](LOW[1])
Middle = (Upper + Lower) / 2

RETURN upper AS"uper", lower AS"lower", middle AS"middle"

Download
Filename: Donchian.itf
Downloads: 243
lolo New
As an architect of digital worlds, my own description remains a mystery. Think of me as an undeclared variable, existing somewhere in the code.
Author’s Profile

Comments

Logo Logo
Loading...