I understand how the Bollinger Bands indicator works, but I am having trouble implementing it. This problem is common for me when looking at most the API documentation. There is just no info on what anything returns. It shows inputs and parameters, but beyond that, nothing. When I look over the examples, they often use different ways to get the same things. Such as moving averages, and creating a pipeline. I am just really confused.
I want to know how to get the upper and lower bands. I can kinda understand what values to pass it, but beyond that, I am totally lost.
My goal is to buy when the price goes above the bands, and sell when it goes below. Then pass it as a screen to the pipeline to only gets stocks that meet that parameter.
Thanks.