Modify PRC_swing teller live count2 indicator

Forums ProRealTime English forum ProBuilder support Modify PRC_swing teller live count2 indicator

  • This topic has 3 replies, 2 voices, and was last updated 6 years ago by avatarAVT.
Viewing 4 posts - 1 through 4 (of 4 total)
  • #56230

    Hi,

    Can anyone tell me how to modify the PRC_swing teller live count2 indicator in a way only the recent candle counting (from 1 to ….) is visible on the chart?  This will give the charts a ‘cleaner’ view.

     

     

     

    #56248
    AVT
    #56275

    @AVT Thanks a lot. Is it possible to code this code in multiple (10) bars? It does not seems to work.

    My intention is that only the counted numbers on the last 10 candles are visible.

     

    #56284
    AVT

    I gave you the link. This is describing exactely how you write the code (you can even simply copy and paste it).

    Now for the explanation:

    1. DEFPARAM things always stand in the very beginning of the whole code page
    2. CalculateOnLastBars=x says, all what is calculated in the whole code page is only calculated with (the data of) the said x bars in our chart, be that a line or a range or whatever – means also be careful not make it too small (for example: you can not calculate an ema(200) if you limit calculation to 100 bars).

    So the code looks like this:

    Attached the result. Hope this is what you had in mind.

    2 users thanked author for this post.
Viewing 4 posts - 1 through 4 (of 4 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login