a screener for an Indicator by kris75

Forums ProRealTime English forum ProScreener support a screener for an Indicator by kris75

Viewing 15 posts - 1 through 15 (of 15 total)
  • #112695

    I would like some help with programming a screener for this indicator (the itf file is attached).
    how can I create a screener that shows results whenever a new ▲ sign is created?
    Thank you
    Assaf

    #112721

    Is the above Indicator available in the Library?

    I can’t see / find it??  I searched on PRIX.

    #112724

    Hello GraHal,

    The itf file is attached, I found this indicator at the indicator library. Here’s the link:

     

    https://www.prorealcode.com/prorealtime-indicators/zigzag-volume-by-price-fibonacci-indicator-fizivol/

    #112725

    Aha you renamed the Indicator 🙂

    Thank you

    #112729

    I can’t even get it to work as an Indicator! 🙂

    I haven’t tried very hard, but I can’t get even the two Indicators to work on the link you posted.

    I tried on the DJI so there is volume data.

    Probably something simple?

    Why not try and get the Indicator converted to an Auto-Strategy?? Least then you can try on various markets and TF’s to see if the strategy can make any money by doing backtests etc??

    I always think with a Screener that you end up with a list of results and if you took a trade on one of them and sat it out then you are only testing one trades compared to loads and loads of trades in a backtest??

    #112730

    Did you install the indicator on the price chart panel?

    and another question – how can I convert the indicator to an auto strategy?

    #112731

    Did you install the indicator on the price chart panel?

    No! hahaha I installed as a separate chart … I knew it must be something simple!  I’m watching a film with one eye also so I wasn’t concentrating! 🙂

    how can I convert the indicator to an auto strategy?

    I wish I knew! 🙂 But the effort could be more fruitful than ending up with a Screener??

    If I come back to this and achieve anything then I’ll let you know … don’t hold your breath! 🙂

    In the meantime, anybody please dive in and help?

    #112732

    Thanks man,

    enjoy the film 🙂

    1 user thanked author for this post.
    #112740

    I could install it, but I had to lower variable NbOfDiv from 12 to 6 to avoid an error message about infinite loops.

    I also tried to convert it to a screener, but it was impossible to get rid of the above message in ProScreener.

    Maybe Kris75 could help.

    1 user thanked author for this post.
    #112745

    @robertogozzi, can you please explain how did you convert it?

    #112756

    I removed all graphic instructions (not supported by ProScreener), then I added a dummy IF…END before the end to avoid removing unused variables, then added a conditions where  you said you wanted it and used it to scan the market.

    This is the code (but you’ll find the attached .ITF file, as well):

     

    2 users thanked author for this post.
    #112770

    Thank you very much for your effort and time.

    The screener gives an error notification:

    “- the loop doesn’t have a termination condition
    – the termination condition can never be met
    – the termination causes the loop to start over
    To run the scan, modify the code of your ProScreener. “

    any ideas?

     

    #112779

    Too many loops, some are thiught to be endless ones.

    It’s the PRT engine that does not support this, I had to change the first two settings to make it work, try to lower them again.

    PRT does not love too complex code, especially when there are loops within loops or too many nested IF…ENDIF’s or loops within IF…ENDIF.

     

     

    #112808

    👍

     

    #112830

    I got Roberto version going as a Auto-System.

    https://www.prorealcode.com/topic/autosystem-zig-zag-prix-vol-fib-pub/

     

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

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