Mad trader Trader:
can anyone help with this
it is supposed to shift the indicator to right, so that it lags behind the real chart
can anyone help with this
it is supposed to shift the indicator to right, so that it lags behind the real chart
Have you tried this in OnInit?
PlotIndexSetInteger(index_number, PLOT_SHIFT, 1);
Mad trader Trader: it is supposed to shift the indicator to right, so that it lags behind the real chart
Your posted code creates four (4) initialized variables. That code doesn't do anything.

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
it is supposed to shift the indicator to right, so that it lags behind the real chart