Scanner/Program when Price approaching certain indicator value

Forums ProRealTime English forum ProScreener support Scanner/Program when Price approaching certain indicator value

Viewing 6 posts - 1 through 6 (of 6 total)
  • #157727

    Hi all,

    Assuming I’ve an indicator/script which when runs on a list of stocks/indices/fx returns e.g. buy-level, sell-level.. This is fine as can be done using a PRT Scanner.

    Now I want to know when price touches that dynamic buy-level, sell-level. You would say put an alert. Putting an alert on each stock/index is tedious process.

    But is there a way like scanner that I pass the list of stocks and an indicator, it then prompts/alerts/shows on screen (like proscanner) that price has approached that level.

    Is it possible?

    Thanks.

    Ash.

    #157742

    Ash, I would attempt something like this :

    But is there a way like scanner that I pass the list of stocks and an indicator

    Both I did not incorporate because

    a. The list of stocks is just something you can select (see attachment – find under the wrench in the title bar of the Proscreener result) – Is that what you mean ?
    b. No idea what you’d mean by an Indicator.

    Ad b.: We would like to pass a variable as how it can be done with an Indicator but this is not possible. Thus use some changeable variables in the Screener Code itself.

    Now the question : do you understand what I mean with my idea above ? (I tried to be brief)

    Peter

     

    1 user thanked author for this post.
    #157748

    Here is a code snippet to scan price proximity with a SMA200, you can adapt it to your own needs:

     

    1 user thanked author for this post.
    #157802

    Above added as Log 268 to here …

    Snippet Link Library

    #157833

    Thanks Nic.

    I tried something similar in the past (now I remember 🙂 ) e.g. price within 1-2% of VWMA13.

    I will try with the other indicators I’ve in mind and will let you know. Thanks again. The theme is indeed like below:

    buyprice, sell price = Call Indicator

    If price within certain limit (%age, or value) of above, show up.

     

    #157834

    Above added as Log 268 to here …

    Snippet Link Library

    Thanks.

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

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