Issue with a indicators on Price

Forums ProRealTime English forum ProBuilder support Issue with a indicators on Price

Viewing 7 posts - 1 through 7 (of 7 total)
  • #196909

    I created an Indicator shown belw

    Pivot= (dHigh(1) + dLow(1)+ dClose(1))/3
    BCPR = (dHigh(1) + dLow(1))/2
    TCPR = (Pivot – BCPR) + Pivot

    return pivot coloured(255,0,255), bcpr coloured(0,0,255),tcpr coloured(0,0,255)

    Each time i load the indicator, I have to refresh mey screen to get the correct information on the chart. Is there a fix for this please. Attached is the attachment from my chart

    #196916

    I can’t spot any issue. I must be misunderstanding your description, would you mind attaching two screenshots, one BEFORE and one AFTER refreshing?

     

    1 user thanked author for this post.
    #196947

    Attached is  before and after. i am testing it on intraday using igindex platform

    #196952

    Try ticking the vertical resizing option of the price settings (as shown in the attached pic).

    #196979

    It only happens when daily parameter is used in the indicator and you want it to show on an intraday chart

    #196980

    I have the vertical resizing option of the price settings ticked as well

     

    #196998

    I don’t know.I never experienced that issue.

    You should contact ProRealTime.

     

    1 user thanked author for this post.
Viewing 7 posts - 1 through 7 (of 7 total)

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