STPMT ELF
Forums › ProRealTime English forum › ProBuilder support › STPMT ELF
- This topic has 5 replies, 2 voices, and was last updated 2 years ago by supertiti.
Tagged: stpmt
-
-
12/29/2019 at 2:19 PM #115567
Hi everyone,
I am looking for an indicator “STMT ELF” (see the picture) please.
There is the code part123456st1 = stochastic[5,3](close)st2 = stochastic[14,3](close)st3 = stochastic[45,14](close)st4 = stochastic[75,20](close)stpmt = ( 4.1*st1 + 2.5*st2 + st3 + 4*st4 ) /11.6Thank you !!
12/30/2019 at 6:56 PM #115616Your code is almost complete, the only line I added was RETURN.
Will you please post details on how to use it and some links where we can find info, in case other users are interested in it.
Thank you.
Stpmt Elf123456st1 = stochastic[5,3](close)st2 = stochastic[14,3](close)st3 = stochastic[45,14](close)st4 = stochastic[75,20](close)stpmt = ( 4.1*st1 + 2.5*st2 + st3 + 4*st4 ) /11.6RETURN st1 AS "St1",st2 AS "St2",st3 AS "St3",st4 AS "St4",stpmt AS "Stpmt"12/31/2019 at 12:39 PM #11565001/05/2020 at 5:01 PM #11594502/23/2022 at 9:13 PM #188729It’s the “Stochastique Pondérée Moyen Terme” by Eric Lefort and you can find the explanation at https://www.youtube.com/watch?v=AaBlpCmeNmk
02/25/2022 at 12:34 PM #188824STPMT ça me disait quelque chose, c’est un vieux truc d’Univers bourse où Eric Lefort était un pilier, je ne sais pas s’il est toujours actif?
le site a perdu de son interêt depuis qu’il a été racheté, c’était mieux avant comme dirait l’autre.
-
AuthorPosts