Thank you ben..@FOTM_8888 Was designed for to "catch" the bottom only.
yes, please benBut do you think you could add the magento color one that is talked about in that video? @BenTen thanks
plot pWVF = wvf;
pWVF.SetPaintingStrategy(paintingStrategy = PaintingStrategy.HISTOGRAM);
pWVF.SetLineWeight(2);
pWVF.AssignValueColor(if wvf >= upperBand or wvf >= rangeHigh then Color.ORANGE else Color.GRAY);
#New Code: shows only trend bars
Plot pWVFOrange = if wvf >= rangeHigh or wvf >= upperBand then wvf else double.nan;
Plot pWVFGray = if IsNaN(wvf) then pWVFOrange else double.nan;
pWVFOrange.SetPaintingStrategy(paintingStrategy = PaintingStrategy.HISTOGRAM);
pWVFGray.SetPaintingStrategy(paintingStrategy = PaintingStrategy.HISTOGRAM);
thank you ben is looking awesome that indicator, now is missing the orange.. the guy on the video have the cyan for normal signal, magenta for i think moderate and orange for aggressive can you work on the orange please. thank you some much! you are the best!
ben thanks some much for work on the code, but now i dont see the orange in the new code, can you work on that too also in histogram. thanks@BenTen thanks for adjusting the code, any chance you can add the histogram so we can have this as a lower study?
thank you ben is looking awesome that indicator, now is missing the orange.. the guy on the video have the cyan for normal signal, magenta for i think moderate and orange for aggressive can you work on the orange please. thank you some much! you are the best!
ben thanks some much for work on the code, but now i dont see the orange in the new code, can you work on that too also in histogram. thanks
Join useThinkScript to post your question to a community of 21,000+ developers and traders.
Start a new thread and receive assistance from our community.
useThinkScript is the #1 community of stock market investors using indicators and other tools to power their trading strategies. Traders of all skill levels use our forums to learn about scripting and indicators, help each other, and discover new ways to gain an edge in the markets.
We get it. Our forum can be intimidating, if not overwhelming. With thousands of topics, tens of thousands of posts, our community has created an incredibly deep knowledge base for stock traders. No one can ever exhaust every resource provided on our site.
If you are new, or just looking for guidance, here are some helpful links to get you started.