Spuds Stochastic

Category: Indicators By: Barrabas15 Created: August 25, 2018, 1:26 PM
August 25, 2018, 1:26 PM
Indicators
0 Comments

This indicator compile 20 stochastic oscillator of different periods. This code is meant to be used in correlation with the explanation attached in the PDF document below (Spuds Stochastic Thread Theory).

// idea extraída de la web: //https://www.forexfactory.com/showthread.php?t=37111

st5 = stochastic[5,3](close)
st6 = stochastic[6,3](close)
st7 = stochastic[7,3](close)
st8 = stochastic[8,3](close)
st9 = stochastic[9,3](close)
st10 = stochastic[10,3](close)
st11 = stochastic[11,3](close)
st12= stochastic[12,3](close)
st13= stochastic[13,3](close)
st14= stochastic[14,3](close)
st15= stochastic[15,3](close)
st16= stochastic[16,3](close)
st17= stochastic[17,3](close)
st18= stochastic[18,3](close)
st19= stochastic[19,3](close)
st20= stochastic[20,3](close)
st21= stochastic[21,3](close)
st22= stochastic[22,3](close)
st23= stochastic[23,3](close)
st24= stochastic[24,3](close)



return st5,st6,st7, st8,st9,st10,st11,st12,st13,st14 as "Stoch14",st15,st16,st17,st18,st19,st20,st21,st22,st23,st24, 10 as "10",20 as "20",80 as "80", 90 as "90", 50 as "50"

Download
Filename: Spuds-Stochastic.itf
Downloads: 283
Download
Filename: Spuds-Stochastic-Thread-Theory.pdf
Downloads: 370
Barrabas15 Master
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...