Hello
I am using iStochastic in a .mqh file in a class which is being used in a .mq5 file.
How can I use the above indicator without having to have it present "plotted" on the MetaQoute chart?
It appears to only work if the plot is present.
thx
I am using iStochastic in a .mqh file in a class which is being used in a .mq5 file.
MQL5:
stoHandle = iStochastic(_symbol, _period, x, y, z, MODE_SMA, STO_CLOSECLOSE); int copied=CopyBuffer(stoHandle, 0, 0, bar_count, stochBuffer);
It appears to only work if the plot is present.
thx
Last edited by a moderator: