Attachments forums

List of attachments posted on this forum.


All files on forums: 135975

Re: Stochastic indicators for MT4

Intrest 1, Tue May 17, 2022 8:10 pm

Stochastic compares the closing price with the high/low prices using the formula
%K = (CLOSE - MIN (LOW (%K))) / (MAX (HIGH (%K)) - MIN (LOW (%K))) * 100

I wanted to replace closing with opening in the code, but I didn't succeed.
Make the stochastic open by replacing close with open
All files in topic