Indicator Prior Day High Low Close

Forums ProRealTime English forum ProBuilder support Indicator Prior Day High Low Close

Viewing 13 posts - 1 through 13 (of 13 total)
  • #19920

    Hello,

    I need help with an indicator I created. It shows me the high , low, and close of the prio day  in my today intraday chart. Nothing special and it works right so far.

    I like to optimize the following points, but don´t know commands for this. To say it in easy words: it has to look like the Pivot points indicator, which is already in PRT, but where I can´t take a look at the code, to see how it is managed there:

    1. don´t like the connection lines between the highs etc, with the day before
    2. need description high etc at the right side of the chart (as it is seen in the Pivot indicator)
    3.  like to have the lines going through to the right end of the chart (also look at the pivot indicator)

    Maybe someone can help me. It seems to be very simple, but I´m just right new in creating indicators and stockscreeners in PRT, but it works good so far 😉

    Thanks a lot.

    Ringo

    #20173

    I used to make something similar in the documentation example of the DRAWLINE instruction about the Fibonacci pivot points drawing. In this example, lines are drawn accordingly to the Fibo pivot points calculation and names of retrace levels are written at the very last candlestick.

    If you only want to draw a line than begin on the first bar of the day you should use the DRAWSEGMENT instruction instead, but in this case, the segment will not continue to the right side of the chart (after price)..

    #20185

    Thanks a lot for help. I guess the draw function does only works with PRT 10.3 and is not possivle in V 10.2?

     

    #20187

    That’s right.

    #23759

    Is it possible in 10.2, that the indicator only shows results for the last day in the chart of the current day?

    Maybe with a restriction to plot only the result of the day(1) in day(o)?

    So I just want to see the High/low/close of the previous day plotted in the chart of the current day. Don´t want to see the results of the past days. Hope I explained in an understanding way 😉

    #23770

    Yes it’s possible, please provide your code to see what can be done.

    #23793

    Code is in the screenshot above, but here it is again.

    Thanks for help.

     

    #24084

    If the Date of history is not the current one, then variables must be set to ‘undefined’:

    That way, lines are only visible on the current day, not all the previous ones of past history. Hope it helps.

    #24092

    That is exactly what I need, thanks a lot for help.

    #26037

    Hello,

    the indicator above worked fine the last weeks until IG updated to 10.3 yesterday. Since that it does not give the results I want.

    I restricted the session time for the Dax 30 Kassa (CFD Indication) from 09:00-17:30 German Time.

    And before the update the indicator shows me the 17:30 Close  and High and Low over this period.

    After the update to 10.3 the indicator does not care about my restricted session time. For example: Close is the Daily Close 00:00 / High and Low over the full (also overnight) session.

    Is it possible to adjust this in the code?

    In the standard Pivot Points indicator  for example I saw, that one can adjust the time period for the indicator in the Indicator settings now.

    Indicator Code see above in Nicolas post.

    Thanks for help

    #50817

    Do yuo guys have an indicator plotting monthly high lows for undefined period a time, or how to change some existing indicator?

    #53232
    Bel

     Also would be interesting to see weekly, monthly, quarterly and yearly open levels on chart:)

    #70354

    Hi,

    Is it possible to customize this code to show the Previous Week’s High and Low on the Daily chart?

    Thank you very much.

    Jitan

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

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