Issue with fill and text labels when plotting daily EMA zone on a 5-minute chart

Forums ProRealTime English forum ProBuilder support Issue with fill and text labels when plotting daily EMA zone on a 5-minute chart

Viewing 3 posts - 1 through 3 (of 3 total)
  • #253832

    Hi,

    I’m trying to draw/plot a zone between two daily-timeframe values on a 5-minute chart. In general, everything seems to work except for the last candle, where the fill function produces a noticeable spike.

    Additionally, the text labels do not appear; when I don’t use the timeframe function, they show up on the right side as expected (see cursor information, it seems to be correct floats).

    #253854

    Hi!
    The issues you are encountering are due to how Multi-Timeframe (MTF) instructions handle the BarIndex and the data aggregation. To hide the visual artifact on the forming candle you coudl manipulate transparency.
    try this:

    2 users thanked author for this post.
    #253869

    Thank you very much for all your help!

    What I was able to verify (by printing the value of the last candle) was that the value of dema2 was N/A. However, the lines can be drawn and dema1 is allways defined. Why does the function work fine on the first calculation but not on all subsequent ones?

Viewing 3 posts - 1 through 3 (of 3 total)

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