I want to use the minimum stochastic value in the last 20 bars in an efs. Is there such a function as
Min(stochK(14,6,3), 20) or an equivalent?
After a search I found a highest() function, and a Math.max() function, but they seem to apply to price bars. I'm hoping there may be an existing efs with a Min(Study) function I could use as a guideline.
Thanks
shaeffer
Min(stochK(14,6,3), 20) or an equivalent?
After a search I found a highest() function, and a Math.max() function, but they seem to apply to price bars. I'm hoping there may be an existing efs with a Min(Study) function I could use as a guideline.
Thanks
shaeffer
Comment