PRC williams' high and low indicator

Forums ProRealTime English forum ProBuilder support PRC williams' high and low indicator

  • This topic has 24 replies, 4 voices, and was last updated 5 years ago by avatarSte.
Viewing 15 posts - 1 through 15 (of 25 total)
  • #70827

    Hi everyone, i found this indicator on the PRC forum, i see that it have too many false signal, except one, the arrow with the radius one, so i would modify the indicator in order to show that only arrow. Unfortunally i don’t know how to do it. There is someone that could help me? @robertogozzi @nicolas ?williams-high-and-low like this

     

    #70832

    It’s a bit easier to select the good ones AFTER they have been displayed. The hardest part is knowing BEFORE how to prevent false future arrows/signals from being shown.

    To know what to do you have to tell us:

    1. instrument used
    2. timeframe used
    3. what makes the black arrows you circled different from the other unmarked ones

    in order to test it and try to make it work as you like (well… don’t take it for granted!).

    #70866

    It’s a bit easier to select the good ones AFTER they have been displayed. The hardest part is knowing BEFORE how to prevent false future arrows/signals from being shown.

    To know what to do you have to tell us:

    1. instrument used
    2. timeframe used
    3. what makes the black arrows you circled different from the other unmarked ones

    in order to test it and try to make it work as you like (well… don’t take it for granted!).

    That was my request, i don’t know how the Indicator made that circle difference from the other.

    #70882

    Sorry for being so stupid…. I answered you post without even reading the code!!!

    I thought YOU had drawn those circles around some arrows, how silly!!!

    Sorry, again; if (NOW) I correctly understood what you mean that is the code:

    If you want to put it on the price, rather than below, you may (not mandatory) comment the second last line (DRAWCANDLE).

    The attached pic shows the difference between the two versions.

     

    #70910

    Sorry for being so stupid…. I answered you post without even reading the code!!!

    I thought YOU had drawn those circles around some arrows, how silly!!!

    Sorry, again; if (NOW) I correctly understood what you mean that is the code:

    If you want to put it on the price, rather than below, you may (not mandatory) comment the second last line (DRAWCANDLE).

    The attached pic shows the difference between the two versions.

    WONDERFULL!!!!!

     

    #70959

    It’s a bit easier to select the good ones AFTER they have been displayed. The hardest part is knowing BEFORE how to prevent false future arrows/signals from being shown.

    To know what to do you have to tell us:

    1. instrument used
    2. timeframe used
    3. what makes the black arrows you circled different from the other unmarked ones

    in order to test it and try to make it work as you like (well… don’t take it for granted!).

    And would be possible to change that indicator in an Histogram indicator +1 -1 ? like this? Cattura-1

    #70979

    Sorry, but it is not possible, because Arrows are sometimes drawn in the past, while a histogram can only be drawn on the current bar.

    But you can put the indicator below the price, like RSI or MACD and comment out the second last line where you read DRAWCANDLE; it won’t display histograms, but arrows and you can also color them the way you like.

    #70981
    Ste

    Roberto sorry, so isn’t possible to make a simple but/sell strategy when you set arrows? I tried but I was not able..

    #70989

    I am just trying to debug it, I’ll let you know.

    2 users thanked author for this post.
    #70995
    Ste
    #71002

    The code should be extremely easy to convert to a HISTOGRAM, when it draws an Arrow + Ellipse I can se a value to be returned by the indicator, 1 for Bullish candles and -1 for Bearish candles and I attach te code for those who want to investigate more, but as from attached pic, histogram bars are NOT displayed when ane arrow+ellispe is on the price!

    And I cannot guess why.

     

    #71008

    The code should be extremely easy to convert to a HISTOGRAM, when it draws an Arrow + Ellipse I can se a value to be returned by the indicator, 1 for Bullish candles and -1 for Bearish candles and I attach te code for those who want to investigate more, but as from attached pic, histogram bars are NOT displayed when ane arrow+ellispe is on the price!

    And I cannot guess why.

    i know, i had the same problem too, and also there is a graphic bug with your firs modify to the indicator, like here :Cattura-2

    #71011
    Ste

    The same for me, maybe @Nicolas could help us.

    Thanks a lot Roberto.

    #71032

    I think that we can take out something good from this.

    #71037

    Sorry for being so stupid…. I answered you post without even reading the code!!!

    I thought YOU had drawn those circles around some arrows, how silly!!!

    Sorry, again; if (NOW) I correctly understood what you mean that is the code:

    @roberto sorry for bother you again… do you think would be possible to make a scanner from this?

Viewing 15 posts - 1 through 15 (of 25 total)

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