I've searched high and low through esignal's file search and forums and haven't found one yet. I found Bressert's and variations of a double stoch but none that match what I need.
If someone could help me convert this into an EFS that would be greatly appreciated.
And here is what it's supposed to look like Bottom pane of the window:
If someone could help me convert this into an EFS that would be greatly appreciated.
Code:
Double Stochastic - 10 Period P1:=Mov(((C-LLV(L,10))/(HHV(H,10)-LLV(L,10)))*100,3,E); Mov(((P1-LLV(P1,10))/(HHV(P1,10)-LLV(P1,10)))*100,3,E)
Comment