A = center + iStdDev(Symbol(), Period(), 54, 0, MODE_SMA, PRICE_CLOSE, 0); B = center - iStdDev(Symbol(), Period(), 54, 0, MODE_SMA, PRICE_CLOSE, 0);

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
I would like to find the price difference between the outer lines of a Standard Deviation Channel. The points that are marked A and B. I can find the price and time of the center line but this doesn't seem to be helpful. I've also explored using iStdDev. Does anybody have an answer how to find the price at these two points?