Screener Elliott Wave Indicator

Forums ProRealTime English forum ProScreener support Screener Elliott Wave Indicator

Viewing 15 posts - 16 through 30 (of 34 total)
  • #25851

    I already tried to put the whole indicator in the screener, but result is exactly the same.

    But indeed, I do not have real time data feed for the share lists, hence I’m using the Timeframe (Daily) to use the indicator and screener at the closing price.
    Maybe this is the issue, but I have other screeners like Stochastic and so on which are working fine without real time data feed. So I don’t really understand.

     

    #25867

    ZigZag give information that could be remove and retrace on each candlestick, I think your issue is coming from there.

    Did you try on forex pairs for instance?

    #31416

    Hello to all,

    i’m trying to use the code by Hasardeur, but i did not have the result as up or down the zero line as i see in the Grahal PDF. The result is showed in the attached image.

    The code used is below. I’ve missed something?

     

    #31449

    @Jollyjo99 might you consider sharing your Elliott Wave 4 Oscillator code please?

    @Pietro Fontana I’ll see if I can find the code where I got the results you refer to, else I’ll do it again.

    It be great if somebody could code up an Elliott Wave Auto-System?

    GraHal

    1 user thanked author for this post.
    #31454

    Pietro Fontana

    Hallo Pietro,

    in your code is at the beginning the variable pr =2 missing (before pr2=10).

    Hope this will help you.

    Best regards

    Hasardeur

    #31518

    Hi Hasardeur,

    it was a typo in my copy and paste the code in the forum, actually i have the pr = 2 as the first line.

     

    This is what i have:

     

     

    #98271
    Abz

    Hello Grahal

     

    how do did you get the up and down indication on this indicator?

    #98531

    Hallo Grahal, here is the indicator code. Have fun and good trades.

    • Use the code in the post above
    • Add the indicator / horizontal line at 0
    • Set colour zones above (green) and below (red) the 0 line
    • Set TF = 1 hour and 10000 bars
    • You should now see attached

    Let me know if you don’t see same as attached?

    Post any good uses you make of it … all credit goes to  @Hasardeur.

     

     

     

     

    #98590

    I think there may be a mistake in the code I reference above, and instead of below at lines 3 and 4 …

    (I say ‘may be a mistake‘ as it always best to be humble when not an expert, but I am 98% sure).

    the code should read …

     

    #98591

    There are several issues in line 3 (and line 4, as well):

    1. HIGHEST[1](high) means the highest high of the most recent 1 bars, that is current HIGH wich is shorter and easier to read
    2. the expression is evaluated according to these steps (assuming DAX):

      which is ALWAYS true.

    3. GraHal’s suggestion would be evaluated as:

    which is ALWAYS true.

    I guess both yield wrong results, what do you exactly want to achieve with that line?

     

     

     

    #98592

    Ha thank you Roberto for the detailed explanation.

    Maybe that’s why the Indicator works kinda odd! 🙂

    I think @Hasardeur   may have meant …

     

    #98594

    That looks good GraHal!

    #98596

    GraHal, that looks good but this is the same line, shorter and easier to read, it also needed a bit different paretheses after the multiplication operator:

    The first part is simply HIGH because if you compare it with the previous one, it’s 2 prices. Should HIGH[1] be the highest value, why comparing it to itself?

     

    #98598

    Yeah, it’s easier to follow what’s going on now, thanks again Roberto

    So this is the latest version

     

    #98870
    Abz

    hello

     

    maybe a stupid question but on daily timeframe just to buy above 0 and sell below 0 , if i run a backtest on different stocks it gives a very good result , but i may have missunderstood the indicator.

    1 user thanked author for this post.
Viewing 15 posts - 16 through 30 (of 34 total)

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