CCI Divergence bar on normal CCI chart
Forums › ProRealTime English forum › ProBuilder support › CCI Divergence bar on normal CCI chart
- This topic has 8 replies, 2 voices, and was last updated 3 years ago by Nicolas.
Viewing 9 posts - 1 through 9 (of 9 total)
-
-
04/20/2021 at 8:31 PM #16764104/21/2021 at 8:40 AM #167678
The below code will plot CCI divergence directly on the CCI curve:
123456789101112a = CCI[20](typicalPrice)b = DivergenceCCI[20,-100,100,20]if b<0 then//drawpoint(barindex,a,3)drawtext("●",barindex,a,dialog,bold,20) coloured(255,0,0)elsif b>0 then//drawpoint(barindex,a,3)drawtext("●",barindex,a,dialog,bold,20) coloured(0,255,0)endifreturn a,b1 user thanked author for this post.
04/21/2021 at 7:46 PM #16773204/21/2021 at 7:53 PM #16773304/21/2021 at 9:15 PM #16773504/22/2021 at 7:51 PM #16782204/23/2021 at 9:18 AM #167847There’s a CCI divergence indicator that shows a ‘bar’ when there is divergence.
Ok, so you are obviously using a custom indicator, but how to know which one? Could you guide me please?
04/27/2021 at 7:17 PM #16823704/28/2021 at 11:59 AM #168276 -
AuthorPosts
Viewing 9 posts - 1 through 9 (of 9 total)
Find exclusive trading pro-tools on
Similar topics: