Alex,
You have helped me out several times in the past and hopefully you can again. I wanting the value of stochD and stochK but from an interval different than the current chart interval.
When I use the toolbox to build it I get something similar to
x = stochD(14, 3, 3, close(0, "100v"));
but although the code does not have syntax errors it does not evaluate.
Any help would be appreciated.
Thanks
You have helped me out several times in the past and hopefully you can again. I wanting the value of stochD and stochK but from an interval different than the current chart interval.
When I use the toolbox to build it I get something similar to
x = stochD(14, 3, 3, close(0, "100v"));
but although the code does not have syntax errors it does not evaluate.
Any help would be appreciated.
Thanks
Comment