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).
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
// 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" |
Share this
No information on this site is investment advice or a solicitation to buy or sell any financial instrument. Past performance is not indicative of future results. Trading may expose you to risk of loss greater than your deposits and is only suitable for experienced investors who have sufficient financial means to bear such risk.
ProRealTime ITF files and other attachments :
Filename : download the ITF files
How to import ITF files into ProRealTime platform?
PRC is also on YouTube, subscribe to our channel for exclusive content and tutorials